]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/music-wrapper.cc
release: 1.1.14
[lilypond.git] / lily / music-wrapper.cc
index 81ee24960554fda18ea8b0f8b48833dabf214570..57ab04b7414f43bcf73f4cc363e8cd58342d34ce 100644 (file)
@@ -56,3 +56,9 @@ Music_wrapper::to_relative_octave (Musical_pitch p)
 {
   return element_p_->to_relative_octave (p);
 }
+
+Music*
+Music_wrapper::element_l () const
+{
+  return element_p_;
+}