lilypond-user
[Top][All Lists]
Advanced

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

Re: Cross staff stem spacing with proportional notation


From: David Kastrup
Subject: Re: Cross staff stem spacing with proportional notation
Date: Mon, 13 Mar 2017 16:15:00 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

David Nalesnik <address@hidden> writes:

> Oh, there's some extra code.  I decided to use a flag to avoid
> redundant calculations, but didn't follow through.  The music function
> should read
>
> spaceStemsEvenly =
> #(define-music-function (mus) (ly:music?)
>    #{
>      \override NoteColumn.X-offset = #space-by-stems
>      #mus
>      \revert NoteColumn.X-offset
>    #})

This looks like it should rather be \temporary \override in order not to
interfere with preexisting settings in the context.

-- 
David Kastrup



reply via email to

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