lilypond-user
[Top][All Lists]
Advanced

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

Re: lyrics notgoing with triplet


From: Jay Hamilton
Subject: Re: lyrics notgoing with triplet
Date: Thu, 25 Nov 2010 14:27:13 -0800

Jan-Peter-
thank you, in the past I haven't included
\autoBeamOff so I've not run into that problem.
As for the hyphen- no it's correct.
Thanks again.
Jay

On Thu, Nov 25, 2010 at 12:45 PM, Jan-Peter Voigt <address@hidden> wrote:
Hello Jay,

with \autoBeamOff the melismaBusyProperty is set beam sensitive, so your manual beams span a melisma.
But you can control this behaviour with \set melismaBusyProperties = #'()
In this vector you can specify any of #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy)
Without beamMelismaBusy every note in the triplet gets a syllable.

And now to something completly different: You typed "un- touched", did you mean "un -- touched"? The "--" triggers lyric hyphens.

Regards,
Jan-Peter

--snip--

\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 = #' ()
%\set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy)
\set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy)

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 { }
}
--snip--

Am 25.11.2010 um 20:17 schrieb address@hidden:



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




--
Jay Hamilton Sound and Silence www.soundand.com 206-328-7694

reply via email to

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