lilypond-user
[Top][All Lists]
Advanced

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

Re: Tied notes interfere with correct placement of lyric


From: Peter Chubb
Subject: Re: Tied notes interfere with correct placement of lyric
Date: Thu, 12 May 2011 11:42:09 +1000
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/23.3 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

>>>>> "Richard" == Richard Opheim <address@hidden> writes:

Richard> \version "2.12.3" {%{Measure 1 %} e8 g8 f8 a8 ~ %{Measure 2
Richard> %} <a8 c8> d4 } \addlyrics {A B C D } %first part \addlyrics
Richard> {\skip4\skip4\skip4\skip4 E F } %second part
 
Richard> In the example above, lyric E in the second part is supposed
Richard> to line up vertically with note c8. However, when the a8 of
Richard> measure 1 ties with the a8 of measure 2, E seems not to
Richard> recognize c8 (though it would if it weren't for the tie in
Richard> the other part) and slides over to d4.

You have two voices.  So make tell Lilypond that you have two voices.

Something like this:
vOne= { e8 g f a ~ | a s4. }
vTwo={ s2 | c8 d4 s8 }
\score {
  <<
       \context Staff = top {
       \time 2/4 
       \partcombine \context Voice = vOne \vOne
       \context Voice = vTwo \vTwo
       }
       
       \lyricsto vOne \context Lyrics = partOne  { A B C D  __ }
       \lyricsto vTwo \context Lyrics =partTwo { E F }
     >>
}
 
Richard> How can I get lyric E to align with c8?
 
Richard> bonus question: If I put an extender on lyric D, how can I
Richard> keep it from extending past a8 in the 2nd measure?

Th 

Richard> Richard Opheim



Richard> _______________________________________________ lilypond-user
Richard> mailing list address@hidden
Richard> https://lists.gnu.org/mailman/listinfo/lilypond-user


--
Dr Peter Chubb  http://www.gelato.unsw.edu.au  peterc AT gelato.unsw.edu.au
http://www.ertos.nicta.com.au           ERTOS within National ICT Australia



reply via email to

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