]> git.donarmstrong.com Git - lilypond.git/blob - ly/music-functions-init.ly
*** empty log message ***
[lilypond.git] / ly / music-functions-init.ly
1 applymusic = #(ly:make-music-function
2    (list procedure? ly:music?) ; signature
3    (lambda (where func music)  ; the function
4      (func music)))
5
6 \version "2.3.1"
7
8
9
10 %{
11
12 TODO:
13
14 remove these from the parser, and softcode here:
15
16  * \addlyrics
17  * \tag
18  * \appoggiatura, \acciaccatura, \grace
19  * \partcombine
20  * \autochange
21  * \applycontext
22  * \applyoutput
23  * \breathe
24
25
26 with small syntax changes, we could also do
27
28  * \bar
29  *  ?
30
31 %}