Am So., 13. Apr. 2025 um 05:39 Uhr schrieb James Harkins <[email protected]>:
>
> ---- On Sun, 13 Apr 2025 11:27:19 +0800 James Harkins <[email protected]>
> wrote ---
> > \score { ... flute part aleatoric bit, suppressing first-system indentation
> > ... }
>
> Here, I worry because "indent = 0" is a paper variable, but "A \paper block
> cannot be placed within a \score block"
> (https://lilypond.org/doc/v2.25/Documentation/notation/the-paper-block).
> \bookpart would not be appropriate because I don't need a full forced page
> break between the conventional notation and the aleatoric notation.
>
> So this is all looking rather... difficult. Hope not impossible.
>
> hjh
>
Some paper-variables are accepted in \layout. Among them is `indent`.
Iirc, this is documented already:
\score { b1 \layout { indent = 0 } }
Cheers,
Harm