Indication de la position et du barré

Cet exemple montre comment indiquer les positions et les barrés :

\relative {
  \clef "treble_8"
  b,16 d g b e
  \once \override TextSpanner.bound-details.left.text =
    \markup {"XII" \hspace #0.4 }
  \once \override TextSpanner.bound-details.right.text =
    \markup \draw-line #'(0 . -.5)
  \once \override TextSpanner.bound-details.right.padding = -0.65
  \once \override TextSpanner.dash-fraction = 0.4
  \once \override TextSpanner.dash-period = 1.3
  g16\startTextSpan
  b16 e g e b g\stopTextSpan
  e16 b g d
}

[image of music]

Une solution plus sophistiquée est disponible ici : LSR snippet 952.

Voir aussi

Manuel de notation : Indication textuelle avec extension.

Morceaux choisis : Cordes frettées, Signes d’interprétation.


GNU LilyPond – Manuel de notation v2.25.15 (branche de développement).