| [ << Rhythms ] | [トップ][目次] | [ Expressive marks >> ] |
| [ < Printing tuplet brackets on the note head side ] | [ 上へ : 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 ] | [トップ][目次] | [ Expressive marks >> ] |
| [ < Printing tuplet brackets on the note head side ] | [ 上へ : Rhythms ] | [ 楽譜から小節番号を削除する > ] |
![[image of music]](../37/lily-a4e21ad9.png)