lilypond-user
[Top][All Lists]
Advanced

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

textSpanner bound-details on two lines


From: Eluze
Subject: textSpanner bound-details on two lines
Date: Wed, 5 Nov 2008 04:31:53 -0800 (PST)

a few question about text spanner bound-details:

1. is it possible to keep the right-broken text inside the system
2. if there is only one note left, the spanner line stops on the first line,
and the right-(broken-) text is printed - probably a bug
3. can the continuation after the break be aligned with the first note?
4. the end (right) mark seems to be centered on the last note - can i push
it to the right?

tia
-Eluze

http://www.nabble.com/file/p20340841/textSpanner%252Bbreak.png 

\version "2.11.63"
{ 
  \override TextSpanner #'bound-details #'right #'text = #(markup
#:draw-line '(0 . -.5))
  \override TextSpanner #'bound-details #'right-broken  #'text = "cont."
  \override TextSpanner #'bound-details #'left #'text = "left" 
 
  a' 1 \startTextSpan 
  \break
  a' 1 \stopTextSpan
  \bar "||"
  b' 1 \startTextSpan 
  \break
  b' 2 b' 2 \stopTextSpan
  }


-- 
View this message in context: 
http://www.nabble.com/textSpanner-bound-details-on-two-lines-tp20340841p20340841.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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