how to set out a piece which consists only of lyrics and chords
A way ! But is better to use OpenOffice
%%------- code -------------
% No_staff_no_note
\paper { ragged-right = ##t }
WordsI = \lyricmode { Oh que de mots pour de si pe_tit' notes }
WordsII = \lyricmode { U ti li ser Open Office _ mieux se ra }
Chords = \chordmode { a2. d4 e4 b4 b4 f2 c4 }
Notes = { \repeat unfold 12 { \stopStaff c'4 } }
<<
\new ChordNames { \Chords }
\new Lyrics = "A" { s1 }
\new Lyrics = "B" { s1 }
\new Voice = "V" { \hideNotes \Notes }
\context Lyrics = A \lyricsto V \WordsI
\context Lyrics = B \lyricsto V \WordsII
>>
\layout {
\context {
\Staff
\remove Time_signature_engraver
\remove Clef_engraver
\remove Bar_engraver
}
}
%%----------------------------
--
Martial
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond