]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/property-once.ly
small fixes.
[lilypond.git] / input / regression / property-once.ly
index 9dd65713c22afc94cab99afffce470e32efe7631..d4b1c3eb21c37faed1c84ef8c0136fb897c6642b 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.18"
+
+\version "2.2.0"
 \header {
     texidoc = "Once properties take effect during a single time step only."
 }
@@ -6,12 +7,12 @@
 \score {
       \notes \relative c' {
          c4
-         \once \property Voice.Stem = #'()
+         \once \set Stem = #'()
          c4
-         \once \property Voice.Stem \override #'thickness = #5.0
+         \once \override Stem  #'thickness = #5.0
          c4
          c4
   }
 }
  
-%% new-chords-done %%
+