X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fvolta-multi-staff.ly;h=e9100b0c3a71ae4c6118ce761a9bbbf40b3f0184;hb=ae0495dda1032c3994c770d727c65b46e702459c;hp=a806d8155fcdf62ef48b3ac02a307f7fdad743d7;hpb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;p=lilypond.git diff --git a/input/regression/volta-multi-staff.ly b/input/regression/volta-multi-staff.ly index a806d8155f..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 - on more staves in a score." - + texidoc = "By default, the volta brackets appear only in the topmost staff." } -\version "2.3.4" +\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 - >> - >> - \paper { raggedright = ##t } -}