bug-lilypond
[Top][All Lists]
Advanced

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

Re: "z" rest placement


From: Simon Albrecht
Subject: Re: "z" rest placement
Date: Sun, 22 Mar 2015 22:08:03 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0

Am 22.03.2015 um 15:03 schrieb Dan Eble:
Does anyone else think that the automatic placement of the second rest in this 
example is distractingly low in the “z” style?
I think it’s right at least in the third bar to not place it any closer to the note, so I’d support Lily’s behaviour here.

Yours, Simon
   (If you have enough experience to suggest a solution, please do.  I haven’t 
looked at the rest collision code yet.)  Thanks.
—
Dan

\version "2.19.16"
\language "english"

% excerpt from the hymn tune "Diadem" by James Ellor
soprano = \relative {
   f''4 | ef4.( d8 c[ ef] | d4. c8 bf[ d] | c4. bf8 a[ c] | bf4) bf
}

alto = \relative {
   f'4 | g4 g r | f f r | f f r | f f
}

music = \relative {
   \key bf \major
   \time 3/4 \partial 4
   \partcombine \soprano \alto
}

\score {
   \new Staff { \music }
}

\score {
   \new Staff \with { \override Rest.style = #'z } { \music }
}


_______________________________________________
bug-lilypond mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/bug-lilypond




reply via email to

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