Hi Tom, welcome to the forum!
Thomas Ibbotson wrote > I'd like to make the bass note in slashed chords use a smaller font to > distinguish it from the chord name. Recently, there has been a thread that could be interesting for you: http://lilypond.1069038.n5.nabble.com/Fwd-Slash-chords-tp183832p183917.html A little modification will lead to this: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \version "2.18.2" #(define (lower-extension pitch chbass) "Return re-sized markup for pitch note name." #{ \markup \fontsize #-2 #(note-name->markup pitch chbass) #}) \layout { \context { \ChordNames chordNoteNamer = #lower-extension } } \score { \new StaffGroup << \chords { c1/e d:m/f } \new Staff { c''1 c'' } >> \layout { } } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Cheers, Klaus -- View this message in context: http://lilypond.1069038.n5.nabble.com/Chord-bass-note-font-tp186653p186654.html Sent from the User mailing list archive at Nabble.com. _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user