lilypond-user
[Top][All Lists]
Advanced

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

Re: Extra-long word durations


From: Colin Wilding
Subject: Re: Extra-long word durations
Date: Thu, 30 Mar 2006 09:16:31 +0100

You can use durations like 1*2 for lengths greater than a minim.
For example:

\version "2.8.0"
\score {  <<
    \new Staff { a'1 b'2 c'' d''1 e''1 }
    \new Lyrics \lyricmode { one1*2 two1 three }
    >>
}


Colin


------------------------------

Message: 3
Date: Wed, 29 Mar 2006 21:35:12 -0500
From: "Geoff Horton" <address@hidden>
Subject: Extra-long word durations
To: address@hidden
Message-ID:
       <address@hidden>
Content-Type: text/plain; charset=ISO-8859-1

Every now and then, assigning durations to syllables really is easier
than \lyricsto. I was trying it with long-duration notes and ran into
a problem--\breve is not interpreted as a duration in Lyrics context.
Given the definition of a word (anything up until the next space or
digit), it's easy to understand why this is so, but there doesn't
appear to be a useful way to achieve the same effect, nor is it
explicit in the docs that this won't work. (I wasn't sure whether to
call this a bug and send it to the bug list or to send it here. You
see which won.)

Geoff


reply via email to

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