lilypond-user
[Top][All Lists]
Advanced

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

How do I expand lyrics...


From: Kevin Tough
Subject: How do I expand lyrics...
Date: Tue, 18 Mar 2014 17:37:25 +0100

After reading "2.3.2 Aligning lyrics to a melody" from the 2.18.2 manual
I still cannot seem to get my lyrics to extend over 2 notes. Am I
missing something or is there something missing from the documentation.
My Christmas "sleigh" should fill in the complete staff and my "Jingle
should stay put in the next staff. "X" is currently holding the place
but naturally does not belong there.   HO, HO, HO, Christmas is only 9
months away.

Namaste,
Kevin Tough

\version "2.18.0"

% JingleBells.ly

\language "english"

\paper {
  ragged-right = ##f
}

\layout {
  indent = 0.0\cm
}

\header {
  title = "Jingle Bells"
  composer = "EwithM"
  %subtitle = "English with Guitar"
}


\layout {
  \context {
    \Score
    \remove "Bar_number_engraver"
  }
}

\new Staff {
  \clef "treble_8"
  \relative c' {
    \numericTimeSignature \time 4/4
    e4 e  e2  | e4 e  e2 | e4 g c,  d | e1 | \break
    f4 f f f  | f  e  e  e |e  d  d  e | d2 g2 | \break
    e4 e  e2  | e4 e  e2 | e4 g c,  d | e1 | \break
    f4 f f f  | f  e  e2 | g4 g  f  d | c1 | 
    \bar "|."
  }
  \addlyrics {
   Jin -- gle bells, | jin -- gle bells, | jin -- gle all the | way.
   Oh, what fun it | is to ride in_a | one horse o -- pen | sleigh.___ X
|
   Jin -- gle bells, | jin -- gle bells, | jin -- gle all the | way.
   Oh, what fun it is to ride_in_a one horse o -- pen sleigh.
}
}




reply via email to

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