]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-layout-manual-position.ly
Issue 1388: Initial work to support opentype font features.
[lilypond.git] / input / regression / page-layout-manual-position.ly
index 704061ca9c7fc50a82c1edeb6d890e1e899e033f..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)
 
@@ -16,24 +16,22 @@ systems may be placed absolutely on the printable area of the page."
   line-width = 5.0\cm
   headerMarkup = "header"
   indent =0.0
-  annotatespacing = ##f
-  annotatepage = ##t
-  annotateheaders = ##t
+  annotate-spacing = ##f
+  annotate-page = ##t
+  annotate-headers = ##t
 }
 
 \book {
   \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)
       )