]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/showing-chords-at-changes.ly
resolve merge
[lilypond.git] / input / lsr / showing-chords-at-changes.ly
diff --git a/input/lsr/showing-chords-at-changes.ly b/input/lsr/showing-chords-at-changes.ly
deleted file mode 100644 (file)
index e469046..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
-%% This file is in the public domain.
-\version "2.12.3"
-
-\header {
-  lsrtags = "chords"
-
-  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"
-
-  texidoc = "
-Chord names can be displayed only at the start of lines and when the
-chord changes.
-
-"
-  doctitle = "Showing chords at changes"
-} % begin verbatim
-
-harmonies = \chordmode {
-  c1:m c:m \break c:m c:m d
-}
-<<
-  \new ChordNames {
-    \set chordChanges = ##t
-    \harmonies
-  }
-  \new Staff {
-    \relative c' { \harmonies }
-  }
->>
-