]> git.donarmstrong.com Git - lilypond.git/commitdiff
fix \quoteDuring message.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 6 Jan 2007 16:33:36 +0000 (17:33 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 6 Jan 2007 16:33:36 +0000 (17:33 +0100)
scm/music-functions.scm

index 08324e10776b1eff3cefdfb3c96527bbb62dc94e..54b363bdd9ed5c5ff76e88bf06f3e337dd572fe0 100644 (file)
@@ -750,7 +750,7 @@ Syntax:
              (set! (ly:music-property music 'quoted-events) quoted-vector)
              (set! (ly:music-property music 'iterator-ctor)
                    ly:quote-iterator::constructor))
-           (ly:warning (_ "cannot find quoted music: `~S'" quoted-name))))
+           (ly:warning (_ "cannot find quoted music: `~S'") quoted-name)))
     music))