lilypond-user
[Top][All Lists]
Advanced

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

Re: Lilypond and Jazz chords


From: Carl-Henrik Buschmann
Subject: Re: Lilypond and Jazz chords
Date: Sun, 17 Jan 2016 22:28:01 +0100

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 <address@hidden>:
> 
> 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
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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