LSR: Local update.
[lilypond/mpolesky.git] / Documentation / snippets / volta-below-chords.ly
blob40269e4131d961d2f535f592e23814a1ba79dda7
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.10"
6 \header {
7 lsrtags = "repeats, staff-notation, chords"
9 %% Translation of GIT committish: 341940d3830b59f93a80131471d622c2818afddb
10 texidoces = "
11 Mediante la adición del grabador @code{Volta_engraver} al
12 pentagrama pertinente, se pueden poner los corchetes de primera y
13 segunda vez debajo de los acordes.
16 doctitlees = "Corchetes de primera y segunda vez debajo de los acordes"
19 %% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
20 texidocde = "
21 Indem man den @code{Volta_engraver} zu dem entsprechenden Notensystem
22 hinzufügt, können Wiederholungsklammern unterhalb der Akkorde gesetzt
23 werden.
26 doctitlede = "Wiederholungs-(Volta-)Klammern unterhalb der Akkordsymbole"
28 texidoc = "
29 By adding the @code{Volta_engraver} to the relevant staff, volte can be
30 put under chords.
33 doctitle = "Volta below chords"
34 } % begin verbatim
36 \score {
38 \chords {
42 \new Staff \with {
43 \consists "Volta_engraver"
46 \repeat volta 2 { c'1 }
47 \alternative { c' }
50 \layout {
51 \context {
52 \Score
53 \remove "Volta_engraver"