X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-grob-interfaces.scm;h=5ce96901678af7dd69a26ecbc990aeb8daa09d58;hb=44f8873e8cb9533ddb6713c5e79fe2edb59524c7;hp=edc02a7fb3ea911d9f63e77ad3b80ca3b0c6a542;hpb=d3024f0823da8c451f61fb1eabdb9a5850c9ad85;p=lilypond.git diff --git a/scm/define-grob-interfaces.scm b/scm/define-grob-interfaces.scm index edc02a7fb3..5ce9690167 100644 --- a/scm/define-grob-interfaces.scm +++ b/scm/define-grob-interfaces.scm @@ -1,6 +1,6 @@ ;;;; This file is part of LilyPond, the GNU music typesetter. ;;;; -;;;; Copyright (C) 1998--2011 Han-Wen Nienhuys +;;;; Copyright (C) 1998--2012 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen ;;;; ;;;; LilyPond is free software: you can redistribute it and/or modify @@ -84,7 +84,10 @@ note)." (ly:add-interface 'footnote-interface "Make a footnote." - '(footnote-text)) + '(automatically-numbered + footnote + footnote-text + numbering-assertion-function)) (ly:add-interface 'footnote-spanner-interface @@ -100,7 +103,7 @@ note)." (ly:add-interface 'glissando-interface "A glissando." - '()) + '(glissando-index)) (ly:add-interface 'grace-spacing-interface @@ -123,6 +126,11 @@ accidentals)." "A key cancellation." '()) +(ly:add-interface + 'ligature-head-interface + "A note head that can become part of a ligature." + '()) + (ly:add-interface 'ligature-bracket-interface "A bracket indicating a ligature in the original edition."