lilypond-user
[Top][All Lists]
Advanced

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

Re: Lilypond & Halfdiminished/Diminished symbols.


From: Brian Barker
Subject: Re: Lilypond & Halfdiminished/Diminished symbols.
Date: Mon, 06 Aug 2018 06:24:41 +0100

At 00:54 06/08/2018 -0400, Nobody Noname wrote:
Nowhere in the manual can I figure out what the commands are to get the half and diminished symbols in Lilypond.

See
http://lilypond.org/doc/v2.19/Documentation/notation/displaying-chords
and
http://lilypond.org/doc/v2.19/Documentation/notation/common-chord-modifiers .

\version "2.18.2"
chordmusic = \relative c' {
  \chordmode {
    c1:dim c1:m7.5-
  }
}
<<
  \new ChordNames {
    \chordmusic
  }
  {
    \chordmusic
  }
>>

I trust this helps.

Brian Barker




reply via email to

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