]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/adding-bar-lines-to-chordnames-context.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / adding-bar-lines-to-chordnames-context.ly
index fc5a10ee9ab6a87795810a8e2e9e544c400a6eaa..cc95934407adc1d033f2029dfdda11d81cb0ee5e 100644 (file)
@@ -1,10 +1,27 @@
 %% 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.50"
+\version "2.13.1"
 
 \header {
   lsrtags = "chords"
 
+%% Translation of GIT committish: 7e2910d2bc6167b10cfe328eb17a5f710f2a515a
+  texidoces = "
+Para añadir indicaciones de línea divisoria dentro del contexto de
+los nombres de acorde @code{ChordNames}, incluya el grabador
+@code{Bar_engraver}.
+
+"
+  doctitlees = "Añadir barras de compás al contexto de nombres de acorde (ChordNames)"
+
+%% Translation of GIT committish: 33f623301a41fcc53efadf96bca1c72834763415
+  texidocde = "
+Um Taktstriche in einem @code{ChordNames}-Kontext anzeigen zu lassen, muss der
+@code{Bar_engraver} hinzugefügt werden.
+
+"
+  doctitlede = "Tatkstriche in einen ChordNames-Kontext hinzufügen"
+
   texidoc = "
 To add bar line indications in the @code{ChordNames} context, add the
 @code{Bar_engraver}.
@@ -12,6 +29,7 @@ To add bar line indications in the @code{ChordNames} context, add the
 "
   doctitle = "Adding bar lines to ChordNames context"
 } % begin verbatim
+
 \new ChordNames \with {
   \override BarLine #'bar-size = #4
   \consists "Bar_engraver"
@@ -20,3 +38,4 @@ To add bar line indications in the @code{ChordNames} context, add the
   f1:maj7 f:7 bes:7 
 }
 
+