]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/event.cc
(process_music): use octavation
[lilypond.git] / lily / event.cc
index 944aa5417f9e756ea3ce9c8bdc0fe1167ddc8deb..fd86b435ef45b9ade9977882fe1433e086647c31 100644 (file)
@@ -33,6 +33,11 @@ Event::compress (Moment m)
 void
 Event::transpose (Pitch delta)
 {
+  /*
+    TODO: should change music representation such that
+    _all_ pitch values are transposed automatically.
+   */
+  
   Pitch *p = unsmob_pitch (get_mus_property ("pitch"));
   if (!p)
     return ;