bug-lilypond
[Top][All Lists]
Advanced

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

Tiecolumn after a break


From: haddad
Subject: Tiecolumn after a break
Date: Sun, 7 Nov 2010 18:34:01 +0100 (CET)
User-agent: SquirrelMail/1.4.8-5.el5.centos.10

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
}
}



reply via email to

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