* Han-Wen Nienhuys
> Hi there,
>
> Please also apply the following patch for errorless compile.
..as well as this one (without which it will still compile, but
possibly produce very confused results):
diff -urN lily/clef-item.cc~ lily/clef-item.cc
--- lily/clef-item.cc~ Tue Apr 21 12:49:11 1998
+++ lily/clef-item.cc Tue Apr 21 12:58:08 1998
@@ -55,7 +55,7 @@
else if (t == "G" || t == "G2" || t == "treble")
{
symbol_ = "violin";
- y_position_i_ == -2;
+ y_position_i_ = -2;
}
else if (t == "french" || t == "G1")
{