]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/custos-engraver.cc
Doc: NR and Usage - improved links for SVG
[lilypond.git] / lily / custos-engraver.cc
index 90c221c10f4a63e1617845221e13e870b8c1d7a9..5893dc205b731d84d6e8b3901d992b23bac4b6a9 100644 (file)
@@ -95,7 +95,7 @@ Custos_engraver::acknowledge_note_head (Grob_info info)
         don't look at the staff-position, since we can't be sure
         whether Clef_engraver already applied a vertical shift.
       */
-      pitches_.push_back (*Pitch::unsmob (ev->get_property ("pitch")));
+      pitches_.push_back (*unsmob<Pitch> (ev->get_property ("pitch")));
     }
 }