> From: Ming Tsang <tsan...@rogers.com>
> To: "lilypond-user@gnu.org" <lilypond-user@gnu.org>
> 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*"
ela...@flaminghakama.com
skype: flaming_hakama
Producer ~ Composer ~ Instrumentalist
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to