bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

possible error in manual chapter 2.4.3 Banjo


From: bb
Subject: possible error in manual chapter 2.4.3 Banjo
Date: Sat, 06 Jul 2013 12:20:48 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7

As one can see the example source in chapter 2.4.3 Banjo does not show any
stems and /stemDown alone does not work. One needs \tabFullNotation as well!

So /stemDown stand alone does not make any sense and is missleading!

I think in the example this code would be correct to give the expected result:


\sourcefileline 1859
\new TabStaff <<
  \set TabStaff.tablatureFormat = #fret-number-tablature-format-banjo
  \set TabStaff.stringTunings = #banjo-open-g-tuning
  {
   \tabFullNotation
    \stemDown
    g8 d' g'\5 a b g e d' |
    g4 d''8\5 b' a'\2 g'\5 e'\2 d' |
    g4
  }
>>

Regards



reply via email to

[Prev in Thread] Current Thread [Next in Thread]