lilypond-user
[Top][All Lists]
Advanced

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

custom stringTuning not working


From: Federico Bruni
Subject: custom stringTuning not working
Date: Sun, 15 Jul 2012 19:17:45 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.4) Gecko/20120510 Icedove/10.0.4

It's the first time I use the new command \stringTuning and I can't get it work.
In the following example I should see 0s from the 6th to the 1st string.
What I'm doing wrong?

\version "2.15.41"

music =  \relative c {
  d,8 bes' d g bes d
}

\score {
  \new StaffGroup <<
    \new Staff <<
      \context Voice { \clef "G_8" \music }
    >>
    \new TabStaff  <<
      \set TabStaff.stringTunings = \stringTuning <d, bes' d' g' bes'' d''>
      \context TabVoice { \clef "moderntab" \music }
    >>
  >>
}



reply via email to

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