\version "2.24.1" #(set-global-staff-size 17) \paper { property-defaults.fonts.serif = "Caudex" } \header { tagline = "" % Suppresses the default footer message } global = { \key c \major \omit Staff.TimeSignature } melody = \absolute { \global \cadenzaOn c'1 % P d'1 f'1 % T g'1 a'1 bes'1 c''1 \cadenzaOff } \score { << \new Staff { \context Voice = "vocal" { \melody } } >> }