A properly formatet complex chord stacks alterations in parenthesis. Lilyponds 
default is:

\version "2.19.35"

\header {
  tagline = ""
}

ChordNames = \chordmode {
  \set majorSevenSymbol = \markup { maj7 }
  d:maj7.5+.9-.11+
}

upper = \relative c'{
  \clef G
  < d fis ais cis ees gis >1
}

lower = \relative c {
  \clef F
  d1
}

\layout {
  \context {
    \ChordNames
    \override ChordName.font-family = #'roman
    \override ChordName.font-size = #0
  }
}

This is undesirable.

> 17. jan. 2016 kl. 21.59 skrev Blöchl Bernhard 
> <b_120902342...@telecolumbus.net>:
> 
> Am 17.01.2016 21:33, schrieb Carl-Henrik Buschmann:
> 
>> http://i.imgur.com/crR5239.png [3]
>> I have googled my ass off on how to get "jazz chords" properly
>> formated.
> 
> What is "properly" formated? Where is your wrong formated code example?
> 
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to