]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/complex-once.ly
Doc-es: various updates.
[lilypond.git] / input / regression / complex-once.ly
index 400c3506047df62747215e5f6346bc9550a25c79..d69aab76392cdd2422950be56c403e8ae92c3822 100644 (file)
@@ -1,10 +1,10 @@
-\version "2.16.0"
+\version "2.19.21"
 
 \header{
-  texidoc= "This tests @code{\once} applied to multiple property operations."
+  texidoc= "This tests @code{\\once} applied to multiple property operations."
 }
 
-\relative c' {
-  c4 d \hideNotes e4 f |
+\relative {
+  c'4 d \hideNotes e4 f |
   \unHideNotes g a \once \hideNotes b c |
 }