lilypond-user
[Top][All Lists]
Advanced

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

Re: custom stringTuning not working


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

On 15/07/2012 19:17, Federico Bruni wrote:
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?

Well, apparently I don't know absolute mode :-)
Solved, sorry for the noise

music =  {
  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]