~s-cecilio/lomse/master

19 by cecilios
Changes: * Engravers for notes, accidentals, rests, chors, beams, fermatas, tuplets, tie. * ScoreLayouter modified to process system breaks and to delay engraving aux objects until systems are created. * wxWidgets sample added * Changes in lomse API to deal with fonts and to add support for many bitmap formats. * automated tests for ScoreLayouter using test scores. * Added scores for visual tests. * Added support for clefs in cue size. * Added symbol size LDP element, * Implemented support for staves of different sizes in the same score (i.e. cue staves).
1
(score
2
   (vers 1.6)(language en iso-8859-1)
3
   (instrument
4
      (musicData
5
         (clef G)
6
         (key E)
7
         (time 2 4)
8
         (n e4 q)
9
      )
10
   )
11
)
12