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


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

Reply via email to