(process_acknowledged_grobs):
[lilypond.git] / lily / transposed-music.cc
blobcad98f8eac9521f182436afc76256a52d8430d32
1 /*
2 transposed-music.cc -- implement Transposed_music
4 source file of the GNU LilyPond music typesetter
6 (c) 1998--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8 */
10 #include "transposed-music.hh"
11 #include "warn.hh"
13 Pitch
14 Transposed_music::to_relative_octave (Pitch p)
16 return p;
19 ADD_MUSIC (Transposed_music);
20 Transposed_music::Transposed_music ()