bug-lilypond
[Top][All Lists]
Advanced

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

Re: dotted note one step away from a normal


From: Erik Sandberg
Subject: Re: dotted note one step away from a normal
Date: Wed, 21 Sep 2005 10:12:02 +0200
User-agent: KMail/1.8.1

On Tuesday 20 September 2005 08.23, Mark Dewey wrote:
> Hello,
>
> I noticed that when I have the following situation, the dot on my dotted
> half-note is invisible (this is with LilyPond 2.4.6 for Cygwin).
>
> Soprano part: d'2.  % the dot is invisible, as c'2 from the alto part
> blocks it (maybe put c'2 on the other side)
> Alto part: c'2 (b4)

Please include a complete (but small) .ly file that demonstrates the problem. 
There is a similar bug in our archive, named c-stem-slur, you can test if 
it's the same bug:

\header {
texidoc = "A stem collides with an augmentation dot."
reportedin = "2.3.18"
}

\version "2.6.0"

\layout { raggedright = ##t }

\new Staff {
  \key e \major \time 3/4
  \relative c'' {
    << { dis8. e16 } \\
       { fis,4 } \\ { b4 } >>
  }
}

-- 
Erik Sandberg
Maintainer of the Lilypond bug CVS archive,
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lily-bugs/bugs/
http://lilypond.org/bugs/v2.6/




reply via email to

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