lilypond-user
[Top][All Lists]
Advanced

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

Re: lyrics notgoing with triplet


From: James Bailey
Subject: Re: lyrics notgoing with triplet
Date: Thu, 25 Nov 2010 21:21:53 +0100

The triplets are beamed together. See section 2.1.3 in the 2.12 documentation.
On Nov 25, 2010, at 8:17 PM, address@hidden wrote:

> 
> Hello-,
> I expect the lyrics syllables to go with each note in the triplet figure but 
> it won't in the following example- what has changed since I last did this?
> Thanks-Jay
> 
> \version "2.12.3"
> \header {
>  title = "example"
>  composer = "Jay Hamilton"
>    copyright = \markup { \tiny \override #'(baseline-skip . 0.5)
> \center-column
>        {  "CC lic 2.5 some rights reserved Jay Hamilton 2010"
>    "see http://creativecommons.org/licenses/by-nd/2.5/";
>               } }
>               }
> #(ly:set-option 'delete-intermediate-files #t)
> melody = \relative c'
> {
> \clef treble
> \key c \major
> \time 4/4
> #(set-global-staff-size 30)
> \override Staff.TimeSignature #' style = #' ()
> r2. r8 g c4 g'2 bes4 \times 2/3 {a8 [f c]} g'2  r4
> f d bes d c2. r8 g
> \bar "|."
> }
> text = \lyricmode {
> A great bird fell crash- ing to earth
> un- touched by my hand
> }
> \score {
> <<
> \new Voice = "mel" { \autoBeamOff \melody }
> \new Lyrics \lyricsto mel \text
> 
>>> 
> 
> \layout {
> \context { \RemoveEmptyStaffContext }
> }
> \midi { }
> }
> 
> 
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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