]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/set-once.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / set-once.ly
index 2566eb9c217b145de1138a446efd2e0dee3b9011..b9fc811928d688c524965c2e5100d36c112fadf0 100644 (file)
@@ -1,14 +1,14 @@
-\version "2.16.0"
+\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" |