X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fchord-name-exceptions.ly;h=b43262ade80be211e3b3a759678162c7ee666061;hb=81abebcfecdb22d2e7b6b8e2a6d9f758aa45a13a;hp=22cc2cb27adee110fdbe5eb9484879e1aadba335;hpb=a0b2e9cf56fadc0c2c4f23d0e3aa34ba7eaaa0ae;p=lilypond.git diff --git a/input/lsr/chord-name-exceptions.ly b/input/lsr/chord-name-exceptions.ly index 22cc2cb27a..b43262ade8 100644 --- a/input/lsr/chord-name-exceptions.ly +++ b/input/lsr/chord-name-exceptions.ly @@ -1,28 +1,42 @@ %% 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.11.38" +\version "2.12.0" \header { lsrtags = "chords" - texidoc = " -The property @code{chordNameExceptions} can used to store a list of + + 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. -" } -% begin verbatim -% 7sus4 denoted with ^7 wahh + +" + doctitle = "Chord name exceptions" +} % begin verbatim + +% modify maj9 and 6(add9) +% Exception music is chords with markups chExceptionMusic = { - 1-\markup { \super "7" "wahh" } + 1-\markup { \super "maj9" } + 1-\markup { \super "6(add9)" } } -% add to existing exceptions. -chExceptions = #(append - (sequential-music-to-chord-exceptions chExceptionMusic #t) +% Convert music to list and prepend to existing exceptions. +chExceptions = #( append + ( sequential-music-to-chord-exceptions chExceptionMusic #t) ignatzekExceptions) theMusic = \chordmode { - c:7sus4 c:dim7/+f + g1:maj9 g1:6.9 \set chordNameExceptions = #chExceptions - c:7sus4 c:dim7/+f + g1:maj9 g1:6.9 } \layout { @@ -32,4 +46,3 @@ theMusic = \chordmode { << \context ChordNames \theMusic \context Voice \theMusic >> -