lilypond-user
[Top][All Lists]
Advanced

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

Re: slur collides with ledger line & grace note size


From: madMuze
Subject: Re: slur collides with ledger line & grace note size
Date: Sat, 16 Apr 2011 08:57:32 -0700 (PDT)

>I have been unable to determine how to change the size of grace notes.


>>From another thread


>>>  : see the grace
>>> settings in *.../ly/engraver-init.ly*, line 638.
>>> All the preset properties for grace notes are listed and set.

>>Is this what you were looking for?

And in your style file, you would need something like this construction:

        \set Score.graceSettings = #`(
                (Voice Accidental font-size 000)
                (Voice AccidentalCautionary font-size 000)
                (Voice Beam length-fraction 000)
                (Voice Beam thickness 000)
                (Voice Dots font-size 00)
                (Voice NoteHead font-size 000)
                (Voice Script font-size 000)
                (Voice Slur direction ,DOWN)    % or UP
                (Voice Stem direction ,UP)      % or DOWN
                (Voice Stem font-size 000)
                (Voice Stem length-fraction 000)
                (Voice Stem no-stem-extend #t) )        % or #f

replacing "000" with your values. Omitting a line will leave that setting at
its default, of course. The critical thing is that crazy back-quote in the
first line:

        = #`(

David

-- 
View this message in context: 
http://old.nabble.com/slur-collides-with-ledger-line---grace-note-size-tp31409820p31413581.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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