From 9006be05e347d91b4f59361a0eeb4337a5d129e1 Mon Sep 17 00:00:00 2001 From: Heikki Junes Date: Wed, 3 Mar 2004 12:56:53 +0000 Subject: [PATCH] * input/test/nested-groups.ly: remove. move content (to next). * input/test/staff-bracket.ly: replace content (from prev), this has been already in templates. --- ChangeLog | 6 ++++ input/test/nested-groups.ly | 45 ---------------------------- input/test/staff-bracket.ly | 58 ++++++++++++++++++++++++------------- 3 files changed, 44 insertions(+), 65 deletions(-) delete mode 100644 input/test/nested-groups.ly diff --git a/ChangeLog b/ChangeLog index beaba48fe8..be55b78dcb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-03-03 Heikki Junes + + * input/test/nested-groups.ly: remove. move content (to next). + * input/test/staff-bracket.ly: replace content (from prev), this + has been already in templates. + 2004-03-03 Jan Nieuwenhuizen * stepmake/autogen.sh: Only issue warning about running configure diff --git a/input/test/nested-groups.ly b/input/test/nested-groups.ly deleted file mode 100644 index 519da6c6d7..0000000000 --- a/input/test/nested-groups.ly +++ /dev/null @@ -1,45 +0,0 @@ -\version "2.1.26" - -\header{ texidoc="@cindex Nested Staff Groups -Staffs can be nested in various combinations. Here, @code{StaffGroup} -and @code{ChoirStaff} produce similar straight brackets, whereas -@code{GrandStaff} produces curly brackets. In @code{InnerStaffGroup} -and @code{InnerChoirStaff}, the brackets are shifted leftwards. - -" -} - -\score { \notes -<< - \new StaffGroup << - \new Staff {c' d' e' f'} - \new InnerStaffGroup << - \new Staff {c' d' e' f'} - \new GrandStaff << - \new Staff {c' d' e' f'} - \new Staff {c' d' e' f'} - >> - \new Staff {c' d' e' f'} - >> - \new ChoirStaff << - \new Staff {c' d' e' f'} - \new InnerStaffGroup << - \new Staff {c' d' e' f'} - >> - \new Staff {c' d' e' f'} - >> - >> - \new ChoirStaff << - \new Staff {c' d' e' f'} - \new InnerChoirStaff << - \new Staff {c' d' e' f'} - \new Staff {c' d' e' f'} - >> - \new Staff {c' d' e' f'} - >> - ->> - - \paper { raggedright = ##t} -} - diff --git a/input/test/staff-bracket.ly b/input/test/staff-bracket.ly index cf6ea6596c..519da6c6d7 100644 --- a/input/test/staff-bracket.ly +++ b/input/test/staff-bracket.ly @@ -1,27 +1,45 @@ -\version "2.1.26" +\version "2.1.26" -\header{texidoc = "@cindex Staff Bracket -In a music with piano accompaniment, staff brackets, like the one in -this example can be used. " +\header{ texidoc="@cindex Nested Staff Groups +Staffs can be nested in various combinations. Here, @code{StaffGroup} +and @code{ChoirStaff} produce similar straight brackets, whereas +@code{GrandStaff} produces curly brackets. In @code{InnerStaffGroup} +and @code{InnerChoirStaff}, the brackets are shifted leftwards. + +" } -\score -{ - \new StaffGroup \notes \relative c'' << - \new Staff { b1 } - \new PianoStaff << - \new Staff \notes { b1 } - \new Staff \notes { b1 } - >> +\score { \notes +<< + \new StaffGroup << + \new Staff {c' d' e' f'} + \new InnerStaffGroup << + \new Staff {c' d' e' f'} + \new GrandStaff << + \new Staff {c' d' e' f'} + \new Staff {c' d' e' f'} + >> + \new Staff {c' d' e' f'} + >> + \new ChoirStaff << + \new Staff {c' d' e' f'} + \new InnerStaffGroup << + \new Staff {c' d' e' f'} + >> + \new Staff {c' d' e' f'} + >> >> + \new ChoirStaff << + \new Staff {c' d' e' f'} + \new InnerChoirStaff << + \new Staff {c' d' e' f'} + \new Staff {c' d' e' f'} + >> + \new Staff {c' d' e' f'} + >> + +>> - \paper { - \translator - { - \StaffContext - \consists Instrument_name_engraver - } - raggedright=##t - } + \paper { raggedright = ##t} } -- 2.39.5