I sent a bug report earlier today called "funny tie".  I was playing
with it a bit just now and made a discovery.  The problem seems to occur
only when, as in the test file below, the line:

\override StaffSymbol #'staff-space = #(magstep -2)

The magstep is set specifically to -2.

-David

\version "2.1.34"

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



_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to