]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/adding-bar-lines-to-chordnames-context.ly
LSR: Update.
[lilypond.git] / input / lsr / adding-bar-lines-to-chordnames-context.ly
index 02761d1d31d9b127d1458e8a3bdda73f3bb16ace..b888de6a16e96f7b40588f73f2b007c0c6ae63d1 100644 (file)
@@ -1,10 +1,18 @@
 %% 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.51"
+\version "2.11.66"
 
 \header {
   lsrtags = "chords"
 
+  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)"
+
   texidoc = "
 To add bar line indications in the @code{ChordNames} context, add the
 @code{Bar_engraver}.
@@ -12,6 +20,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"