X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fidentifier-following-chordmode.ly;h=b99142a0c08f0d986a5c2fef8957bad9694fc235;hb=77320a48ed671c658f04256d087880c1701eb746;hp=c635af173756adaaae2f3724b13ff205429e1cd2;hpb=3e06d4668033e396c6cff199190ca9f33754cc40;p=lilypond.git diff --git a/input/regression/identifier-following-chordmode.ly b/input/regression/identifier-following-chordmode.ly index c635af1737..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.11.55" +\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 }