]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/volta-multi-staff.ly
* ly/a4-init.ly (vsize): remove papersize init files.
[lilypond.git] / input / regression / volta-multi-staff.ly
index 52d5fbf691a0f451d35aee26d4ffc4c2de1338e6..f69ef291a7dcbd8f807671edbf9e7baf74a76ebf 100644 (file)
@@ -1,23 +1,24 @@
 \header {
 
-    texidoc = "By setting @code{voltaOnThisStaff}, repeats can be put on more staffs in a score."
+    texidoc = "By setting @code{voltaOnThisStaff}, repeats can be put
+    also over other staves than the topmost one in a score."
 
 }
-\version "2.1.7"
+\version "2.3.16"
 
 
-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
        >>
        \new StaffGroup <<
            \new Staff <<
-               \property Staff.voltaOnThisStaff = ##t
+               \set Staff.voltaOnThisStaff = ##t
                \vmus >>
            \new Staff \vmus
        >>