[ << Staff notation ] | [Top][Contents] | [ Editorial annotations >> ] |
[ < 平坦なタイ ] | [ Up : Staff notation ] | [ Grob をスキップするグリッサンド > ] |
強制的に小節の幅を MetronomeMark の幅に合わせる
デフォルトでは、メトロノーム記号は水平方向のスペーシングに影響を与えません。これは 2 つ目の例のように、単純なオーバライドで解決することができます。
example = { \tempo "Allegro" R1*6 \tempo "Rall." R1*2 \tempo "A tempo" R1*8 } { \compressMMRests { \example R1 R1 \override Score.MetronomeMark.extra-spacing-width = #'(-3 . 0) \example } }