]> 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 3613c57ca2c1a0f3ddf9397eab1b7e4d32702335..036a26419e1e17b9eb0321af95478c6faeb2e248 100644 (file)
@@ -6,27 +6,24 @@
 
 }
 
-\version "2.16.0"
+\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
       }