That solves the problem indeed.
Many thanks for yr fast reply.


-------- Original message --------
From: Knute Snortum <ksnor...@gmail.com>
Date: 10/07/2021 16:12 (GMT+01:00)
To: Peter Struys <pstr...@outlook.com>
Cc: lilypond-user@gnu.org
Subject: Re: Indentation of 3rd line of music (instead of the default first one)

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 <pstr...@outlook.com> wrote:
>
> Newbie question.
>
> Is it possible to indent another line than the default first line ?
>
> (in this attached sample the third line)
>
>
>
> Many thanks

Reply via email to