]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/set-once.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / set-once.ly
index 186232c17671254b4564c9b9b10e7bbb38c1de42..b9fc811928d688c524965c2e5100d36c112fadf0 100644 (file)
@@ -1,14 +1,14 @@
-\version "2.15.7"
+\version "2.19.21"
 
 \header {
 
-  texidoc = "@code{\once \set} should change a context property value for just one timestep
+  texidoc = "@code{\\once \\set} should change a context property value for just one timestep
 and then return to the previous value."
 
 }
 \relative {
   \set fingeringOrientations = #'(left)
-  <e-1>1 |
+  <e'-1>1 |
   \once \set fingeringOrientations = #'(right)
   <e-1> |
   <e-1> -"left" |