]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/grob-description.scm
release: 1.3.142
[lilypond.git] / scm / grob-description.scm
index a1fdc784cf8f95a6ff418405c76c343fb053b63f..0ad01c0ff7d554d4fd353db2b6b92b3b64467243 100644 (file)
        (DynamicText . (
                (Y-offset-callbacks . (,Side_position_interface::aligned_on_self))
                (molecule-callback . ,Text_item::brew_molecule)
+               (no-spacing-rods . #t)
                (script-priority . 100)
                (font-series . bold)
                (font-family . dynamic)
                (style . default)
                (molecule-callback . ,Note_head::brew_molecule)
                (Y-offset-callbacks  . (,Staff_symbol_referencer::callback))
-               (attachment-angle . ,(* 20/360 3.14159))
+               (attachment-slope . 0.17)
                (meta . ,(grob-description  "NoteHead"
                        rhythmic-head-interface font-interface 
                        note-head-interface ))
                (no-spacing-rods . #t)
                (direction . -1)
                (padding . 0.5)
+;; todo: add X self alignment?
                (baseline-skip . 2)
                (font-family . roman)
                (meta . ,(grob-description "TextScript" text-script-interface text-interface side-position-interface font-interface ))