lilypond-user
[Top][All Lists]
Advanced

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

bug? fermata collides with tweaked top note of chord


From: Marc Mouries
Subject: bug? fermata collides with tweaked top note of chord
Date: Wed, 06 Oct 2010 18:25:24 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.9) Gecko/20100915 Lightning/1.0b2 Thunderbird/3.1.4


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

reply via email to

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