Nitpick: ly:spanner-bound grob name slur -> spanner.
[lilypond.git] / input / regression / music-function.ly
blob6a6ade9ce35b842a038be5f02268c6b58c6b8942
1 \header
4 texidoc = "Music functions are generic music transformation functions,
5 which can be used to extend music syntax seamlessly. Here we
6 demonstrate a @code{\myBar} function, which works similar to
7 @code{\bar}, but is implemented completely in Scheme."
10 \version "2.12.0"
12 myBar = #(define-music-function (parser location bar-type) (string?)
13 (context-spec-music
14 (context-spec-music (make-property-set 'whichBar bar-type) 'Timing)
15 'Score))
17 \layout { ragged-right = ##t }
20 d4 \myBar "|:" d4