]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/volta-multi-staff.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / regression / volta-multi-staff.ly
index f69ef291a7dcbd8f807671edbf9e7baf74a76ebf..ce8c617cfb3a544db7031b583ccd4f4484b32445 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.3.16"
+
+\layout { ragged-right = ##t }
+\version "2.10.0"
 
 
 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
-       >>
-    >>
-
-    \paper { raggedright = ##t }
-}
+
+
+\relative c'' <<
+  \new StaffGroup <<
+    \context Staff \vmus
+    \new Staff \vmus
+  >>
+  \new StaffGroup <<
+    \new Staff <<
+      \set Staff.voltaOnThisStaff = ##t
+      \vmus >>
+    \new Staff \vmus
+  >>
+>>
+
+
+