bug-lilypond
[Top][All Lists]
Advanced

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

ficta bug


From: MARC LANOISELEE
Subject: ficta bug
Date: Mon, 21 Mar 2011 08:08:28 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> 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





reply via email to

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