X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fvolta-multi-staff.ly;h=389b6f78c341281b342be5ea670f6ae3ec53cdc0;hb=8025288feb5f0d9342b04fff801f9947575e3a81;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..389b6f78c3 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.11.51" 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 } -}