]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/complex-once.ly
Add regtest for Grace_auto_beam_engraver
[lilypond.git] / input / regression / complex-once.ly
1 \version "2.16.0"
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 }