lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Ticket 579 dis


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Ticket 579 discussion
Date: Tue, 26 Nov 2019 11:32:38 -0000

Diff:


IMHO this is documented quite well in current git, so I'm tagging this as fixed.


[issues:#579] ReheasalMarks are shifted to the right depending on the number of staves

Status: Fixed
Created: Mon Feb 11, 2008 10:29 AM UTC by Anonymous
Last Updated: Fri Nov 27, 2009 09:06 AM UTC
Owner: nobody

Originally created by: *anonymous

Originally created by: v.villenave
Originally owned 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 }
>>


Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.

_______________________________________________
Testlilyissues-auto mailing list
address@hidden
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

reply via email to

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