]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/volta-multi-staff.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / volta-multi-staff.ly
index 861aa717c507c14170870ae954aac3bb4bfea7cf..a806d8155fcdf62ef48b3ac02a307f7fdad743d7 100644 (file)
@@ -4,14 +4,14 @@
     on more staves in a score."
 
 }
-\version "2.2.0"
+\version "2.3.4"
 
 
-vmus = \notes { \repeat volta 2 c1 \alternative { d e } } 
+vmus =  { \repeat volta 2 c1 \alternative { d e } } 
 
 \score  {
 
-    \notes \relative c'' <<
+     \relative c'' <<
        \new StaffGroup <<
            \context Staff \vmus
            \new Staff \vmus