[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ISSUE 4576] Immediately subsequent DynamicTextSpanners collide at line
From: |
Simon Albrecht |
Subject: |
[ISSUE 4576] Immediately subsequent DynamicTextSpanners collide at line break |
Date: |
Wed, 26 Aug 2015 14:26:06 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 |
ID: 4576
STATUS: New
SUMMARY: Immediately subsequent DynamicTextSpanners collide at line break
TYPE: Ugly
LABELS:
OWNER:
%%%%%%%%%%%%%%%%%%%%
%%% start message body %%%%%%
%%%%%%%%%%%%%%%%%%%%
Hello,
if two DynamicTextSpanners immediately follow one another and the second
one starts at a line break,
– the first will get repeated at the beginning of the new line, although
it doesn’t span any time there
– and the texts will collide:
%%%% 4576.ly %%%%%%%
\version "2.19.25"
\paper { ragged-right = ##t #(set-paper-size "a8") }
\header { tagline = ##f }
#(ly:set-option 'point-and-click #f)
cres = -\tweak bound-details.left.text "cres" \cresc
cen = -\tweak bound-details.left.text "cen" \cresc
do = -\tweak bound-details.left.text "do" \cresc
{
c'1\cres
\break
d'\cen
\break
e'\do
f\f
}
%%%%% output attached %%%%%%%
Best regards, Simon
P.S. This is how I’d suggest making entries for the tracker during the
interim. Comments would be added as replies to the thread, keeping the
‘metadata block’ at the beginning. This first block is still only to be
edited by project members.
4576.png
Description: PNG image
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [ISSUE 4576] Immediately subsequent DynamicTextSpanners collide at line break,
Simon Albrecht <=