lilypond-user
[Top][All Lists]
Advanced

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

Re: Another code AbMaj7(#11)/Eb


From: Flaming Hakama by Elaine
Subject: Re: Another code AbMaj7(#11)/Eb
Date: Tue, 20 Feb 2018 12:11:11 -0800

 

From: Ming Tsang <address@hidden>
To: "address@hidden" <address@hidden>
Subject: Another code AbMaj7(#11)/Eb

Hi, lilyponders,

I need help for code another chord per the image link

https://tsang94-rogers.tinytake.com/sf/MjM2OTAyOF83MjE0MDA1

 

Is there any resource that I can locate the solution?

Thank you,

Ming


\version "2.19.15"

myChordExceptions = {
  <c e g b fis'>1-\markup { \raise #0.7 { \small "Maj" \normalsize "7(#11)"} }
}
chExceptions = #(append (sequential-music-to-chord-exceptions myChordExceptions #t) ignatzekExceptions)

chordSequence = \chordmode {
    \set chordChanges = ##t
    \set chordNameExceptions = #chExceptions
    as1:7.7+.11+/es
}

myMelody = \relative c'' { es8 d c as g4 es }

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


HTH,

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

reply via email to

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