X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fvolta-multi-staff.ly;h=e9100b0c3a71ae4c6118ce761a9bbbf40b3f0184;hb=df70b08e0bce5a0ef4b37d976d7fd3c5e2db527b;hp=212e7992106d666db606404ed98196ed60ca0728;hpb=34881554afeaf03a55a3a983caf9cfeaaf3ea060;p=lilypond.git diff --git a/input/regression/volta-multi-staff.ly b/input/regression/volta-multi-staff.ly index 212e799210..e9100b0c3a 100644 --- a/input/regression/volta-multi-staff.ly +++ b/input/regression/volta-multi-staff.ly @@ -1,28 +1,22 @@ \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." } -\version "2.3.22" +\layout { ragged-right = ##t } +\version "2.14.0" vmus = { \repeat volta 2 c1 \alternative { d e } } -\score { +\relative c'' << + \new StaffGroup << + \new Staff \vmus + \new Staff \vmus + >> + \new StaffGroup << + \new Staff \vmus + \new Staff \vmus + >> +>> + - \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 } -}