lilypond-user
[Top][All Lists]
Advanced

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

Re: bug in magnetic snapping lyrics engraver


From: Werner LEMBERG
Subject: Re: bug in magnetic snapping lyrics engraver
Date: Wed, 06 Apr 2022 13:48:42 +0000 (UTC)

> Here is an example where it fails to position lyrics correctly (see
> last system in the image).

And while we are at it: Here is another bug, already reported in

  https://lists.gnu.org/archive/html/lilypond-user/2020-03/msg00289.html

I've slightly sharpened the test to exclude the possibility of kerning
being the cause of the (buggy) result.


    Werner
\version "2.20.0"

\include "magnetic-lyrics.ily"

\new Lyrics \lyricmode {
  "|foobar|"     "|foobar|" \break
  foo -- "|bar|" "|foobar|"
}

\layout {
  \context {
    \Lyrics
    \override LyricWord.after-line-breaking = #(lyric-word-compressor 0.5)
  }

  \context {
    \Score
    \remove "Bar_number_engraver"
  }
}

\paper {
  indent = 0
  ragged-right = ##t
  system-system-spacing.basic-distance = 0
  system-system-spacing.minimum-distance = 0
  system-system-spacing.padding = 0
}

PNG image


reply via email to

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