I would use a second \score block for the trio. %%% \version "2.22.1"
\score {
\new Staff {
\repeat unfold 16 { c'4 c' c' c' }
}
}
\score {
\new Staff \with { instrumentName = "TRIO" } {
\repeat unfold 16 { c'4 c' c' c' }
}
}
%%%
--
Knute Snortum
On Sat, Jul 10, 2021 at 7:01 AM Peter Struys <[email protected]> wrote:
>
> Newbie question.
>
> Is it possible to indent another line than the default first line ?
>
> (in this attached sample the third line)
>
>
>
> Many thanks
