Comment #3 on issue 3216 by [email protected]: Lyrics collide with span bar
http://code.google.com/p/lilypond/issues/detail?id=3216

In my opinion, the "through" should cross the span bar as it does.

Unfortunately, if there is a following lyrics syllable, "all through it", then the bar line moves right of the through. We can get consistent behavior, minimal influence of note-spacing, and whiteout to keep the lyrics readable, with :
\layout { \context {
  \Lyrics \remove Pure_from_neighbor_engraver
  \override LyricText #'whiteout = ##t }

The reason for the bug report is that LilyPond has regression tests 'lyrics-spanbar.ly' and 'span-bar-allow-span-bar.ly' indicating that she /tries/ to clear the span bars, but does not always succeed. If no-one wants Lyrics to avoid span bars, we can make the workaround above the new default.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to