]> git.donarmstrong.com Git - lilypond.git/commitdiff
MusicXML: (Test cases) Make Finale happy (very picky about correct syntax..)
authorReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 8 Feb 2008 14:56:27 +0000 (15:56 +0100)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 8 Feb 2008 14:56:27 +0000 (15:56 +0100)
Each direction-type can only contain either a wedge or a dynamics, but not both
at the same time... musicxml2ly does not have a problem with it, only Finale has!

input/regression/musicxml/03a-Directions-MusicXML.xml

index 071052e68e5d896764cfa78bdd676b64224e4d6e..b68d4e59b7f1002dc664530d63a7322548019671 100644 (file)
@@ -4,6 +4,7 @@
 <score-partwise version="2.0">\r
   <movement-title>MusicXML directions (attached to staff)</movement-title>\r
   <identification/>\r
+  <defaults/>\r
   <part-list>\r
     <score-part id="P1">\r
       <part-name></part-name>\r
       </note>\r
       <direction>\r
         <direction-type>\r
-          <braclet type="stop" line-end="none"/>\r
+          <bracket type="stop" line-end="none"/>\r
         </direction-type>\r
       </direction>\r
       <note>\r
       <direction placement="below">\r
         <direction-type>\r
           <dynamics><ppp/></dynamics>\r
+        </direction-type>\r
+        <direction-type>\r
           <wedge type="crescendo"/>\r
         </direction-type>\r
         <offset>2</offset>\r
       <direction placement="below">\r
         <direction-type>\r
           <wedge type="stop"/>\r
+        </direction-type>\r
+        <direction-type>\r
           <dynamics><fff/></dynamics>\r
         </direction-type>\r
         <offset>2</offset>\r