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


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

Reply via email to