\version "2.21.0" \paper { indent = 40 } music = \relative c'' { \repeat tremolo 16 { c32 d } | c4 | } \addQuote music { \music } \score { << \new Staff \with { instrumentName = "the music" } << \displayMusic \music >> \new Staff \with { instrumentName = "quote s1 | s4" } << \quoteDuring music { s1 | s4 } >> \new Staff \with { instrumentName = "quote s1 |" } << \quoteDuring music { s1 | } >> \new Staff \with { instrumentName = "quote s1 | s4*0 " } << \quoteDuring music { s1 | s4*0 } >> \new Staff \with { instrumentName = "quote s1 | \grace s4" } << \quoteDuring music { s1 \grace s4 } >> >> }