]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/property-once.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / property-once.ly
1
2 \version "2.17.6"
3 \header {
4     texidoc = "Once properties take effect during a single time step only."
5 }
6
7 \layout { ragged-right = ##t }
8
9 \relative c' {
10     c4
11     \once \override Stem.thickness = #5.0
12     c4
13     c4
14     c4
15 }
16  
17