[ << Specialist notation ] | [Arriba][Índice general][Índice][ ? ] | [ General input and output >> ] | ||
[ < Right-hand fingerings ] | [ Subir : Fretted string instruments ] | [ Indicating position and barring > ] |
2.4.2 Guitar
Casi todos los asintos de notación relacionados con la música para guitarra están suficientemente cubiertos en la sección general sobre ajustes de instrumentos de trastes, pero hay algunos más de los que merece la pena hablar aquí. De forma ocasional, los usuarios quieren crear documentos del tipo de cancioneros que tengan sólo la letra de las canciones con indicaciones de acordes sobre ella. Dado que Lilypond es un tipografiador de música, no se recomienda para documentos que no tienen notación musical. Una alternativa mejor es un procesador de texto, editor de texto o, para usuarios con experiencia, un tipografiador como GuitarTeX.
Indicating position and barring | ||
Indicating harmonics and dampened notes |
[ << Specialist notation ] | [Arriba][Índice general][Índice][ ? ] | [ General input and output >> ] | ||
[ < Guitar ] | [ Subir : Guitar ] | [ Indicating harmonics and dampened notes > ] |
Indicating position and barring
Este ejemplo muestra cómo incluir indicaciones de posición y cejilla de guitarra:
\clef "treble_8" b16 d g b e \textSpannerDown \override TextSpanner #'(bound-details left text) = #"XII " g16\startTextSpan b16 e g e b g\stopTextSpan e16 b g d
Véase también
Referencia de la notación: Text spanners.
Fragmentos de código: Fretted strings, Expressive marks.
[ << Specialist notation ] | [Arriba][Índice general][Índice][ ? ] | [ General input and output >> ] | ||
[ < Indicating position and barring ] | [ Subir : Guitar ] | [ Banjo > ] |
Indicating harmonics and dampened notes
Se pueden usar cabezas de nota especiales para indicar notas apagadas o armónicos. Los armónicos se suelen explicar de forma más completa con un marcado de texto.
\relative c' { \clef "treble_8" \override Staff.NoteHead #'style = #'cross g8 a b c b4 \override Staff.NoteHead #'style = #'harmonic-mixed d^\markup { \italic { \fontsize #-2 { "harm. 12" }}} <g b>1 }
Véase también
Fragmentos de código: Fretted strings.
Referencia de la notación: Special note heads, Note head styles.
[ << Specialist notation ] | [Arriba][Índice general][Índice][ ? ] | [ General input and output >> ] | ||
[ < Indicating position and barring ] | [ Subir : Guitar ] | [ Banjo > ] |