]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/notation.itely (Measure repeats): Removed
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Fri, 30 Apr 2004 10:51:38 +0000 (10:51 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Fri, 30 Apr 2004 10:51:38 +0000 (10:51 +0000)
unnecessary (and confusing) \context Voice{.

ChangeLog
Documentation/user/notation.itely

index 5226b85d4db739bcef38205786c1900840132613..e045884dc69e9aaa496bff6bfc8e1ef091a27b9f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * Documentation/user/notation.itely (Measure repeats): Removed
+       unnecessary (and confusing) \context Voice{.
+
 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
index 87b6f3a119b8e4e0065f687645959f0a72979cab..21213b117b8b796166e46310c3dac0f8b6daca27 100644 (file)
@@ -2674,9 +2674,8 @@ Patterns of a one and two measures are replaced by percent-like signs,
 patterns that divide the measure length are replaced by slashes
 
 @lilypond[quote,verbatim,raggedright]
-\context Voice { \repeat  "percent" 4  { c'4 }
-  \repeat "percent" 2 { c'2 es'2 f'4 fis'4 g'4 c''4 }
-}
+\repeat  "percent" 4  { c'4 }
+\repeat "percent" 2 { c'2 es'2 f'4 fis'4 g'4 c''4 }
 @end lilypond
 
 @seealso