]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/showing-chords-at-changes.ly
Doc: run makelsr locally
[lilypond.git] / Documentation / snippets / showing-chords-at-changes.ly
index f8fc1cd74f706f2f3a5066616b8e50c8f6ef9ad6..240b5898e0fd13607857bada189371cfe1cad61f 100644 (file)
@@ -1,12 +1,15 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.16"
+\version "2.14.2"
 
 \header {
   lsrtags = "chords"
 
-%% Translation of GIT committish: 00ef2ac3dd16e21c9ffdffaa4d6d043a3f1a76e6
+%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
   texidoces = "
 Se pueden imprimir los acordes exclusivamente al comienzo de las
 líneas y cuando cambia el acorde.
@@ -15,7 +18,7 @@ líneas y cuando cambia el acorde.
   doctitlees = "Imprimir los acordes cuando se produce un cambio"
 
 
-%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
+%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
   texidocde = "
 Akkordsymbole können so eingestellt werden, dass sie nur zu Beginn der Zeile
 und bei Akkordwechseln angezeigt werden.
@@ -23,6 +26,14 @@ und bei Akkordwechseln angezeigt werden.
 "
   doctitlede = "Akkordsymbole bei Wechsel anzeigen"
 
+%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4
+  texidocfr = "
+Vous pouvez faire ressortir les chiffrages d'accords s'ils ne sont
+imprimés qu'aux changements d'accord ou en début de ligne.
+
+"
+  doctitlefr = "Impression des accords si changement"
+
   texidoc = "
 Chord names can be displayed only at the start of lines and when the
 chord changes.
@@ -31,6 +42,7 @@ chord changes.
   doctitle = "Showing chords at changes"
 } % begin verbatim
 
+
 harmonies = \chordmode {
   c1:m c:m \break c:m c:m d
 }