]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.22
authorfred <fred>
Sun, 24 Mar 2002 19:27:31 +0000 (19:27 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:27:31 +0000 (19:27 +0000)
init/Makefile
init/script.ini

index b9d962d1ed12d8349bd39c6e2e41cd920deae426..19dfcbfcaf555311d300d5d6d259515660f4b34a 100644 (file)
@@ -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)
index 6ac23c92c5865120e6386a8d87098beabd8f568c..aeee0b01ac096312f3a4f4a72a123c1d25851195 100644 (file)
@@ -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 }