X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fvolta-below-chords.ly;h=4f5934e67a090200b8588a2169527e8cfec958c3;hb=895328ffcf5332ba1fc554a8ff570cacc3214bd0;hp=f8e04795d6b3d869c84520fb413c4f421a8771b3;hpb=f514e24c0f2021ab2e8667dedb6f85ac44eaccd5;p=lilypond.git diff --git a/input/lsr/volta-below-chords.ly b/input/lsr/volta-below-chords.ly index f8e04795d6..4f5934e67a 100644 --- a/input/lsr/volta-below-chords.ly +++ b/input/lsr/volta-below-chords.ly @@ -1,20 +1,32 @@ %% Do not edit this file; it is auto-generated from input/new %% This file is in the public domain. -\version "2.11.48" +\version "2.12.0" \header { + texidoces = " +Mediante la adición del grabador @code{Volta_engraver} al +pentagrama pertinente, se pueden poner los corchetes de primera y +segunda vez debajo de los acordes. + +" + doctitlees = "Corchetes de primera y segunda vez debajo de los acordes" + lsrtags = "repeats,staff-notation,chords" texidoc = "By adding the @code{Volta_engraver} to the relevant staff, volte can be put under chords." doctitle = "Volta under chords" } % begin verbatim + \score { << \chords { c1 c1 } - \new Staff \with { \consists "Volta_engraver" } { + \new Staff \with { + \consists "Volta_engraver" + } + { \repeat volta 2 { c'1 } \alternative { c' } }