]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.16
authorfred <fred>
Sun, 24 Mar 2002 19:58:33 +0000 (19:58 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:58:33 +0000 (19:58 +0000)
Documentation/gnu-music.pod
input/collisions.ly

index ae733b26673750dfb5d36beee68885dfbd2a4652..07e30ba4ab280340b836e7e07fa874acfea97da9 100644 (file)
@@ -181,18 +181,6 @@ recognizing input.
 
 =item *
 
-Gather a  moderate number of test users and hackers
-
-=item *
-
-A website on GMP
-
-=item *
-
-Libs for r/w MIDI 
-
-=item *
-
 Think about interfaces for components.
 
 =item *
@@ -217,7 +205,7 @@ The GNU Music project is a project which aims to create free software
 for music printing and composing.  It was started in november '92 by a
 core team of four members (Bryan Ford <baford@cs.utah.edu>, David Linn
 <drl@vuse.vanderbilt.edu>, Francois Pinard <pinard@iro.umontreal.ca>,
-Neil Jerram <nj104@cus.cam.ac.uk> and in January '93 Robert Strandh
+Neil Jerram <nj104@cus.cam.ac.uk>) and in January '93 Robert Strandh
 <Robert.Strandh@labri.u-bordeaux.fr> joined.
 
 After serious disputes with Robert Strandh
index 15f5b3969e7618a6273260369e2f94ff6b53a4d7..d2c945889d048732f126124084072bf310788bd0 100644 (file)
@@ -1,15 +1,10 @@
-%{MudelaHeader
-
- filename: collisions.ly
- title:
- description:  random counterpoint to test collisions
- composer(s): 
- entered-by: HWN,JCN
- copyright: public domain
-
- Tested Features:test the Collision resolution 
-EndMudelaHeader
-%}
+\header{
+filename       collisions.ly
+description    random counterpoint to test collisions
+enteredby      HWN,JCN
+copyright      public domain
+Tested         test the Collision resolution 
+}
 \version "0.1.6";
 
 
@@ -60,30 +55,34 @@ rests = \melodic
 restsII = \melodic {
        \octave c'; 
        \multi 2 < 
-                               { \stemup  g' f' e' d' c' b a g f e d c }
-                               { \stemdown r  r  r  r  r  r r r r r r r }
-                       >
+               { \stemup  g' f' e' d' c' b a g f e d c }
+               { \stemdown r  r  r  r  r  r r r r r r r }
+       >
        \multi 2 <
-                               { \stemup  r r r r r r r r  r  r  r  r }
-                               { \stemdown c d e f g a b c' d' e' f' g' }
-                       >
-                       r8 r4
-                       \multi 2 <  r8 r8 >
-                       \multi 2 <  r8 r8 r8 >
-                       \multi 2 <  r8 r8 r8 r8 >
-                       \multi 2 <  r r >
-                       \multi 2 <  r r r >
-                       \stemup
-                       [c''8 r8 c''8 c''8]
-                       [c8 r8 c8 c8]
-                       \stemdown
-                       [c8 r8 c8 c8]
-                       [c''8 r8 c''8 c''8]
+               { \stemup  r r r r r r r r  r  r  r  r }
+               { \stemdown c d e f g a b c' d' e' f' g' }
+       >
+       r8 r4
+       \multi 2 <  r8 r8 >
+       \multi 2 <  r8 r8 r8 >
+       \multi 2 <  r8 r8 r8 r8 >
+       \multi 2 <  r r >
+       \multi 2 <  r r r >
+       \stemup
+       [c''8 r8 c''8 c''8]
+       [c8 r8 c8 c8]
+       \stemdown
+       [c8 r8 c8 c8]
+       [c''8 r8 c''8 c''8]
 }
 
 \score{
-       {  \two_voice  \two_voice_steminvert 
-                       \three_voice  \rests \restsII }
+       {  \two_voice  
+       \two_voice_steminvert 
+       \three_voice  
+       \rests 
+       %\restsII 
+       }