Utilisation de \tweak pour retoucher des objets particuliers

La commande \tweak permet de retoucher directement n’importe quel objet graphique. En voici quelques exemples :

\relative c' {
  \time 2/4
  \set fingeringOrientations = #'(right)
  <
    \tweak font-size #3 c
    \tweak color #red d-\tweak font-size #8 -4
    \tweak style #'cross g
    \tweak duration-log #2 a
  >2
}

[image of music]

LilyPond snippets v2.25.15 (branche de développement).