X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fadding-volta-brackets-to-additional-staves.ly;h=e746c96aec75ec11a9937ab06cb7629c15be46cf;hb=37ca1f80bf5401accd17056938f4f7b2c147ddb2;hp=4e8915f53c3913fcb9d98a78eee59cd92372c6ba;hpb=41e45dd730c075e78065dfa78e5e54be664d905e;p=lilypond.git diff --git a/input/lsr/adding-volta-brackets-to-additional-staves.ly b/input/lsr/adding-volta-brackets-to-additional-staves.ly index 4e8915f53c..e746c96aec 100644 --- a/input/lsr/adding-volta-brackets-to-additional-staves.ly +++ b/input/lsr/adding-volta-brackets-to-additional-staves.ly @@ -1,20 +1,23 @@ %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.11.38" +\version "2.11.49" \header { lsrtags = "repeats" - texidoc = " + + texidoc = " The @code{Volta_engraver} by default resides in the @code{Score} context, and brackets for the repeat are thus normally only printed over the topmost staff. This can be adjusted by adding the -@code{Volta_engraver} to the @code{Staff} context where you want the -brackets to appear; see also the \"Volta multi staff\" snippet. -" } -% begin verbatim +@code{Volta_engraver} to the @code{Staff} context where the brackets +should appear; see also the \"Volta multi staff\" snippet. + +" + doctitle = "Adding volta brackets to additional staves" +} % begin verbatim << \new Staff { \repeat volta 2 { c'1 } \alternative { c' } } \new Staff { \repeat volta 2 { c'1 } \alternative { c' } } - \new Staff \with { \consists Volta_engraver } { c'2 g' e' a' } + \new Staff \with { \consists "Volta_engraver" } { c'2 g' e' a' } \new Staff { \repeat volta 2 { c'1 } \alternative { c' } } - >> +>>