As it stands I have a measure where I want to place two pieces of the lyrics with a half note. No matter how I have attempted to say make the first word a quarter note in length it still makes it a half note. This throws off all the lyrics after this.
Can you point how where I am going wrong in the thirdVerse variable? Stephen --------------- \version "2.6.5" global= { \time 2/2 } %--------------------------- % First guitar (regular) %-------------------------- firstGuitar = \context Staff { \set Staff.instrument = "Guitar 1 " \context Voice = "GuitarOne" { \relative c { \global \key a \minor % Am (measure 1) d'4^"Am" a' f' d | % Am F (measure 2) a2 <f a d f>2\arpeggio^"F" | % C (measure 3) f4^"C" a f' c | % Am (measure 4) d,4^"Am" a' f' d | % F (measure 5) d,^"F" a' f' d | % E (measure 6) <e, a des f a>1\arpeggio^"E" | % F (measure 7) d4^"F" bes' f' d | % C (measure 8) f,4^"C" a f' c | % Dm Am (measure 9) <g d' g a>2\arpeggio^"Dm" <d a' d f a>\arpeggio^"Am" | % Am G#m (measure 10) g,4 d' <bes g' c dis g c>2\arpeggio^"G#m" | % F (measure 11) d4^"F" bes' f' d | % C (measure 12) <f, a c f a>1\arpeggio^"C" | % A (measure 13) d4^"A" a' ges' d | % Dm (measure 14) g,^"Dm" d' bes' g | % Am (measure 15) d,4^"Am" a' f' d | % G (measure 16) <c, e g c e c'>1\arpeggio^"G" | % Am (measure 17) d,4^"Am" a' f' d | % Dm G (measure 18) <g d' g a>2\arpeggio^"Dm" <c, e g c e c'>2\arpeggio^"G" | % Am (measure 19) <d a' d f a>1\arpeggio^"Am" | } } } %--------------------------- % Lyrics %--------------------------- firstVerse = \lyricmode { Let all mor -- tal | flesh keep | si -- _ lence, _ | and with fear and | trem -- _ bling _ | stand; | pon -- der noth -- ing | earth -- _ ly _ | mind -- ed, | for with blessing | in _ his _ | hand, | Christ our God to | earth _ _ de- | scend _ -- _ _ | eth, | our full hom -- age | to de- | mand. } secondVerse = \lyricmode { King of kings, yet | born of | Mar _ -- y _ | as of old on | eather _ he _ | stood, | Lord of lords, in | hu _ -- man _ | ves -- ture, | in the body | and _ the _ | blood, | he will give to | all _ the _ | faith _ -- _ _ | ful | his own self for | heav'n -- ly | food. } thirdVerse = \lyricmode { Rank on rank the | host of | heav _ -- en _ | speads its van -- guard | on _ the _ | way, | as the Light of | light _ de -- _ | scend -- eth | from the realms4 of | end _ -- less _ | day, | that the pow'rs of | hell _ may _ | van _ -- _ _ | ish | as the dark -- ness | clears a | way. } fourthVerse = \lyricmode { At his feet the | six -- winged | ser -- aph | } %--------------------------- % Second guitar (tablature) %--------------------------- secondGuitar = \context Staff = "GuitarTwo" { \set Staff.instrument = "Guitar 2 " \context Voice = "GuitarTwo" { \relative c { \global \key a \minor % Am (measure 1) d'4 a' a' f | % Am F (measure 2) d2 <f, a c f>2\arpeggio | % C (measure 3) f4 a a' f | % Am (measure 4) d,4 a' a' f | % F (measure 5) d, bes' bes' f | % E (measure 6) <e, a e' f>1\arpeggio^"E" | % F (measure 7) d4 bes' bes' f | % C (measure 8) f,4 a a' f | % Dm Am (measure 9) <g, d' g bes>2\arpeggio <d a' d f a>\arpeggio | % Am G#m (measure 10) g,4 d' <bes g' c dis g c>2\arpeggio | % F (measure 11) d4 bes' bes' f | % C (measure 12) <f, a c f a>1\arpeggio | % A (measure 13) d4 a' b' ges | % Dm (measure 14) d,4 g bes' g | % Am (measure 15) d,4 a' a' f | % G (measure 16) <c, e g c e c'>1\arpeggio | % Am (measure 17) d4 a' a' f | % Dm G (measure 18) <g, d' g a>2\arpeggio <c, e g c e c'>2\arpeggio | % Am (measure 19) <d a' d f a>1\arpeggio | } } } %--------------------------- % Score %--------------------------- \score { << \firstGuitar \lyricsto "GuitarOne" \new Lyrics \firstVerse \lyricsto "GuitarOne" \new Lyrics \secondVerse \lyricsto "GuitarOne" \new Lyrics \thirdVerse \lyricsto "GuitarOne" \new Lyrics \fourthVerse \secondGuitar>> \layout {} }
signature.asc
Description: This is a digitally signed message part
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user