lilypond-user
[Top][All Lists]
Advanced

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

How to not display string numbers in chords


From: Grateful Frog
Subject: How to not display string numbers in chords
Date: Sun, 4 Jan 2009 21:02:37 +0100

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

reply via email to

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