]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-bar-lines-to-chordnames-context.ly
Doc-es: add translations for new snippets. Update LSR
[lilypond.git] / Documentation / snippets / adding-bar-lines-to-chordnames-context.ly
index cc95934407adc1d033f2029dfdda11d81cb0ee5e..77b4207b94772a1bab6cb64987136cf2102d1fcb 100644 (file)
@@ -1,11 +1,12 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% Do not edit this file; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.1"
+\version "2.13.16"
 
 \header {
   lsrtags = "chords"
 
-%% Translation of GIT committish: 7e2910d2bc6167b10cfe328eb17a5f710f2a515a
+%% Translation of GIT committish: 5a7301fc350ffc3ab5bd3a2084c91666c9e9a549
   texidoces = "
 Para añadir indicaciones de línea divisoria dentro del contexto de
 los nombres de acorde @code{ChordNames}, incluya el grabador
@@ -14,7 +15,7 @@ los nombres de acorde @code{ChordNames}, incluya el grabador
 "
   doctitlees = "Añadir barras de compás al contexto de nombres de acorde (ChordNames)"
 
-%% Translation of GIT committish: 33f623301a41fcc53efadf96bca1c72834763415
+%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
   texidocde = "
 Um Taktstriche in einem @code{ChordNames}-Kontext anzeigen zu lassen, muss der
 @code{Bar_engraver} hinzugefügt werden.
@@ -35,7 +36,7 @@ To add bar line indications in the @code{ChordNames} context, add the
   \consists "Bar_engraver"
 }
 \chordmode {
-  f1:maj7 f:7 bes:7 
+  f1:maj7 f:7 bes:7
 }