Hi everyone,
Lilypond has really stabilized in the last few development versions,
and 1.2.0 is quite usable, especially wrt spacing. Congratulations!
But I've still found two bugs -- I've prepared small mudela fragments
for quick testing:
--- 1, sometimes broken slurs start too early in the next line:
\score {
\context Staff {
\clef "bass";
\notes \relative c' {
\time 4/4; \key g;
a4 g8 fis a d c d ~ \break | d e d b a b a fis \break
}
}
}
--- 2, margin notes don't work correctly for the pianostaff (in the
following example, i expect the "piano" string to be centered
vertically between the two staves):
\score {
\notes \context PianoStaff <
\property PianoStaff.instrument = "Piano"
\context Staff = treble {
a b c
}
\context Staff = bass {
\clef bass;
a, b, c,
}
>
\paper {
\translator { \StaffContext \consists "Staff_margin_engraver"; }
\translator { \PianoStaffContext \consists "Staff_margin_engraver"; }
}
}
That's it for today,
--
michael krause [aka raw style / lego] - www.tu-harburg.de/~semk2104/