| [ << Rhythms ] | [Top][Contents] | [ Expressive marks >> ] |
| [ < Printing tuplet brackets on the note head side ] | [ Up: Rhythms ] | [ Togliere i numeri di battuta da uno spartito > ] |
Ridefinire le impostazioni predefinite globali degli abbellimenti
Le impostazioni globali predefinite degli abbellimenti sono salvate ni seguenti identificatori:
startGraceMusic stopGraceMusic startAcciaccaturaMusic stopAcciaccaturaMusic startAppoggiaturaMusic stopAppoggiaturaMusic
Sono definiti nel file ly/grace-init.ly. Ridefinendoli si
possono ottenere effetti diversi.
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 ] | [ Togliere i numeri di battuta da uno spartito > ] |