Hi,

I have a trouble reproducing what I found in the following snippet:

http://lsr.dsi.unimi.it/LSR/Item?id=432

I can't get Lilypond to print at the end of the line. In the
following example, you'll note that:

- when the marking is at the end of the *last* line, it doesn't appear
  at all
- when the marking is at the end of any other line, it is printed
  right-aligned to the center of the key of the next line
- when the marking is not at the end of a line, it's printed correctly,
  right-aligned to the bar

----------8<---------------------------8<-------------------------------
\version "2.12.3"

content = {
  e' d' c' a'
  \bar "||"
  \override Score.RehearsalMark #'self-alignment-X = #RIGHT  
  \mark "(2)"
}

\score { \content }
\score { { \content r1 } }
\score { { \content \break r1 } }
----------8<---------------------------8<-------------------------------

Regards,
Pierre
-- 
[email protected]
OpenPGP 0xD9D50D8A

Attachment: signature.asc
Description: Digital signature

_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to