README_FILES = DEDICATION COPYING NEWS CHANGES ROADMAP
README_TXT_FILES = AUTHORS.txt README.txt INSTALL.txt FAQ.txt
IN_FILES := $(wildcard *.in)
-EXTRA_DIST_FILES = lilypond-font-lock.el lilypond-mode.el lilypond-init.el vimrc VERSION $(README_FILES) $(SCRIPTS) $(IN_FILES) emacsclient.patch mktexnam.patch
+EXTRA_DIST_FILES = lilypond-font-lock.el lilypond-mode.el lilypond-init.el vimrc VERSION $(README_FILES) $(SCRIPTS) $(IN_FILES) emacsclient.patch mktexnam.patch lexer-gcc-3.0.patch
NON_ESSENTIAL_DIST_FILES = $(README_TXT_FILES)
INSTALLATION_DIR=$(datadir)
INSTALLATION_FILES=$(configuration) VERSION
\score{
\notes\relative c'{
+ \property Voice.Beam \override #'auto-knee-gap = ##f
[c16 \stemDown c'' \stemBoth c,, d]
\stemDown [d'' a \stemBoth c,, g,]
\stemUp [g c' \stemBoth a'' d']
--- /dev/null
+--- ./lily/out-gcc-3.0/lexer.cc~ Tue Jun 26 13:12:26 2001
++++ ./lily/out-gcc-3.0/lexer.cc Tue Jun 26 13:11:56 2001
+@@ -21,7 +21,7 @@
+ #ifdef __cplusplus
+
+ #include <stdlib.h>
+-class istream;
++#include <iostream.h>
+ #include <unistd.h>
+
+ /* Use prototypes in function declarations. */
continue;
Real stem_y = calc_stem_y_f (me, s, y, dy);
-
- stem_y += Stem::get_direction (s)
- * gh_scm2double (me->get_grob_property ("thickness")) / 2;
+ //stem_y += Stem::get_direction (s)
+ if (Stem::get_direction (s) == Directional_element_interface::get (me))
+ stem_y += Stem::get_direction (s)
+ * gh_scm2double (me->get_grob_property ("thickness")) / 2;
/* caution: stem measures in staff-positions */
Real id = me->relative_coordinate (common, Y_AXIS)
easyPlay = ##t
}
-% retain for compatibility reasons.
+% retain for compatibility reasons (FIXME: convert-ly)
GraceContext = \translator {
\type "Engraver_group_engraver"
}
VoiceContext = \translator {
\type "Performer_group_performer"
\name Voice
-% All notes fall to Grace if you leave Thread out (huh?)
\consists "Dynamic_performer"
\consists "Span_dynamic_performer"
\consists "Piano_pedal_performer"
- \consists "Note_performer"
- \consists "Tie_performer"
+ \accepts "Thread"
}
\translator { \VoiceContext }
ThreadContext = \translator {
\type "Performer_group_performer"
\name Thread
+ \consists "Note_performer"
+ \consists "Tie_performer"
}
\translator { \ThreadContext }
+% retain for compatibility reasons (FIXME: convert-ly)
\translator {
\type "Performer_group_performer"
\name Grace