\version "2.23.9" %#(set-global-staff-size 12) notes = \relative d' { \time 2/2 R1*7 r2 d2 f4 e d2 } incipitNotes = \relative c' { \time 2/2 r\longa \override Rest.staff-position = #-2 r\breve \override Rest.staff-position = #-4 r1 r2 d2 f4 e d2 } \score { \new Staff \with { instrumentName = "" } { \incipit { \cadenzaOn \incipitNotes } \compressMMRests \notes } \layout { #(layout-set-staff-size 12) indent = #44 incipit-width = #40 } }