X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Frhythm.ly;h=d7e336c25208e09e1aff99c6bd16837ade70b48c;hb=d4bd65ce87936a9b2abdbf941ad572bda4e76768;hp=b0de5a90bd717a15b2dee4cc1a8453791bfdf04f;hpb=a1d72ee4c631e40978415d31666337beaebceabc;p=lilypond.git diff --git a/input/rhythm.ly b/input/rhythm.ly index b0de5a90bd..d7e336c252 100644 --- a/input/rhythm.ly +++ b/input/rhythm.ly @@ -1,31 +1,32 @@ +\version "1.3.146" \header{ -filename = "rhythm.ly"; -enteredby = "HWN"; -copyright = "public domain"; -TestedFeatures = "multiple meters, beaming, unsynced bars, userdefd engravers"; +filename = "rhythm.ly" +enteredby = "HWN" +copyright = "public domain" +TestedFeatures = "multiple meters, beaming, unsynced bars, userdefd engravers" } -\version "1.0.21"; -ritme = \notes\transpose c'' { - \time 4/4; - \partial 8; + +ritme = \notes\transpose c'' { + \time 4/4 + \partial 8 c8 | [a8~ a8. a8 a16 a16 a16] c4. | % watch the beams! r32 r32 r16 r8 r4 r2 | - \time 5/16; + \time 5/16 % divide measure in 5 equal parts. Usually it 2+3 or 3+2 - \grouping 16*5 ; + [c8 c16 c8 ] | % watch THIS! \times 5/4 { [ c16 c16 c16 c16] } | - \time 2/8; + \time 2/8 c4 | c4 c4 c4 c4 - \time 4/4; + \time 4/4 c1 c1 c1 % [c16 c16 c16 c16 ] | @@ -35,18 +36,14 @@ ritme = \notes\transpose c'' { } -another = - \notes{ \time 6/4; - c1. c1. \time 4/4;c4 c4 c4 c4 c1 c1 c1 +another = + \notes \relative c'' { \time 6/4 + c1. c1. \time 4/4c4 c4 c4 c4 c1 c1 c1 } -% -% Beams are incorrect for the next staff. They cut through the whole notes. -% - -yanother = - \notes{ \time 4/4; +yanother = + \notes{ \time 4/4 c1 c1 c1 c4 c4 c4 c4 c1 c1 c1 } @@ -65,15 +62,15 @@ yanother = %% remove Timing_engraver and Bar_number_engraver \translator { \ScoreContext - \remove "Timing_engraver"; + \remove "Timing_engraver" } \translator { \RhythmicStaffContext - \consists "Timing_engraver"; + \consists "Timing_engraver" } \translator{ \StaffContext - \consists "Timing_engraver"; + \consists "Timing_engraver" } } }