From 6bb0f590f0ceebd6e679482099028567e9db69e0 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:58:33 +0000 Subject: [PATCH] lilypond-0.1.16 --- Documentation/gnu-music.pod | 14 +-------- input/collisions.ly | 63 ++++++++++++++++++------------------- 2 files changed, 32 insertions(+), 45 deletions(-) diff --git a/Documentation/gnu-music.pod b/Documentation/gnu-music.pod index ae733b2667..07e30ba4ab 100644 --- a/Documentation/gnu-music.pod +++ b/Documentation/gnu-music.pod @@ -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 , David Linn , Francois Pinard , -Neil Jerram and in January '93 Robert Strandh +Neil Jerram ) and in January '93 Robert Strandh joined. After serious disputes with Robert Strandh diff --git a/input/collisions.ly b/input/collisions.ly index 15f5b3969e..d2c945889d 100644 --- a/input/collisions.ly +++ b/input/collisions.ly @@ -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 + } -- 2.39.5