]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/relative-octave-music.cc
* lily/main.cc (main_with_guile): call lilypond-main
[lilypond.git] / lily / relative-octave-music.cc
index 3a52d5d475c5b562b7d5f571d8c8894c31227f09..ad9f617e2969491320002c955a855ab305499f24 100644 (file)
@@ -26,7 +26,7 @@ Relative_octave_music::to_relative_octave (Pitch p)
        \relative { A \relative { ...} B }
 
       */
-      return * unsmob_pitch (get_mus_property ("last-pitch"));
+      return * unsmob_pitch (get_property ("last-pitch"));
     }
   else
     return p;