]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/chord-name-exceptions.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / lsr / chord-name-exceptions.ly
diff --git a/input/lsr/chord-name-exceptions.ly b/input/lsr/chord-name-exceptions.ly
deleted file mode 100644 (file)
index 122bba0..0000000
+++ /dev/null
@@ -1,49 +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 puede usar la propiedad @code{chordNameExceptions} para
-almacenar una lista de notaciones espaciales para acordes
-específicos.
-
-"
-  doctitlees = "Excepciones para los nombres de acorde"
-
-  texidoc = "
-The property @code{chordNameExceptions} can be used to store a list of
-special notations for specific chords. 
-
-"
-  doctitle = "Chord name exceptions"
-} % begin verbatim
-
-% modify maj9 and 6(add9)
-% Exception music is chords with markups
-chExceptionMusic = {
-  <c e g b d'>1-\markup { \super "maj9" }
-  <c e g a d'>1-\markup { \super "6(add9)" }
-}
-
-% Convert music to list and prepend to existing exceptions.
-chExceptions = #( append
-  ( sequential-music-to-chord-exceptions chExceptionMusic #t)
-  ignatzekExceptions)
-
-theMusic = \chordmode {
-  g1:maj9 g1:6.9
-  \set chordNameExceptions = #chExceptions
-  g1:maj9 g1:6.9
-}
-
-\layout {
-  ragged-right = ##t 
-}
-
-<< \context ChordNames \theMusic
-   \context Voice \theMusic
->>  
-