bug-lilypond
[Top][All Lists]
Advanced

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

Tuplet number placement (and collision)


From: Patrick McCarty
Subject: Tuplet number placement (and collision)
Date: Tue, 21 Oct 2008 22:13:15 -0700

Hello,

The attached image shows the result of the input code below.  I
couldn't find this bug reported anywhere.  Hopefully this isn't a
duplicate of any bug in the tracker.  :-)

%%% BEGIN %%%
\version "2.11.63"
<<
  \new Staff = "up" \relative c''' {
    s4 d2.
  }
  \new Staff = "down" \relative c, {
    \clef "bass"
    \times 2/3 {
      c8 d
      \change Staff = "up"
      ceses''''
    }
    s2.
  }
>>
%%% END %%%

Thanks,
Patrick

Attachment: tuplet-number.preview.png
Description: PNG image


reply via email to

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