X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fidentifier-following-chordmode.ly;h=b99142a0c08f0d986a5c2fef8957bad9694fc235;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=34dec04102927628eedebd623fcbd4728a07aea9;hpb=d664f5a7153ec2b1a1c4c9fba2d2174bf3140695;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 }