From: fred Date: Sun, 24 Mar 2002 19:37:50 +0000 (+0000) Subject: lilypond-0.0.47 X-Git-Tag: release/1.5.59~5042 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f71554b0228a0d19d328b43f977130ec4b8dc91e;p=lilypond.git lilypond-0.0.47 --- diff --git a/input/rhythm.ly b/input/rhythm.ly index d61b04f883..5739294fbf 100644 --- a/input/rhythm.ly +++ b/input/rhythm.ly @@ -4,9 +4,10 @@ % add any impressive examples here, please ritme = \staff { - \rhythmic{ - \partial {1*8} % doesnt' have to be here. - \meter{ 4/4} + melodicregs + \melodic{ %\octave {c} + \partial {8} + \meter{ 4/4} c8 | [a8() a8. a8 a16 a16 a16] c4. | % watch the beams! @@ -16,7 +17,7 @@ ritme = \staff { % divide measure in 5 equal parts. Usually it 2+3 or 3+2 \grouping { 5*16 } [c8 c16 c8 ] | % watch THIS! - \plet{5/4} [c16 c16 c16 c16]\plet{1/1} | + [c16 c16 c16 c16]5/4 | \meter{ 2/8} c4 | c4 c4 c4 c4 @@ -28,22 +29,15 @@ ritme = \staff { % [c16 c16 c16 c16 c16 ] | } - - % - % The \co\mmands section takes the same stuff that \music { } takes; - % the \co\mmands issued below could have been issued inside the above - % \music block; - % - } -another = \staff{ +another = \staff{ melodicregs \melodic{ \meter{ 4/4} c1 c1 c1 c4 c4 c4 c4 \meter{ 4/4} c1 c1 c1 } } -yanother = \staff{ +yanother = \staff{ melodicregs \melodic{ \meter{ 4/4} c1 c1 c1 c4 c4 c4 c4 c1 c1 c1 }