X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fidentifier-following-chordmode.ly;h=9735f4310691971256aa5c82073ed6da1bc776d7;hb=8864a7cc89abc6d910896aa4681e89fd71c5e4f1;hp=c635af173756adaaae2f3724b13ff205429e1cd2;hpb=f49e954f4a1c1c388ebe8c0581a20da0238aed25;p=lilypond.git diff --git a/input/regression/identifier-following-chordmode.ly b/input/regression/identifier-following-chordmode.ly index c635af1737..9735f43106 100644 --- a/input/regression/identifier-following-chordmode.ly +++ b/input/regression/identifier-following-chordmode.ly @@ -2,17 +2,17 @@ texidoc = "Identifiers following a chordmode section are not interpreted as chordmode tokens. In the following snippet, the -identifier `m' is not interpreted by the lexer as as a minor chord +identifier `m' is not interpreted by the lexer as a minor chord modifier." } -\version "2.11.55" +\version "2.14.0" 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 }