]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/music-function-incomplete.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / music-function-incomplete.ly
1 \version "2.19.24"
2
3 \header {
4   texidoc = "For defining a music function, one can supply one or
5   several music function calls chained together,  cutting the last
6   call short using @code{\\etc}.  The remaining arguments are
7   supplied when calling the music function defined in this manner."
8 }
9
10 \layout { ragged-right = ##t }
11
12 highlight = \tweak font-size 3 \tweak color #red \etc
13 mode = \key c \etc
14
15 { c' \highlight d' e'-\highlight -! \mode \minor c'' }