> I'm not top posting.

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
     }

Cordialement
Marc Lanoiselée



_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to