Comment #7 on issue 1014 by brownian.box: Full/multi measure rests should
be semibreve (for any but 4/2)
http://code.google.com/p/lilypond/issues/detail?id=1014
Thanks for the fix!
However, since the Summary contains "(for any but 4/2)", I would like to
mention that lilypond seems to be unable to handle this automatically?
So, if I need to follow this "standard" (well, some questions were
summarized by Carl in the maillist, see "the record" in comment #1) -- I
would like to have an option "to switch between
current LilyPond behavior and the behavior recommended by Read".
Now, still, I should preceede every 4/2 measure with \once \override ...
\version "2.15.4"
{
\override MultiMeasureRest #'usable-duration-logs = #'(0)
\time 2/4
R1*2/4
\once \override MultiMeasureRest #'usable-duration-logs = #'(0 -1)
\time 4/2
R1*4/2
\time 12/4
R1*12/4
}
So, I would say that... the Summary should be changed?-) Anyway, something
seems to be wrong.
Please, excuse (and correct) me if *I* am wrong. Thanks!
Attachments:
test.png 1.3 KB
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond