lilypond-user
[Top][All Lists]
Advanced

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

Ossia in Lyrics?


From: Walt North
Subject: Ossia in Lyrics?
Date: Tue, 17 Sep 2024 12:11:52 -0700
User-agent: Mozilla Thunderbird

Is this possible?  I have a case where I want to have a Chord and Lyrics sheet with some occasional hints to Guitar player on melody fills scattered here and there.  The lilypond docs show examples with Staff but not with Lyrics. 

This gives me the staff but the notes do not show.

I've also tried using markup with limited success since the markup shows up embedded in the lyrics and not above (or below) the lyrics.

\version "2.24.2"

<<
  \new Staff = "ossia" \with {
    \remove Time_signature_engraver
    \hide Clef
    \magnifyStaff #2/3
  }
  { \stopStaff s1*6 }

  \new Lyrics \lyricmode {
    first4 measure words - 
    <<
      { second measure words - }
      \context Staff = "ossia" {
        \startStaff e4 g f e \stopStaff
      }
    >>
    third measure words -  \break
  }
>>


reply via email to

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