]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/music-wrapper.cc
patch::: 1.1.27.jcn2: hat
[lilypond.git] / lily / music-wrapper.cc
index 57ab04b7414f43bcf73f4cc363e8cd58342d34ce..b84394d86d82ebe86a50e88ed7d53df4a2e25c02 100644 (file)
@@ -45,9 +45,9 @@ Music_wrapper::Music_wrapper(Music*p)
 
 
 Moment
-Music_wrapper::duration () const
+Music_wrapper::length_mom () const
 {
-  return element_p_->duration ();
+  return element_p_->length_mom ();
 }