Updates:
        Owner: ---
        Labels: -Priority-Low

Comment #7 on issue 22 by [email protected]: collision tuplet number and staff with increased spacing
http://code.google.com/p/lilypond/issues/detail?id=22

Attached is the output from 2.15.29 using

\version "2.15.29"

\new Staff \with { \override StaffSymbol #'staff-space = #2.3 }
 \relative {
 \times 2/3 { d16[ d16 d16] }
}

\new Staff \with { \override StaffSymbol #'staff-space = #1.7 }
 \relative {
 \times 2/3 { d16[ d16 d16] }
}

\new Staff \with { \override StaffSymbol #'staff-space = #1.5 }
 \relative {
 \times 2/3 { d16[ d16 d16] }
}

\new Staff \with { \override StaffSymbol #'staff-space = #1.3 }
 \relative {
 \times 2/3 { d16[ d16 d16] }
}

\new Staff \with { \override StaffSymbol #'staff-space = #0.9 }
 \relative {
 \times 2/3 { d16[ d16 d16] }
}

This looks pretty 'fixed' to me :) can someone verify?

The change between 2.14.1 and 2.15.29 is the second from bottom example attached

Attachments:
        2_15_29.png  15.9 KB
        2_14_1.png  18.0 KB


_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to