]> 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 b57f2a2ef68574f9a3d018655b98fc88e445bf16..ad2350fa39bdf337e71e58a3587d51762367dc40 100644 (file)
 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"));
 }