]> git.donarmstrong.com Git - lilypond.git/commitdiff
(struct
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 21 Nov 2005 01:32:17 +0000 (01:32 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 21 Nov 2005 01:32:17 +0000 (01:32 +0000)
Bracket_nesting_node): new class.
(struct Bracket_nesting_group): new class
(struct Bracket_nesting_staff): new class.
(process_music): create hierarchy of grobs. This allows separate
tuning of different SSDs.

lily/nested-system-start-delimiter-engraver.cc

index b900d1cc4b3f936a97b1ebec06106f119ceca13c..32ae994077cbfddb67397929f83207add9ee73d1 100644 (file)
@@ -230,7 +230,7 @@ ADD_ACKNOWLEDGER (Nested_system_start_delimiter_engraver, system_start_delimiter
 
 ADD_TRANSLATOR (Nested_system_start_delimiter_engraver,
                /* doc */ "Creates a system start delimiter (ie. SystemStart@{Bar, Brace, Bracket@} spanner",
-               /* create */ "NestedSystemStartDelimiter",
+               /* create */ "SystemStartSquare SystemStartBrace SystemStartBracket SystemStartBar",
                /* accept */ "",
                /* read */ "systemStartDelimiterHierarchy",
                /* write */ "");