X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fvolta-below-chords.ly;h=55640fe17bdd7fd3f6c4e2a06c611dbe665a1b90;hb=a8c9e8a7ca320ab0df5fd32e717fd62cd7635ce6;hp=204230e1fb6145982fb2dbfb5d1e022b23c1b68f;hpb=3d0ff07396fbc24693f473ff9ff34c9656c539dd;p=lilypond.git diff --git a/input/lsr/volta-below-chords.ly b/input/lsr/volta-below-chords.ly index 204230e1fb..55640fe17b 100644 --- a/input/lsr/volta-below-chords.ly +++ b/input/lsr/volta-below-chords.ly @@ -1,7 +1,10 @@ -%% Do not edit this file; it is auto-generated from input/new +%% 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.61" +\version "2.12.3" + \header { + lsrtags = "repeats, staff-notation, chords" + texidoces = " Mediante la adición del grabador @code{Volta_engraver} al pentagrama pertinente, se pueden poner los corchetes de primera y @@ -10,10 +13,12 @@ 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" + texidoc = " +By adding the @code{Volta_engraver} to the relevant staff, volte can be +put under chords. + +" + doctitle = "Volta below chords" } % begin verbatim \score { @@ -22,7 +27,10 @@ staff, volte can be put under chords." c1 c1 } - \new Staff \with { \consists "Volta_engraver" } { + \new Staff \with { + \consists "Volta_engraver" + } + { \repeat volta 2 { c'1 } \alternative { c' } }