lilypond-user
[Top][All Lists]
Advanced

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

Re: Displaying add9


From: Flaming Hakama by Elaine
Subject: Re: Displaying add9
Date: Thu, 4 Dec 2014 16:18:26 -0800

Here is one way to specify and differentiate C9 from C add9


\version "2.18.2"

myChordExceptions = {
  <c e g d'>1-\markup { \raise #0.7 { \tiny " add" } \raise #0.7 { \normalsize 9 } }
}
chExceptions = #(append (sequential-music-to-chord-exceptions myChordExceptions #t) ignatzekExceptions)

myChordSequence = \chordmode {
  \set chordChanges = ##t
  \set chordNameExceptions = #chExceptions
  c1:5.9
  c1:9
}

myMelody = \relative c'' {
  c1
  c1
}

\score {
  \new StaffGroup <<
    \new ChordNames \myChordSequence
    \new Staff {
      \myMelody
    }
  >>
}  



On Thu, Dec 4, 2014 at 1:53 PM, <address@hidden> wrote:
From: Jan Kohnert <address@hidden>
To: 'LilyPond User Group' <address@hidden>
Subject: Displaying add9
Message-ID: <address@hidden>
Content-Type: text/plain; charset="utf-8"

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



HTH,

David Elaine Alt
415 . 341 .4954                                           "Confusion is highly underrated"
address@hidden
self-immolation.info
skype: flaming_hakama
Producer ~ Composer ~ Instrumentalist
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

reply via email to

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