X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-grob-interfaces.scm;h=5ce96901678af7dd69a26ecbc990aeb8daa09d58;hb=49e8c80e3282cefff91ad1b5aaff5d91b443ba5e;hp=a7090de0327ff19fbd57c011ff33f5d4ac695f0d;hpb=e49d6df0e5302762e33717571c408615d74f705d;p=lilypond.git diff --git a/scm/define-grob-interfaces.scm b/scm/define-grob-interfaces.scm index a7090de032..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 @@ -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."