lilypond-user
[Top][All Lists]
Advanced

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

Re: rearrange music flow


From: Antanas Budriūnas
Subject: Re: rearrange music flow
Date: Sat, 27 Dec 2008 22:17:13 +0200

Just as curiosity:
I was adding some lyrics to Carl's example and when the number of
sylables is less than the number of notes, on each appearance of
\intro lyrics go downstairs.

\version "2.11.65"
intro = <<
 \context Staff = "StaffOne" {
   <<
   \context Voice = "VoiceOne" {
     c''4 d''
   }
   \context Lyrics = "LyrI" \lyricmode {
     \set associatedVoice = #"VoiceOne" ae
   }
   >>
 }
 \context Staff = "StaffTwo" {
   <<
   \context Voice = "VoiceTwo" {
     e'4 f'
   }
   \context Lyrics = "LyrII" \lyricmode {
     \set associatedVoice = #"VoiceTwo" be
   }
   >>
 }
 >>

\score {
  {
   \intro
   \intro
   \intro
  }
}

What's happening there?

Antanas Budriūnas

reply via email to

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