]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/showing-chords-at-changes.ly
Merge branch 'master' into translation
[lilypond.git] / Documentation / snippets / showing-chords-at-changes.ly
index 12bd7ad7f300b0b0ed21598a77f37803807d166b..e946df6b6d703855df191403b4bffaec40398900 100644 (file)
@@ -1,26 +1,14 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% DO NOT EDIT this file manually; it is automatically
+%% 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.13.1"
+\version "2.18.0"
 
 \header {
   lsrtags = "chords"
 
-%% Translation of GIT committish: 7e2910d2bc6167b10cfe328eb17a5f710f2a515a
-  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: 33f623301a41fcc53efadf96bca1c72834763415
-  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.
@@ -32,6 +20,7 @@ chord changes.
 harmonies = \chordmode {
   c1:m c:m \break c:m c:m d
 }
+
 <<
   \new ChordNames {
     \set chordChanges = ##t
@@ -41,4 +30,3 @@ harmonies = \chordmode {
     \relative c' { \harmonies }
   }
 >>
-