]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-center.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / multi-measure-rest-center.ly
index 35c00ff5b807e23f5f71e484bfc6f1df94097101..bc1a648567d416234b8cbe273cc503f0ef1d3aec 100644 (file)
@@ -1,18 +1,23 @@
+\version "2.16.0"
 \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
 }
+
         
+