MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / music-function-post-event.ly
blob673142e3cfa427de06e4b9c10f7b894fd9906308
1 \version "2.13.44"
3 \header
6 texidoc = "Music functions may be attached to notes;
7 in this case they must be introduced by a direction
8 indicator. If a non-neutral direction is given (i.e.
9 anything else than a dash), then the 'direction property
10 of the resulting object is set accordingly."
14 dynScript =
15 #(define-music-function (parser location text) (string?)
16 (make-dynamic-script text))
18 \relative c' {
19 c1-\dynScript "pp"
20 c^\dynScript "fp"
21 c_\dynScript "spz"