In response to the release of 2.1.35 and a request for any problems I'll
just repeat that my report about a strange tie (see "funny tie" and
"funny tie 2" both dated 26 March) still holds for v2.1.35. Here is the
offending code again:
\version "2.1.35"
funny = \notes \relative c {
\clef F
\time 4/4
fis4 ~ fis8 r8 r4 c,4
}
#(set-global-staff-size 16)
\score {
\notes \relative c {
\new Staff \with {
fontSize = #-2
\override StaffSymbol #'staff-space = #(magstep -2)}
{\funny}
}
\paper { indent = 0
linewidth = 4 \cm
}
}
Setting the 'magstep' to -2 seems to be what causes the strange tie. It
comes out nearly flat, but still arched just a bit, but in the wrong
direction.
-David
_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond