Hello again!

I'm once again posting with a newbie question.

I'm trying to make a score with both music and tab staffs, as well as chord
names a fret diagrams. But NOT string numbers in circles.

Can anyone suggest the proper thing to set? Is it an override?

My Score section looks like this:
\score {
  <<
    \new ChordNames {
      \mychords
    }
    \new FretBoards {
      \mychords
    }
    \new Staff  {
      \myTempo
      \myKey
      \override Staff.TimeSignature #'style = #'()
      \myTime
      \mynotes
    }
    \new TabStaff  {
      \override Staff.TimeSignature #'style = #'()
      \myTime
      \stemDown
      \override Beam #'damping = #+inf.0
      \mytabs
    }
  >>

Thanks for any help!
Cheers,
GF

-- 
50°48'39.85"N  4°25'20.29"E
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to