]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove LSR test tag from volta-multi-staff.ly
authorNeil Puttock <n.puttock@gmail.com>
Wed, 28 May 2008 22:36:16 +0000 (23:36 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Wed, 28 May 2008 22:36:16 +0000 (23:36 +0100)
input/new/volta-multi-staff.ly

index 87849cf427d83a1a7ab4a9c30335dcc9bc8ace19..9f3520449093dd038b0574e3519bb5c4e1b34bfb 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,14 @@ 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
-   } 
-} 
+    c1
+    \alternative {
+    d1
+    e
+   }
+}
 
 <<
   \new StaffGroup <<