Dies ist das Archiv des alten Forums (bis März 2017). Das aktuelle Forum ist unter https://lilypondforum.de zu finden. This is the archive of the old forum (until March 2017). You can find the current forum at https://lilypondforum.de.
\set majorSevenSymbol = \markup { "maj7" }
chordFlat = \markup { \hspace #0.2 \fontsize #-1 \raise #0.3 \flat } chExceptionMusic = { <c ees ges bes>1-\markup { "m" \super { "7" \chordFlat "5" }}}chExceptions = #( append ( sequential-music-to-chord-exceptions chExceptionMusic #t) ignatzekExceptions) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Demo theMusic = \chordmode { g1:m9.5- g1:m7 g1:m7.5- \set chordNameExceptions = #chExceptions g1:m7.5-}<< \context ChordNames \theMusic \context Voice \theMusic>>