From 028e52eb26920daf149d82022c08e749414e6f9f Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 30 Dec 1996 17:42:31 +0000 Subject: [PATCH] lilypond-0.0.21 --- init/script.ini | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 init/script.ini 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 } -- 2.39.5