[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lilypond-auto] Issue 3441 in lilypond: NR 2.4.3 banjo example
From: |
lilypond |
Subject: |
[Lilypond-auto] Issue 3441 in lilypond: NR 2.4.3 banjo example |
Date: |
Sat, 06 Jul 2013 16:03:28 +0000 |
Status: Accepted
Owner: address@hidden
Labels: Type-Documentation
New issue 3441 by address@hidden: 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
- [Lilypond-auto] Issue 3441 in lilypond: NR 2.4.3 banjo example,
lilypond <=
- Re: [Lilypond-auto] Issue 3441 in lilypond: NR 2.4.3 banjo example, lilypond, 2013/07/06
- Re: [Lilypond-auto] Issue 3441 in lilypond: NR 2.4.3 banjo example, lilypond, 2013/07/06
- Re: [Lilypond-auto] Issue 3441 in lilypond: NR 2.4.3 banjo example, lilypond, 2013/07/08
- Re: [Lilypond-auto] Issue 3441 in lilypond: NR 2.4.3 banjo example, lilypond, 2013/07/08
- Re: [Lilypond-auto] Issue 3441 in lilypond: NR 2.4.3 banjo example, lilypond, 2013/07/09
- Re: [Lilypond-auto] Issue 3441 in lilypond: NR 2.4.3 banjo example, lilypond, 2013/07/12
- Re: [Lilypond-auto] Issue 3441 in lilypond: NR 2.4.3 banjo example, lilypond, 2013/07/15
- Re: [Lilypond-auto] Issue 3441 in lilypond: NR 2.4.3 banjo example, lilypond, 2013/07/15
- Re: [Lilypond-auto] Issue 3441 in lilypond: NR 2.4.3 banjo example, lilypond, 2013/07/15
- Re: [Lilypond-auto] Issue 3441 in lilypond: NR 2.4.3 banjo example, lilypond, 2013/07/15