]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/showing-chords-at-changes.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / showing-chords-at-changes.ly
index 240b5898e0fd13607857bada189371cfe1cad61f..bc72c0c5fcff19a3a2349e04944cc41575d3ea6b 100644 (file)
@@ -9,31 +9,6 @@
 \header {
   lsrtags = "chords"
 
-%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
-  texidoces = "
-Se pueden imprimir los acordes exclusivamente al comienzo de las
-líneas y cuando cambia el acorde.
-
-"
-  doctitlees = "Imprimir los acordes cuando se produce un cambio"
-
-
-%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
-  texidocde = "
-Akkordsymbole können so eingestellt werden, dass sie nur zu Beginn der Zeile
-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.
@@ -55,4 +30,3 @@ harmonies = \chordmode {
     \relative c' { \harmonies }
   }
 >>
-