X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fidentifier-following-chordmode.ly;h=7269e91cb4a88b1fe6bb6cd0abb16e4b5f6ca282;hb=26a079ca2393d053315ef8dbef626c897dc9645a;hp=c635af173756adaaae2f3724b13ff205429e1cd2;hpb=4dba22cdae8ec59067ab18a3ae2f73522fc26e8c;p=lilypond.git diff --git a/input/regression/identifier-following-chordmode.ly b/input/regression/identifier-following-chordmode.ly index c635af1737..7269e91cb4 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.16.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 }