diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-07-13 18:22:35 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-07-13 18:22:35 +0000 |
commit | 17a0be44b562c72ccfebf2bef4a7a6fcc07bd02f (patch) | |
tree | 06c567a45bf876412eafc809d2132cee95e07f9e /lily/gregorian-ligature-engraver.cc | |
parent | 4a1a40cf049aab427058435a80e5b05f238f3066 (diff) |
* lily/include/event.hh: remove file.
* lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
in 'types property.
* lily/music.cc (duration_length_callback): new function.
* lily/event.cc: remove file.
* lily/music-constructor.cc: remove file.
* lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
* lily/context.cc (get_grob_key): nop if use_object_keys not set.
(get_context_key): idem.
* scm/lily.scm (lambda): new option object-keys (default to #f)
* ps/music-drawing-routines.ps: remove draw_beam.
* lily/lookup.cc (beam): use round_filled_polygon() for beam.
Diffstat (limited to 'lily/gregorian-ligature-engraver.cc')
-rw-r--r-- | lily/gregorian-ligature-engraver.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lily/gregorian-ligature-engraver.cc b/lily/gregorian-ligature-engraver.cc index 7af8430ade..4840904b8e 100644 --- a/lily/gregorian-ligature-engraver.cc +++ b/lily/gregorian-ligature-engraver.cc @@ -13,6 +13,7 @@ #include "staff-symbol-referencer.hh" #include "spanner.hh" #include "paper-column.hh" +#include "pitch.hh" /* * This abstract class is the common superclass for all ligature |