]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-center.ly
Doc-es: various updates.
[lilypond.git] / input / regression / multi-measure-rest-center.ly
index 35c00ff5b807e23f5f71e484bfc6f1df94097101..67130754de2220d7ecd9c5a760652b10c8b53a72 100644 (file)
@@ -1,18 +1,23 @@
+\version "2.17.6"
 \header
 {
   texidoc = "The multimeasure rest is centered exactly between bar lines."
 
 }
 
-\score {
-    \notes
-    {
-       \property Score.skipBars = ##t
-       \property Staff.BarLine \set #'hair-thickness = #7.5
-       \property Staff.MultiMeasureRest \set #'hair-thickness = #10
+\layout { ragged-right = ##t}
 
-       c'1 R1*20 c'1
-    }
-    \paper { linewidth = -1.0 } 
+
+
+
+{
+  \set Score.skipBars = ##t
+  \override Staff.BarLine.hair-thickness = #7.5
+  \override Staff.MultiMeasureRest.hair-thickness = #10
+
+  c'1 R1*20 c'1
 }
+
         
+