[Top][All Lists]
[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: |
Mon, 27 Jun 2011 22:35:41 +0000 |
Updates:
Status: Fixed
Labels: fixed_2_15_2
Comment #2 on issue 1014 by address@hidden: 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
- Re: Issue 1014 in lilypond: Full/multi measure rests should be semibreve (for any but 4/2),
lilypond <=