From: Graham Percival Date: Mon, 22 Mar 2010 21:20:08 +0000 (+0000) Subject: Doc: compile fix. X-Git-Tag: release/2.13.17-1~25 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=269d2bdca89eb06f0f22a3af3b47a615399f4cbf;p=lilypond.git Doc: compile fix. Sorry! I tested "make" but forgot to do "make doc". --- diff --git a/Documentation/notation/input.itely b/Documentation/notation/input.itely index 21d351cfed..2a8396163b 100644 --- a/Documentation/notation/input.itely +++ b/Documentation/notation/input.itely @@ -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 } }