]> git.donarmstrong.com Git - lilypond.git/blob - lily/transposed-music.cc
cad98f8eac9521f182436afc76256a52d8430d32
[lilypond.git] / lily / transposed-music.cc
1 /*   
2   transposed-music.cc --  implement Transposed_music
3   
4   source file of the GNU LilyPond music typesetter
5   
6   (c) 1998--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7   
8  */
9
10 #include "transposed-music.hh"
11 #include "warn.hh"
12
13 Pitch
14 Transposed_music::to_relative_octave (Pitch p)
15 {
16   return p;
17 }
18
19 ADD_MUSIC (Transposed_music);
20 Transposed_music::Transposed_music ()
21 {
22
23 }