]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-center.ly
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / multi-measure-rest-center.ly
index 45c7247ce2d545087328e44028ba22a0d8c2280d..781ed5c4a21dde68e8bef8fd495980253affc9c6 100644 (file)
@@ -1,19 +1,23 @@
+\version "2.11.51"
 \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
 }
+
         
-%% new-chords-done %%
+