\break in arbitrary measures
Federico Sarudiansky <[email protected]> Wed, 24 Jun 2026 16:16:26 -0300
| Newsgroups | gmane.comp.gnu.lilypond.general |
|---|---|
| Message-ID | <CAN-9oy+L87d2YQJMaQ_3pCALBCUYuNQ8S98iuMyZs517Nz85TA@mail.gmail.com> |
Hi! I wonder if this is possible. I have to extract PNG fragments from a bunch of scores. I found the clip-regions variable in the \layout block and the -dclip-systems command line option and they are exactly what I was looking for BUT I need that each fragment begins a new system (in order to have clefs, key signatures, etc.). Is there a way to «insert» \break-s using some kind of function such as, for example, \predefinedBreaks = #(13 18 25 37) so that a \break appears at the end of measures 12, 17, 24 and 36? I've asked IA models to no avail. Thank you in advance! F.