Kieren MacMillan wrote:


\once \override Accidental #'stencil = #ly:text-interface::print
\once \override Accidental #'text = \markup{ \override #'(word- space .
0.4) \line {\semiflat \flat }}


OK.  There isn't a way to write into the setup once and for all, "the
3/4-flat accidental is ..." ?


Same mod, just leave out the \once...  =)
Again, you might want to add this in to the context definition itself, e.g.,

\layout
{
    \context
    {
        \Score
        \override Beam #'damping = 100000
        \override Accidental #'stencil = #ly:text-interface::print
\override Accidental #'text = \markup{ \override #'(word-space 0.4) \line {\semiflat \flat }}
    }
}

An obvious disadvantage is that this solution only works if your score doesn't
have any other accidentals than 3/4 flats, right? ;-)
(Like the old T Ford car - you could get any color you wanted, as long as you
wanted it in black.)

 /Mats


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

Reply via email to