| [ << Notazione specialistica ] | [Inizio][Contenuti][Indice][ ? ] | [ Input e output >> ] | ||
| [ < Banjo tablatures ] | [ Su : Fretted string instruments ] | [ Lute tablatures > ] | ||
2.4.4 Lute
| Lute tablatures |
| [ << Notazione specialistica ] | [Inizio][Contenuti][Indice][ ? ] | [ Input e output >> ] | ||
| [ < Lute ] | [ Su : Lute ] | [ Percussion > ] | ||
Lute tablatures
LilyPond supports tablature for lute.
To get additional bass strings use additionalBassStrings, where the
pitches of those strings are set. They will be printed below lowest line as:
a, /a, //a, ///a, 4, 5, etc.
fret-letter-tablature-format for tablatureFormat should be used,
probably fretLabels for further customizing.
m = { f'4 d' a f d a, g, fis, e, d, c, \bar "|." }
\score {
<<
\new Staff { \clef bass \cadenzaOn \m }
\new TabStaff \m
>>
\layout {
\context {
\Score
tablatureFormat = #fret-letter-tablature-format
}
\context {
\TabStaff
stringTunings = \stringTuning <a, d f a d' f'>
additionalBassStrings = \stringTuning <c, d, e, fis, g,>
fretLabels = #'("a" "b" "r" "d" "e" "f" "g" "h" "i" "k")
}
}
}
Problemi noti e avvertimenti
Using FretBoards with additionalBassStrings is not supported and
will yield unsatisfying results.
| [ << Notazione specialistica ] | [Inizio][Contenuti][Indice][ ? ] | [ Input e output >> ] | ||
| [ < Lute ] | [ Su : Lute ] | [ Percussion > ] | ||
Altre lingue: English, català, español, français.
About automatic language selection.