lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #2071 Collisio


From: Auto mailings of changes to Lily Issues
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #2071 Collision of LyricHyphen and barline
Date: Tue, 27 Sep 2016 13:25:01 +0000

For the record, here’s a whiteout solution:

\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:

Originally created by: *anonymous

Originally created by: address@hidden

This is e.g. a problem for engraving a choral piece with barlines in mensural
style.

\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 address@hidden 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
address@hidden
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

reply via email to

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