X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fvolta-multi-staff.ly;h=389b6f78c341281b342be5ea670f6ae3ec53cdc0;hb=9b76b9fb38d1e6686f83c4f883bb7ea0c2f47c74;hp=6be6a1ae9a0f2a1f332c74449a3b3796b8cf6469;hpb=2205ef7a616d73e6a83274816e775426bf41b7bd;p=lilypond.git diff --git a/input/regression/volta-multi-staff.ly b/input/regression/volta-multi-staff.ly index 6be6a1ae9a..389b6f78c3 100644 --- a/input/regression/volta-multi-staff.ly +++ b/input/regression/volta-multi-staff.ly @@ -1,27 +1,19 @@ \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." } \layout { ragged-right = ##t } -\version "2.7.39" - +\version "2.11.51" vmus = { \repeat volta 2 c1 \alternative { d e } } - - \relative c'' << \new StaffGroup << - \context Staff \vmus + \new Staff \vmus \new Staff \vmus >> \new StaffGroup << - \new Staff << - \set Staff.voltaOnThisStaff = ##t - \vmus >> + \new Staff \vmus \new Staff \vmus >> >>