lilypond-1.3.124
[lilypond.git] / lily / relative-octave-music.cc
blobae6773a6b28b4ed2807eb063d2ecac9962f6f9c6
1 /*
2 relative-music.cc -- implement Relative_octave_music
4 source file of the GNU LilyPond music typesetter
6 (c) 1998--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8 */
10 #include "relative-music.hh"
11 #include "debug.hh"
13 Pitch
14 Relative_octave_music::to_relative_octave (Pitch)
16 return * unsmob_pitch (get_mus_property ("last-pitch"));
20 Relative_octave_music::Relative_octave_music(SCM l)
21 : Music_wrapper (l)
23 set_mus_property ("type", ly_symbol2scm ("relative-octave-music"));