bug-lilypond
[Top][All Lists]
Advanced

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

Re: ficta bug


From: Dmytro O. Redchuk
Subject: Re: ficta bug
Date: Mon, 21 Mar 2011 11:30:11 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

On Mon 21 Mar 2011, 08:08 MARC LANOISELEE wrote:
> > I'm not top posting.
(your code can not be compiled -- you've missed one closing bracket)


> Using ficta I have a bug
> \version "2.13.54"
> 
> \score {             %With "surcharge" of ligatures : Bad
>     \new Staff {
>   \time 2/2
>   \set suggestAccidentals = ##t
> g'4 fis'8 [  g'8 ]  a'8 [  g'8 a'16 g'16  fis'!16 e'16 ]   |
>  d'1
>      }
> \score {         %Without "surcharge" of ligatures : Good
>         \new Staff {
>   \time 2/2
>   \set suggestAccidentals = ##t
> g'4 fis'8   g'8   a'8   g'8 a'16 g'16  fis'!16 e'16    |
>  d'1
>      }
> 
> }
> \score {         %With "surcharge" of ligatures no problem with time 4/4 : 
> Good
>         \new Staff {
>   \time 4/4
>   \set suggestAccidentals = ##t
> g'4 fis'8 [  g'8 ]  a'8 [  g'8 ] a'16 [ g'16  fis'!16 e'16 ]   |
>  d'1
>      }
I've submitted this as 1571:
http://code.google.com/p/lilypond/issues/detail?id=1571

In that example (i've shortened it) time does not matter.

Thank you!

-- 
  Dmytro O. Redchuk
  Bug Squad



reply via email to

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