]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/self-alignment-interface.hh
Centers DynamicText grobs in Dynamics context on the NoteColumns of
[lilypond.git] / lily / include / self-alignment-interface.hh
index 80a7c0d37ac9d8511b6557fe89f8cf889caf8881..1a5099d2a2475ca3d5bbd69a0b6815ab00139b14 100644 (file)
@@ -40,6 +40,7 @@ struct Self_alignment_interface
 
   DECLARE_SCHEME_CALLBACK (pure_y_aligned_on_self, (SCM element, SCM start, SCM end));
 
+  DECLARE_SCHEME_CALLBACK (centered_on_note_columns, (SCM element));
   DECLARE_SCHEME_CALLBACK (centered_on_x_parent, (SCM element));
   DECLARE_SCHEME_CALLBACK (centered_on_y_parent, (SCM element));
   DECLARE_SCHEME_CALLBACK (x_centered_on_y_parent, (SCM element));