lilypond-user
[Top][All Lists]
Advanced

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

Re: showing lyrics without the associated voice?


From: -Eluze
Subject: Re: showing lyrics without the associated voice?
Date: Fri, 20 May 2011 23:45:05 -0700 (PDT)


Mark Polesky wrote:
> 
> 
> I'd like to create an abbreviated score which contains the
> piano part and the lyrics, but not the vocal staff.  Nothing
> I've tried works well, since it seems that the associated
> voice needs to be displayed for the lyrics to line up
> properly.  Is there a way?  Something like the following,
> which of course doesn't work:
> 
the only way i see is moving the melody into the piano staff, hide the notes
and ignore the clashing notes warnings:

\score { 
  \new PianoStaff <<
    \new Staff = "RH" <<
      \override Staff.NoteColumn #'ignore-collision = ##t
      \RH
      \new Voice = "mel" {
        \hideNotes
        \melody
      }
    >>
    \new Lyrics \with {alignAboveContext = #"RH" } \lyricsto mel \text
    \new Staff = "LH" \LH 
  >> 
}

cheers
Eluze
-- 
View this message in context: 
http://old.nabble.com/showing-lyrics-without-the-associated-voice--tp31669266p31669432.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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