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: Noeck
Subject: Re: Using shortVocalName for stanza numbers on every system
Date: Mon, 20 Apr 2020 17:38:33 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0

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
  }
}



reply via email to

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