Torsten Anders wrote:
However, I failed to do the same for chord tones.

Something like this?
%%%%%%%%%%%%%%%%%%
tweakAccidental =
#(define-music-function (parser location mkup mus) (markup? ly:music?) (set! (ly:music-property mus 'tweaks) (acons 'before-line-breaking (accidental-text mkup) (ly:music-property mus 'tweaks))) mus) %%%%%%%%%%%%%%%%%%

 <
   c'!
   \tweakAccidental \naturalSyntonicDown
   e'!
   g'!
   \tweakAccidental \markup{\halign #0 \sans "<e"}
   b'!>2


Cheers,
Robin


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

Reply via email to