]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add regtest for complex \once.
authorDavid Kastrup <dak@gnu.org>
Thu, 3 Nov 2011 11:22:09 +0000 (12:22 +0100)
committerDavid Kastrup <dak@gnu.org>
Sun, 6 Nov 2011 23:04:29 +0000 (00:04 +0100)
input/regression/complex-once.ly [new file with mode: 0644]

diff --git a/input/regression/complex-once.ly b/input/regression/complex-once.ly
new file mode 100644 (file)
index 0000000..c57dd55
--- /dev/null
@@ -0,0 +1,10 @@
+\version "2.15.17"
+
+\header{
+  texidoc= "This tests @code{\once} applied to multiple property operations."
+}
+
+\relative c' {
+  c4 d \hideNotes e4 f |
+  \unHideNotes g a \once \hideNotes b c |
+}