"Schweikert, Martin {POYD~Kaiseraugst}" <[EMAIL PROTECTED]> writes:


> Now my question: What is the analogon for the \skip statement?

\skip ?

> What must I put to the beginning of the alto voice?
> 
> I tried 
> 
> ""2.*48
> 
> but this does not work.

These both work here.  What version of LilyPond do you have?  Try
upgrading to 1.4.2

\score {
  <
  \context Staff \notes\relative c' {
     c4 c c c
     c4 c c c
  }
  \context Lyrics \lyrics {
    Hi \skip 4*2 there
    and ""4*2 there
  }
  >
}
-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss

Reply via email to