]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/set-once.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / set-once.ly
index 2566eb9c217b145de1138a446efd2e0dee3b9011..ad65384e707b321fd8b82def4ad5cfd39db3debf 100644 (file)
@@ -1,12 +1,12 @@
-\version "2.16.0"
+\version "2.17.15"
 
 \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 {
+\relative c' {
   \set fingeringOrientations = #'(left)
   <e-1>1 |
   \once \set fingeringOrientations = #'(right)