lilypond-user
[Top][All Lists]
Advanced

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

Re: Using shortVocalName for stanza numbers on every system


From: Benjamin Bloomfield
Subject: Re: Using shortVocalName for stanza numbers on every system
Date: Mon, 20 Apr 2020 13:53:45 -0400

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

Thanks,

Benjamin Bloomfield

On Mon, Apr 20, 2020 at 11:43 AM Noeck <address@hidden> 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

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