]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/property-once.ly
* VERSION (MY_PATCH_LEVEL): make 1.7.0
[lilypond.git] / input / regression / property-once.ly
1 \header {
2     texidoc = "Once properties take effect during a single time step only."
3 }
4
5 \score {
6       \notes \relative c' {
7           c4
8           \once \property Voice.Stem = #'()
9           c4
10           \once \property Voice.Stem \override #'thickness = #5.0
11           c4
12           c4
13   }
14 }
15