| [ << Rhythms ] | [Top][Contents] | [ Expressive marks >> ] |
| [ < Printing tuplet brackets on the note head side ] | [ Up: Rhythms ] | [ 楽譜から小節番号を削除する > ] |
装飾音符のデフォルトの挙動を再定義する
装飾音符に関するデフォルトの識別子は
startGraceMusic, stopGraceMusic,
startAcciaccaturaMusic, stopAcciaccaturaMusic,
startAppoggiaturaMusic, stopAppoggiaturaMusic
であり、ly/grace-init.ly に定義されています。これらを再定義することで、装飾音符の挙動を変更することができます。
startAcciaccaturaMusic = { <>( \override Flag.stroke-style = "grace" \slurDashed } stopAcciaccaturaMusic = { \revert Flag.stroke-style \slurSolid <>) } \relative c'' { \acciaccatura d8 c1 }
| [ << Rhythms ] | [Top][Contents] | [ Expressive marks >> ] |
| [ < Printing tuplet brackets on the note head side ] | [ Up: Rhythms ] | [ 楽譜から小節番号を削除する > ] |