From: fred Date: Mon, 12 May 1997 22:06:06 +0000 (+0000) Subject: lilypond-0.0.61 X-Git-Tag: release/1.5.59~6140 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ec628af9cf97f3b80efb11a54cb136fce94d5ce7;p=lilypond.git lilypond-0.0.61 --- diff --git a/input/scripts.ly b/input/scripts.ly new file mode 100644 index 0000000000..4890522195 --- /dev/null +++ b/input/scripts.ly @@ -0,0 +1,75 @@ +%{MudelaHeader + + filename: scripts.ly + title: + description: + composers: + entered-by:HWN, MB + copyright: + + Tested Features: scripts, text. +EndMudelaHeader +%} +\version "0.0.57"; + + +blah = \staff{ melodicregs + + \melodic { + \octave c'; + 'c ->-.-\fermata-"text" + c ->-.-\fermata-"text" + c' ->-.-\fermata-"text" + c'' ->-.-\fermata-"text" + + 'd ->-.-\fermata-"text" + d ->-.-\fermata-"text" + d' ->-.-\fermata-"text" + d'' ->-.-\fermata-"text" + + 'c ^>^.^\fermata^"text" + c ^>^.^\fermata^"text" + c' ^>^.^\fermata^"text" + c'' ^>^.^\fermata^"text" + + 'd ^>^.^\fermata^"text" + d ^>^.^\fermata^"text" + d' ^>^.^\fermata^"text" + d'' ^>^.^\fermata ^"text" + + 'c _>_._\fermata _"text" + c _>_._\fermata _"text" + c' _>_._\fermata _"text" + c'' _>_._\fermata _"text" + + 'd _>_._\fermata _"text" + d _>_._\fermata _"text" + d' _>_._\fermata _"text" + d'' _>_._\fermata _"text" + + \meter 4/4; + \duration 8; + \octave c'; + [c \< d e \! f][d' \> e' f' \! g'] + [c-> \< d-> e-> \! f->][d'-> \> e'-> f'-> \! g'->] + [c-^ \< d-^ e-^ \! f-^][d'-^ \> e'-^ f'-^ \! g'-^] + [c-. \< d-. e-. \! f-.][d'-. \> e'-. f'-. \! g'-.] + [c-- \< d-- e-- \! f--][d'-- \> e'-- f'-- \! g'--] + [c-\portato \< d-\portato e-\portato \! f-\portato] + [d'-\portato \> e'-\portato f'-\portato \! g'-\portato] + [c-\upbow \< d-\upbow e-\upbow \! f-\upbow] + [d'-\upbow \> e'-\upbow f'-\upbow \! g'-\upbow] + [c-| \< d-| e-| \! f-|][d'-| \> e'-| f'-| \! g'-|] + [c-\fermata \< d-\fermata e-\fermata \! f-\fermata] + [d'-\fermata \> e'-\fermata f'-\fermata \! g'-\fermata] + [c-\lheel \< d-\lheel e-\lheel \! f-\lheel] + [d'-\lheel \> e'-\lheel f'-\lheel \! g'-\lheel] +} +} + +\score{ + blah + \paper{ + \symboltables {table_sixteen} + } +}