Sometimes I need to use this with lyrics centered between two staves, and I
don't want
[image: image.png]
this to happen.

Thanks,

*Benjamin Bloomfield*

On Mon, Apr 20, 2020 at 11:43 AM Noeck <[email protected]> wrote:

> I think I’ve seen solutions for that problem on this list or in the
> snippets. Perhaps someone has a link.
>
> But how about his?
>
> \version "2.20.0"
>
> \score {
>   <<
>     \new Staff \new Voice = "sop" {
>       \clef "treble"
>       c'4 \bar "" \break c'
>     }
>     \new Lyrics  \lyricsto sop {
>       \lyricmode {
>         \set stanza = "2. "
>         \set shortVocalName = "2. "
>         Should Should
>       }
>     }
>   >>
> }
>
> \layout {
>   \context {
>     \Lyrics
>     \override InstrumentName.direction = #RIGHT
>     \override InstrumentName.X-offset = -1
>     \override InstrumentName.font-series = #'bold
>   }
> }
>
>

Attachment: !test.ly
Description: Binary data

Reply via email to