]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-unfold-all.ly
Doc: CSS: A better brown for the usage manual
[lilypond.git] / input / regression / repeat-unfold-all.ly
index 6b197a2a89e7db692b426fbfcc47d86290a5e7ba..0d047b6304747cc78182414c1bfda823692e492c 100644 (file)
@@ -1,14 +1,14 @@
-\version "2.6.0"
+\version "2.19.21"
 
 \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  }
+nots = \relative   {
+    c'4 \repeat volta 2 c4 \alternative { d e  }
 }
-\layout {raggedright = ##t} 
+\layout {ragged-right = ##t} 
 
 \context Voice {
     \nots