X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fidentifier-following-chordmode.ly;h=b99142a0c08f0d986a5c2fef8957bad9694fc235;hb=c7acad264e49f23e333dd66a0e1d50005c630068;hp=34dec04102927628eedebd623fcbd4728a07aea9;hpb=bb91de5b7f8c4f753452730101c2422946067cc3;p=lilypond.git diff --git a/input/regression/identifier-following-chordmode.ly b/input/regression/identifier-following-chordmode.ly index 34dec04102..b99142a0c0 100644 --- a/input/regression/identifier-following-chordmode.ly +++ b/input/regression/identifier-following-chordmode.ly @@ -2,21 +2,20 @@ 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.12.0" +\version "2.19.22" myDisplayMusic = -#(define-music-function (parser location music) +#(define-void-function (music) (ly:music?) - (display-scheme-music music) - (make-music 'SequentialMusic 'void #t)) + (display-scheme-music music (current-error-port))) \myDisplayMusic \chordmode { c } -m = \relative c' { c4 d e f } +m = \relative { c'4 d e f } \new Staff { \m }