lilypond-user
[Top][All Lists]
Advanced

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

Re: Lyric-notehead alignment problem


From: Carl Sorensen
Subject: Re: Lyric-notehead alignment problem
Date: Tue, 6 Feb 2007 17:44:45 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Illtud Daniel <illtud.daniel <at> llgc.org.uk> writes:


> See the attached .png - it seems to be left-aligning every syllable
> except for the last syllable on a beam.
> 


Does this work?  The beaming is the same as in your .png, and the lyrics are
properly aligned, as near as I can tell.



%  Beginning of Lilypond file

\version "2.10.5"  % WinXP

mylyr = \lyricmode {
        Ar ddydd Sul aeth
        Dic yn ben -- noeth mewn
}

mymus = {bes8 [ d d c ] | bes [ d ees d16 d] |}

\score  {

        \relative c''
        {
         \time 2/4
         \key g \minor
         \clef treble

%         \autoBeamOff
        \mymus
        \bar "||"}
        \addlyrics {\mylyr}
}


%% End of snippet

Carl Sorensen





reply via email to

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