]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/showing-chords-at-changes.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / Documentation / snippets / showing-chords-at-changes.ly
index b6c02e900dae839e45c2d5dbb2bd1ac15550c7ec..e946df6b6d703855df191403b4bffaec40398900 100644 (file)
@@ -1,43 +1,14 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.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.14.0"
+\version "2.18.0"
 
 \header {
-%% 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"
-
   lsrtags = "chords"
 
-
-
-
-
-%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
-  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"
-
   texidoc = "
 Chord names can be displayed only at the start of lines and when the
 chord changes.
@@ -49,6 +20,7 @@ chord changes.
 harmonies = \chordmode {
   c1:m c:m \break c:m c:m d
 }
+
 <<
   \new ChordNames {
     \set chordChanges = ##t
@@ -58,4 +30,3 @@ harmonies = \chordmode {
     \relative c' { \harmonies }
   }
 >>
-