lilypond-user-fr
[Top][All Lists]
Advanced

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

Re: lyrics


From: Jean-Christophe D
Subject: Re: lyrics
Date: Wed, 28 Mar 2012 14:36:05 -0700 (PDT)

Christian Lalune wrote
> 
> En explorant à nouveau la documentation, j'ai trouvé la réponse à ma
> question: \set ignoreMelismata = ##t. 

Bonsoir Christian,

autre solution:

\score {
        <<
                \new Staff = chant {
                        <<
                                \new Voice = "avecPhrase" {
                                        \key c \major
                                        \time 3/4
                                        \relative c' {
                                                \slurUp
                                                c8\( e c e c4\)
                                        }
                                }
                        >>
                }
                \new Lyrics \lyricsto "avecPhrase" {
                        \lyricmode {
                                do mi do mi do
                        }
                }
        >>
} 


Jean-Christophe

--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/lyrics-tp7411470p7415540.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.



reply via email to

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