]> 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 efd8090293be5bd169c6e94a4580c3d00cb58e61..bc72c0c5fcff19a3a2349e04944cc41575d3ea6b 100644 (file)
@@ -1,28 +1,14 @@
-%% 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.20"
+\version "2.14.2"
 
 \header {
   lsrtags = "chords"
 
-%% Translation of GIT committish: e0aa246e0ed1a86dc41a99ab79bff822d3320aa7
-  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.
@@ -31,6 +17,7 @@ chord changes.
   doctitle = "Showing chords at changes"
 } % begin verbatim
 
+
 harmonies = \chordmode {
   c1:m c:m \break c:m c:m d
 }
@@ -43,4 +30,3 @@ harmonies = \chordmode {
     \relative c' { \harmonies }
   }
 >>
-