]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
21 years agorelease commit release/1.7.12
Han-Wen Nienhuys [Sun, 12 Jan 2003 23:12:28 +0000 (23:12 +0000)]
release commit

21 years agonew file
Han-Wen Nienhuys [Sun, 12 Jan 2003 22:35:54 +0000 (22:35 +0000)]
new file

21 years ago(finish_primitive): compile fixes.
Han-Wen Nienhuys [Sun, 12 Jan 2003 22:22:36 +0000 (22:22 +0000)]
(finish_primitive): compile fixes.

21 years ago2002->2003
Han-Wen Nienhuys [Sun, 12 Jan 2003 22:02:55 +0000 (22:02 +0000)]
2002->2003

21 years ago*** empty log message ***
Han-Wen Nienhuys [Sun, 12 Jan 2003 22:01:34 +0000 (22:01 +0000)]
*** empty log message ***

21 years ago(Manual repeat commands): add
Han-Wen Nienhuys [Sun, 12 Jan 2003 20:59:55 +0000 (20:59 +0000)]
(Manual repeat commands): add
note about font selection.

21 years agomidi stopping fix.
Heikki Junes [Sat, 11 Jan 2003 23:13:30 +0000 (23:13 +0000)]
midi stopping fix.

21 years agocolour groups for horizontal, vertical and expressional grouping.
Heikki Junes [Fri, 10 Jan 2003 23:19:49 +0000 (23:19 +0000)]
colour groups for horizontal, vertical and expressional grouping.

21 years agotranslate melisma
Heikki Junes [Thu, 9 Jan 2003 16:30:24 +0000 (16:30 +0000)]
translate melisma

21 years ago(Top): add melisma.
Han-Wen Nienhuys [Wed, 8 Jan 2003 23:13:03 +0000 (23:13 +0000)]
(Top): add melisma.

21 years agoJR patches.
Han-Wen Nienhuys [Wed, 8 Jan 2003 22:50:15 +0000 (22:50 +0000)]
JR patches.

21 years ago* input/test/chord-names-dpnj.ly: New file.
Jan Nieuwenhuizen [Tue, 7 Jan 2003 20:44:12 +0000 (20:44 +0000)]
* input/test/chord-names-dpnj.ly: New file.

* scm/double-plus-new-chord-name.scm: Implement full and partial
exceptions.

* lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.

* scm/double-plus-new-chord-name.scm
(double-plus-new-chord->markup): Fix sub->markup.

21 years agoJuergens patch.
Han-Wen Nienhuys [Tue, 7 Jan 2003 20:07:26 +0000 (20:07 +0000)]
Juergens patch.

21 years agorelease commit release/1.7.11
Han-Wen Nienhuys [Tue, 7 Jan 2003 01:10:20 +0000 (01:10 +0000)]
release commit

21 years agoadd ly:pitch-transpose rule
Han-Wen Nienhuys [Tue, 7 Jan 2003 01:08:50 +0000 (01:08 +0000)]
add ly:pitch-transpose rule

21 years ago(double-plus-new-chord->markup): Fix sub->markup.
Jan Nieuwenhuizen [Mon, 6 Jan 2003 23:51:06 +0000 (23:51 +0000)]
(double-plus-new-chord->markup): Fix sub->markup.

