X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Frhythm.ly;h=2593429df9241586faf5a5fd3f32eef54b1c662d;hb=3b3e161088f1a4be942e67729d0f89f0e8d31c51;hp=8c970a2ffcaeaba7af7b4d558cf1b67e88c74c1a;hpb=90af24283c8c892760d635f286436d845e0f2795;p=lilypond.git diff --git a/input/rhythm.ly b/input/rhythm.ly index 8c970a2ffc..2593429df9 100644 --- a/input/rhythm.ly +++ b/input/rhythm.ly @@ -1,15 +1,15 @@ \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.3.110"; +\version "1.3.117"; -ritme = \notes\transpose c'' { +ritme = \notes\transpose c'' { \time 4/4; \partial 8; c8 | @@ -35,13 +35,13 @@ ritme = \notes\transpose c'' { } -another = +another = \notes \relative c'' { \time 6/4; c1. c1. \time 4/4;c4 c4 c4 c4 c1 c1 c1 } -yanother = +yanother = \notes{ \time 4/4; c1 c1 c1 c4 c4 c4 c4 c1 c1 c1 }