]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-volta-skip-alternatives.ly
Doc: CSS: A better brown for the usage manual
[lilypond.git] / input / regression / repeat-volta-skip-alternatives.ly
index f225d68a0c2bc6d51f1c468af6c831a1084a654a..db52a0fd1ecfdb25a82d187db678db2026d44afa 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.36"
+\version "2.19.21"
 \header {
 
     texidoc = "When too few alternatives are present, the first
@@ -6,8 +6,11 @@ alternative is repeated, by printing a range for the 1st repeat."
 
 }
 
+\paper { ragged-right = ##t } 
 
-\score {  \notes \relative c'' \context Voice {
-  \repeat volta 3 c1
-    \alternative { d f } e4 } } 
+
+\relative \context Voice {
+  \repeat volta 3 c''1
+    \alternative { d f } e4
+}