]> git.donarmstrong.com Git - lilypond.git/commitdiff
fix \quoteDuring message.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 8 Jan 2007 10:21:46 +0000 (11:21 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 8 Jan 2007 10:21:46 +0000 (11:21 +0100)
Conflicts:

scm/music-functions.scm

scm/music-functions.scm

index 2f3e4370919c31cbc2689b6e7f50b310deca704f..dcc4ee6ecb231a5abef651ce3bc23cfe891e13e0 100644 (file)
@@ -744,7 +744,7 @@ Syntax:
              (set! (ly:music-property music 'quoted-events) quoted-vector)
              (set! (ly:music-property music 'iterator-ctor)
                    ly:quote-iterator::constructor))
-           (ly:warning (_ "can't find quoted music `~S'" quoted-name))))
+           (ly:warning (_ "cannot find quoted music: `~S'") quoted-name)))
     music))