From: fred Date: Sun, 24 Mar 2002 19:27:31 +0000 (+0000) Subject: lilypond-0.0.22 X-Git-Tag: release/1.5.59~5633 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1d549804ef629df63613efcc6599f23399c60226;p=lilypond.git lilypond-0.0.22 --- diff --git a/init/Makefile b/init/Makefile index b9d962d1ed..19dfcbfcaf 100644 --- a/init/Makefile +++ b/init/Makefile @@ -1,5 +1,8 @@ DFILES=dutch.ini table_sixteen.ini table_twenty.ini\ english.ini script.ini +default: + echo huh? + dist: ln Makefile $(DFILES) $(DDIR)/$(INITDIR) diff --git a/init/script.ini b/init/script.ini index 6ac23c92c5..aeee0b01ac 100644 --- a/init/script.ini +++ b/init/script.ini @@ -3,12 +3,14 @@ % indexstring same_dir_as_stem above_below_staff symbol_can_beinverted } % +accent = script { "sforzato" -1 0 0 } +marcato = script { "marcato" -1 0 1 } +staccatissimo = script { "staccatissimo" -1 0 1 } +portato= script { "portato" -1 0 1 } 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 } +tenuto = script {"tenuto" -1 0 0 } portato = script { "portato" -1 0 0 } -marcato = script { "marcato" -1 0 1 } upbow = script { "upbow" 0 1 0 } downbow = script { "downbow" 0 1 0 }