Issue 417: Rehearsal marks take up extra space when used on full-measure rests
http://code.google.com/p/lilypond/issues/detail?id=417
New issue report by gpermus:
%{
When you put a rehearsal mark on a measure that is a full measure rest (or
where the previous measure is a full measure rest), the rest is pushed
off-center. This is especially noticeable when the rehearsal mark is at
the start of a multi-measure rest.
%}
\version "2.11.30"
\paper { ragged-right = ##t }
{
\override MultiMeasureRest #'expand-limit = 1
\set Score.skipBars = ##t
R1 \mark \default R1
% This measure is centered as expected
R1
R1 \mark \default R1*4 R1
}
Issue attributes:
Status: Accepted
Owner: gpermus
Labels: Type-Defect Priority-Medium
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond