bug-lilypond
[Top][All Lists]
Advanced

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

Issue 417 in lilypond: Rehearsal marks take up extra space when used on


From: codesite-noreply
Subject: Issue 417 in lilypond: Rehearsal marks take up extra space when used on full-measure rests
Date: Mon, 20 Aug 2007 21:11:34 -0700

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




reply via email to

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