\version "2.18.2" % test for setting slash chords with realbookchords font chExceptionMusic = { 1-\markup { "7" } 1-\markup { ">" } } chExceptions = #(append (sequential-music-to-chord-exceptions chExceptionMusic #t) ignatzekExceptions) \score { \new StaffGroup << \chords { \override Score.ChordName.font-name = #"New Real Book Chords" \set chordNameExceptions = #chExceptions \set slashChordSeparator = "/" f2.:m c:7/e } \new Staff { \key aes \major \time 3/4 c'4 aes'2 c'4 bes'2 } >> \layout {} }