Re: showing lyrics without the associated voice?

2011-05-21 Thread Christopher R. Maden
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/21/2011 01:31 AM, 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

Re: showing lyrics without the associated voice?

2011-05-21 Thread -Eluze
\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

Re: showing lyrics without the associated voice?

2011-05-21 Thread pound...@lineone.net
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?

Re: showing lyrics without the associated voice?

2011-05-21 Thread -Eluze
David Pounder wrote: Or you could try replacing \new Voice with \new Devnull cool - thanks! -- View this message in context: http://old.nabble.com/showing-lyrics-without-the-associated-voice--tp31669266p31669951.html Sent from the Gnu - Lilypond - User mailing list archive

showing lyrics without the associated voice?

2011-05-20 Thread Mark Polesky
Hey everyone - Let's say I have a song with piano accompaniment: * * * * * * * * * * \version 2.13.59 melody = { g'4 g' g'2 } text = \lyricmode { Blah blah blah } RH = { e'2 e'4 e' } LH = { \clef bass c2 c4 c } \score { \new Voice = mel { \melody } \new Lyrics \lyricsto mel \text