Hello Lilypond gurus,

I have a template that I use on vocal songs where there is an echo.  The 
echoed part has greyed out notes/staff and lyrics of another color.  I've 
figured out how to change most of the properties of the music but still 
can't figure out the name of the line running through notes that are 
below or above the clef (middle C for example).  So the line remains 
black.  Here is a snippet that changes what I know to change.  Can anyone 
enlighten me on the piece or pieces I'm missing?

\override Staff.StaffSymbol #'color = #(x11-color 'grey55)
        \override Staff.TimeSignature #'color = #(x11-color 'grey55)
        \override Staff.KeySignature #'color = #(x11-color 'grey55)
        \override Staff.Clef #'color = #(x11-color 'grey55)
        \override Voice.NoteHead #'color = #(x11-color 'grey55)
        \override Voice.Stem #'color = #(x11-color 'grey55)
        \override Voice.Beam #'color = #(x11-color 'grey55)
        \override Voice.Dots #'color = #(x11-color 'grey55)
        \override Staff.BarLine #'color = #(x11-color 'grey55)
        \override Lyrics.LyricText #'color = #(x11-color 'maroon)
        \override Lyrics.LyricHyphen #'color = #(x11-color 'maroon)
        \override Lyrics.LyricExtender #'color = #(x11-color 'maroon)



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to