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 }
    >>
  >>
}

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to