bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch for Doc error


From: Cameron Horsburgh
Subject: Patch for Doc error
Date: Fri, 14 Apr 2006 12:44:28 +1000
User-agent: Mail/News 1.5 (X11/20060228)

Hi folks,

The attached patch for Documentation/user/basic-notation.itely fixes a
problem in Section 6.7.7 'Repeat Measures.' If you look at the example
for \set countPercentRepeats you'll notice that the measures aren't
actually numbered.

[Okay, I admit it--it's a very small patch! I'm trying to learn how this
 patching thing all works, so this is more a proof of concept for me as
anything else.

If I've done something wrong, the fix is simple--the lines

        '\set countPercentRepeats = ##t'

and

        '\new Voice'

need to be swapped around.]

HTH

Cameron
--- lilypond/Documentation/user/basic-notation.itely    2006-04-13 
09:27:53.000000000 +1000
+++ basic-notation.itely        2006-04-14 12:28:47.000000000 +1000
@@ -3134,8 +3134,8 @@
 on the @code{countPercentRepeats} property,
 
 @lilypond[relative=2,fragment,quote,verbatim,ragged-right]
-\set countPercentRepeats = ##t
 \new Voice
+\set countPercentRepeats = ##t
   \repeat "percent" 4 { c1 }
 @end lilypond
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]