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

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond
  • ficta bug MARC LANOISELEE
    • Re: ficta bug Dmytro O. Redchuk

Reply via email to