* Documentation/user/refman.itely: Re-enable \mark #'() example.
* lily/parser.yy: Revert to MARK scalar.
+2002-07-22 Jan Nieuwenhuizen <janneke@gnu.org>
+
+ * input/test/mark.ly:
+ * Documentation/user/refman.itely: Re-enable \mark #'() example.
+
+ * lily/parser.yy: Revert to MARK scalar.
+
2002-07-21 Han-Wen <hanwen@cs.uu.nl>
* lily/accidental-placement.cc (stagger_apes): try to arrange accs
c1 \mark \default
c1 \mark "12"
c1 \mark \default
-%% FIXME
-%% c1 \mark #'(music "scripts-segno")
+ c1 \mark #'(music "scripts-segno")
c1
}
@end lilypond
s1 | \mark "12"
s1 | \mark \default
s1 | \mark "A2"
-%% FIXME s1 | \mark #'(music "scripts-segno")
+ s1 | \mark #'(music "scripts-segno")
s1
}
Mark_req * m = new Mark_req;
$$ = m;
}
- | MARK STRING {
+ | MARK scalar {
Mark_req *m = new Mark_req;
m->set_mus_property ("label", $2);
$$ = m;
}
- | MARK bare_unsigned {
- String s(to_str ($2));
-
- Mark_req *m = new Mark_req;
- m->set_mus_property ("label", gh_int2scm ($2));
- $$ = m;
- }
| PENALTY SCM_T {
Break_req * b = new Break_req;
SCM s = $2;
# it is not, for --srcdir builds
$(outdir)/%.texi: %.tely
rm -f $@
- set|egrep '(TEX|LILY)'
-
+ set|egrep '(TEX|LILY)' # ugh, what's this?
$(PYTHON) $(LILYPOND_BOOK) $(LILYPOND_BOOK_INCLUDES) --dependencies --outdir=$(outdir) --format=texi --verbose $(LILYPOND_BOOK_FLAGS) $<
chmod -w $@
$(outdir)/%.texi: $(outdir)/%.tely
rm -f $@
+ set|egrep '(TEX|LILY)' # ugh, what's this?
$(PYTHON) $(LILYPOND_BOOK) $(LILYPOND_BOOK_INCLUDES) --dependencies --outdir=$(outdir) --format=texi $(LILYPOND_BOOK_FLAGS) $<
rm -f $<
chmod -w $@