From: David Kastrup Date: Thu, 3 Nov 2011 11:22:09 +0000 (+0100) Subject: Add regtest for complex \once. X-Git-Tag: release/2.15.17-1~20 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ddce9767f975c989800cb99e003039a8bf050b45;p=lilypond.git Add regtest for complex \once. --- diff --git a/input/regression/complex-once.ly b/input/regression/complex-once.ly new file mode 100644 index 0000000000..c57dd55980 --- /dev/null +++ b/input/regression/complex-once.ly @@ -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 | +}