]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix fret error in musicxml test suite
authorCarl Sorensen <c_sorensen@byu.edu>
Fri, 4 Feb 2011 02:23:37 +0000 (19:23 -0700)
committerCarl Sorensen <c_sorensen@byu.edu>
Fri, 4 Feb 2011 02:23:37 +0000 (19:23 -0700)
input/regression/musicxml/71e-TabStaves.xml

index e63cf4b88176bea424eda176b9e504ab9464ae8d..79fc6131ee596fc4794be1e5e35755892ae342db 100644 (file)
@@ -4,8 +4,8 @@
 <score-partwise>
   <identification>
     <miscellaneous>
-      <miscellaneous-field name="description">Some tablature staves, with 
-          explicit fingering information and different string tunings given 
+      <miscellaneous-field name="description">Some tablature staves, with
+          explicit fingering information and different string tunings given
           in the MusicXML file.</miscellaneous-field>
     </miscellaneous>
   </identification>
       <note>
         <pitch>
           <step>D</step>
-          <octave>2</octave>
+          <octave>3</octave>
         </pitch>
         <duration>1</duration>
         <voice>1</voice>
         <notations>
           <technical>
             <string>5</string>
-            <fret>-7</fret>
+            <fret>5</fret>
           </technical>
         </notations>
       </note>