+pl 16
+ - read property ydirection and tieYDirection for tie direction.
+ - bf: slur over rest.
+ - bf: include path
+ - part of jcn2
+ - configure --enable-guile
+
+pl 15.jcn1
+ - autoconf on mf,mfont mp,mpost
+
+pl 15.am
+ - Lots of patches from *Adrian* *Mariano*!
+
+**********
+
pl 15
pl 14.hwn1
- \lyrics iso \lyric (mudela 1.0.7)
{
Scalar dir (get_property ("slurydirection"));
Scalar dir2 (get_property ("ydirection"));
- if (!dir.length_i () && dir2.length_i ())
+ if (dir.length_i ())
{
- dir_ = (Direction) int(dir2);
+ dir_ = (Direction) sign (int(dir));
}
- else if (dir.length_i ())
- dir_ = (Direction) int (dir);
+ else if (dir2.length_i ())
+ dir_ = (Direction) sign (int (dir2));
for (int i = 0; i < end_slur_l_arr_.size(); i++)
{