On Thu, 7 May 2026 at 09:25, Michael Scheer <[email protected]> wrote: > > Hi Lilypond users, > > when I print a full score (which accesses the single instruments via > \include), I don't want \breathe marks to be printed there. Is there > some way I can omit them in that context? Some toggle? Or some way to > use a null character in "\set breathMarkType ..."?
Hello,
breathe = {}
before you full score.
Or \set breathMarkType = ##f
Kind regards,
Xavier
