]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/volta-below-chords.ly
Merge branch 'master' into nested-bookparts
[lilypond.git] / input / lsr / volta-below-chords.ly
index c5b24e3204da4a15516fa646be932073b39cf236..93632595d0ce5168b846c1aa3b62fe8c26359ad4 100644 (file)
@@ -1,6 +1,6 @@
 %% Do not edit this file; it is auto-generated from input/new
 %% This file is in the public domain.
-\version "2.11.55"
+\version "2.11.62"
 \header {
   texidoces = "
 Mediante la adiciĆ³n del grabador @code{Volta_engraver} al
@@ -16,13 +16,17 @@ staff, volte can be put under chords."
   doctitle = "Volta under chords"
 } % begin verbatim
 
+
 \score {
   <<
     \chords {
       c1
       c1
     }
-    \new Staff \with { \consists "Volta_engraver" } {
+    \new Staff \with {
+      \consists "Volta_engraver"
+    }
+    {
       \repeat volta 2 { c'1 }
       \alternative { c' }
     }