]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/volta-below-chords.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / lsr / volta-below-chords.ly
index 1c714a20088f227dc7161ce8507091d96362e562..d4b2548e561fbfc9076f79339cff64c7bdab9a39 100644 (file)
@@ -1,7 +1,6 @@
 %% Do not edit this file; it is auto-generated from input/new
 %% This file is in the public domain.
-\version "2.11.46"
-\layout { ragged-right= ##t }
+\version "2.11.51"
 \header {
   lsrtags = "repeats,staff-notation,chords"
   texidoc = "By adding the @code{Volta_engraver} to the relevant
@@ -9,23 +8,21 @@ staff, volte can be put under chords."
   doctitle = "Volta under chords"
 } % begin verbatim
 
-% chords above volta
 \score {
   <<
     \chords {
       c1
-       c
-  }
-  \new Staff \with { \consists Volta_engraver } {
-     \repeat volta 2 { c'1 }
-     \alternative { c' }
-     }
+      c1
+    }
+    \new Staff \with { \consists "Volta_engraver" } {
+      \repeat volta 2 { c'1 }
+      \alternative { c' }
+    }
   >>
   \layout {
     \context {
       \Score
-      \remove Volta_engraver
+      \remove "Volta_engraver"
     }
   }
 }
-