]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/printing-marks-at-the-end-of-a-line-or-a-score.ly
Merge master into nested-bookparts
[lilypond.git] / input / lsr / printing-marks-at-the-end-of-a-line-or-a-score.ly
index 4a9f8a7212f9859da1fa6956935c0694044defe6..eb82652a6c397b23b2d784862332b88ad711c4f6 100644 (file)
@@ -31,14 +31,13 @@ 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"
 }