Hello

I don't know if this is a bug. The right text doesn't appear after a line
break
I couldn't seem to find it in the buglist..(?)


Best
Karim Haddad

here is the example (version 2.12.3)


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.12.3"

"one" = {

\relative c {

\textSpannerDown

\override TextSpanner #'arrow-length = #0.5
\override TextSpanner #'arrow-width = #0.25
\override TextSpanner #'bound-details #'right-broken #'text = \markup {" " }
\override TextSpanner #'bound-details #'left-broken #'text = \markup {" " }
\override TextSpanner #'bound-details #'left #'stencil-align-dir-y = #CENTER
\override TextSpanner #'bound-details #'right #'stencil-align-dir-y = #CENTER
\override TextSpanner #'dash-fraction = #1.0
\override TextSpanner #'bound-details #'right #'arrow = ##t
%\override TextSpanner #'bound-details #'right-broken #'arrow = ##f

%%%% MESURE : 4 %%%%
\time 4/8

c'4.
\override TextSpanner #'bound-details #'right #'text = \markup {
\center-align {\italic \tiny "    ord. "}}
\override TextSpanner #'bound-details #'left #'text = \markup {
\center-align {\italic \tiny " S.P "}}
c8~\startTextSpan
\break
%%%% MESURE : 5 %%%%
c8\stopTextSpan
c4.
}
}

\score {
 {

\new Staff  {  \one }
}
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to