]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/printing-marks-at-the-end-of-a-line-or-a-score.ly
LSR: Update.
[lilypond.git] / input / lsr / printing-marks-at-the-end-of-a-line-or-a-score.ly
index 8af9e10bc3c507b2010a57d8d6a94b3b7f8ff53c..c07d0ba28791aedb2db0bf87ffbc807028bab7d2 100644 (file)
@@ -1,6 +1,6 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.61"
+\version "2.12.3"
 
 \header {
   lsrtags = "text"
@@ -30,15 +30,16 @@ final bar line, as demonstrated on the second line of this example.
 "
   doctitle = "Printing marks at the end of a line or a score"
 } % begin verbatim
+
 \relative c'' {  
-  \override Score.RehearsalMark  #'break-visibility = #begin-of-line-invisible
+  \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible
   g2 c
   d,2 a'
   \mark \default
   \break
-  
-  \override Score.RehearsalMark #'self-alignment-X = #RIGHT
   g2 b,
   c1 \bar "||"
+  \override Score.RehearsalMark #'self-alignment-X = #RIGHT  
   \mark "D.C. al Fine"
 }
+