]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/volta-multi-staff.ly
Merge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / new / volta-multi-staff.ly
index 87849cf427d83a1a7ab4a9c30335dcc9bc8ace19..276a49f9a71f1c207a83eccb8b0c32e123ebb9ff 100644 (file)
@@ -1,5 +1,4 @@
 \version "2.11.36"
-\layout { ragged-right= ##t }
 \header {
   lsrtags = "repeats,staff-notation,fretted-strings"
   texidoc = "By adding the @code{Volta_engraver} to the relevant
@@ -8,15 +7,15 @@ one in a score."
   doctitle = "Volta multi-staff"
 }
 
-% LSR: this is a test which should get automatically
-% LSR: removed from input/lsr/    -gp
 voltaMusic = \relative c'' {
-  \repeat volta 2
-    c1 
-    \alternative { 
-    d e
-   } 
-} 
+  \repeat volta 2 {
+    c1
+  }
+  \alternative {
+    d1
+    e
+  }
+}
 
 <<
   \new StaffGroup <<