For the record, here’s a whiteout solution:
~~~~
:::TeX
\version "2.19.32"
% the following layer values need to _descend_ in this order
lyric-text-layer = #-3
lyric-aux-layer = #-4
span-bar-layer = #-5
\layout {
\context {
\Lyrics
% match LyricExtender’s thickness to that of LyricHyphen
\override LyricExtender.thickness = 1.3
% LyricHyphen and LyricExtender below LyricText,
% to prevent the whiteout from ‘biting’ the letters
\override LyricHyphen.layer = \lyric-aux-layer
\override LyricExtender.layer = \lyric-aux-layer
\override LyricHyphen.whiteout-style = #'outline
\override LyricHyphen.whiteout = 1.4
\override LyricExtender.whiteout-style = #'outline
\override LyricExtender.whiteout = 1.4
\override LyricText.layer = \lyric-text-layer
\override LyricText.whiteout = 0.2
}
\context {
\Score
\override SpanBar.layer = \span-bar-layer
}
}
~~~~
---
** [issues:#2071] Collision of LyricHyphen and barline**
**Status:** Accepted
**Created:** Fri Dec 02, 2011 11:28 AM UTC by Anonymous
**Last Updated:** Sat Sep 26, 2015 09:42 PM UTC
**Owner:** nobody
**Attachments:**
-
[bug.preview.png](https://sourceforge.net/p/testlilyissues/issues/2071/attachment/bug.preview.png)
(2.3 kB; image/png)
*Originally created by:* *anonymous
*Originally created by:*
[[email protected]](http://code.google.com/u/115654380521671109360/)
This is e.g. a problem for engraving a choral piece with barlines in mensural
style.
~~~~
:::TeX
\new StaffGroup <<
\new Staff { r1 r}
%Collision of hyphen and barline
\new Lyrics \lyricmode { hel1 -- lo1 }
\new Staff { r1 r }
>>
~~~~
---
Sent from sourceforge.net because [email protected] is
subscribed to https://sourceforge.net/p/testlilyissues/issues/
To unsubscribe from further messages, a project admin can change settings at
https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is
a mailing list, you can unsubscribe from the mailing list.------------------------------------------------------------------------------
_______________________________________________
Testlilyissues-auto mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto