Simon,

On Thu, Sep 4, 2014 at 7:28 AM, Simon Albrecht <[email protected]>
wrote:

It proved difficult to provide a minimal example worth the name, so you get
> the one attached, which has a full page of music and two include files.
> Sorry for that. The instances of the bug mentioned are at the beginning of
> the third, fourth, and last lines of the page.
>

I don't yet know what is causing the problem, but here's a more
stripped-down version:

\version "2.19.8"

\include "lyric-word.ily"

\paper {
  indent = 0
  line-width = 4\cm
}
\layout {
  \context {
    \Global
    \grobdescriptions #all-grob-descriptions
  }
  \context {
    \Lyrics
    \consists \collectlyricwordEngraver
    \wordcompress 0.3
  }
}
\new Staff {
  \repeat unfold 8 {
    c'1
  }
}
\addlyrics {
  \repeat unfold 2 {
    vol -- un -- ta -- tis
  }
}

--David
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to