lilypond-user
[Top][All Lists]
Advanced

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

workaround for a lyrics bug


From: Mike Solomon
Subject: workaround for a lyrics bug
Date: Mon, 13 Jul 2015 14:09:04 +0300

Hey all,

I’ve posted a bug to the bug list about notes clumping after lyrics, but as I’m 
on a tight schedule with this one piece, I’m also posting it to the list in 
hopes that someone has seen this bug and knows of a workaround:

%{
  A terminal lyric in the ossia staff causes notes to skip a measure and then 
bundle up in the subsequent one.
  To see the problem, comment the indicated line in and out.
%}

\version "2.19.15"
someMusic = \relative c, {
  \clef bass
  a4 a a a
  <<
    \new Staff \with {alignAboveContext="realBass" }
      \new Voice = "tempBassVoice" {
        \clef bass
        a4 a a a |
        a a a a 
        R1
    }
    \new Lyrics \with { alignAboveContext="realBass" } \lyricsto 
"tempBassVoice" {
      \lyricmode {
        foo bar foo bar foo bar foo
%%%%%%% COMMENT THE LINE BELOW IN AND OUT TO SEE PROBLEM
        bar
  }}
  \relative c, {
     a4 a a a
     a a a a
     a a a a 
  } >>
  a a a a 
  a a a a
}

\score {
    \new Staff = "realBass" 
      \new Voice = "someMusic" {
        \someMusic
      } 
}




reply via email to

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