From: Phil Holmes Date: Sat, 4 Feb 2012 14:38:01 +0000 (+0000) Subject: Directs output from identifier-foll*.ly to stderr X-Git-Tag: release/2.15.29-1~26 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=eb472840de8a97a13dc3c2e5bd1af3279f88dc79;p=lilypond.git Directs output from identifier-foll*.ly to stderr --- diff --git a/input/regression/identifier-following-chordmode.ly b/input/regression/identifier-following-chordmode.ly index bec19ea680..9735f43106 100644 --- a/input/regression/identifier-following-chordmode.ly +++ b/input/regression/identifier-following-chordmode.ly @@ -12,7 +12,7 @@ modifier." myDisplayMusic = #(define-music-function (parser location music) (ly:music?) - (display-scheme-music music) + (display-scheme-music music (current-error-port)) (make-music 'SequentialMusic 'void #t)) \myDisplayMusic \chordmode { c }