From: Jan Nieuwenhuizen Date: Sun, 24 Dec 2006 09:47:24 +0000 (+0100) Subject: Build fixes. X-Git-Tag: release/2.11.5-1~17^2~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5cb7876d337b0805f55d98255bb5aced5a2ee456;p=lilypond.git Build fixes. --- diff --git a/po/nl.po b/po/nl.po index 88570de00b..018819a135 100644 --- a/po/nl.po +++ b/po/nl.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: lilypond 2.11.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-24 10:40+0100\n" -"PO-Revision-Date: 2006-12-24 10:41+0100\n" +"PO-Revision-Date: 2006-12-24 10:45+0100\n" "Last-Translator: Jan Nieuwenhuizen \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" @@ -2081,6 +2081,7 @@ msgid "" "\n" "or remove the lilypond-book specific settings from the input.\n" msgstr "" +"\n" "De PostScript achterkant ondersteund het 'klassieke'\n" "draadwerk niet. Gebruik de EPS achterkant,<\n" "\n" diff --git a/scm/define-grob-interfaces.scm b/scm/define-grob-interfaces.scm index bf2c5b6c99..ddb9f7f057 100644 --- a/scm/define-grob-interfaces.scm +++ b/scm/define-grob-interfaces.scm @@ -56,6 +56,11 @@ "Keep track of durations in a run of grace notes." '(columns common-shortest-duration)) +(ly:add-interface + 'key-cancellation-interface + "A key cancellation" + '()) + (ly:add-interface 'ligature-interface "A ligature"