From 98b662a091d78893004ee5f7cf4f7e9a6d811f57 Mon Sep 17 00:00:00 2001 From: Thomas Morley Date: Wed, 15 Mar 2017 23:26:36 +0100 Subject: [PATCH] Issue 5098 Fix some programming errors "no interface for property" Adds glissando-skip to the properties in note-column.cc Adds line-thickness to the properties in semi-tie.cc --- lily/note-column.cc | 1 + lily/semi-tie.cc | 1 + 2 files changed, 2 insertions(+) diff --git a/lily/note-column.cc b/lily/note-column.cc index 1d79fee652..b3f7e4aab9 100644 --- a/lily/note-column.cc +++ b/lily/note-column.cc @@ -251,4 +251,5 @@ ADD_INTERFACE (Note_column, "rest " "rest-collision " "stem " + "glissando-skip " ); diff --git a/lily/semi-tie.cc b/lily/semi-tie.cc index 0d31a2e073..2d0c1133a8 100644 --- a/lily/semi-tie.cc +++ b/lily/semi-tie.cc @@ -49,6 +49,7 @@ ADD_INTERFACE (Semi_tie, "head-direction " "note-head " "thickness " + "line-thickness " ); MAKE_SCHEME_CALLBACK (Semi_tie, calc_control_points, 1) -- 2.39.2