Status: Accepted
Owner: [email protected]
Labels: Type-Documentation
New issue 3441 by [email protected]: NR 2.4.3 banjo example
http://code.google.com/p/lilypond/issues/detail?id=3441
Bug report:
http://lists.gnu.org/archive/html/bug-lilypond/2013-07/msg00045.html
This example:
http://lilypond.org/doc/v2.17/Documentation/notation/banjo
uses \stemDown, which is useless because:
1. \stemDown is the default
2. without \tabFullNotation stems are not printed in tablature
I suggest using Staff + TabStaff (without \tabFullNotation) as in the rest
of the manual. I would also remove the string numbers in Staff.
The snippet should be changed to something like this:
music = {
\set TabStaff.tablatureFormat = #fret-number-tablature-format-banjo
\set TabStaff.stringTunings = #banjo-open-g-tuning
\override Staff.StringNumber.stencil = ##f
g8 d' g'\5 a b g e d' |
g4 d''8\5 b' a'\2 g'\5 e'\2 d' |
g4
}
\new StaffGroup <<
\new Staff {
\clef "treble_8"
\music
}
\new TabStaff {
\clef "moderntab"
\music
}
I'll send the patch to rietveld in a minute
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings