lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Displaying add9


From: Big Noise
Subject: Re: Displaying add9
Date: Thu, 04 Dec 2014 23:14:14 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0

Hi Jan,

there's a snippet that can help:
http://lsr.di.unimi.it/LSR/Item?id=459

In your case, this should do the trick:

% -------------------------------------------------------

chExceptionMusic = {

   <c e g d' >1-\markup { \super "add9"}

}

% Convert music to list and prepend to existing exceptions.

chExceptions = #( append

   ( sequential-music-to-chord-exceptions chExceptionMusic #t)

   ignatzekExceptions

)

\layout {

  \context {

     \ChordNames

     chordNameExceptions = #chExceptions

   }

}


% -------------------------------------------------------

Does that help your issue?

Cheers,
Klaus Blum



Am 04.12.2014 um 22:53 schrieb address@hidden:


Hi folks, by lilypong 2.18 typing c1:9^7 doesn't display "Cadd9" anymore, but instead writes C9 which would be C7/9, and makes the two chords (C9, and Cadd9) displayed the same way. Is there any whay around this? The setting of \semiGermanChords doesn'T make any difference. :( Minimal example atached? :) I'm using version 2.18.2.
-- MfG Jan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]