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.
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to