Hello,
I believe this is a bug:
I am sending a small code example.
After a break, the ties of tiecolumn are not repeated.(The override is
necessary in my score because of a second voice not included.And if
commented the ties work.)
THe version used is 2.12.3
the code:
\version "2.12.3"
#(set-global-staff-size 18)
\paper {
system-separator-markup = \slashSeparator
#(define after-title-space (* 0.5 cm))
#(define head-separation (* 0.5 cm))
}
\score {
{
#(set-accidental-style 'dodecaphonic)
%%%%%%%%%%%%%%%%%%%%%%% MESURE : 6 %%%%%%%%%%%%%%%%%%%%%%%
\clef "G_8"
\time 2/8
\override TieColumn #'tie-configuration = #'((-2 . 1) (-10 . -1))
<g, fis>4~
\break
%%%%%%%%%%%%%%%%%%%%%%% MESURE : 7 %%%%%%%%%%%%%%%%%%%%%%%
\time 1/8
<g, fis>8
}
}
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond