]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/music-function-incomplete.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / music-function-incomplete.ly
diff --git a/input/regression/music-function-incomplete.ly b/input/regression/music-function-incomplete.ly
new file mode 100644 (file)
index 0000000..24c2b56
--- /dev/null
@@ -0,0 +1,15 @@
+\version "2.19.24"
+
+\header {
+  texidoc = "For defining a music function, one can supply one or
+  several music function calls chained together,  cutting the last
+  call short using @code{\\etc}.  The remaining arguments are
+  supplied when calling the music function defined in this manner."
+}
+
+\layout { ragged-right = ##t }
+
+highlight = \tweak font-size 3 \tweak color #red \etc
+mode = \key c \etc
+
+{ c' \highlight d' e'-\highlight -! \mode \minor c'' }