From 2c84c91e6f05752720b3b2743e925d7ac682766a Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 9 Jan 1997 13:53:55 +0000 Subject: [PATCH] lilypond-0.0.22 --- scales.ly | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 scales.ly diff --git a/scales.ly b/scales.ly new file mode 100644 index 0000000000..99d6f5630a --- /dev/null +++ b/scales.ly @@ -0,0 +1,36 @@ + +blah = +staff {melodic + music{ $ c1 + \duration { 8} + [c-> d-> e-> f->][g-> a-> b-> 'c->] +\octave{'} ['c-^ b-^ a-^ g-^][f-^ e-^ d-^ c-^] + +\octave{} ['c-^ b-^ a-^ g-^][f-^ e-^ d-^ c-^] + + [c-. d-. e-. f-.][g-. a-. b-. 'c-.] + ['c-- b-- a-- g][f-- e-- d c--] + [c-\portato d-\portato e-\portato f-\portato][g-\portato a-\portato b-\portato 'c-\portato] + ['c-\upbow b-\upbow a-\downbow g-\downbow][f-\downbow e-\downbow d-\upbow c-\upbow] + [c-| d-| e-| f-|][g-| a-| b-| 'c-|] + ['c b a g][f e d c] + [c d e f][g a b 'c] + ['c b a g][f e d c] + $} + commands { + } +} +score { + staff { + blah + } + paper { + symboltables { table_sixteen} + unitspace 1.5 cm + geometric 1.4 + } + commands {meter 4 4 + + skip 18:0 + } +} \ No newline at end of file -- 2.39.5