]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-layout-manual-position.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / page-layout-manual-position.ly
index 0067cf34dcdb6ef8f657f0ffacd6775f111e5b06..60ff82d3e1a130b83d3448402c2f71c77a6e07bb 100644 (file)
@@ -8,7 +8,7 @@ systems may be placed absolutely on the printable area of the page."
 
 }
 
-\version "2.16.0"
+\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)
       )