lilypond-user
[Top][All Lists]
Advanced

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

Re: Left alignment of lyrics when not using "lyricsto"


From: Mats Bengtsson
Subject: Re: Left alignment of lyrics when not using "lyricsto"
Date: Mon, 18 Dec 2006 09:25:51 +0100
User-agent: Thunderbird 1.5.0.8 (X11/20061105)

Just do
\set associatedVoice = ...
as instructed in section "Another way of entering lyrics".

  /Mats

Eduardo Vieira wrote:
In the second example, the first 3 lyric-syllables are left aligned to the
note-head because I specified the durations and didn't use lyricsto. Intend
behaviour?

% Created on Thu Dec 14 07:50:40 GMT-03:00 2006
\version "2.10.2"


\include "english.ly"

verse= \lyricmode {
come8 good old friends

}

staffSoprano = \new Staff  {
        \time 6/8
        \key c \major
        \clef treble
        \relative c' {
        \context Voice = "melodySop" {
 \partial 4. < g' e >8 < f d > < e c > < c' e >4. ~ < c e >
                }

        \bar "|."
        }

}


\score {

        <<
                \staffSoprano
                \context Lyrics = "lmelodySop" { \verse }

        >>


        }

\score {

        <<
                \staffSoprano
                \context Lyrics = "lmelodySop" \lyricsto "melodySop" { \verse }

        >>


        }



___________________________________________________________________________________
Com o Click21 você tem sempre vantagens! Além do email com 1 Gb, Acelerador, 
Blog,
Flog, Games e atendimento 24 horas, voce também pode falar minutos DDD com a
promoção Click 21 Minutos. Quanto mais você navega mais fala DDD.



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

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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