On 29 December 2010 18:10, Sven Axelsson <sven.axels...@gmail.com> wrote:
>
> OK, rtfm:ing and testing a bit further.
>
> I created a music function like this:
>
> pgrace = #(define-music-function (parser location notes) (ly:music?)
>  #{ \newSpacingSection
>     \override Score.SpacingSpanner #'spacing-increment = #0.9
>     % override Score.SpacingSpanner #'strict-grace-spacing = ##t
>     \grace $notes
>  #}
> )

Just a hint.
Instead of defining your own music function you could change the default
behaviour of grace notes by redefining the variables startGraceMusic,
stopGraceMusic (defined in the file  ly/grace-init.ly ) to include this
 \override  within the definition of  \grace .
In this way you can continue using normal  \grace  command without
having to call your function every time.

BTW I think you should consider  Score.GraceSpacing  instead of
 Score.SpacingSpanner  (just an idea).
http://lilypond.org/doc/v2.13/Documentation/internals/gracespacing


> Does anyone here have a clue of what magic settings I could plug into
> the music function to get the desired non-stretchable spacing? Or
> maybe it isn't even possible?

Hope that helps.

Cheers,
Xavier

-- 
Xavier Scheuer <x.sche...@gmail.com>

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

Reply via email to