bug-lilypond
[Top][All Lists]
Advanced

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

Issue 576 in lilypond: TextSpanner 'bound-details 'left-broken is ignor


From: codesite-noreply
Subject: Issue 576 in lilypond: TextSpanner 'bound-details 'left-broken is ignored when coming after a 'bound-details 'left
Date: Fri, 08 Feb 2008 02:44:11 -0800

Issue 576: TextSpanner 'bound-details 'left-broken is ignored when coming after a 'bound-details 'left
http://code.google.com/p/lilypond/issues/detail?id=576

Comment #1 by v.villenave:
A workaround has been suggested by Trevor, who also reported the bug:



The workaround is to reverse the order of the two settings.

%%% BEGIN WORKAROUND %%%

\version "2.11.34"

\new Staff {
  \override TextSpanner #'bound-details #'left-broken #' text =
     \markup { \italic "FOO" }
  \override TextSpanner #'bound-details #'left #'text =
     \markup { \italic "coperta" }
  c'4 \startTextSpan c'4 c'4 c'4 \break
  c'4 c'4 c'4 c'4 \stopTextSpan
}

%%% END %%%


Mental note for anyone doing stuff with text spanners: put "broken" text spanner
settings lexically prior to regular text spanner settings.


Issue attribute updates:
        Labels: -Priority-Medium Priority-Low

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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