]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/printing-marks-at-the-end-of-a-line-or-a-score.ly
LSR: Update.
[lilypond.git] / Documentation / snippets / printing-marks-at-the-end-of-a-line-or-a-score.ly
index 917265f5824f769477396681ae37b34a1bb1e3f9..bceba30dd8575ffb1a071396e6f7c141663beafc 100644 (file)
@@ -1,6 +1,7 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% Do not edit this file; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.1"
+\version "2.13.4"
 
 \header {
   lsrtags = "text"
@@ -19,6 +20,7 @@ ejemplo.
 "
   doctitlees = "Imprimir marcas al final de la línea o de la partitura"
 
+
 %% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
   texidocde = "
 Zeichen können auch am Ende der aktuellen Zeile ausgegeben werden, anstatt
@@ -39,13 +41,13 @@ mark has to be added at the end of a score -- when there is no next
 line.
 
 In such cases, the right end of the mark has to be aligned with the
-final bar line, as demonstrated on the second line of this example. 
+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'' {  
+\relative c'' {
   \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible
   g2 c
   d,2 a'
@@ -53,7 +55,7 @@ final bar line, as demonstrated on the second line of this example.
   \break
   g2 b,
   c1 \bar "||"
-  \override Score.RehearsalMark #'self-alignment-X = #RIGHT  
+  \override Score.RehearsalMark #'self-alignment-X = #RIGHT
   \mark "D.C. al Fine"
 }