21 years ago*** empty log message ***
Han-Wen Nienhuys [Mon, 6 Jan 2003 23:47:36 +0000 (23:47 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Han-Wen Nienhuys [Mon, 6 Jan 2003 23:39:37 +0000 (23:39 +0000)]
*** empty log message ***

21 years ago* input/test/dpncnt.ly: New file.
Jan Nieuwenhuizen [Mon, 6 Jan 2003 22:34:00 +0000 (22:34 +0000)]
* input/test/dpncnt.ly: New file.

* lily/my-lily-lexer.cc: Add chordnames keyword.

* lily/parser.yy (chordnames_block): Parse chord name exception
lists, see input/test/dpncnt.ly.

* scm/chord-name.scm (set-double-plus-new-chord-name-style): New
function.

* scm/lily.scm (filter-out-list): Bugfix: filter rest using
filter-out too.

* lily/pitch.cc (ly_pitch_transpose): Scheme name now
ly:pitch-transpose (was ly:transpose-pitch), in conformance with
pitch functions (except for ly:make-pitch, but that's apparently
some sort of scheme naming standard?).

* scm/lily.scm (!=): define-public.

* scm/new-markup.scm (make-markup-maker): define-public make-markups.

21 years ago*** empty log message ***
Han-Wen Nienhuys [Mon, 6 Jan 2003 00:36:27 +0000 (00:36 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Han-Wen Nienhuys [Mon, 6 Jan 2003 00:15:54 +0000 (00:15 +0000)]
*** empty log message ***

21 years ago(make_preview): don't suppress progress for
Han-Wen Nienhuys [Sun, 5 Jan 2003 11:29:35 +0000 (11:29 +0000)]
(make_preview): don't suppress progress for
bbox extraction.

21 years agonew file
Han-Wen Nienhuys [Sat, 4 Jan 2003 20:12:12 +0000 (20:12 +0000)]
new file

21 years agonew file
Han-Wen Nienhuys [Sat, 4 Jan 2003 18:11:50 +0000 (18:11 +0000)]
new file

21 years ago* Documentation/user/appendices.itely (scheme): update for new syntax.
Han-Wen Nienhuys [Sat, 4 Jan 2003 17:51:06 +0000 (17:51 +0000)]
* Documentation/user/appendices.itely (scheme): update for new syntax.

* input/regression/chord-name-styles.ly: new file

* lily/instrument-name-engraver.cc: create instrument names
without barline too.  Allows instrument name on ChordNames

* scm/new-markup.scm (interpret-markup): allow simple strings as
markup too.

21 years ago* scm/chord-name.scm: Super/raise changes and fixes for Banter.
Jan Nieuwenhuizen [Sat, 4 Jan 2003 15:26:04 +0000 (15:26 +0000)]
* scm/chord-name.scm: Super/raise changes and fixes for Banter.
(step->markup-accidental): Fix: add accidental.
(chord::inner-name-american):
(chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
append stray '/' if last superscript addition was 'o'.

21 years agocomments
Han-Wen Nienhuys [Sat, 4 Jan 2003 13:28:13 +0000 (13:28 +0000)]
comments

21 years ago * lily/new-fingering-engraver.cc (position_scripts): use
Han-Wen Nienhuys [Sat, 4 Jan 2003 13:17:05 +0000 (13:17 +0000)]
* lily/new-fingering-engraver.cc (position_scripts): use
fingerHorizontalDirection to determine fingering horizontal
directions.

* lily/accidental-engraver.cc (acknowledge_grob): add accidental to
fingering support.

21 years ago* scm/chord-name.scm: Super/raise changes and fixes for Banter.
Jan Nieuwenhuizen [Sat, 4 Jan 2003 12:03:46 +0000 (12:03 +0000)]
* scm/chord-name.scm: Super/raise changes and fixes for Banter.

* scm/new-markup.scm (normal-size-sub-markup)
(normal-size-super-markup): New function.

21 years ago* lily/source-file.cc (Source_file): Add warning for possibly
Jan Nieuwenhuizen [Sat, 4 Jan 2003 10:12:57 +0000 (10:12 +0000)]
* lily/source-file.cc (Source_file): Add warning for possibly
intentional but suspicious initialization.

* scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
add comments about cut-and-paste programming.

* flower/rational.cc (lcm): Not used; comment out.

21 years agoconvertly.
Han-Wen Nienhuys [Sat, 4 Jan 2003 02:26:10 +0000 (02:26 +0000)]
convertly.

21 years ago * scm/chord-name.scm (set-chord-name-style): new function.
Han-Wen Nienhuys [Sat, 4 Jan 2003 02:22:14 +0000 (02:22 +0000)]
* scm/chord-name.scm (set-chord-name-style): new function.
(new-chord-name-brew-molecule): revise to interpret markup only
(new-chord->markup): cleanuppish rewrite. To be called from the
new engraver.

* lily/new-chord-name-engraver.cc: new engraver: call Chord ->
Markup earlier, during interpreting.

* input/test/{banter,jazz,american}-chords.ly (scheme): update
style settings. Rename to chord-names-*.ly

21 years ago(FatalConversionError.conv): add style
Han-Wen Nienhuys [Sat, 4 Jan 2003 02:21:41 +0000 (02:21 +0000)]
(FatalConversionError.conv): add style
covnersion rule.

* scm/chord-name.scm (set-chord-name-style): new function.
(new-chord-name-brew-molecule): revise to interpret markup only
(new-chord->markup): cleanuppish rewrite. To be called from the
new engraver.

* lily/new-chord-name-engraver.cc: new engraver: call Chord ->
Markup earlier, during interpreting.

* input/test/{banter,jazz,american}-chords.ly (scheme): update
style settings. Rename to chord-names-*.ly

21 years agotest
Jan Nieuwenhuizen [Mon, 30 Dec 2002 12:39:38 +0000 (12:39 +0000)]
test

21 years ago2002-12-30 Juergen Reuter <reuter@ipd.uka.de>
Han-Wen Nienhuys [Mon, 30 Dec 2002 10:34:52 +0000 (10:34 +0000)]
2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>

        * Documentation/user/refman.itely: added docu for ambitus and
        clusters

        * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
        ly_quote_scm() in lookup.cc

        * mf/parmesan-clefs.mf: set_char_box fix

        * lily/cluster-engraver.cc: junk implicit protection; use
        Protected_scm instead

21 years ago* scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
Jan Nieuwenhuizen [Sun, 29 Dec 2002 21:54:10 +0000 (21:54 +0000)]
* scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
throughout.

* scm/new-markup.scm: Turn-off error-triggering test code.

21 years ago(markup-thrower-typecheck)
Han-Wen Nienhuys [Sun, 29 Dec 2002 16:38:33 +0000 (16:38 +0000)]
(markup-thrower-typecheck)
(markup-typecheck?):  add full typechecking functions.
(make-markup-maker): add make-FOO-markup functions.
(markup-argument-list-error): nice error checking messages.
(make-markup): better function: less quoting escapades.

21 years ago(markup-thrower-typecheck)
Han-Wen Nienhuys [Sun, 29 Dec 2002 16:14:50 +0000 (16:14 +0000)]
(markup-thrower-typecheck)
(markup-typecheck?):  add full typechecking functions.
(make-markup-maker): add make-FOO-markup functions.
(markup-argument-list-error): nice error checking messages.

21 years ago(markup-thrower-typecheck)
Han-Wen Nienhuys [Sun, 29 Dec 2002 15:54:15 +0000 (15:54 +0000)]
(markup-thrower-typecheck)
(markup-typecheck?):  add full typechecking functions.
(make-markup-maker): add make-FOO-markup functions.

21 years agoRemove fixme's. Jazz chords still broken.
Jan Nieuwenhuizen [Sun, 29 Dec 2002 13:33:37 +0000 (13:33 +0000)]
Remove fixme's.  Jazz chords still broken.

21 years ago* .cvsignore: Remove stepmake (huh!?!), add lib.
Jan Nieuwenhuizen [Sat, 28 Dec 2002 11:57:33 +0000 (11:57 +0000)]
* .cvsignore: Remove stepmake (huh!?!), add lib.

* GNUmakefile.in: Add libdir links for builddir runs.

* scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
instead of datadir.

* make/substitute.make (ATVARIABLES): Add lilypond_libdir,
local_lilypond_libdir.

* config.make.in (lilypond_libdir): Add.

* stepmake/stepmake/substitute-rules.make:
* stepmake/stepmake/script-rules.make:
* stepmake/stepmake/python-module-rules.make:
* stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
lilypond-python-module patch.

21 years ago(Graphical interfaces): add note
Han-Wen Nienhuys [Fri, 27 Dec 2002 21:49:05 +0000 (21:49 +0000)]
(Graphical interfaces): add note
about xml2ly.

21 years ago(run_dvips): remove trailing newline
Han-Wen Nienhuys [Wed, 25 Dec 2002 10:08:00 +0000 (10:08 +0000)]
(run_dvips): remove trailing newline

21 years agorelease commit release/1.7.10
Han-Wen Nienhuys [Tue, 24 Dec 2002 21:57:36 +0000 (21:57 +0000)]
release commit

21 years ago* scripts/musedata2ly.py (): idem
Han-Wen Nienhuys [Tue, 24 Dec 2002 21:54:43 +0000 (21:54 +0000)]
* scripts/musedata2ly.py (): idem

* scripts/midi2ly.py (dump_chord): idem

* scripts/etf2ly.py (version): idem

* scripts/pmx2ly.py (Slur.calculate): new chord syntax

* scripts/mup2ly.py (pre_processor_commands): new chord syntax

21 years ago*** empty log message ***
Han-Wen Nienhuys [Tue, 24 Dec 2002 21:24:40 +0000 (21:24 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Han-Wen Nienhuys [Tue, 24 Dec 2002 21:18:53 +0000 (21:18 +0000)]
*** empty log message ***

21 years ago* scm/chord-name.scm: don't export anything from chord module.
Han-Wen Nienhuys [Tue, 24 Dec 2002 20:24:13 +0000 (20:24 +0000)]
* scm/chord-name.scm: don't export anything from chord module.

* input/test/american-chords.ly: idem

* input/test/banter-chords.ly (texidoc): idem

* input/test/Cc-chords.ly: add breakage notes.

* Documentation/user/refman.itely (Text markup): rewrite manual section.

* scm/chord-name.scm: complete new markup usage

* scm/grob-description.scm (all-grob-descriptions): use new markup
texts by default

21 years ago*** empty log message ***
Han-Wen Nienhuys [Tue, 24 Dec 2002 19:35:00 +0000 (19:35 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Han-Wen Nienhuys [Tue, 24 Dec 2002 19:25:59 +0000 (19:25 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Han-Wen Nienhuys [Tue, 24 Dec 2002 19:20:48 +0000 (19:20 +0000)]
*** empty log message ***

21 years ago(Text markup): rewrite manual section.
Han-Wen Nienhuys [Tue, 24 Dec 2002 19:18:36 +0000 (19:18 +0000)]
(Text markup): rewrite manual section.

21 years ago(Text markup): rewrite manual section.
Han-Wen Nienhuys [Tue, 24 Dec 2002 19:02:32 +0000 (19:02 +0000)]
(Text markup): rewrite manual section.

21 years ago* Documentation/user/refman.itely (Text markup): rewrite manual section.
Han-Wen Nienhuys [Tue, 24 Dec 2002 18:59:04 +0000 (18:59 +0000)]
* Documentation/user/refman.itely (Text markup): rewrite manual section.

* lily/parser.yy (scalar): allow \markup { } as property value.

* scm/chord-name.scm: complete new markup usage

* scm/grob-description.scm (all-grob-descriptions): use new markup
texts by default

21 years ago* scm/chord-name.scm: complete new markup usage
Han-Wen Nienhuys [Tue, 24 Dec 2002 17:41:51 +0000 (17:41 +0000)]
* scm/chord-name.scm: complete new markup usage

* scm/grob-description.scm (all-grob-descriptions): use new markup
texts by default

21 years agopartial move to new markup texts.
Han-Wen Nienhuys [Thu, 19 Dec 2002 23:55:25 +0000 (23:55 +0000)]
partial move to new markup texts.

21 years ago* scm/grob-description.scm (all-grob-descriptions): small bass figures.
Han-Wen Nienhuys [Wed, 18 Dec 2002 22:03:02 +0000 (22:03 +0000)]
* scm/grob-description.scm (all-grob-descriptions): small bass figures.

* scm/bass-figure.scm (brew-bass-figure): make stack direction
settable.

21 years agopropose 2midi if midi is invoked for old midi, wait for killing.
Heikki Junes [Tue, 17 Dec 2002 23:10:05 +0000 (23:10 +0000)]
propose 2midi if midi is invoked for old midi, wait for killing.

21 years agoFinnishing.
Heikki Junes [Sun, 15 Dec 2002 23:06:54 +0000 (23:06 +0000)]
Finnishing.

21 years agosome kerning pairs.
Han-Wen Nienhuys [Sun, 15 Dec 2002 18:34:47 +0000 (18:34 +0000)]
some kerning pairs.

21 years agotranslate into Finnish
Heikki Junes [Sat, 14 Dec 2002 15:33:17 +0000 (15:33 +0000)]
translate into Finnish

21 years agoset-bar-number-visibility
Rune Zedeler [Sat, 14 Dec 2002 00:33:10 +0000 (00:33 +0000)]
set-bar-number-visibility

21 years agoadd modulo-bar-number-visible
Heikki Junes [Fri, 13 Dec 2002 23:12:13 +0000 (23:12 +0000)]
add modulo-bar-number-visible

21 years agoadd 5
Heikki Junes [Fri, 13 Dec 2002 10:17:35 +0000 (10:17 +0000)]
add 5

21 years agoadd 1
Heikki Junes [Fri, 13 Dec 2002 00:20:59 +0000 (00:20 +0000)]
add 1

21 years agofix.
Heikki Junes [Thu, 12 Dec 2002 15:08:33 +0000 (15:08 +0000)]
fix.

21 years agofontify lyrics
Heikki Junes [Thu, 12 Dec 2002 01:28:34 +0000 (01:28 +0000)]
fontify lyrics

21 years agoadd shortcut for 2midi
Heikki Junes [Thu, 12 Dec 2002 00:13:53 +0000 (00:13 +0000)]
add shortcut for 2midi

21 years ago*** empty log message ***
Han-Wen Nienhuys [Tue, 10 Dec 2002 23:43:21 +0000 (23:43 +0000)]
*** empty log message ***

21 years agodrum fixes
Rune Zedeler [Tue, 10 Dec 2002 21:21:04 +0000 (21:21 +0000)]
drum fixes

21 years agoBugfix. set cautionary-style instead of style
Rune Zedeler [Tue, 10 Dec 2002 15:31:15 +0000 (15:31 +0000)]
Bugfix. set cautionary-style instead of style

21 years agoinstall-info quietly
Heikki Junes [Tue, 10 Dec 2002 13:55:49 +0000 (13:55 +0000)]
install-info quietly

21 years agotidy, add TODO
Heikki Junes [Tue, 10 Dec 2002 00:29:03 +0000 (00:29 +0000)]
tidy, add TODO

21 years agoone compiling job at a time.
Heikki Junes [Mon, 9 Dec 2002 15:25:41 +0000 (15:25 +0000)]
one compiling job at a time.

21 years agoadd markup, teeny, etc.
Heikki Junes [Mon, 9 Dec 2002 08:57:29 +0000 (08:57 +0000)]
add markup, teeny, etc.

21 years ago*** empty log message ***
Han-Wen Nienhuys [Mon, 9 Dec 2002 00:20:20 +0000 (00:20 +0000)]
*** empty log message ***

21 years agouse new syntax.
Han-Wen Nienhuys [Sun, 8 Dec 2002 23:01:01 +0000 (23:01 +0000)]
use new syntax.

21 years agoC-c C-k kill all jobs.
Heikki Junes [Sun, 8 Dec 2002 21:51:51 +0000 (21:51 +0000)]
C-c C-k kill all jobs.

21 years agoRestructure invoking midi commands.
Heikki Junes [Sat, 7 Dec 2002 21:57:31 +0000 (21:57 +0000)]
Restructure invoking midi commands.

21 years ago* lily/text-engraver.cc (process_acknowledged_grobs): use new
Han-Wen Nienhuys [Sat, 7 Dec 2002 14:14:24 +0000 (14:14 +0000)]
* lily/text-engraver.cc (process_acknowledged_grobs): use new
markup  for new markup texts.

* lily/mark-engraver.cc (process_music): idem

* lily/instrument-name-engraver.cc (create_text): idem

* scm/new-markup.scm (magnify-markup): new function.

* scm/molecule.scm (stack-lines): bugfix.

* lily/font-interface.cc (get_font): take font-magnification from
alist chain.

21 years ago2002-12-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
Han-Wen Nienhuys [Sat, 7 Dec 2002 12:40:50 +0000 (12:40 +0000)]
2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>

* lily/molecule-scheme.cc: move scheme functions to separate file.

* lily/font-metric.cc  (ly_get_glyph): new function.

* scm/new-markup.scm (column-markup): use baseline-skip for columns.
(italic-markup, dynamic-markup): new functions
(font-markup): new function

* lily/molecule.cc (ly_molecule_combined_at_edge): optional
padding and minimum

21 years agoBugfix: Also print forced accidentals when autoAccidentals = \turnOff
Rune Zedeler [Sat, 7 Dec 2002 03:32:39 +0000 (03:32 +0000)]
Bugfix: Also print forced accidentals when autoAccidentals = \turnOff

21 years agoAccept only [a-zA-Z] for user defined identifiers.
Heikki Junes [Fri, 6 Dec 2002 23:38:06 +0000 (23:38 +0000)]
Accept only [a-zA-Z] for user defined identifiers.

21 years agoAdd words. Put \longa as duration.
Heikki Junes [Fri, 6 Dec 2002 19:18:49 +0000 (19:18 +0000)]
Add words. Put \longa as duration.

21 years ago*** empty log message ***
Mats Bengtsson [Fri, 6 Dec 2002 17:18:30 +0000 (17:18 +0000)]
*** empty log message ***

21 years ago * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
Mats Bengtsson [Fri, 6 Dec 2002 17:18:14 +0000 (17:18 +0000)]
* stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)

21 years agorevert before a command if needed.
Heikki Junes [Thu, 5 Dec 2002 21:20:02 +0000 (21:20 +0000)]
revert before a command if needed.

21 years ago* python/GNUmakefile (INSTALLATION_DIR1): install Python module
Han-Wen Nienhuys [Wed, 4 Dec 2002 23:58:06 +0000 (23:58 +0000)]
* python/GNUmakefile (INSTALLATION_DIR1): install Python module
into libdir

* autogen.sh (srcdir): copy aclocal.m4 if newer.

* stepmake/aclocal.m4: STEPMAKE_LIBDIR.

21 years agotake \words from Info.
Heikki Junes [Wed, 4 Dec 2002 23:11:19 +0000 (23:11 +0000)]
take \words from Info.

21 years agoAdd instruction for generating pfa fonts.
Jan Nieuwenhuizen [Wed, 4 Dec 2002 19:03:56 +0000 (19:03 +0000)]
Add instruction for generating pfa fonts.

21 years agouse %make and %makeinstall
Heikki Junes [Tue, 3 Dec 2002 21:46:49 +0000 (21:46 +0000)]
use %make and %makeinstall

21 years agoset menu-items to lilypond-info and lilypond-documentation.
Heikki Junes [Tue, 3 Dec 2002 09:46:35 +0000 (09:46 +0000)]
set menu-items to lilypond-info and lilypond-documentation.

21 years agoCompile fix (bison 1.75).
Jan Nieuwenhuizen [Mon, 2 Dec 2002 09:02:51 +0000 (09:02 +0000)]
Compile fix (bison 1.75).

21 years agorelease commit release/1.7.9
Han-Wen Nienhuys [Sun, 1 Dec 2002 19:45:20 +0000 (19:45 +0000)]
release commit

21 years ago* scm/music-functions.scm (shift-one-duration-log): refactor.
Han-Wen Nienhuys [Sun, 1 Dec 2002 18:26:40 +0000 (18:26 +0000)]
* scm/music-functions.scm (shift-one-duration-log): refactor.
Use music-map.

* input/regression/chord-tremolo.ly (texidoc): add dot test.

* scm/music-functions.scm (display-music): new function
(music-map): change arg order.

21 years agoupdate.
Han-Wen Nienhuys [Sun, 1 Dec 2002 18:20:47 +0000 (18:20 +0000)]
update.

21 years ago* input/regression/new-markup-syntax.scm: new file
Han-Wen Nienhuys [Sun, 1 Dec 2002 16:01:26 +0000 (16:01 +0000)]
* input/regression/new-markup-syntax.scm: new file

* lily/lexer.ll: preliminary \markup syntax.

21 years ago* lily/font-interface.cc (get-font): take alist chain i.s.o. alist
Han-Wen Nienhuys [Sun, 1 Dec 2002 15:49:59 +0000 (15:49 +0000)]
* lily/font-interface.cc (get-font): take alist chain i.s.o. alist
argument

* scm/music-functions.scm (display-music): new function
(music-map): change arg order.

* input/regression/new-markup-syntax.scm: new file

* lily/parser.yy (markup): add \markup { .. } syntax.

* scm/new-markup.scm (override-markup): new function
(lookup-markup): new function
(music-markup): new function
(lookup-markup-command): use markup-signature to store argument
format for parser.

* lily/lexer.ll: preliminary \markup syntax.

21 years agobackground transparent in icons.
Heikki Junes [Sat, 30 Nov 2002 23:37:33 +0000 (23:37 +0000)]
background transparent in icons.

21 years agomenu, fixes.
Heikki Junes [Sat, 30 Nov 2002 14:31:09 +0000 (14:31 +0000)]
menu, fixes.