From: fred Date: Mon, 30 Dec 1996 17:42:31 +0000 (+0000) Subject: lilypond-0.0.21 X-Git-Tag: release/1.5.59~6458 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=028e52eb26920daf149d82022c08e749414e6f9f;p=lilypond.git lilypond-0.0.21 --- diff --git a/init/script.ini b/init/script.ini new file mode 100644 index 0000000000..6ac23c92c5 --- /dev/null +++ b/init/script.ini @@ -0,0 +1,14 @@ + +% name = script { +% indexstring same_dir_as_stem above_below_staff symbol_can_beinverted } +% + +fermata = script { "fermata" 1 0 1 } +stopped = script { "stopped" 0 1 0 } +accent = script { "accent" -1 0 0 } +staccato = script { "staccato" -1 0 0 } +staccatissimo = script { "staccatissimo" 1 0 1 } +portato = script { "portato" -1 0 0 } +marcato = script { "marcato" -1 0 1 } +upbow = script { "upbow" 0 1 0 } +downbow = script { "downbow" 0 1 0 }