]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/alignment-vertical-manual-setting.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / alignment-vertical-manual-setting.ly
index b7f30c719c5b8ac862053f53ebe3e41efd732f42..036a26419e1e17b9eb0321af95478c6faeb2e248 100644 (file)
@@ -1,32 +1,29 @@
 \header {
 
-  texidoc = "Alignments may be changed pre system by setting
+  texidoc = "Alignments may be changed per system by setting
   @code{alignment-distances} in the @code{line-break-system-details}
   property"
 
 }
 
-\version "2.13.2"
+\version "2.19.21"
 
 \book {
   \score {
-    \relative c'' \new StaffGroup <<
-      \new Staff { c1 c c c }
+    \relative \new StaffGroup <<
+      \new Staff { c''1 c c c }
       \new Staff { c c c c }
       \new Staff { 
        \overrideProperty
-       #"Score.NonMusicalPaperColumn"
-       #'line-break-system-details
+       Score.NonMusicalPaperColumn.line-break-system-details
        #'((alignment-distances . (#f 20)))
        c1 \break
        \overrideProperty
-       #"Score.NonMusicalPaperColumn"
-       #'line-break-system-details
+       Score.NonMusicalPaperColumn.line-break-system-details
        #'((alignment-distances . (5 15)))
        c1 \break
        \overrideProperty
-       #"Score.NonMusicalPaperColumn"
-       #'line-break-system-details
+       Score.NonMusicalPaperColumn.line-break-system-details
        #'((alignment-distances . (15 5)))
        c1 c
       }