12.2.1 Indicar la posición y la cejilla

Este ejemplo muestra cómo incluir indicaciones de posición y cejilla de guitarra usando una línea de barré.

\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]

A more sophisticated solution can be found in LSR snippet 952.

Véase también

Referencia de la notación: Objetos extensos de texto.

Fragmentos de código: Fretted strings, Expressive marks.


Referencia de la notación de GNU LilyPond v2.25.30 (development-branch).