lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Indentation of 3rd line of music (instead of the default first one)


From: Peter Struys
Subject: Re: Indentation of 3rd line of music (instead of the default first one)
Date: Sat, 10 Jul 2021 14:23:14 +0000

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



-------- Original message --------
From: Knute Snortum <ksnortum@gmail.com>
Date: 10/07/2021 16:12 (GMT+01:00)
To: Peter Struys <pstruys@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 <pstruys@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

[Prev in Thread] Current Thread [Next in Thread]