lilypond-user
[Top][All Lists]
Advanced

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

Re: \addlyrics in ossia staff


From: David Kastrup
Subject: Re: \addlyrics in ossia staff
Date: Sun, 19 Sep 2021 16:21:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Peter Toye <lilypond@ptoye.com> writes:

> I'm trying to set a passage of vocal music with a short solo line. But
> the example below shows that the lyric is not attached to the correct
> staff. Any ideas how to get it right simply?

\version "2.22.1"
\language "english"
{
  \new Staff = "Tutti" {
    <<
      \new Voice = "TuttiVoice" {
        \relative {
          c'4 d e f |
          << {
            g f e d |
            c d e f |
            }
            {
              \new Staff ="ossia" \with {
                \remove "Time_signature_engraver"
                firstClef = ##f
                alignAboveContext = "Tutti"
              }
              \relative {
                b'4 a g f |
                e f g a |
              } \addlyrics \with { alignBelowContext = "ossia" } {
                So -- lo so -- lo so -- lo so -- lo
              }
            }
          >>
          g f e d |
        }
      }
      \new Lyrics \lyricsto "TuttiVoice" {
        Tut -- ti tut -- ti  tut -- ti tut -- ti
        Tut -- ti tut -- ti  tut -- ti tut -- ti
      }
    >>
  }
}

-- 
David Kastrup

reply via email to

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