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: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond