]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-text.ly
* lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
[lilypond.git] / input / regression / multi-measure-rest-text.ly
index 4ee40d75bdd343de6b5c5730b075b842d69a3480..ad683e81c7e9cb955b82a13758b5d4297e3b862b 100644 (file)
@@ -1,17 +1,22 @@
+\version "2.1.7"
 
 \header  {
+
 texidoc = "
-Texts may be added to the rests by setting @code{text} in
-@code{MultiMeasureRestNumber.}. This is done automatically
-for the first script specified by @code{R_\markup @{ .. @}}.
+Texts may be added to the multi measure rests.
+
 "
 
+
 }
 
 \score { \notes {
- \time 3/4
-  R2._\markup { \center << \musicglyph  #"scripts-dfermata" \roman "Ad lib"  >>  }
+  \time 3/4
+  \property Score.skipBars = ##t
+  R2._\markup { \center < \musicglyph  #"scripts-dfermata" \roman "Ad lib"  >  }
   R2.^\fermataMarkup
   R2.^"4"
-  c2.
+  R2.*3_\markup { \roman "a1b2c3" }
+  R2.*10^"inner"^"top"_"inner"_"bot"
+  c'2.
 }}