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.
\version "2.14.2"% http://lsr.dsi.unimi.it/LSR/Item?id=459chExceptionMusic = { <c f g>1-\markup { \super "4" }}chExceptions = #( append ( sequential-music-to-chord-exceptions chExceptionMusic #t) ignatzekExceptions)theMusic = \chordmode { c1:sus4 g1:sus4 \set chordNameExceptions = #chExceptions c1:sus4 g1:sus4}\layout { ragged-right = ##t }<< \context ChordNames \theMusic %\context Voice \theMusic>>
chExceptionMusic = { <c f g>1-\markup { \super "4" } <c d g>1-\markup { \super "2" }}