]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 5098 Fix some programming errors "no interface for property"
authorThomas Morley <thomasmorley65@gmail.com>
Wed, 15 Mar 2017 22:26:36 +0000 (23:26 +0100)
committerThomas Morley <thomasmorley65@gmail.com>
Wed, 22 Mar 2017 10:25:50 +0000 (11:25 +0100)
Adds glissando-skip to the properties in note-column.cc
Adds line-thickness to the properties in semi-tie.cc

lily/note-column.cc
lily/semi-tie.cc

index 1d79fee652c57a825400a5e9a3fca3abb9c483a2..b3f7e4aab9e350d22b64d3e536b69b50f8cd9f0b 100644 (file)
@@ -251,4 +251,5 @@ ADD_INTERFACE (Note_column,
                "rest "
                "rest-collision "
                "stem "
+               "glissando-skip "
               );
index 0d31a2e07388b82e1ad0627b57f10d124e8bd5d9..2d0c1133a879f9e769900c014c8ba1c62c7e7bcc 100644 (file)
@@ -49,6 +49,7 @@ ADD_INTERFACE (Semi_tie,
                "head-direction "
                "note-head "
                "thickness "
+               "line-thickness "
               );
 
 MAKE_SCHEME_CALLBACK (Semi_tie, calc_control_points, 1)