diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2002-09-28 21:40:44 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2002-09-28 21:40:44 +0000 |
commit | 051d7e7cbdbbe5f5337ab2b477b0bd1e72eedd04 (patch) | |
tree | 1b58a569798d205431ff9b9b61e829c240a9c301 /lily/midi-item.cc | |
parent | 3f0eeade60254cf648e559d5b74a7f0e343c34e7 (diff) |
* lily/parser.yy (command_element): move clef stuff into Scheme.
* lily/part-combine-music.cc: removed file and class.
* lily/context-specced-music-iterator.cc (class
Context_specced_music_iterator): new file. Obsoletes the
Context_specced_music type.
* scm/music-types.scm (make-repeated-music): put different kinds
of repeated music into music-type table.
* lily/include/command-request.hh: removed
lily/include/musical-request.hh: removed. Removed all _req classes
except Key_change_req. Changes throughout.
Diffstat (limited to 'lily/midi-item.cc')
-rw-r--r-- | lily/midi-item.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lily/midi-item.cc b/lily/midi-item.cc index 2a0b6a274f..49f02dad9d 100644 --- a/lily/midi-item.cc +++ b/lily/midi-item.cc @@ -228,7 +228,7 @@ Midi_note::Midi_note (Audio_note* a) } Moment -Midi_note::length_mom () const +Midi_note::get_length () const { Moment m = audio_->length_mom_; #if 0 |