bug-lilypond
[Top][All Lists]
Advanced

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

Weird output


From: Mats Bengtsson
Subject: Weird output
Date: Tue, 04 Mar 2008 22:53:58 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20061113 Debian/1.7.8-1sarge8

Copying two measures from Oscar's recent email, I came up
with the following example which both shows an extremely
ugly slur (which can be much improved by setting #'positions
to almost any value) but above all puts the first notes to the
left of the time signature. Admittedly, the slur is very difficult
to typeset nicely whatever you do, but you shouldn't get
notes to the left of the time signature.

(By chance, the same example also illustrates another bug in
version 2.10 that has been fixed in 2.11.)

\version "2.11.41"
<<
\new Staff = up { s1*2 }
\new Staff = down \relative c,{\clef bass  \stemDown
 % Commenting out the next line gives a much nicer slur shape
 % almost no matter what values I specify for the positions.
 % \once \override Slur #'positions = #'(5 . 5)
 f4. ( a8 d f \change Staff = "up" \stemUp \times 2/3 {a[ d f} |
 a16] d,[ f a \times 4/5 {d16] f[ a d32. f64 ~ f16] ~} f4 ) r | \noBreak
 d4 a f d ||
 }
>>

\layout{ ragged-right = ##t }

  /Mats

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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