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-musicThanks, exactly what I was looking for. I just RTF 2.10 manual ...
Perhaps a better solution is described in the second exampleof 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 [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
