lilypond-user
[Top][All Lists]
Advanced

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

Re: Lyrics interfere with volta?


From: Janek Warchoł
Subject: Re: Lyrics interfere with volta?
Date: Tue, 26 Mar 2013 13:24:43 +0100

Hi,

On Mon, Mar 25, 2013 at 10:43 PM, Colin Campbell <address@hidden> wrote:
> I still don't understand the original error.

The problem is that voltas specified in lyrics are inserted right
where lyrics are, not aligned with voltas from music.
Maybe this will help you visualise what happens (it may be worth to
add this to tracker):

%%%%%%%%%%%%%%%%
\language "english"

\header {
  title = "Lyric volta bug"
}

\markup "voltas created by notes:"
\new Staff  {
  \repeat volta 2 { ef'1 }
  \alternative {
    { r2 r4 r8 bf8  }
    { r2 r4 r8 bf8  }
  }
  ef'4-. r4 r2
}
\addlyrics {
  gu.
  Mun8
  Mun8
  gu.4
}

\markup "voltas created by lyrics:"
<<
  \new Staff  {
    \new Voice = "sop" {
      ef'1
      r2 r4 r8 bf8
      r2 r4 r8 bf8
      ef'4-. r4 r2
    }
  }

  \new Lyrics \lyricmode {
    \repeat volta 2 { gu.1 \skip 2.. }
    \alternative {
      {  Mun8 -- \skip 2.. }
      {  Mun8 -- }
    }
    gu.4
  }
>>

\markup "these two interfere and result in wrong output you got."

% hth,
% Janek



reply via email to

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