The 2.7 (cvs) alignment of RehearsalMarks seems to be off by one (ie. 
specifying center gives left alignment, specifying right gives center 
alignment, etc.)

Attachment: lily_2_6.pdf
Description: Adobe PDF document


Attachment: lily_2_7_38.pdf
Description: Adobe PDF document

\version "2.6.0"

#(ly:set-option 'point-and-click #f)

\paper {
  indent = 0
}

{
  \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible
  \time 3/4
  a b c
  \override Score.RehearsalMark #'self-alignment-X = #LEFT
  \mark \markup { \large {"BLAH" } }
  a b c
  \override Score.RehearsalMark #'self-alignment-X = #RIGHT
  \mark \markup { \large { "BLAH" } }
  a b c
  \override Score.RehearsalMark #'self-alignment-X = #2
  \mark \markup { \large { "BLAH" } }
}
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to