lilypond-user
[Top][All Lists]
Advanced

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

what did I wrong?


From: bb
Subject: what did I wrong?
Date: Sat, 3 Jun 2017 16:12:37 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1

the b and c should be 2 and 3 on string 5. Instead they show 7 and 8,
even with predefined string 5.

I  kindly ask for help.

Kind regards BB

  
\version "2.18.2"

#(set-global-staff-size 27)             %%% System
  
   fourth = \stringTuning < f, a, d g c' f' >
  
   Scale= {
          \relative c'
    \override Score.BarNumber.break-visibility = ##(#t #t #t)
    \time 4/4
   {f, g, a, b, | c d e f | 
    c\5 d e f |   % with string definition
     g a b c' |  d' e' f' g' | a' b' c'' d'' |
     e'' f'' g''  a''
         \bar "|."
    }
   }
   
    \new TabStaff \with {
    \tabFullNotation
    \stemDown
    tablatureFormat = #fret-number-tablature-format-banjo
    stringTunings = #fourth 
    }
    {
      \Scale
  }




reply via email to

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