X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-grob-interfaces.scm;h=d34f026497a01119ebc17b0a08dfc04f3048086d;hb=94dc452301cc0d1e9983f5aeb784884f7fe8c964;hp=6068579995115078b81526a2793326f97c285de3;hpb=9a9b94b7305e415bc519393d57dd6c5830661a97;p=lilypond.git diff --git a/scm/define-grob-interfaces.scm b/scm/define-grob-interfaces.scm index 6068579995..d34f026497 100644 --- a/scm/define-grob-interfaces.scm +++ b/scm/define-grob-interfaces.scm @@ -64,6 +64,13 @@ found in @file{scm/bar-line.scm}. "A doit or drop." '(thickness delta-position)) +(ly:add-interface + 'clef-modifier-interface + "The number describing transposition of the clef, placed below +or above clef sign. Usually this is 8 (octave transposition) +or 15 (two octaves), but LilyPond allows any integer here." + '()) + (ly:add-interface 'dynamic-interface "Any kind of loudness sign." @@ -189,14 +196,6 @@ accidentals)." "Note names." '()) -(ly:add-interface - 'octavate-eight-interface - "Interface that permits the nominal identification of the octavian -annotation that multiplies by two the freqency of the pitches present -in a given staff were they played on a clef that lacked said octavian -annotation." - '()) - (ly:add-interface 'only-prebreak-interface "Kill this grob after the line breaking process."