]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/notation.itely (Multi measure rests):
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Wed, 29 Sep 2004 16:47:03 +0000 (16:47 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Wed, 29 Sep 2004 16:47:03 +0000 (16:47 +0000)
Improved example.

ChangeLog
Documentation/user/notation.itely

index 8ac2f3abcc387c5152293defa0006066eff2eb85..8e3be60b129f120cef9d7ac5b862371438ecbcae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-09-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * Documentation/user/notation.itely (Multi measure rests):
+       Improved example.
+
 2004-09-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
        * lily/auto-beam-engraver.cc (test_moment): robustify.
index 6a8d90c4cd21923b96e6783c4aeac329e695b565..f31d8084d1c54ecc66dd6e14f23c68ed3980b9d1 100644 (file)
@@ -5162,8 +5162,9 @@ adding fermatas
 
 
 @lilypond[quote,verbatim,fragment]
+  \set Score.skipBars = ##t
   \time 3/4
-  R2._\markup { "Ad lib" }
+  R2.*10^\markup { \number 10 }_\markup { "Ad lib" }
   R2.^\fermataMarkup
 @end lilypond