]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-unfold-all.ly
Remove inacurate warning and .aux file left over by lilypond-book.
[lilypond.git] / input / regression / repeat-unfold-all.ly
index 6a03e801d9c25e595a357a0e09a11167eb01e2b5..eae3684bf977428fadac9fa8f241c151c0b665c6 100644 (file)
@@ -1,14 +1,14 @@
-\version "2.7.13"
+\version "2.14.0"
 
 \header { texidoc = "Volta repeats may be unfolded through the music
-    function @code{\unfoldRepeats}."
+    function @code{\\unfoldRepeats}."
 
 }
 
 nots = \relative c'   {
     c4 \repeat volta 2 c4 \alternative { d e  }
 }
-\layout {raggedright = ##t} 
+\layout {ragged-right = ##t} 
 
 \context Voice {
     \nots