]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/volta-chord-names.ly
release commit
[lilypond.git] / input / test / volta-chord-names.ly
index 07ac7a626ebc603c96e47efbaae06debb1837598..acaeac964385abda683109481ba67dfd2078e7ff 100644 (file)
@@ -7,7 +7,8 @@ requires adding an engraver to @code{ChordNames}, and setting
 }
 
 \version "2.2.3"
-<<
+\score {
+    <<
   \new ChordNames \with {
       voltaOnThisStaff = ##t
   } \chords {
@@ -15,7 +16,8 @@ requires adding an engraver to @code{ChordNames}, and setting
   }
   \new Staff \with {
       voltaOnThisStaff = ##f
-  } {
+  } \notes {
    \repeat volta 2 { c'1 } \alternative { c' }
   }
 >>
+}