lilypond-user
[Top][All Lists]
Advanced

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

Re: Allow LyricText/SpanBar overlapping


From: Simon Albrecht
Subject: Re: Allow LyricText/SpanBar overlapping
Date: Thu, 27 Aug 2015 01:14:57 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

Hi Trevor,

thanks, that works cleanly. In the meantime I found that it would actually better if syllables were only allowed to overlap on the right. It’s uncommon and seems odd/more difficult to read to have the syllable stick into span bar _at the left_.
But that’s a more involved task, of course.

Yours, Simon

Am 27.08.2015 um 00:27 schrieb Trevor Daniels:
Simon, you wrote  Monday, August 24, 2015 8:27 PM

following 19th century practice, I am using StaffGroup for choir scores.
When there are longer syllables at the end of a measure, they avoid to
overlap with the span bar, which costs horizontal space. I’d prefer this
to be turned off, but how? I might conduct a lengthy and imprecise
search over the manuals, but maybe someone can help out?
Sorry to be late picking this up.  I think this might do it:

\layout {
   \context {
     \Lyrics \remove Pure_from_neighbor_engraver
     \override LyricText #'whiteout = ##t
   }
}

Trevor





reply via email to

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