lilypond-user
[Top][All Lists]
Advanced

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

Re: Showing Beats in Complex Music


From: Marc Hohl
Subject: Re: Showing Beats in Complex Music
Date: Mon, 31 Jan 2011 19:43:49 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7

Am 31.01.2011 19:16, schrieb Laurentin Lévesque:
With my choir we're doing lots of highly syncopated music this year.  I am
trying to rewrite my voice parts (with the lyrics) while having the beatcounts
printed on top of the staff in their proper location with respect to the
syncopated notes.  Could someone give me a few hints on where to look for
starters (i.e. 'invisible' voice/staff contexts with 'visible' 1, 2, 3, 4,
markers? or what? - the \addlyrics feature seems to complicate things a bit.)
Merci,
L
You can give explicit durations to the numbers like this:

melody = \relative c' { c8. d16 ~ d8 e ~ e16 d c b ~b 4}
\score {
  \new StaffGroup <<
    \new Staff {
      \new Voice { \melody}
    }
    \lyricmode { \new Lyrics { "1"4  "2" "3" "4" } }
>>
}

HTH

Marc
_______________________________________________
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]