]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/volta-multi-staff.ly
Doc-es: various updates.
[lilypond.git] / input / regression / volta-multi-staff.ly
index 3042a764f53d172588ba330f48475a5e14f3e254..efceede7903f8324e57412e2a26141d89e18f913 100644 (file)
@@ -1,27 +1,19 @@
 \header {
-
-  texidoc = "By setting @code{voltaOnThisStaff}, repeats can be put
-    also over other staves than the topmost one in a score."
-
+  texidoc = "By default, the volta brackets appear only in the topmost staff."
 }
 
 \layout { ragged-right = ##t }
-\version "2.7.32"
-
+\version "2.16.0"
 
 vmus =  { \repeat volta 2 c1 \alternative { d e } } 
 
-
-
 \relative c'' <<
   \new StaffGroup <<
-    \context Staff \vmus
+    \new Staff \vmus
     \new Staff \vmus
   >>
   \new StaffGroup <<
-    \new Staff <<
-      \set Staff.voltaOnThisStaff = ##t
-      \vmus >>
+    \new Staff \vmus
     \new Staff \vmus
   >>
 >>