lilypond-user
[Top][All Lists]
Advanced

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

Re: Lyrics & Chords sheet


From: peter
Subject: Re: Lyrics & Chords sheet
Date: Mon, 17 Nov 2014 10:29:37 +1100
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/24.4 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

>>>>> "Peter" == Peter Crighton <address@hidden> writes:

Peter> Hello all, I’m in the process of creating sheets that only
Peter> contain lyrics and correctly aligned chords. (This belongs to
Peter> other sheets with music in them, otherwise LilyPond probably
Peter> wouldn’t be the ideal choice for this.  But I want to do these
Peter> all together in LilyPond.)  I have two approaches so far, and
Peter> none of them are ideal …


You can use explicit durations on the lyrics and the chords.

Something like:

accomp=\chords {
  c4 c c c:7 f f c c
}

words=\lyricmode {
  Twinkle2 twinkle little star
}

\score {
  <<
    \context ChordNames \accomp
    \context Lyrics \words
  >>

  \layout {
    \context {
      \ChordNames
      chordChanges = ##t
    }
  }
}



reply via email to

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