leadsheet with intro an lyrics

2008-09-22 Thread Sebastian Menge
Hi all

I'm writing a leadsheet with chords and lyrics. How can I let the
lyrics start after 4 bars of intro? At the moment my score looks
like that:

\score { 

{ 
  \chords { ... }
  \relative c' { ... }



  \chords { ... }
  \relative c' { ... }
  \addlyrics { ... }
 }

\header { ... } 

\layout { ... } 

}

But then the second part starts a new staff. How can I prevent that?

Thanks, Sebastian.



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: leadsheet with intro an lyrics

2008-09-22 Thread Robin Bannister

Sebastian Menge wrote:

But then the second part starts a new staff. How can I prevent that?


One way would be to have just one part, 
which starts all three things together (like your second part)
and then make the lyrics skip the intro bars. 


To see how, search (twice) for Skips in lyric mode in the vocal snippets:

http://lilypond.org/doc/v2.11/input/lsr/lilypond-snippets/Vocal-music


Cheers,
Robin



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: leadsheet with intro an lyrics

2008-09-22 Thread Mats Bengtsson

Sebastian Menge wrote:

Am Mon, 22 Sep 2008 21:53:02 +0200
schrieb Robin Bannister [EMAIL PROTECTED]:

  

To see how, search (twice) for Skips in lyric mode in the vocal
snippets:

http://lilypond.org/doc/v2.11/input/lsr/lilypond-snippets/Vocal-music



Thanks, exactly what I was looking for. I just RTF 2.10 manual ...
  

Perhaps a better solution is described in the second example
of 
http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Divisi-lyrics#Divisi-lyrics


You can also do the same with \addlyrics. Something like the
following should work

\score { 


 \chords { ... ... }
 \new Staff { \relative c' { ... } \relative c'{ ... } \addlyrics {...} }





\header { ... } 

\layout { ... } 


}


  /Mats


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user