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: address@hidden
Subject: Re: showing lyrics without the associated voice?
Date: Sat, 21 May 2011 09:18:10 +0100 (BST)

>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

>-- 



Or you could try replacing 



\new Voice with 



\new Devnull






reply via email to

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