]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-text.ly
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / multi-measure-rest-text.ly
index 768708b9c03111c95affd1d2eaba1f7fa89954a0..176305a7c0d7e56bb88458c30fe0c8b8fc9ad162 100644 (file)
@@ -1,16 +1,19 @@
-\version "2.6.0"
+\version "2.10.0"
 
 \header  {
 
   texidoc = "
 Texts may be added to the multi-measure rests.
 
+By setting the appropriate @code{spacing-procedure}, we can make
+measures stretch to accomodate wide texts.
+
 "
 
 
 }
 
-\layout { raggedright = ##t }
+\layout { ragged-right = ##t }
 {
   \time 3/4
   \set Score.skipBars = ##t
@@ -19,6 +22,9 @@ Texts may be added to the multi-measure rests.
   R2.^"4"
   R2.*3_\markup { \roman "a1b2c3" }
   R2.*10^"inner"^"top"_"inner"_"bot"
+  \override MultiMeasureRestText  #'springs-and-rods
+    = #ly:multi-measure-rest::set-text-rods
+
   R2.^"very very very very very very long text"
   c'2.
 }