]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/volta-below-chords.ly
Doc-es: pre-merge update of texidoc committishes.
[lilypond.git] / input / lsr / volta-below-chords.ly
index f8e04795d6b3d869c84520fb413c4f421a8771b3..57e94042aa4e4f55996a9e76e01ebafa7608f3e2 100644 (file)
@@ -1,20 +1,44 @@
 %% Do not edit this file; it is auto-generated from input/new
 %% This file is in the public domain.
-\version "2.11.48"
+%% Note: this file works from version 2.12.0
+\version "2.12.0"
 \header {
+%% Translation of GIT committish: 740b9a6c16eb30a84b216d23aeb848aa1b632be6
+  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"
+
+
+%% Translation of GIT committish: 33f623301a41fcc53efadf96bca1c72834763415
+  texidocde = "
+Indem man den @code{Volta_engraver} zu dem entsprechenden Notensystem
+hinzufügt, können Wiederholungsklammern unterhalb der Akkorde gesetzt
+werden.
+
+"
+  doctitlede = "Wiederholungs-(Volta-)Klammern unterhalb der Akkordsymbole"
+
   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' }
     }