]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.22
authorfred <fred>
Thu, 9 Jan 1997 13:53:55 +0000 (13:53 +0000)
committerfred <fred>
Thu, 9 Jan 1997 13:53:55 +0000 (13:53 +0000)
scales.ly [new file with mode: 0644]

diff --git a/scales.ly b/scales.ly
new file mode 100644 (file)
index 0000000..99d6f56
--- /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