bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Lyrics and chords - nothing else


From: Martial
Subject: Re: Lyrics and chords - nothing else
Date: Thu, 29 Jun 2006 06:18:01 +0200
User-agent: Thunderbird 1.5.0.4 (Windows/20060516)

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





reply via email to

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