]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
17 years agorelease commit release/2.9.6
Han-Wen Nienhuys [Wed, 24 May 2006 15:14:19 +0000 (15:14 +0000)]
release commit

17 years ago*** empty log message ***
Han-Wen Nienhuys [Wed, 24 May 2006 13:37:45 +0000 (13:37 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Han-Wen Nienhuys [Wed, 24 May 2006 13:34:47 +0000 (13:34 +0000)]
*** empty log message ***

17 years ago* input/no-notation/display-lily-tests.ly: fix \applyOutput
Nicolas Sceaux [Wed, 24 May 2006 13:18:13 +0000 (13:18 +0000)]
* input/no-notation/display-lily-tests.ly: fix \applyOutput
test. Add \break, \pageBreak, \pageTurn, etc, tests.

* scm/define-music-display-methods.scm: display methods for
breaks. Fix \applyOutput.

17 years ago* Documentation/user/macros.itexi: comment out funindex expansion.
Han-Wen Nienhuys [Wed, 24 May 2006 13:09:03 +0000 (13:09 +0000)]
* Documentation/user/macros.itexi: comment out funindex expansion.

* Documentation/user/advanced-notation.itely (Balloon help): idem.

* Documentation/user/changing-defaults.itely (Creating contexts): idem.

* Documentation/user/programming-interface.itely (Running a
function on all layout objects): idem.

* Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.

17 years ago* Documentation/user/music-glossary.tely: junk \oldaddlyrics
Han-Wen Nienhuys [Wed, 24 May 2006 12:47:14 +0000 (12:47 +0000)]
* Documentation/user/music-glossary.tely: junk \oldaddlyrics
everywhere.

* GNUmakefile.in: fix wildcarding for scrips/out/ links. Thanks
Karl Hammar.

17 years ago* Documentation/user/advanced-notation.itely (Balloon help): idem.
Han-Wen Nienhuys [Wed, 24 May 2006 12:04:37 +0000 (12:04 +0000)]
* Documentation/user/advanced-notation.itely (Balloon help): idem.

* Documentation/user/changing-defaults.itely (Creating contexts): idem.

* Documentation/user/programming-interface.itely (Running a
function on all layout objects): idem.

* Documentation/user/introduction.itely (Automated engraving):
update \applyOutput syntax

17 years ago(start_new_syllable):
Han-Wen Nienhuys [Wed, 24 May 2006 11:58:00 +0000 (11:58 +0000)]
(start_new_syllable):
remove debugging hook.

17 years ago(LINK_GXX_STATICALLY): use "" to allow $ expansion.
Han-Wen Nienhuys [Wed, 24 May 2006 09:11:18 +0000 (09:11 +0000)]
(LINK_GXX_STATICALLY): use "" to allow $ expansion.

17 years ago* Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
Han-Wen Nienhuys [Wed, 24 May 2006 08:58:57 +0000 (08:58 +0000)]
* Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.

* stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
TEXI2DVI_FLAGS to texi2dvi invocation.

17 years ago * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
Erik Sandberg [Wed, 24 May 2006 07:00:42 +0000 (07:00 +0000)]
* lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
works. More work is done by iterator now, and engraver has been
very much simplified.

* lily/translator-group.cc: try_music is now invoked through a
listener

* lily/*-iterator.cc: Massive cleanups. Junked
try_music_in_children globally. Renamed try_music to report_event,
and made that method descend to a bottom context automatically.

* lily/event-iterator.cc: New file.

* lily/output-property-iterator.cc,
lily/old-lyric-combine-music-iterator.cc: Removed.

17 years agoRemove relatively useless @b to make texi2dvi -E happy.
Graham Percival [Tue, 23 May 2006 21:44:47 +0000 (21:44 +0000)]
Remove relatively useless @b to make texi2dvi -E happy.

17 years agoChanges to fix pdf doc creation, and some minor doc additions.
Graham Percival [Tue, 23 May 2006 05:26:09 +0000 (05:26 +0000)]
Changes to fix pdf doc creation, and some minor doc additions.

17 years ago*** empty log message ***
Han-Wen Nienhuys [Mon, 22 May 2006 23:13:17 +0000 (23:13 +0000)]
*** empty log message ***

17 years ago* lily/beaming-info.cc (beamify): new function: read beatLength
Han-Wen Nienhuys [Mon, 22 May 2006 17:45:40 +0000 (17:45 +0000)]
* lily/beaming-info.cc (beamify): new function: read beatLength
and beatGrouping from context.

* lily/beam.cc (get_beam_segments): generate events for
max_connect_ case too.
(get_beam_segments): read Stem::max-beam-connect.

* lily/stem.cc (set_beaming): use #f as signaling value for
beamcount 0.

* lily/beam-engraver.cc (typeset_beam): set right bound if unset.

* lily/beam.cc (set_beaming): read clip-edges property.
(calc_direction): don't suicide for single stem.

* lily/beaming-info.cc (best_splitpoint_index): take bool*
argument, remove 1<<15 hack. Remove clip_edges()

17 years ago* lily/beaming-info.cc (beamify): new function: read beatLength
Han-Wen Nienhuys [Mon, 22 May 2006 17:21:25 +0000 (17:21 +0000)]
* lily/beaming-info.cc (beamify): new function: read beatLength
and beatGrouping from context.

* input/regression/beam-beat-grouping.ly (Module): new file.

* lily/beam.cc (get_beam_segments): generate events for
max_connect_ case too.
(get_beam_segments): read Stem::max-beam-connect.

* lily/beam-engraver.cc (typeset_beam): set right bound if unset.

* lily/beam.cc (set_beaming): read clip-edges property.
(calc_direction): don't suicide for single stem.

* lily/beaming-info.cc (best_splitpoint_index): take bool*
argument, remove 1<<15 hack. Remove clip_edges()

17 years ago* input/regression/beam-unconnected-beamlets.ly (Module): new file.
Han-Wen Nienhuys [Mon, 22 May 2006 15:23:33 +0000 (15:23 +0000)]
* input/regression/beam-unconnected-beamlets.ly (Module): new file.

* lily/beam.cc (get_beam_segments): generate events for
max_connect_ case too.
(get_beam_segments): read Stem::max-beam-connect.

* lily/beam.cc (set_beaming): read clip-edges property.
(calc_direction): don't suicide for single stem.

17 years ago* input/regression/beam-single-stem.ly: new file.
Han-Wen Nienhuys [Mon, 22 May 2006 14:06:28 +0000 (14:06 +0000)]
* input/regression/beam-single-stem.ly: new file.

* lily/stem.cc (set_beaming): use #f as signaling value for
beamcount 0.

* lily/beam-engraver.cc (typeset_beam): set right bound if unset.

* lily/beam.cc (set_beaming): read clip-edges property.
(calc_direction): don't suicide for single stem.

* lily/beaming-info.cc (best_splitpoint_index): take bool*
argument, remove 1<<15 hack. Remove clip_edges()

* lily/hairpin.cc (print): only do padding for nonmusical bounds

17 years ago(print): only do padding for nonmusical bounds
Han-Wen Nienhuys [Mon, 22 May 2006 10:23:00 +0000 (10:23 +0000)]
(print): only do padding for nonmusical bounds

17 years agoBasic-notation reorg and misc small fixes.
Graham Percival [Sun, 21 May 2006 23:56:13 +0000 (23:56 +0000)]
Basic-notation reorg and misc small fixes.

17 years ago(register_stencil_head): opps, append
Han-Wen Nienhuys [Sat, 20 May 2006 19:54:42 +0000 (19:54 +0000)]
(register_stencil_head): opps, append
to cdr of static SCM object. Backportme.

17 years agoReplace @cindex @code => @funindex
Graham Percival [Sat, 20 May 2006 04:12:30 +0000 (04:12 +0000)]
Replace @cindex @code => @funindex

17 years agoUpdate framework for command index. DOC WRITERS: use @funindex instead
Graham Percival [Sat, 20 May 2006 04:11:32 +0000 (04:11 +0000)]
Update framework for command index.  DOC WRITERS: use @funindex instead
of @cindex @code{}.

17 years ago(set_stem_lengths): trigger 'beaming callback, in
Han-Wen Nienhuys [Fri, 19 May 2006 13:40:19 +0000 (13:40 +0000)]
(set_stem_lengths): trigger 'beaming callback, in
case positions is set manually. Backportme.

17 years ago*** empty log message ***
Erik Sandberg [Fri, 19 May 2006 11:07:35 +0000 (11:07 +0000)]
*** empty log message ***

17 years ago * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
Erik Sandberg [Fri, 19 May 2006 06:43:37 +0000 (06:43 +0000)]
    * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
        rules to Scheme.

17 years ago(Contexts explained):
Han-Wen Nienhuys [Thu, 18 May 2006 15:56:52 +0000 (15:56 +0000)]
(Contexts explained):
use absolute dimension for @image.

17 years ago(OUT_PNG_IMAGES): generate PNG
Han-Wen Nienhuys [Thu, 18 May 2006 11:24:56 +0000 (11:24 +0000)]
(OUT_PNG_IMAGES): generate PNG
out image for illustration too.
($(outdir)/%.png): add more png <-> eps rules.

17 years agoremove trailing whitespace; cosmetic
Graham Percival [Thu, 18 May 2006 00:56:58 +0000 (00:56 +0000)]
remove trailing whitespace; cosmetic
change to reduce changes produced by diff.

17 years ago(do_chroot_jail): correctness tweak.
Han-Wen Nienhuys [Wed, 17 May 2006 18:21:06 +0000 (18:21 +0000)]
(do_chroot_jail): correctness tweak.

17 years ago*** empty log message ***
Han-Wen Nienhuys [Wed, 17 May 2006 17:54:38 +0000 (17:54 +0000)]
*** empty log message ***

17 years ago(ATVARIABLES): add TARGET_PYTHON as subst
Han-Wen Nienhuys [Wed, 17 May 2006 17:53:16 +0000 (17:53 +0000)]
(ATVARIABLES): add TARGET_PYTHON as subst
variable.

17 years ago* lily/parser.yy: Change all syntax rules of type Music to SCM type
Erik Sandberg [Wed, 17 May 2006 17:30:48 +0000 (17:30 +0000)]
* lily/parser.yy: Change all syntax rules of type Music to SCM type

17 years ago*** empty log message ***
Han-Wen Nienhuys [Wed, 17 May 2006 17:19:02 +0000 (17:19 +0000)]
*** empty log message ***

17 years ago* lily/lexer.ll (init_signature_has_table): Add
Werner Lemberg [Wed, 17 May 2006 15:21:49 +0000 (15:21 +0000)]
* lily/lexer.ll (init_signature_has_table): Add
`scm-scm-music-music'.

* lily/parser.yy (MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC): New token.
(Generic_prefix_music_scm): Add rule for it.

* lily/quote-iterator.cc (Quote_iterator::process): Handle
`quoted-transposition' property.

* ly/music-functions-init.ly (transposedCueDuring): New function.

* scm/define-music-properties.scm (all-music-properties): Updated.

* Documenation/topdocs/NEWS.itely: Document it.

17 years ago* VERSION (PATCH_LEVEL): release 2.9.5
Han-Wen Nienhuys [Wed, 17 May 2006 09:21:00 +0000 (09:21 +0000)]
* VERSION (PATCH_LEVEL): release 2.9.5

* Documentation/topdocs/INSTALL.texi (Top): update versions and
build instructions.

17 years ago(Top): update versions and release/2.9.5
Han-Wen Nienhuys [Tue, 16 May 2006 23:15:27 +0000 (23:15 +0000)]
(Top): update versions and
build instructions.

17 years agoswitch on hairpinToBarline by default.
Han-Wen Nienhuys [Tue, 16 May 2006 23:03:52 +0000 (23:03 +0000)]
switch on hairpinToBarline by default.

17 years agoMinor fixes.
Graham Percival [Tue, 16 May 2006 20:48:26 +0000 (20:48 +0000)]
Minor fixes.

17 years agoMore editing from Dave; thanks!
Graham Percival [Tue, 16 May 2006 20:47:43 +0000 (20:47 +0000)]
More editing from Dave; thanks!

17 years ago(Top): add hairpinToBarline feature.
Han-Wen Nienhuys [Tue, 16 May 2006 20:11:11 +0000 (20:11 +0000)]
(Top): add hairpinToBarline feature.

17 years ago*** empty log message ***
Han-Wen Nienhuys [Tue, 16 May 2006 19:00:39 +0000 (19:00 +0000)]
*** empty log message ***

17 years agofixed error
Erik Sandberg [Tue, 16 May 2006 16:13:52 +0000 (16:13 +0000)]
fixed error

17 years ago * Documentation/user/advanced-notation.itely (Instrument names):
Mats Bengtsson [Tue, 16 May 2006 13:18:40 +0000 (13:18 +0000)]
* Documentation/user/advanced-notation.itely (Instrument names):
Modified obsolete instruction on how to move instrument names away
from the staves. Hmm, at second thought the bug probably has been
solved, so the full bug description should probably be removed.

17 years ago* lily/context.cc (internal_send_stream_event): thinko fix.
Han-Wen Nienhuys [Tue, 16 May 2006 12:36:54 +0000 (12:36 +0000)]
* lily/context.cc (internal_send_stream_event): thinko fix.

* lily/tie.cc (set_default_control_points): robustness fix.

17 years ago* python/musicxml.py (Part.interpret): don't complain about
Han-Wen Nienhuys [Tue, 16 May 2006 11:58:58 +0000 (11:58 +0000)]
* python/musicxml.py (Part.interpret): don't complain about
incomplete measures.

* scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
new music if last_event_chord() returned None.

* python/musicxml.py (Part.interpret): skip back over chord notes.

17 years ago * lily/context.cc, lily/music.cc, lily/context-scheme.cc: Add
Erik Sandberg [Tue, 16 May 2006 11:30:55 +0000 (11:30 +0000)]
* lily/context.cc, lily/music.cc, lily/context-scheme.cc: Add
dispatchers event-source and events-below to Context

17 years ago * lily/percent-repeat-engraver.cc, lily/parser.yy,
Erik Sandberg [Tue, 16 May 2006 11:19:50 +0000 (11:19 +0000)]
* lily/percent-repeat-engraver.cc, lily/parser.yy,
lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
lily/slash-repeat-engraver.cc,
lily/include/percent-repeat-iterator.hh: Rework percent repeats:
iterator sends PercentEvents

* lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
rework tuplets: send start/stop events to engraver

17 years agoSmall fixes.
Graham Percival [Tue, 16 May 2006 02:04:30 +0000 (02:04 +0000)]
Small fixes.

17 years agoIntegrate Nicolas' fixes for the rewrite.
Graham Percival [Tue, 16 May 2006 02:04:20 +0000 (02:04 +0000)]
Integrate Nicolas' fixes for the rewrite.

17 years agoUpdate info for doc writers.
Graham Percival [Mon, 15 May 2006 16:25:28 +0000 (16:25 +0000)]
Update info for doc writers.

17 years agoUpdate info for doc writers.
Graham Percival [Mon, 15 May 2006 16:20:54 +0000 (16:20 +0000)]
Update info for doc writers.

17 years agoDocumentation/topdocs/NEWS.tely: edit rotation example
Erlend Aasland [Mon, 15 May 2006 13:14:18 +0000 (13:14 +0000)]
Documentation/topdocs/NEWS.tely: edit rotation example

17 years agocleanup.
Han-Wen Nienhuys [Mon, 15 May 2006 12:38:17 +0000 (12:38 +0000)]
cleanup.

17 years ago* Documentation/user/GNUmakefile: dist context-example.eps too.
Han-Wen Nienhuys [Mon, 15 May 2006 11:49:14 +0000 (11:49 +0000)]
* Documentation/user/GNUmakefile: dist context-example.eps too.

* lily/key-engraver.cc (create_key): use
explicitKeySignatureVisibility for cancellation too. Backportme.

* lily/font-config.cc (init_fontconfig): don't close file if
f==NULL. Backportme.

17 years agoDocumentation/topdocs/NEWS.tely: niente and rotation news
Erlend Aasland [Mon, 15 May 2006 10:31:06 +0000 (10:31 +0000)]
Documentation/topdocs/NEWS.tely: niente and rotation news

17 years agoAdd rotation support
Erlend Aasland [Sun, 14 May 2006 14:06:37 +0000 (14:06 +0000)]
Add rotation support

18 years agoSmall fixes.
Graham Percival [Sun, 14 May 2006 01:53:54 +0000 (01:53 +0000)]
Small fixes.

18 years agoMajor new docs, some reorg, some info from Nicolas.
Graham Percival [Sun, 14 May 2006 01:53:17 +0000 (01:53 +0000)]
Major new docs, some reorg, some info from Nicolas.

18 years agoFrench correction; thanks Claude Routhier!
Graham Percival [Sat, 13 May 2006 14:55:36 +0000 (14:55 +0000)]
French correction; thanks Claude Routhier!

18 years agoFixed display of table; thanks Dave!
Graham Percival [Fri, 12 May 2006 16:46:22 +0000 (16:46 +0000)]
Fixed display of table; thanks Dave!

18 years ago * Documentation/user/programming-interface.itely (Markup
Mats Bengtsson [Fri, 12 May 2006 14:18:05 +0000 (14:18 +0000)]
* Documentation/user/programming-interface.itely (Markup
programmer interface): Remove duplicate text.

18 years agoMinor clarification.
Graham Percival [Fri, 12 May 2006 12:56:11 +0000 (12:56 +0000)]
Minor clarification.

18 years agoMinor fixes from discussion.
Graham Percival [Fri, 12 May 2006 12:50:23 +0000 (12:50 +0000)]
Minor fixes from discussion.

18 years agoUse image.
Graham Percival [Fri, 12 May 2006 12:34:56 +0000 (12:34 +0000)]
Use image.

18 years agoNew file: image from Erik's thesis, thanks!
Graham Percival [Fri, 12 May 2006 12:33:37 +0000 (12:33 +0000)]
New file: image from Erik's thesis, thanks!

18 years agoadded previously forgotten file.
Erik Sandberg [Fri, 12 May 2006 11:08:31 +0000 (11:08 +0000)]
added previously forgotten file.

18 years ago(LINK_GXX_STATICALLY): python 2.4 req.
Han-Wen Nienhuys [Fri, 12 May 2006 00:08:24 +0000 (00:08 +0000)]
(LINK_GXX_STATICALLY): python 2.4 req.

18 years agoSecond round of editing.
Graham Percival [Thu, 11 May 2006 13:24:00 +0000 (13:24 +0000)]
Second round of editing.

18 years agoEditing and merging info from emails from Nicolas.
Graham Percival [Thu, 11 May 2006 13:00:10 +0000 (13:00 +0000)]
Editing and merging info from emails from Nicolas.

18 years ago* python/musicxml.py (Xml_node.__init__): _attribute_dict stores
Han-Wen Nienhuys [Thu, 11 May 2006 08:43:51 +0000 (08:43 +0000)]
* python/musicxml.py (Xml_node.__init__): _attribute_dict stores
XML attributes.
(Xml_node.message): use it.

* scripts/musicxml2ly.py (musicxml_voice_to_lily_voice):
oops. Add duration argument.

18 years agoInfo about \set and \override.
Graham Percival [Wed, 10 May 2006 15:39:17 +0000 (15:39 +0000)]
Info about \set and \override.

18 years ago* lily/paper-column-engraver.cc (make_columns):
Joe Neeman [Wed, 10 May 2006 10:37:12 +0000 (10:37 +0000)]
* lily/paper-column-engraver.cc (make_columns):
* scm/define-grobs.scm: Revert my previous change and set the default
in define-grobs.scm instead.

18 years agoOops, forgot these fixes.
Graham Percival [Wed, 10 May 2006 04:37:14 +0000 (04:37 +0000)]
Oops, forgot these fixes.

18 years agoProofreading from Dave Luttinen.
Graham Percival [Wed, 10 May 2006 04:29:00 +0000 (04:29 +0000)]
Proofreading from Dave Luttinen.

18 years ago*** empty log message ***
Han-Wen Nienhuys [Tue, 9 May 2006 14:11:11 +0000 (14:11 +0000)]
*** empty log message ***

18 years agoGeneral editing.
Graham Percival [Tue, 9 May 2006 11:27:28 +0000 (11:27 +0000)]
General editing.

18 years ago(make_columns): By default, a column needs to be breakable.
Joe Neeman [Tue, 9 May 2006 10:14:47 +0000 (10:14 +0000)]
(make_columns): By default, a column needs to be breakable.

18 years ago(stop_translation_timestep): set
Han-Wen Nienhuys [Tue, 9 May 2006 08:21:17 +0000 (08:21 +0000)]
(stop_translation_timestep): set
line-break-permission if forbidBreak is not set.

18 years agoTrivial fixes.
Graham Percival [Tue, 9 May 2006 04:13:09 +0000 (04:13 +0000)]
Trivial fixes.

18 years ago* scm/define-context-properties.scm:
Joe Neeman [Tue, 9 May 2006 02:15:57 +0000 (02:15 +0000)]
* scm/define-context-properties.scm:
* scm/define-grob-properties.scm:
* scm/define-grobs.scm:
* scm/define-music-display-methods.scm:
* scm/define-music-properties.scm:
* scm/define-music-types.scm:
* scm/music-functions.scm:
* ly/declarations-init.ly:
* lily/include/constrained-breaking.hh:
* lily/system.cc:
* lily/spaceable-grob.cc:
* lily/simple-spacer.cc:
* lily/paper-score.cc:
* lily/paper-column.cc:
* lily/paper-column-engraver.cc:
* lily/item.cc:
* lily/gourlay-breaking.cc:
* lily/constrained-breaking.cc:
* python/convertrules.py:
Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
"page-break-penalty" and "line-break-permission".
Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.

* lily/bar-engraver.cc:
* lily/beam-engraver.cc:
* lily/forbid-break-engraver.cc:
* lily/ligature-engraver.cc:
* lily/paper-column-engraver.cc:
* lily/percent-repeat-engraver.cc:
* lily/score-engraver.cc:
* lily/score-engraver.hh:
* lily/paper-column-engraver.hh:
Inter-engraver communication regarding line breaks is done through context
properties (Score.forbidBreak) instead of function calls.

18 years ago*** empty log message ***
Han-Wen Nienhuys [Mon, 8 May 2006 18:54:20 +0000 (18:54 +0000)]
*** empty log message ***

18 years agorelease commit release/2.9.4
Han-Wen Nienhuys [Mon, 8 May 2006 18:42:24 +0000 (18:42 +0000)]
release commit

18 years agoCut lines down to 78 chars. (cosmetic code change, but will simplify
Graham Percival [Mon, 8 May 2006 12:13:24 +0000 (12:13 +0000)]
Cut lines down to 78 chars.  (cosmetic code change, but will simplify
other people working on docs and sending diff files with non-trivial
changes)

18 years agoProofreading from Dave Luttinen, thanks!
Graham Percival [Mon, 8 May 2006 11:44:47 +0000 (11:44 +0000)]
Proofreading from Dave Luttinen, thanks!

18 years ago* scm/define-grob-properties.scm (all-internal-grob-properties):
Han-Wen Nienhuys [Sun, 7 May 2006 19:51:12 +0000 (19:51 +0000)]
* scm/define-grob-properties.scm (all-internal-grob-properties):
remove chord-tremolo property.

* lily/beam.cc (get_beam_segments): don't use stem position as
base for broken ends.

18 years ago(get_beam_segments): don't use stem position as
Han-Wen Nienhuys [Sun, 7 May 2006 18:25:32 +0000 (18:25 +0000)]
(get_beam_segments): don't use stem position as
base for broken ends.

18 years ago*** empty log message ***
Han-Wen Nienhuys [Sat, 6 May 2006 12:17:37 +0000 (12:17 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Graham Percival [Sat, 6 May 2006 11:18:57 +0000 (11:18 +0000)]
*** empty log message ***

18 years agoClarifications and reorg.
Graham Percival [Sat, 6 May 2006 09:56:42 +0000 (09:56 +0000)]
Clarifications and reorg.

18 years agonew function featherDurations
Han-Wen Nienhuys [Sat, 6 May 2006 00:21:04 +0000 (00:21 +0000)]
new function featherDurations

18 years ago* lily/beam.cc: read grow-direction for feathered beaming.
Han-Wen Nienhuys [Sat, 6 May 2006 00:19:09 +0000 (00:19 +0000)]
* lily/beam.cc: read grow-direction for feathered beaming.

* Documentation/topdocs/NEWS.tely (Top): typo.

18 years ago(Top): typo.
Han-Wen Nienhuys [Fri, 5 May 2006 22:56:06 +0000 (22:56 +0000)]
(Top): typo.

18 years ago(struct Beam_stem_segment): add gapped_ for
Han-Wen Nienhuys [Fri, 5 May 2006 21:18:06 +0000 (21:18 +0000)]
(struct Beam_stem_segment): add gapped_ for
tremolo beams.

18 years ago*** empty log message ***
Han-Wen Nienhuys [Fri, 5 May 2006 20:32:44 +0000 (20:32 +0000)]
*** empty log message ***

18 years agoAdded data structures for music streams.
Erik Sandberg [Fri, 5 May 2006 15:59:21 +0000 (15:59 +0000)]
Added data structures for music streams.

18 years ago*** empty log message ***
Han-Wen Nienhuys [Fri, 5 May 2006 14:19:18 +0000 (14:19 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Han-Wen Nienhuys [Fri, 5 May 2006 12:25:27 +0000 (12:25 +0000)]
*** empty log message ***

18 years ago* scm/define-markup-commands.scm (note-by-number): remove debug display.
Han-Wen Nienhuys [Fri, 5 May 2006 12:19:12 +0000 (12:19 +0000)]
* scm/define-markup-commands.scm (note-by-number): remove debug display.
(note-by-number): further attachment fixes.

* scm/define-markup-commands.scm (note-by-number): read 'style
property.

* mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
triangle head.

18 years ago* scm/define-markup-commands.scm (note-by-number): remove debug display.
Han-Wen Nienhuys [Fri, 5 May 2006 11:26:49 +0000 (11:26 +0000)]
* scm/define-markup-commands.scm (note-by-number): remove debug display.

* scm/define-markup-commands.scm (note-by-number): read 'style
property.