bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 22 in lilypond: collision tuplet number and staff with increas


From: lilypond
Subject: Re: Issue 22 in lilypond: collision tuplet number and staff with increased spacing
Date: Sun, 05 Feb 2012 07:38:49 +0000

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

Comment #7 on issue 22 by address@hidden: 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




reply via email to

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