]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/gregorian-scripts.ly
Assorted minor mostly one-line clarifications.
[lilypond.git] / input / test / gregorian-scripts.ly
index e723816e29418666ab0b24e66882d026defa6ee2..feeb4d5009c10bd80593967d5e62292b59133ba5 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.17"
+\version "2.7.39"
 \header {
     texidoc  = "@cindex Gregorian Scripts
 
@@ -26,6 +26,10 @@ FIXME: episem stops one notehead too early.
 
 \include "gregorian-init.ly"
 
+\paper {
+    line-thickness = \staff-space / 5.0
+}
+
 \score {
   \context VaticanaVoice {
     \override Script #'padding = #-0.5
@@ -43,11 +47,10 @@ FIXME: episem stops one notehead too early.
       \[ a \episemInitium \pes b \flexa a \episemFinis \]
     }
   }
-  \paper {
-    linewidth = 70.0
-    linethickness = \staffspace / 5.0
+  \layout {
+    line-width = 70.0
     width = 60.0
     indent = 0.0
-    raggedright = ##t
+    ragged-right = ##t
   }
 }