]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-text.ly
*** empty log message ***
[lilypond.git] / input / regression / multi-measure-rest-text.ly
index 6cc2818faadf8e06643731e80d4d8a343a3860df..d49670954ea1321d5f128db9c2c9300823189863 100644 (file)
@@ -1,19 +1,22 @@
-\version "1.7.23"
+\version "2.1.22"
 
 \header  {
+
 texidoc = "
 Texts may be added to the multi measure rests.
+
 "
 
+
 }
 
 \score { \notes {
   \time 3/4
-  \property Score.skipBars = ##t
-  R2._\markup { \center << \musicglyph  #"scripts-dfermata" \roman "Ad lib"  >>  }
+  \set Score.skipBars =  ##t
+  R2._\markup { \center < \musicglyph  #"scripts-dfermata" \roman "Ad lib"  >  }
   R2.^\fermataMarkup
   R2.^"4"
   R2.*3_\markup { \roman "a1b2c3" }
   R2.*10^"inner"^"top"_"inner"_"bot"
-  c2.
+  c'2.
 }}