]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/complex-once.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / complex-once.ly
diff --git a/input/regression/complex-once.ly b/input/regression/complex-once.ly
new file mode 100644 (file)
index 0000000..400c350
--- /dev/null
@@ -0,0 +1,10 @@
+\version "2.16.0"
+
+\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 |
+}