> On 5 Nov 2023, at 13:13, Ad Rommel <adrom...@xs4all.nl> wrote: > > Is it possible to left align both musical notes and text? > But i need the output: > <noten1.png>
One way to get close to, but not quite at, the rendering of your example is by making the second line a cadenza with 9 added spacer notes to make it match in musical time with the 3-measure lines above and below: \cadenzaOn b' c' a' \repeat unfold 9 { s } \cadenzaOff \bar "" \break Due to the missing pageSize “my size’ in your snippet I cannot render it the same way it would for you as I’m missing the page dimensioning information, however the second line will still be spaced a bit further apart than the first and last, but it will be left-aligned with an open, no measure bars staff line extending to the right-hand side.