From: fred Date: Sun, 24 Mar 2002 19:57:38 +0000 (+0000) Subject: lilypond-0.1.14 X-Git-Tag: release/1.5.59~3894 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dce7fc475d59a5b89370056a971f62105bf58c63;p=lilypond.git lilypond-0.1.14 --- diff --git a/init/performer.ly b/init/performer.ly index a45e0ce271..90b3688412 100644 --- a/init/performer.ly +++ b/init/performer.ly @@ -9,7 +9,6 @@ Staff = \translator { \consists "Meter_performer"; } - Thread =\translator { \type "Performer_group_performer"; @@ -40,12 +39,19 @@ Lyrics = \translator { \consists "Meter_performer"; } +Staff_group = \translator +{ + \type Performer_group_performer; + \accepts Staff; +} + Score = \translator { \type "Score_performer"; instrument = piano; \accepts Staff; \accepts Grandstaff; \accepts Lyrics; + \accepts Staff_group; \consists "Swallow_performer"; } diff --git a/input/rhythm.ly b/input/rhythm.ly index ef4481d1f8..cc1511bf16 100644 --- a/input/rhythm.ly +++ b/input/rhythm.ly @@ -7,7 +7,7 @@ TestedFeatures multiple meters, beaming, unsynced bars, userdefd engravers -\version "0.1.5"; +\version "0.1.6"; ritme = \melodic{ %\octave ; \partial 8; @@ -49,7 +49,7 @@ yanother = \score{ - < \multi 3; + \type Staff_group < \ritme \another \yanother @@ -79,6 +79,7 @@ yanother = %% add Timing_engraver to the staff Staff = \translator { \type "Engraver_group_engraver"; + defaultclef= violin; \consists "Timing_engraver"; \consists "Bar_engraver";