]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix a bug that produced incorrect syntax for the staccatissimo articulation.
authorJohn Gourlay <john@weathervanefarm.net>
Wed, 6 Apr 2016 18:46:05 +0000 (14:46 -0400)
committerJohn Gourlay <john@weathervanefarm.net>
Wed, 6 Apr 2016 18:46:05 +0000 (14:46 -0400)
The correct syntax is "-!". It originally produced "-|".

scripts/musicxml2ly.py

index 7c5297b5ffb51e01211590995292ce7300733b8e..307650e2f77c620ac5a358362b9264a4304f6318 100644 (file)
@@ -1193,7 +1193,7 @@ articulations_dict = {
     #"shake": "?",
     "snap-pizzicato": "snappizzicato",
     #"spiccato": "?",
-    "staccatissimo": (musicexp.ShortArticulationEvent, "|"), # or "staccatissimo"
+    "staccatissimo": (musicexp.ShortArticulationEvent, "!"), # or "staccatissimo"
     "staccato": (musicexp.ShortArticulationEvent, "."), # or "staccato"
     "stopped": (musicexp.ShortArticulationEvent, "+"), # or "stopped"
     #"stress": "?",