]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: compile fix.
authorGraham Percival <graham@percival-music.ca>
Mon, 22 Mar 2010 21:20:08 +0000 (21:20 +0000)
committerGraham Percival <graham@percival-music.ca>
Mon, 22 Mar 2010 21:20:08 +0000 (21:20 +0000)
Sorry!  I tested "make" but forgot to do "make doc".

Documentation/notation/input.itely

index 21d351cfed0a2d1f1921892ad7cd59c6a8c4f37e..2a8396163b1a972d1e5ab6af1865a880ffe70969 100644 (file)
@@ -1119,7 +1119,7 @@ Multiple tags may be placed on expressions with multiple
 @code{\tag} entries:
 
 @lilypond[quote,verbatim]
-music = \relative c''4 {
+music = \relative c'' {
   \tag #'a \tag #'both { a4 a a a }
   \tag #'b \tag #'both { b4 b b b }
 }