]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/printing-marks-at-the-end-of-a-line.ly
LSR update
[lilypond.git] / Documentation / snippets / printing-marks-at-the-end-of-a-line.ly
index 1207f94386f58abebf0a092b22ccfea12964de5d..bd6cfefb738976fe37a21ec6f35d915f16e06abd 100644 (file)
@@ -1,7 +1,10 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.4"
+\version "2.17.25"
 
 \header {
   lsrtags = "text"
@@ -15,14 +18,14 @@ to align the right end of the mark with the bar line.
   doctitle = "Printing marks at the end of a line"
 } % begin verbatim
 
+
 \relative c'' {
   g2 c
   d,2 a'
-  \once \override Score.RehearsalMark #'break-visibility = #end-of-line-visible
-  \once \override Score.RehearsalMark #'self-alignment-X = #RIGHT
+  \once \override Score.RehearsalMark.break-visibility = #end-of-line-visible
+  \once \override Score.RehearsalMark.self-alignment-X = #RIGHT
   \mark "D.C. al Fine"
   \break
   g2 b,
   c1 \bar "||"
 }
-