]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-grobs.scm
CG: updates for ubuntu lilydev remix.
[lilypond.git] / scm / define-grobs.scm
index 82636f32882461c8039155aeaa12d50adb338b25..0f66726b474a564c163d2e8e79ccb6e397bcc40a 100644 (file)
 
     (StaffGrouper
      . (
-       (staff-staff-spacing . ((space . 9)
-                                (stretchability . 5)
+       (staff-staff-spacing . ((basic-distance . 9)
                                (minimum-distance . 7)
-                               (padding . 1)))
-       (staffgroup-staff-spacing . ((space . 10.5)
-                                     (stretchability . 9)
+                               (padding . 1)
+                                (stretchability . 5)))
+       (staffgroup-staff-spacing . ((basic-distance . 10.5)
                                     (minimum-distance . 8)
-                                    (padding . 1)))
+                                    (padding . 1)
+                                     (stretchability . 9)))
        (meta . ((class . Spanner)
                 (interfaces . (staff-grouper-interface))))))
 
 
     (TabNoteHead
      . (
-       (details . ((tied-properties . ((break-visibility . ,begin-of-line-visible)
-                                       (parenthesize . #t)))
-                   (repeat-tied-properties . ((note-head-visible . #t)
-                                              (parenthesize . #t)))
+       (details . ((cautionary-properties . ((angularity . 0.4)
+                                             (half-thickness . 0.075)
+                                             (padding . 0)
+                                             (procedure . ,parenthesize-stencil)
+                                             (width . 0.25)))
+                   (head-offset . 3/5)
                    (harmonic-properties . ((angularity . 2)
                                            (half-thickness . 0.075)
                                            (padding . 0)
                                            (procedure . ,parenthesize-stencil)
                                            (width . 0.25)))
-                   (cautionary-properties . ((angularity . 0.4)
-                                             (half-thickness . 0.075)
-                                             (padding . 0)
-                                             (procedure . ,parenthesize-stencil)
-                                             (width . 0.25)))))
+                   (repeat-tied-properties . ((note-head-visible . #t)
+                                              (parenthesize . #t)))
+                   (tied-properties . ((break-visibility . ,begin-of-line-visible)
+                                       (parenthesize . #t)))))
 
        (direction . ,CENTER)
        (duration-log . ,note-head::calc-duration-log)
      . (
        (adjacent-pure-heights . ,ly:axis-group-interface::adjacent-pure-heights)
        (axes . (,Y))
-       (default-staff-staff-spacing . ((space . 9)
+       (default-staff-staff-spacing . ((basic-distance . 9)
                                        (minimum-distance . 8)
                                        (padding . 1)))
        (nonstaff-unrelatedstaff-spacing . ((padding . 0.5)))