From d7eac54ddb0eb488c814335b60c3568b4547d449 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:47:43 +0000 Subject: [PATCH] lilypond-0.0.74pre --- bin/make_website | 3 ++- input/cadenza.ly | 12 ++++++------ input/keys.ly | 8 +++----- input/pedal.ly | 4 +--- input/scripts.ly | 14 +++++--------- 5 files changed, 17 insertions(+), 24 deletions(-) diff --git a/bin/make_website b/bin/make_website index 096d700280..4fec78309e 100755 --- a/bin/make_website +++ b/bin/make_website @@ -71,7 +71,8 @@ sub my_system local $base="lilypond/"; -local @examples=("multi", "wohltemperirt" ,"standchen", "toccata-fuga-E", "scsii-menuetto", "collisions"); +local @examples=("multi", "wohltemperirt" ,"standchen", "toccata-fuga-E", + "scsii-menuetto", "collisions", "cadenza", "scales"); # rhythm, scales, diff --git a/input/cadenza.ly b/input/cadenza.ly index 90f7c45c8f..eda6e6bfd7 100644 --- a/input/cadenza.ly +++ b/input/cadenza.ly @@ -17,27 +17,27 @@ cad = \melodic { \cadenza 1; \grouping 1*4;\duration 8;\octave c'; - \clef \violin ; + \clef "violin"; c'4.\mf g8 [e'^"accel" ~ d' c' b] [b~ c'] g-\fermata - \bar \empty; + \bar "empty"; c [c_"rubato" e g c'] \octave c''; e4. e [g ~ f_"rit" e d] \duration 16; dis4~ e4 - \bar \empty ; + \bar "" ; r8 [c d] [e f g gis] \duration 4; a-> 'f~ 'e g f-> 'd~ 'cis e \duration 8; d4^\fermata - \bar \empty ; + \bar "" ; r8 'a ['b cis] \duration 16; [d cis d e] @@ -45,10 +45,10 @@ cad = \melodic { 'b4 \octave c'; [2/3 d'8 c'8 a8]1/1 g2 - \bar \empty ; + \bar "" ; [g c e g] [c' e g c']\octave c''; [e 'g c e] g4^\fermata %~ % BUG! - \bar \empty ; + \bar "" ; [g8.(_"a tempo" e g8. )e] a4. g8 [f8 e8 d8 c8] 'g2 d2^"tr" diff --git a/input/keys.ly b/input/keys.ly index 076ea00fe7..4a30ea61f9 100644 --- a/input/keys.ly +++ b/input/keys.ly @@ -10,7 +10,7 @@ Tested Features: local key, key, forced accidentals EndMudelaHeader %} -\version "0.0.58"; +\version "0.0.61"; blah = \melodic{ @@ -31,8 +31,6 @@ blah = \melodic{ } \score{ - \staff { - melodicregs - blah - } + \blah + } diff --git a/input/pedal.ly b/input/pedal.ly index caa9905430..f9a5b9eaf9 100644 --- a/input/pedal.ly +++ b/input/pedal.ly @@ -24,10 +24,9 @@ % \lbheel \lbheel \lfheel \lftoe % \rbheel \rbtoe \rfheel \rftoe -\version "0.0.58"; +\version "0.0.61"; \score{ - \staff{ melodicregs \melodic { \meter 4/4; \key fis cis; @@ -44,7 +43,6 @@ [d-\lfheel e-\rbtoe fis-\ltoe e-\rbtoe] [d-\lfheel e-\rbtoe fis-\lheel e] [d e fis e] [d e fis e] | d4 r4 r4 [b-\rtoe a-\ltoe b-\rtoe fis-\ltoe] | - } } \paper{} } diff --git a/input/scripts.ly b/input/scripts.ly index 42b1fa1731..3882327d27 100644 --- a/input/scripts.ly +++ b/input/scripts.ly @@ -10,12 +10,10 @@ Tested Features: scripts, text. EndMudelaHeader %} -\version "0.0.58"; +\version "0.0.61"; -blah = \staff{ melodicregs - - \melodic { +blah = \melodic { \octave c'; 'c ->-.-\fermata-"text" c ->-.-\fermata-"text" @@ -65,11 +63,9 @@ blah = \staff{ melodicregs [c-\lheel \< d-\lheel e-\lheel \! f-\lheel] [d'-\lheel \> e'-\lheel f'-\lheel \! g'-\lheel] } -} + \score{ - blah - \paper{ - \symboltables {table_sixteen} - } + \blah + } -- 2.39.5