]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/staff-tweak.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / staff-tweak.ly
index 79339fc9fff881cda211bf68fa771183ff25782f..36e75dba38ee33ab281d4631029dbab241f5e0df 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.6.0"
+\version "2.17.6"
 
 \header {
   texidoc = "The staff is a grob (graphical object) which may be adjusted as well, for example, to have 6 thick lines and a slightly large @code{staff-space}.
@@ -7,7 +7,7 @@ However, beams remain correctly quantized."
 }
 
 \layout  {
-  raggedright = ##t
+  ragged-right = ##t
 }
 
 
@@ -16,9 +16,9 @@ mus =  \relative c' { c4 g' d'8 d d d }
 
 <<
   \new Staff {
-    \override Staff.StaffSymbol  #'thickness = #2.0
-    \override Staff.StaffSymbol  #'line-count = #6
-    \override Staff.StaffSymbol  #'staff-space = #1.1
+    \override Staff.StaffSymbol.thickness = #2.0
+    \override Staff.StaffSymbol.line-count = #6
+    \override Staff.StaffSymbol.staff-space = #1.1
     \mus
   }
   \mus