]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/property-once.ly
* lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
[lilypond.git] / input / regression / property-once.ly
1
2 \version "2.3.4"
3 \header {
4     texidoc = "Once properties take effect during a single time step only."
5 }
6
7 \score {
8        \relative c' {
9           c4
10           \once \set Stem = #'()
11           c4
12           \once \override Stem  #'thickness = #5.0
13           c4
14           c4
15   }
16 }
17  
18