]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/complex-once.ly
c57dd55980152cc6e9c83937df3080945a09fd11
[lilypond.git] / input / regression / complex-once.ly
1 \version "2.15.17"
2
3 \header{
4   texidoc= "This tests @code{\once} applied to multiple property operations."
5 }
6
7 \relative c' {
8   c4 d \hideNotes e4 f |
9   \unHideNotes g a \once \hideNotes b c |
10 }