]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-grob-interfaces.scm
(default-script-alist): swap portato symbols.
[lilypond.git] / scm / define-grob-interfaces.scm
index e04c1e6b9d799fd74fe20555c873f1c1b8a8e48e..412917ab4f19e04e69ef6fee59ac2cf59a0962c0 100644 (file)
@@ -76,7 +76,7 @@
 (ly:add-interface
  'only-prebreak-interface
  "Kill this grob after the line breaking process."
- '() )
+ '())
 
 (ly:add-interface
  'piano-pedal-interface
@@ -103,3 +103,9 @@ are interesting enough to maintain a hara-kiri staff."
  "An interface for any notes set in a tablature staff"
  '())
 
+
+(ly:add-interface
+ 'vertically-spaceable-interface 
+ "Objects that should be kept at constant vertical distances. Typically:
+@internalsref{VerticalAxisGroup} objects of @internalsref{Staff} contexts."
+ '())