lilypond-user
[Top][All Lists]
Advanced

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

Re: Lyric word engraver bug


From: David Nalesnik
Subject: Re: Lyric word engraver bug
Date: Sat, 6 Sep 2014 16:04:29 -0500


Simon,

On Thu, Sep 4, 2014 at 7:28 AM, Simon Albrecht <address@hidden> 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

reply via email to

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