]> git.donarmstrong.com Git - lilypond.git/commitdiff
(all-user-grob-properties):
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 2 Oct 2006 15:57:58 +0000 (15:57 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 2 Oct 2006 15:57:58 +0000 (15:57 +0000)
mention stencil as user settable.

ChangeLog
ly/engraver-init.ly
scm/define-grob-properties.scm
scm/define-grobs.scm

index 4bae29130212404de5a5824b0eb31f3d04b4fde5..d9da776d8f3b848db27748479f042196530a28e6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * scm/define-grob-properties.scm (all-user-grob-properties):
+       mention stencil as user settable.
+
 2006-10-02  Joe Neeman  <joeneeman@gmail.com>
 
        * Documentation/user/page.itely (Page formatting): 
index b7d1acfd70da86be0cca479cd2be4c7e742b328d..46f7ffe553cc4e8cb5ddce007f22b785517e0a42 100644 (file)
@@ -202,6 +202,9 @@ contained staves are not connected vertically."
   \consists "Beam_engraver"
   \consists "Grace_beam_engraver"
   \consists "Auto_beam_engraver"
+
+  %% must come before Script_column_engraver.
+  \consists "New_fingering_engraver"
   \consists "Chord_tremolo_engraver"
   \consists "Percent_repeat_engraver"
   \consists "Slash_repeat_engraver"
@@ -218,7 +221,6 @@ contained staves are not connected vertically."
   \consists "Phrasing_slur_engraver"
   \consists "Cluster_spanner_engraver"
   \consists "Slur_engraver"
-  \consists "New_fingering_engraver"
   \consists "Tie_engraver"
   \consists "Tuplet_engraver"
   \consists "Grace_engraver"
index 6fe9dea48d8fe200111b3dc6e001b8932150b59f..5ad1fad253d32089ab922561f217078bae87c72a 100644 (file)
@@ -415,6 +415,7 @@ staff spaces, counted from the middle line.")
 stems that are placed in tight configurations. For opposite
 directions, this amount is the correction for two normal sized stems
 that overlap completely.")
+     (stencil ,ly:stencil? "The symbol to print.")
 
      (strict-note-spacing ,boolean? "If set, unbroken columns
 with non-musical material (clefs, barlines, etc.) are not spaced
@@ -594,7 +595,6 @@ debugging")
 
      ;; [TODO: change this]
      (primitive ,integer? "Pointer to a ligature primitive, i.e. an item similar to a note head that is part of a ligature. ")
-     (stencil ,ly:stencil? "The symbol to print.")
      (ideal-distances ,list? "(@var{obj} . (@var{dist} . @var{strength})) pairs.")
      (minimum-distances ,list? "list of rods, that have the format (@var{obj} . @var{dist}).")
 
index d0e0f341bf2147ebae4a9e576af0d31ad2e59733..b9a4d32ee387e41c218a877fc37d61b2280ca2af 100644 (file)
 
        (self-alignment-X . 1)
 
-;; 
-;;     (break-align-symbol . left-edge)
+       ;; want the bar number before the clef at line start. 
+       (break-align-symbol . left-edge)
        (meta .
              ((class . Item)
               (interfaces . (side-position-interface