]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/property-once.ly
clarify slightly.
[lilypond.git] / input / regression / property-once.ly
index 849070b8f8e5c0123f2396a2da69aa036c2209fb..f350c0714d04c0c07ae219d73da2d366d8d1e2d2 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.3.22"
+\version "2.6.0"
 \header {
     texidoc = "Once properties take effect during a single time step only."
 }
@@ -8,9 +8,8 @@
 
 \relative c' {
     c4
-    \once \set Stem = #'()
+    \once \override Stem #'thickness = #5.0
     c4
-    \once \override Stem  #'thickness = #5.0
     c4
     c4
 }