bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1014 in lilypond: Full/multi measure rests should be semibreve


From: lilypond
Subject: Re: Issue 1014 in lilypond: Full/multi measure rests should be semibreve (for any but 4/2)
Date: Tue, 05 Jul 2011 06:39:31 +0000


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




reply via email to

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