]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/volta-below-chords.ly
Merge branch 'master' into nested-bookparts
[lilypond.git] / input / new / volta-below-chords.ly
index 63394d44024ebb0b6498d684f1b423b246945428..8c4ad9d2a800c4672cf9be32bb022ddb89a74dbd 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.61"
+\version "2.11.47"
 \header {
   lsrtags = "repeats,staff-notation,chords"
   texidoc = "By adding the @code{Volta_engraver} to the relevant
@@ -12,10 +12,7 @@ staff, volte can be put under chords."
       c1
       c1
     }
-    \new Staff \with {
-      \consists "Volta_engraver"
-    }
-    {
+    \new Staff \with { \consists "Volta_engraver" } {
       \repeat volta 2 { c'1 }
       \alternative { c' }
     }