On 12/13/2010 5:54 PM, [email protected] wrote:
thanks Mike that's helpful. This is really bizarre that making the stem transparent moves the name of the note up.Yup! \version "2.13.43" This code \score { \relative c'' { \time 7/2 \easyHeadsOn \override Stem #'transparent = ##t \override NoteHead #'stencil = #ly:text-interface::print \once \override NoteHead #'text = \markup { {A}} a \once \override NoteHead #'text = \markup { {B}} b \once \override NoteHead #'text = \markup { {C}} c \once \override NoteHead #'text = \markup { {D}} d \once \override NoteHead #'text = \markup { {E}} e \once \override NoteHead #'text = \markup { {F}} f \once \override NoteHead #'text = \markup { {G}} g \once \override NoteHead #'text = \markup { {A}} a } } gave me: ![]() |
_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user

