]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-layout-manual-position.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / page-layout-manual-position.ly
index 8da7f73701891065f0398d826ad0e401713c8ea9..60ff82d3e1a130b83d3448402c2f71c77a6e07bb 100644 (file)
@@ -8,7 +8,7 @@ systems may be placed absolutely on the printable area of the page."
 
 }
 
-\version "2.7.39"
+\version "2.17.6"
 
 #(set-default-paper-size "a6" 'portrait)
 
@@ -25,15 +25,13 @@ systems may be placed absolutely on the printable area of the page."
   \score {
     {
       \overrideProperty 
-      #"Score.NonMusicalPaperColumn"
-      #'line-break-system-details
+      Score.NonMusicalPaperColumn.line-break-system-details
       #'((Y-offset . 0.0))
       c1 c1 \break
       
     
       \overrideProperty 
-      #"Score.NonMusicalPaperColumn"
-      #'line-break-system-details
+      Score.NonMusicalPaperColumn.line-break-system-details
       #'((Y-offset . 62.0)
          (X-offset . 8.0)
       )