Which bugs are fixed?

2006-06-20 Thread Colin Wilding
I sometimes post details here of bugs that I have found, and on other occasions I come across a bug and see that it has already been reported. Is there any straightforward way that I can discover whether a reported bug has been fixed in the current version? That would help me to plan ahead,

incorrect position of dash-dot symbol

2006-06-20 Thread Werner LEMBERG
% % [EMAIL PROTECTED] \version 2.9.10 \header { texidoc = The dash-dot symbol is positioned too near to the note head. } \paper { ragged-right = ##t } \relative c'' { f-_ } % EOF ___ bug-lilypond mailing list bug-lilypond@gnu.org

wrong tie direction in a chord

2006-06-20 Thread Werner LEMBERG
% % [EMAIL PROTECTED] \version 2.9.10 \header { texidoc = In the example below, lilypond chooses the wrong tie direction which can almost lead to a misinterpretation because the tie looks like a slur. } \paper { ragged-right = ##t } \relative c' { f d' ~ e f c' } % EOF

whole note and harmonics

2006-06-20 Thread Werner LEMBERG
% % [EMAIL PROTECTED] \version 2.9.10 \header { texidoc = A harmonic note head must be centered if the base note is a whole note. } \paper { ragged-right = ##t } \relative c' { e a\harmonic1 } % EOF ___ bug-lilypond mailing list

ties and sharps

2006-06-20 Thread Werner LEMBERG
% % [EMAIL PROTECTED] \version 2.9.10 \header { texidoc = lilypond should flip the tie's direction to avoid a collision with the sharp. } \paper { ragged-right = ##t } \relative c'' { a ~ fis a } % EOF ___ bug-lilypond mailing list

Re: Which bugs are fixed?

2006-06-20 Thread Mats Bengtsson
This is usually handled by the bug responsible, who sends follow-up emails both when a bug has been included in the bug tracking database and when it has been fixed. However, the responsibility has just shifted so for the moment this doesn't happen. In fact, if you are interested in taking over

Re: minimum length of ties

2006-06-20 Thread Paul Scott
Werner LEMBERG wrote: % important % [EMAIL PROTECTED] \version 2.9.10 \header { texidoc = A tie must have a minimum length. The example below shows that lilypond fails to handle that sometimes. OTOH that short tie is so much better than the short funny-looking ones that we have

\midi broken in conjunction with non-plain voice contexts

2006-06-20 Thread Jürgen Reuter
Hi, as of current cvs head, the following snippet: \version 2.9.10 \score { \new CueVoice = test { c d e f } \midi { } } results in the following error message: warning: can't find or create new `CueVoice' If I comment out the \midi block, the snippet compiles fine. I