Using a tweak i was able to typeset the following chord from the Beethoven 5th symphony where the top note has a longer duration.


However using this music _expression_ in lilypond:
\version "2.12.3"
\include "english.ly"
% chord from 5th symphony
\score {   
  \new Staff {
   \clef treble \key c \minor \time 2/4
   \relative c' { <g d' b'  \tweak #'duration-log #1 g'^\fermata>4 s4} } }

give the following results:

where the fermata collides with tweaked top note of chord.
Should i also use a tweak to change the position of the fermata or is it a bug? (i'd think the later)

-Marc
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to