* python/lilylib.py (setup_temp): temporary directories are mode 700.
[lilypond.git] / lily / untransposable-music.cc
blob6862ade0f4cfe82a6f16a270130018cef393bf1b
1 /*
2 untransposable-music.cc -- implement Untransposable_music
4 source file of the GNU LilyPond music typesetter
6 (c) 2001--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8 */
10 #include "untransposable-music.hh"
13 todo: This one, together with Un_relativable_music is ugh.
15 fixthis.
19 void
20 Untransposable_music::transpose (Pitch )
24 Pitch
25 Untransposable_music::to_relative_octave (Pitch p)
27 return p;
30 ADD_MUSIC(Untransposable_music);
32 Untransposable_music::Untransposable_music()