From 040f69aac7b22dfabda7513ac1849ad33cb6e1e1 Mon Sep 17 00:00:00 2001 From: hanwen Date: Mon, 21 Nov 2005 01:31:33 +0000 Subject: [PATCH] *** empty log message *** --- Documentation/topdocs/NEWS.tely | 11 ++++------- lily/system-start-delimiter.cc | 1 - scm/define-grob-properties.scm | 2 -- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index e3be786d15..7366273fdd 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -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 } diff --git a/lily/system-start-delimiter.cc b/lily/system-start-delimiter.cc index add769a97d..e13e668bc5 100644 --- a/lily/system-start-delimiter.cc +++ b/lily/system-start-delimiter.cc @@ -182,6 +182,5 @@ ADD_INTERFACE (System_start_delimiter, "system-start-delimiter-interface", /* properties */ "collapse-height " "style " - "staff-hierarchy " "thickness " ); diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 7569f3bc3a..40fb0399e2 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -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.") -- 2.39.5