lilypond-user
[Top][All Lists]
Advanced

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

Re: A capo in a subtitle and in the names of instruments


From: David Nalesnik
Subject: Re: A capo in a subtitle and in the names of instruments
Date: Wed, 24 Jan 2018 15:23:40 -0600

Hi Vincenzo,

On Wed, Jan 24, 2018 at 3:06 PM, Son_V <address@hidden> 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



reply via email to

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