]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/aligning-marks-with-various-notation-objects.ly
LSR: Update.
[lilypond.git] / input / lsr / aligning-marks-with-various-notation-objects.ly
index 6b79863544600b220d7b92896b85cf5b162966fb..40a4c11e50bd13270e825559abc24d3ec3512787 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.57"
+\version "2.12.3"
 
 \header {
   lsrtags = "text"
@@ -39,6 +39,7 @@ be done for all the staves).
 "
   doctitle = "Aligning marks with various notation objects"
 } % begin verbatim
+
 \relative c' {
   e1
   
@@ -47,7 +48,7 @@ be done for all the staves).
   \key a \major
   \clef treble
   \mark "↓"
-  e
+  e1
   
   % the RehearsalMark will be centered above the TimeSignature
   \override Score.RehearsalMark #'break-align-symbols = #'(time-signature)
@@ -66,22 +67,22 @@ be done for all the staves).
   e1
 
   \break
-  e
+  e1
   
   % the RehearsalMark will be aligned with the left edge of the KeySignature
   \once \override Score.KeySignature #'break-align-anchor-alignment = #LEFT
   \mark "↓"
   \key a \major
-  e
+  e1
   
   % the RehearsalMark will be aligned with the right edge of the KeySignature
   \once \override Score.KeySignature #'break-align-anchor-alignment = #RIGHT
   \key a \major
   \mark "↓"
-  e
+  e1
   
   % the RehearsalMark will be aligned with the left edge of the KeySignature
-  % and then shifted right by 1 unit.
+  % and then shifted right by one unit.
   \once \override Score.KeySignature #'break-align-anchor = #1
   \key a \major
   \mark "↓"