[ << Tweaks and overrides ] | [Top][Contents] | [ Paper and layout >> ] |
[ < Breaking vertical alignment of dynamics and textscripts ] | [ Up : Tweaks and overrides ] | [ 和音内の各音符のサイズを変更する > ] |
フェルマータの付いたカエスーラ ("線路記号")
カエスーラは上にフェルマータの付いた二重の “線路記号” として表記される場合があります。このスニペットは、視覚的に良い線路記号とフェルマータの組み合わせ方を示しています。
\relative c'' { c2. % construct the symbol \override BreathingSign.text = \markup { \override #'(direction . 1) \override #'(baseline-skip . 1.8) \dir-column { \translate #'(0.155 . 0) \center-align \musicglyph "scripts.caesura.curved" \center-align \musicglyph "scripts.ufermata" } } \breathe c4 % set the breath mark back to normal \revert BreathingSign.text c2. \breathe c4 \bar "|." }
[ << Tweaks and overrides ] | [Top][Contents] | [ Paper and layout >> ] |
[ < Breaking vertical alignment of dynamics and textscripts ] | [ Up : Tweaks and overrides ] | [ 和音内の各音符のサイズを変更する > ] |