]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-grob-interfaces.scm
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / scm / define-grob-interfaces.scm
index baa3b70d7a85e75e8fcb4a4a2b0aa889d9d7c92f..4234fd5e1ede18b1e96dcaa465a659ce1ad342f8 100644 (file)
  "A bass figure text"
  '(implicit))
 
+(ly:add-interface
+ 'bass-figure-alignment-interface
+ ""
+ '())
 
 (ly:add-interface
  'dynamic-interface
@@ -81,7 +85,7 @@
 (ly:add-interface
  'multi-measure-interface
  "Multi measure rest, and the text or number that is printed over it."
- '())
+ '(bound-padding))
 
 (ly:add-interface
 'note-name-interface
  "Kill this grob after the line breaking process."
  '())
 
+(ly:add-interface
+ 'parentheses-interface
+ "Parentheses for other objects"
+ '(padding))
+
 (ly:add-interface
  'piano-pedal-interface
  "A piano pedal sign"