Updates:
        Status: Fixed
        Labels: fixed_2_15_2

Comment #2 on issue 1014 by n.putt...@gmail.com: Full/multi measure rests should be semibreve (for any but 4/2)
http://code.google.com/p/lilypond/issues/detail?id=1014

Commit 104f80daf1dab11ef5b598006e3d4be8dfbe1926 (issue 1655) allows the user to tweak this behaviour via usable-duration-logs:

\version "2.15.3"

{
  \override MultiMeasureRest #'usable-duration-logs = #'(0)
  \time 9/4
  R1*9/4
  \time 12/4
  R1*12/4
}

Attachments:
        mmr-semibreve.png  2.1 KB


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

Reply via email to