]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/volta-multi-staff.ly
*** empty log message ***
[lilypond.git] / input / regression / volta-multi-staff.ly
index c54df6af6616c737bb5ed9865a0cfdbfc4d8b156..6be6a1ae9a0f2a1f332c74449a3b3796b8cf6469 100644 (file)
@@ -1,28 +1,30 @@
 \header {
 
-    texidoc = "By setting @code{voltaOnThisStaff}, repeats can be put
+  texidoc = "By setting @code{voltaOnThisStaff}, repeats can be put
     also over other staves than the topmost one in a score."
 
 }
-\version "2.4.0"
+
+\layout { ragged-right = ##t }
+\version "2.7.39"
 
 
 vmus =  { \repeat volta 2 c1 \alternative { d e } } 
 
-\score  {
-
-     \relative c'' <<
-       \new StaffGroup <<
-           \context Staff \vmus
-           \new Staff \vmus
-       >>
-       \new StaffGroup <<
-           \new Staff <<
-               \set Staff.voltaOnThisStaff = ##t
-               \vmus >>
-           \new Staff \vmus
-       >>
-    >>
-
-    \layout { raggedright = ##t }
-}
+
+
+\relative c'' <<
+  \new StaffGroup <<
+    \context Staff \vmus
+    \new Staff \vmus
+  >>
+  \new StaffGroup <<
+    \new Staff <<
+      \set Staff.voltaOnThisStaff = ##t
+      \vmus >>
+    \new Staff \vmus
+  >>
+>>
+
+
+