bug-lilypond
[Top][All Lists]
Advanced

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

v2.1.35 funny tie


From: David Bobroff
Subject: v2.1.35 funny tie
Date: 28 Mar 2004 17:13:08 +0000

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





reply via email to

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