bug-lilypond
[Top][All Lists]
Advanced

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

Issue 579 in lilypond: ReheasalMarks are shifted to the right depending


From: codesite-noreply
Subject: Issue 579 in lilypond: ReheasalMarks are shifted to the right depending on the number of staves
Date: Mon, 11 Feb 2008 10:30:12 -0800

Issue 579: ReheasalMarks are shifted to the right depending on the number of staves
http://code.google.com/p/lilypond/issues/detail?id=579

New issue report by v.villenave:
% In this example, the marks should be left-aligned on the time signature.
% However, when there are several staves, the mark is moved to the right,
% as you can see by comparing the first line and the second line.

% When using more than two staves, the mark keeps being moved, in a much
% less visible way.

\version "2.11.38"

\paper { ragged-right = ##t indent = 0}

timeAlign = {
     \once \override Score.RehearsalMark #'self-alignment-X = #-1
     \once \override Score.RehearsalMark #'break-align-symbols =
         #'(time-signature)
     \once \override Staff.TimeSignature
         #'break-align-anchor-alignment = #LEFT
}

larghetto = {\timeAlign \mark \markup Larghetto }


\new Staff { \larghetto c'1}

<<
   \new Staff { \larghetto c'1}
   \new Staff { c'1 }


<<
   \new Staff { \larghetto c'1}
   \new Staff { c'1 }
   \new Staff { c'1 }



Issue attributes:
        Status: Accepted
        Owner: v.villenave
        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]