diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2001-03-28 01:27:11 +0200 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2001-03-28 01:27:11 +0200 |
commit | b9c65b122d107a6f7c1a44d3041f6cfeb78fc4a2 (patch) | |
tree | 68a923754729e9b4c025dca6be379e9c6465ef5b /lily/audio-staff.cc | |
parent | 8cccc72565f5a293e796765176d2db3ee03290a8 (diff) |
release: 1.3.144
============
* LilyPond-mode: show what's going on (font building) in *view* buffer.
* Added environment settings to ly2dvi and lilypond-book.
* Bugfix: make diff links diff into patch-dir, like make release.
* Bugfix: make diff/release for different configs.
* Bugfix: convert-ly: don't change item name ChordName to ChordNames.
* Added flag (LilyPond-kick-xdvi) to LilyPond emacs mode to allow
simultaneous view processes.
* Small doco fixes.
* Cosmetic bugfixes to chord names.
* Fixed order of piano pedal strings (Amelie).
* Changed embarrassing 'chorda' to corda (Thanks, Amelie).
* Bugfixes: ly2dvi: empty tagline, don't fail if gettext.py can't be
imported, check for linewidth before indexing, copy midi output.
1.3.142.
Diffstat (limited to 'lily/audio-staff.cc')
-rw-r--r-- | lily/audio-staff.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lily/audio-staff.cc b/lily/audio-staff.cc index 4a89b66555..791287ab25 100644 --- a/lily/audio-staff.cc +++ b/lily/audio-staff.cc @@ -24,6 +24,7 @@ Audio_staff::output (Midi_stream& midi_stream_r, int track_i) { Midi_track midi_track; midi_track.number_i_ = track_i; + midi_track.channel_i_ = channel_i_; for (Midi_walker i (this, &midi_track); i.ok (); i++) i.process (); midi_stream_r << midi_track; |