lilypond-user
[Top][All Lists]
Advanced

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

Re: New user + notation queries


From: Mats Bengtsson
Subject: Re: New user + notation queries
Date: Fri, 30 Jun 2006 09:54:15 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060417



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




reply via email to

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