Hi Vincenzo,

On Wed, Jan 24, 2018 at 3:06 PM, Son_V <vincenzo.a...@gmail.com> wrote:
> Hi all,
> I would like to know what is in the subject.
> The subtitle is very long and I would like to put an A capo somewhere.
>
> For the names of instruments, the original score have for the voices
> "Soprani o Tenori" and "Contralti o Bassi".
>
> They are written in a long line.
>
> I would like to obtain something appearing like below:
>
> Soprani
> o Tenori
>
> and
>
> Contralti
> o Bassi
>
> centered with their pentagram.
>
> How can I obtain this?

Try this:

\new ChoirStaff <<
  \new Staff \with {
    instrumentName = \markup \column { "Soprani" "o Tenori" }
  } {
    s1
  }
  \new Staff \with {
    instrumentName = \markup \column { "Contralti" "o Bassi" }
  } {
    s1
  }
>>

Best,
David

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to