]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/relative-octave-music.cc
* scm/define-grob-properties.scm: remove 'type
[lilypond.git] / lily / relative-octave-music.cc
index 6487921b17ad23d5859ef51e48165745dec3b413..ad2350fa39bdf337e71e58a3587d51762367dc40 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 Pitch
 Relative_octave_music::to_relative_octave (Pitch)
 {
+       /*
+               ugh: last-pitch should  be junked.
+
+               Change this for lilypond 2.0. When you do,
+               then B should start where A left off.
+
+               \relative { A \relative { ...} B }
+
+               */
+
   return * unsmob_pitch (get_mus_property ("last-pitch"));
 }