]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/volta-below-chords.ly
Doc-fr: Learning Manual full update
[lilypond.git] / input / lsr / volta-below-chords.ly
index 1c714a20088f227dc7161ce8507091d96362e562..74e88222b058416726f4591a80f9ba5fb582a6fe 100644 (file)
@@ -1,31 +1,55 @@
-%% 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.46"
-\layout { ragged-right= ##t }
+\version "2.13.1"
+
 \header {
-  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"
+  lsrtags = "repeats, staff-notation, chords"
+
+%% Translation of GIT committish: 7e2910d2bc6167b10cfe328eb17a5f710f2a515a
+  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"
+
+  texidoc = "
+By adding the @code{Volta_engraver} to the relevant staff, volte can be
+put under chords.
+
+"
+  doctitle = "Volta below chords"
 } % begin verbatim
 
-% chords above volta
 \score {
   <<
     \chords {
       c1
-       c
-  }
-  \new Staff \with { \consists Volta_engraver } {
-     \repeat volta 2 { c'1 }
-     \alternative { c' }
-     }
+      c1
+    }
+    \new Staff \with {
+      \consists "Volta_engraver"
+    }
+    {
+      \repeat volta 2 { c'1 }
+      \alternative { c' }
+    }
   >>
   \layout {
     \context {
       \Score
-      \remove Volta_engraver
+      \remove "Volta_engraver"
     }
   }
 }
-