]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 21 Nov 2005 01:31:33 +0000 (01:31 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 21 Nov 2005 01:31:33 +0000 (01:31 +0000)
Documentation/topdocs/NEWS.tely
lily/system-start-delimiter.cc
scm/define-grob-properties.scm

index e3be786d15253268e11b940e655401a0ccd4417b..7366273fddd95d6bcea2fcaf8141e1a085ccb3a6 100644 (file)
@@ -48,16 +48,13 @@ This document is also available in @uref{NEWS.pdf,PDF}.
 
 @item
 It's now possible to easily create deeply nested system start
-brackets,
+delimiters,
 
 @lilypond[raggedright]
-\new StaffGroup \with {
-  \remove "System_start_delimiter_engraver"
-  \consists "Nested_system_start_delimiter_engraver"
-}
+\new StaffGroup 
 \relative <<
-  \override StaffGroup.NestedSystemStartDelimiter #'styles
-     = #'(line-bracket bracket line-bracket)
+  \override StaffGroup.systemStartDelimiters
+     = #'(SystemStartSquare SystemStartBracket SystemStartSquare)
   \set StaffGroup.systemStartDelimiterHierarchy = #'((a (b)) c)
   \new Staff { c1 }
   \new Staff { c1 }
index add769a97d39dd2617510caffd619e8e3d248b2c..e13e668bc59f7b26fb0bfcffccfce1bfc02e4be3 100644 (file)
@@ -182,6 +182,5 @@ ADD_INTERFACE (System_start_delimiter, "system-start-delimiter-interface",
               /* properties */
               "collapse-height "
               "style "
-              "staff-hierarchy "
               "thickness "
               );
index 7569f3bc3a0e6eb71c258de019a4c1d4f97de2e2..40fb0399e24f122449cb6da48e15e022b11858cf 100644 (file)
@@ -412,7 +412,6 @@ separately, but put before musical columns.")
      (style ,symbol? "This setting determines in what style a grob is
 typeset. Valid choices depend on the @code{stencil} callback reading
 this property.")
-     (styles ,list? "A list of style symbols.")   
      (text ,markup? "Text markup.  See @usermanref{Text markup}.")
 ;;FIXME -- Should both be the same?
      (text-direction ,ly:dir? "This controls the ordering of the
@@ -571,7 +570,6 @@ debugging")
      (shorten ,ly:dimension? "The amount of space that a
 stem. Internally used to distribute beam shortening over stems. ")
      (slur ,ly:grob? "A pointer to a slur object")
-     (staff-hierarchy ,pair? "A nested list of staff symbol grobs.")
      (use-breve-rest ,boolean? "Use breve rests for measures longer
 than a whole rest.")