]> git.donarmstrong.com Git - lilypond.git/commit
Added data structures for music streams.
authorErik Sandberg <mandolaerik@gmail.com>
Fri, 5 May 2006 15:59:21 +0000 (15:59 +0000)
committerErik Sandberg <mandolaerik@gmail.com>
Fri, 5 May 2006 15:59:21 +0000 (15:59 +0000)
commit2a8dcc4faa8a16229774d3414eedbf46feceac84
tree21f85be0cde41e345b471e5c5be11643493a49d6
parent480562a839cf42dd9c59cf78fc73da59faf42c24
Added data structures for music streams.
18 files changed:
ChangeLog
lily/context.cc
lily/dispatcher-scheme.cc [new file with mode: 0644]
lily/dispatcher.cc [new file with mode: 0644]
lily/global-context.cc
lily/include/context.hh
lily/include/dispatcher.hh [new file with mode: 0644]
lily/include/global-context.hh
lily/include/lily-proto.hh
lily/include/listener.hh [new file with mode: 0644]
lily/include/scheme-listener.hh [new file with mode: 0644]
lily/include/stream-event.hh [new file with mode: 0644]
lily/listener.cc [new file with mode: 0644]
lily/scheme-listener-scheme.cc [new file with mode: 0644]
lily/scheme-listener.cc [new file with mode: 0644]
lily/stream-event-scheme.cc [new file with mode: 0644]
lily/stream-event.cc [new file with mode: 0644]
scm/lily.scm