![]() |
GNU LilyPond-- -- |
||||||||||
|
Node:Non-guitar tablatures, Next:Tablature in addition to normal staff, Previous:Tablatures basic, Up:Tablatures Non-guitar tablaturesThere are many ways to customize Lilypond tablatures. First you can change the number of strings, by setting the number of
lines in the TabStaff
(the (The numbers specified for stringTuning are the numbers of semitons to subtract -- or add -- starting the specified pitch by default middle C, in string order: thus the notes are e, a, d & g) \context TabStaff < \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4 \property TabStaff.stringTunings = #'(-5 -10 -15 -20) \notes { a,4 c' a e' e c' a e' } > Finally, it is possible to change the Scheme function to format the tablature note text. The default is fret-number-tablature-format, which uses the fret number, but for some instruments that may not use this notation, just create your own tablature-format function. This function takes three argument: the string number, the string tuning and the note pitch. |
||||||||||
Go back to index of LilyPond.
Please send GNU LilyPond questions and comments to lilypond-user@gnu.org. Please send comments on these web pages to (address unknown) Copyright (c) 1997--2002 Han-Wen Nienhuys and Jan Nieuwenhuizen. Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved. |
This page was built from LilyPond-1.7.14 (development-branch) by