lilypond-devel
[Top][All Lists]
Advanced

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

Re: fact check for manual: devel bugs


From: Han-Wen Nienhuys
Subject: Re: fact check for manual: devel bugs
Date: Sun, 12 Sep 2004 15:20:12 +0200

address@hidden writes:
> So: In my eyes, the following is a good bug report:
> 
> It seems that the slur engine doesn't look at accidentals. In the following 
> example, the slur touches the accidental.
> 
> Using Mac OSX 10.3.4, fink package lilypond-unstable
> 
> \version "2.3.11"
> \relative c''{
>   a1 a a a a
>   a2. g16( b d fis)
> }


IWBN to add an example bugreport, with a should be deliberately
blotched output to fake a bug, i.e.

@verbatim

It seems that placement of accidentals is broken. In the
following example, the accidental touches the note head.
 
Using Mac OSX 10.3.4, fink package lilypond-unstable


 \version "2.3.11"
 \relative c''{
   a1 a a a a
   a2. g16( b d fis)
 }
@end verbatim

@lilypond
 \version "2.3.11"
 \relative c''{
   a1 a a a a
   a2. g16( b d
   \override Accidental #'extra-offset = #'(1.0 . 0) 
  fis)
 }
@end lilypond

> 
> 
> _______________________________________________
> lilypond-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-devel

-- 

 Han-Wen Nienhuys   |   address@hidden   |   http://www.xs4all.nl/~hanwen 





reply via email to

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