diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/CMakeLists.txt canorus-0.7.3.RC3+dfsg/CMakeLists.txt --- canorus-0.7.3.RC1+svn1485+dfsg/CMakeLists.txt 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/CMakeLists.txt 2018-06-20 18:42:55.000000000 +0000 @@ -5,12 +5,14 @@ # Assume that Debug build is only done by developers -> install in build folder # However be aware that this only works in a separate build folder! +#SET(CMAKE_BUILD_TYPE "Debug") IF("${CMAKE_BUILD_TYPE}" MATCHES "Debug") SET(CMAKE_INSTALL_PREFIX ${CMAKE_BINARY_DIR}/install) SET(CANORUS_DEV_INSTALL True) ELSE("${CMAKE_BUILD_TYPE}" MATCHES "Debug") # Release IF(${CANORUS_DEV_INSTALL} MATCHES True) SET(CMAKE_INSTALL_PREFIX ${CMAKE_BINARY_DIR}/install) + SET(QT_NO_DEBUG_OUTPUT) ENDIF(${CANORUS_DEV_INSTALL} MATCHES True) ENDIF("${CMAKE_BUILD_TYPE}" MATCHES "Debug") @@ -97,7 +99,7 @@ FIND_PACKAGE(Qt5Xml REQUIRED) FIND_PACKAGE(Qt5Help REQUIRED) FIND_PACKAGE(Qt5PrintSupport REQUIRED) -FIND_PACKAGE(Qt5WebEngineWidgets REQUIRED) +FIND_PACKAGE(Qt5WebEngineWidgets) # in the following lines all the requires include directories are added INCLUDE_DIRECTORIES(src) diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/debian/canorus.1 canorus-0.7.3.RC3+dfsg/debian/canorus.1 --- canorus-0.7.3.RC1+svn1485+dfsg/debian/canorus.1 2018-05-23 18:02:38.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/debian/canorus.1 2020-02-13 03:14:06.000000000 +0000 @@ -1,4 +1,4 @@ -.TH CANORUS 1 "Apr 26, 2018" +.TH CANORUS 1 "June 18, 2018" .SH NAME canorus \- a free cross-platform music score editor .SH SYNOPSIS diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/debian/changelog canorus-0.7.3.RC3+dfsg/debian/changelog --- canorus-0.7.3.RC1+svn1485+dfsg/debian/changelog 2018-05-24 01:03:48.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/debian/changelog 2020-02-13 18:12:55.000000000 +0000 @@ -1,8 +1,10 @@ -canorus (0.7.3.RC1+svn1485+dfsg-1ppa1~bionic1) bionic; urgency=low +canorus (0.7.3.RC3+dfsg-1ppa1~bionic) bionic; urgency=low - * Rebuild for Ubuntu/Bionic (18.04 LTS) + * New upstream version + * bump standards and debhelper level + * Build (unofficial) package for Ubuntu/Bionic (18.04 LTS) - -- Hermann Vosseler Thu, 24 May 2018 03:03:48 +0200 + -- Hermann Vosseler Thu, 13 Feb 2020 19:12:55 +0100 canorus (0.7.3.RC1+svn1485+dfsg-1~stretch) Lumiera-stretch-tool; urgency=low @@ -13,6 +15,13 @@ -- Hermann Vosseler Wed, 23 May 2018 17:31:21 +0200 +canorus (0.7.3~rc1-1ubuntu1) intrepid; urgency=low + + * new upstream release + * xenial port + + -- Matevz Jekovec Tue, 22 May 2017 14:55:22 +0100 + canorus (0.7.3~pre+dfsg-1) Lumiera-jessie-tool; urgency=low * Package ongoing upstream development towards 0.7.3 diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/debian/compat canorus-0.7.3.RC3+dfsg/debian/compat --- canorus-0.7.3.RC1+svn1485+dfsg/debian/compat 2018-05-24 00:03:30.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/debian/compat 2020-02-13 16:21:46.000000000 +0000 @@ -1 +1 @@ -10 +11 diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/debian/control canorus-0.7.3.RC3+dfsg/debian/control --- canorus-0.7.3.RC1+svn1485+dfsg/debian/control 2018-05-23 23:48:52.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/debian/control 2020-02-13 18:12:55.000000000 +0000 @@ -2,8 +2,8 @@ Section: sound Priority: optional Maintainer: Hermann Voßeler -Build-Depends: debhelper (>= 10), - cmake, +Build-Depends: debhelper (>= 11~), + cmake (>= 3.5), libasound2-dev, qtbase5-dev (>= 5.6), qttools5-dev (>= 5.6), @@ -13,9 +13,9 @@ python3-dev (>= 3.4), python3-sphinx, zlib1g-dev -Standards-Version: 4.0.1 +Standards-Version: 4.5.0 Homepage: http://canorus.org/ -Vcs-Git: https://github.com/Ichthyostega/Canorus-deb.git +Vcs-Git: https://github.com/Ichthyostega/Canorus-deb.git -b deb Vcs-Browser: https://github.com/Ichthyostega/Canorus-deb Package: canorus @@ -34,10 +34,13 @@ Package: canorus-data Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, ttf-freefont +Depends: ${shlibs:Depends}, ${misc:Depends}, fonts-freefont-ttf Recommends: canorus Suggests: timidity | fluidsynth Description: data files for canorus, a graphical music score editor. - Canorus is a graphical music score editor written for the Qt5 toolkit. + Canorus is a graphical music score editor based on LilyPond for rendering. . - This package contains architecture independent data files for canorus. + This package contains architecture independent data files for canorus, + especially the fonts and glyphs necessary for rendering the generated score. + Moreover, this package installs the usermanual, which can be launched from + the application's help menu. diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/debian/docs canorus-0.7.3.RC3+dfsg/debian/docs --- canorus-0.7.3.RC1+svn1485+dfsg/debian/docs 2018-05-24 00:03:30.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/debian/docs 2020-02-13 16:59:13.000000000 +0000 @@ -1,5 +1,4 @@ README AUTHORS NEWS -VERSION debian/TODO.Debian diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/debian/gbp.conf canorus-0.7.3.RC3+dfsg/debian/gbp.conf --- canorus-0.7.3.RC1+svn1485+dfsg/debian/gbp.conf 2018-05-23 18:46:48.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/debian/gbp.conf 2020-02-13 17:38:18.000000000 +0000 @@ -7,7 +7,6 @@ debian-branch = deb upstream-tag = upstream/%(version)s debian-tag = debian/%(version)s -# no need to use pristine-tar; we're taking the upstream tree as-is pristine-tar = False [buildpackage] diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/debian/patches/0001-Remove-extra-documentation.patch canorus-0.7.3.RC3+dfsg/debian/patches/0001-Remove-extra-documentation.patch --- canorus-0.7.3.RC1+svn1485+dfsg/debian/patches/0001-Remove-extra-documentation.patch 2018-05-24 00:05:14.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/debian/patches/0001-Remove-extra-documentation.patch 2020-02-13 18:12:55.000000000 +0000 @@ -8,10 +8,10 @@ 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt -index 650712c..3f82d9a 100644 +index 70f7457..7c2184f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -110,5 +110,5 @@ ADD_SUBDIRECTORY(src) +@@ -112,5 +112,5 @@ ADD_SUBDIRECTORY(src) ADD_SUBDIRECTORY(doc) # Install README, VERSION, COPYING and other raw txt files diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/debian/patches/0002-Reduce-linked-libraries.patch canorus-0.7.3.RC3+dfsg/debian/patches/0002-Reduce-linked-libraries.patch --- canorus-0.7.3.RC1+svn1485+dfsg/debian/patches/0002-Reduce-linked-libraries.patch 2018-05-24 00:05:14.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/debian/patches/0002-Reduce-linked-libraries.patch 2020-02-13 18:12:55.000000000 +0000 @@ -8,7 +8,7 @@ 1 file changed, 3 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index 2e1f719..a31bcc7 100644 +index b4b072a..1bf4335 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -19,6 +19,9 @@ SET(CMAKE_C_FLAGS_RELEASE "-O2") diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/debian/patches/0004-Do-not-install-examples.patch canorus-0.7.3.RC3+dfsg/debian/patches/0004-Do-not-install-examples.patch --- canorus-0.7.3.RC1+svn1485+dfsg/debian/patches/0004-Do-not-install-examples.patch 2018-05-24 00:05:14.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/debian/patches/0004-Do-not-install-examples.patch 2020-02-13 18:12:55.000000000 +0000 @@ -8,10 +8,10 @@ 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index a31bcc7..2f097e6 100644 +index 1bf4335..e0090e1 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt -@@ -764,7 +764,7 @@ INSTALL(CODE "FILE(MAKE_DIRECTORY ${CMAKE_INSTALL_PREFIX}/${CANORUS_INSTALL_DATA +@@ -783,7 +783,7 @@ INSTALL(CODE "FILE(MAKE_DIRECTORY ${CMAKE_INSTALL_PREFIX}/${CANORUS_INSTALL_DATA FILE(GLOB Canorus_Usersguide RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ../doc/usersguide/*.qhc ../doc/usersguide/*.qch) INSTALL(FILES ${Canorus_Usersguide} DESTINATION "${CMAKE_INSTALL_PREFIX}/${CANORUS_INSTALL_DATA_DIR}/doc/usersguide") # Install examples diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/debian/patches/0005-Compile-with-O2.patch canorus-0.7.3.RC3+dfsg/debian/patches/0005-Compile-with-O2.patch --- canorus-0.7.3.RC1+svn1485+dfsg/debian/patches/0005-Compile-with-O2.patch 2018-05-24 00:05:14.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/debian/patches/0005-Compile-with-O2.patch 2020-02-13 18:12:55.000000000 +0000 @@ -8,7 +8,7 @@ 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index 2f097e6..c35de15 100644 +index e0090e1..75a3d14 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -13,7 +13,7 @@ IF(NOT CMAKE_BUILD_TYPE) diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/debian/patches/0006-Fix-uninitialized-variables.patch canorus-0.7.3.RC3+dfsg/debian/patches/0006-Fix-uninitialized-variables.patch --- canorus-0.7.3.RC1+svn1485+dfsg/debian/patches/0006-Fix-uninitialized-variables.patch 2018-05-24 00:05:14.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/debian/patches/0006-Fix-uninitialized-variables.patch 2020-02-13 18:12:55.000000000 +0000 @@ -8,10 +8,9 @@ src/layout/drawablefunctionmark.cpp | 4 ++-- src/score/interval.cpp | 2 +- src/score/playablelength.cpp | 2 +- - src/ui/mainwin.cpp | 6 +++--- src/widgets/actionseditor.cpp | 2 +- src/widgets/sourceview.cpp | 4 ++-- - 7 files changed, 11 insertions(+), 11 deletions(-) + 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/import/musicxmlimport.cpp b/src/import/musicxmlimport.cpp index 4324b45..8ea8710 100644 @@ -27,7 +26,7 @@ else if (sign=="F") t=CAClef::Bass; diff --git a/src/layout/drawablefunctionmark.cpp b/src/layout/drawablefunctionmark.cpp -index d57ab50..4895e44 100644 +index d57ab50..38bb7e2 100644 --- a/src/layout/drawablefunctionmark.cpp +++ b/src/layout/drawablefunctionmark.cpp @@ -260,8 +260,8 @@ CADrawableFunctionMarkSupport::~CADrawableFunctionMarkSupport() { @@ -36,7 +35,7 @@ QString text; - CAFunctionMark::CAFunctionType type; - bool minor; -+ CAFunctionMark::CAFunctionType type = _function1->functionMark()->chordArea();; ++ CAFunctionMark::CAFunctionType type = _function1->functionMark()->chordArea(); + bool minor = false; //prepare drawing stuff @@ -67,37 +66,6 @@ bool findNote = true; while (workTime && (currentTime >= musicLengthToTimeLength( HundredTwentyEighth ))) { -diff --git a/src/ui/mainwin.cpp b/src/ui/mainwin.cpp -index d91bbf9..3d308a5 100644 ---- a/src/ui/mainwin.cpp -+++ b/src/ui/mainwin.cpp -@@ -1774,7 +1774,7 @@ void CAMainWin::scoreViewMousePress(QMouseEvent *e, const QPoint coords) { - // Insert context - if (uiContextType->isChecked()) { - // Add new Context -- CAContext *newContext; -+ CAContext *newContext = NULL; - CADrawableContext *dupContext = v->nearestUpContext(coords.x(), coords.y()); - switch(uiContextType->currentId()) { - case CAContext::Staff: { -@@ -2582,7 +2582,7 @@ bool CAMainWin::insertMusElementAt(const QPoint coords, CAScoreView *v) { - // same code for the Rest insertion - - CATuplet *tuplet = static_cast(left->musElement())->tuplet(); -- QList noteList; int number; int actualNumber; -+ QList noteList; int number = 0; int actualNumber = 0; - if ( tuplet ) { - noteList = tuplet->noteList(); - number = tuplet->number(); -@@ -2680,7 +2680,7 @@ bool CAMainWin::insertMusElementAt(const QPoint coords, CAScoreView *v) { - // same code for the Note insertion - - CATuplet *tuplet = static_cast(left->musElement())->tuplet(); -- QList noteList; int number; int actualNumber; -+ QList noteList; int number = 0; int actualNumber = 0; - if ( tuplet ) { - noteList = tuplet->noteList(); - number = tuplet->number(); diff --git a/src/widgets/actionseditor.cpp b/src/widgets/actionseditor.cpp index 1fb7338..aacebb6 100644 --- a/src/widgets/actionseditor.cpp @@ -112,7 +80,7 @@ QFile f( filename ); if ( f.open( QIODevice::ReadOnly ) ) { diff --git a/src/widgets/sourceview.cpp b/src/widgets/sourceview.cpp -index 33829ea..6ee4d71 100644 +index 33829ea..60c4974 100644 --- a/src/widgets/sourceview.cpp +++ b/src/widgets/sourceview.cpp @@ -119,7 +119,7 @@ void CASourceView::on_commit_clicked() { @@ -120,7 +88,7 @@ CASourceView *CASourceView::clone() { - CASourceView *v; -+ CASourceView *v = NULL; ++ CASourceView *v = nullptr; if ( document() ) v = new CASourceView( document(), static_cast(parent()) ); else if ( voice() ) @@ -129,7 +97,7 @@ CASourceView *CASourceView::clone(QWidget *parent) { - CASourceView *v; -+ CASourceView *v = NULL; ++ CASourceView *v = nullptr; if ( document() ) v = new CASourceView( document(), parent ); else if ( voice() ) diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/debian/patches/0008-fix-generation-of-usermanual.patch canorus-0.7.3.RC3+dfsg/debian/patches/0008-fix-generation-of-usermanual.patch --- canorus-0.7.3.RC1+svn1485+dfsg/debian/patches/0008-fix-generation-of-usermanual.patch 2018-05-24 00:05:14.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/debian/patches/0008-fix-generation-of-usermanual.patch 2020-02-13 18:12:55.000000000 +0000 @@ -10,18 +10,15 @@ NOTE: no rule in CMake to build the new usersguide2 with python/sphinx Instead, there is a hand written Makefile, thus we need to invoke that directly from debian/rules (using the override mechanism of dh) - - -nazi --- src/CMakeLists.txt | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index c35de15..5c8741e 100644 +index 75a3d14..8b4b155 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt -@@ -759,10 +759,17 @@ INSTALL(FILES ${Canorus_Translation_Bins} DESTINATION "${CMAKE_INSTALL_PREFIX}/$ +@@ -778,10 +778,17 @@ INSTALL(FILES ${Canorus_Translation_Bins} DESTINATION "${CMAKE_INSTALL_PREFIX}/$ # Install fonts INSTALL(FILES ${Canorus_Fonts} DESTINATION "${CMAKE_INSTALL_PREFIX}/${CANORUS_INSTALL_DATA_DIR}/fonts") # Install users manual, if it exists diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/debian/rules canorus-0.7.3.RC3+dfsg/debian/rules --- canorus-0.7.3.RC1+svn1485+dfsg/debian/rules 2018-05-24 00:03:30.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/debian/rules 2020-02-13 18:12:55.000000000 +0000 @@ -15,16 +15,16 @@ dh $@ --parallel override_dh_auto_configure: - cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DNO_RUBY=1 + dh_auto_configure -- \ + -DCMAKE_BUILD_TYPE="Release" \ + -DCMAKE_INSTALL_PREFIX="/usr" \ + -DNO_RUBY=1 override_dh_auto_build: + dh_auto_build # explicitly build the userguide (not done by CMake yet) # NOTE: built-in help-browser expects target name "doc:usersguide2" make -C doc/usersguide2 all - dh_auto_build - -override_dh_installchangelogs: - dh_installchangelogs NEWS override_dh_install: dh_install @@ -64,8 +64,8 @@ # The only free example score is examples/musicxml/Echigo-Jishi.xml, # all other scores do not have a license. -UPSTREAM_VERSION=0.7.3.RC1+svn1485 -DEBIAN_VERSION=0.7.3.RC1+svn1485+dfsg +UPSTREAM_VERSION=0.7.3.RC3 +DEBIAN_VERSION=0.7.3.RC3+dfsg get-orig-source: rm -rf canorus-$(DEBIAN_VERSION)/ tar xaf canorus-$(UPSTREAM_VERSION).tar.bz2 diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/ActorPreludeSample.musicxml canorus-0.7.3.RC3+dfsg/examples/musicxml/ActorPreludeSample.musicxml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/ActorPreludeSample.musicxml 1970-01-01 00:00:00.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/ActorPreludeSample.musicxml 2018-06-20 18:42:55.000000000 +0000 @@ -0,0 +1,42941 @@ + + + + Prelude to a Tragedy + + Lee Actor + © 2004 Polygames. All Rights Reserved. + + Finale 2005 for Windows + Dolet 4.0 Beta 4 for Finale + 2007-06-19 + + + + + + + 3.9956 + 40 + + + 3560 + 2797 + + 141 + 115 + 127 + 45 + + + 177 + 79 + 127 + 45 + + + + + 0 + 0 + + 39 + 39 + + + 93 + + + 0.4516 + 2.458 + 0.4516 + 0.8849 + 2.3781 + 0.8849 + 0.4516 + 0.8849 + 0.4516 + 0.4516 + 60 + 60 + + + + + + Prelude to a Tragedy + + + Lee Actor (2003) + + + © 2004 Polygames. All Rights Reserved. + + + + bracket + yes + + + Piccolo + Picc. + + Picc. + + + 1 + 73 + + + + 1 +2 + yes + + + Flutes + Fl. + + Fl. + + + 2 + 74 + + + + + 1 +2 + yes + + + Oboes + Ob. + + Ob. + + + 3 + 69 + + + + + English Horn + E. H. + + E.H. + + + 4 + 70 + + + + 1 +2 + yes + + + Clarinets in Bb + Cl. + + Clar. + + + 5 + 72 + + + + + Bass Clarinet in Bb + B. Cl. + + B. Cl. + + + 5 + 72 + + + + 1 +2 + yes + + + Bassoons + Bsn. + + Bsn. + + + 7 + 71 + + + + + + Horns in F + Hn. + brace + no + + + bracket + yes + + + 1 +2 + 1 +2 + + Hn. + + + 8 + 61 + + + + 3 +4 + 3 +4 + + Hn. 2 + + + 8 + 61 + + + + + 1 +2 + yes + + + Trumpets in C + Tpt. + + Tpt. + + + 9 + 57 + + + + + Trombones + Trb. + brace + yes + + + 1 +2 + 1 +2 + + Trb. + + + 11 + 58 + + + + 3 + 3 + + B Trb. + + + 11 + 58 + + + + + Tuba + Tba. + + Tuba + + + 12 + 59 + + + + + bracket + yes + + + Timpani + Timp. + + Timp. + + + 13 + 48 + + + + Percussion + Perc. + brace + yes + + + 1 + 1 + + Susp. Cym. + + + 10 + 1 + 56 + + + + 2 + 2 + + Bass Drum + + + 10 + 1 + 36 + + + + + + Harp + Hp. + + Harp + + + 6 + 47 + + + + bracket + yes + + + Violin I + Vln. I + + Vln. + + + 14 + 49 + + + + Violin II + Vln. II + + Vln. 2 + + + 15 + 49 + + + + Viola + Vla. + + Va. + + + 16 + 50 + + + + Violoncello + Vc. + + Vc. + + + 16 + 50 + + + + Contrabass + Cb. + + Cb. + + + 16 + 50 + + + + + + + + + + 3560 + 2797 + + 177 + 79 + 64 + 45 + + + + + 150 + 0 + + 191 + + + + 8 + + 0 + major + + + + G + 2 + + + 108 + + + 0 + 0 + 1 + + + + + Moderato + + +   + + + + quarter + 85 + + + + + + + 24 + 1 + + + + + + + + + + 32 + 1 + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 32 + 1 + + + + + + + + + + + B + 5 + + 24 + + 1 + half + + down + + + +

+ + + + + + + + + + + + B + 5 + + 16 + + + 1 + half + down + + + + + + + + + + + 3560 + 2797 + + 141 + 115 + 104 + 45 + + + + 22 + + + + + + 100 + + + + + B + 5 + + 32 + + + 1 + whole + + + + + + + + + + + + + + B + 5 + + 24 + + + 1 + half + + down + + + + + + + + + + + B + 5 + + 24 + + + 1 + half + + down + + + + + + + + + + + + + + B + 5 + + 16 + + + 1 + half + down + + + + + + + + + + + + + + B + 5 + + 32 + + 1 + whole + + + + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 8 + 1 + quarter + + + + 8 + 1 + quarter + + + + + B + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + + + + + -1 + + + + C + 6 + + 2 + 1 + 16th + down + continue + continue + + + + D + 6 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 6 + + 2 + 1 + 16th + flat + down + end + end + + + + + + + + + -1 + + + + + + + + F + 6 + + 2 + 1 + 16th + down + + + + + + + + + 2 + 1 + 16th + + + + 4 + 1 + eighth + + + + 8 + 1 + quarter + + + + 8 + 1 + quarter + + + + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 3560 + 2797 + + 177 + 79 + 109 + 45 + + + + 81 + + + + + + 108 + + + + + 32 + 1 + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 3560 + 2797 + + 141 + 115 + 104 + 45 + + + + 113 + + + + + + + + 16 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + D + 1 + 5 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + + + + + + + + E + 5 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 5 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + G + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + A + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + B + -1 + 5 + + 2 + 1 + 16th + flat + down + continue + continue + + + + C + 6 + + 2 + 1 + 16th + down + continue + continue + + + + C + 1 + 6 + + 2 + 1 + 16th + sharp + down + end + end + + + + + + + D + 6 + + 2 + 1 + 16th + down + begin + begin + + + + + + + D + 1 + 6 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + E + 6 + + 2 + 1 + 16th + down + continue + continue + + + + F + 6 + + 2 + 1 + 16th + natural + down + end + end + + + + + + + + + -1 + + + + + + + + F + 1 + 6 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + + + G + 6 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 6 + + 2 + 1 + 16th + down + continue + continue + + + + G + 6 + + 2 + 1 + 16th + down + end + end + + + + + + + F + 1 + 6 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + 6 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 6 + + 2 + 1 + 16th + down + continue + continue + + + + G + 6 + + 2 + 1 + 16th + down + end + end + + + + + + + F + 1 + 6 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + 6 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 6 + + 2 + 1 + 16th + down + continue + continue + + + + G + 6 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + + + 16 + 1 + + + + + + + + + + + F + 1 + 6 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + + + G + 6 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 6 + + 2 + 1 + 16th + down + continue + continue + + + + G + 6 + + 2 + 1 + 16th + down + end + end + + + + + + + F + 1 + 6 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + 6 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 6 + + 2 + 1 + 16th + down + continue + continue + + + + G + 6 + + 2 + 1 + 16th + down + end + end + + + + + + + 8 + 1 + quarter + + + + + + + + + 95 + + + + 8 + + 0 + major + + + + G + 2 + + + 108 + + + + + 24 + 1 + + + + + + + + + + 32 + 1 + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 32 + 1 + + + + + + + + + + + B + 5 + + 24 + + 1 + half + + down + + + +

+ + + + + + + F + 1 + 6 + + 24 + + 1 + half + + sharp + down + + + + + + + + + -21 + + + + + + + + + + B + 5 + + 16 + + 1 + half + down + + + + + + + + F + 1 + 6 + + 16 + + 1 + half + down + + + + + + + + + -1 + + + + + + + 95 + + + + + + 100 + + + + + + A + 1 + 5 + + 32 + 1 + whole + sharp + + + + + + + + + + E + 1 + 6 + + 32 + 1 + whole + sharp + + + + + + -30 + + + + + + -1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 8 + 1 + quarter + + + + 8 + 1 + quarter + + + + + 1. + + + + + B + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + + + + + -1 + + + + C + 6 + + 2 + 1 + 16th + down + continue + continue + + + + D + 6 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 6 + + 2 + 1 + 16th + flat + down + end + end + + + + + + + + + -1 + + + + + + + + F + 6 + + 2 + 1 + 16th + down + + + + + + + + + 2 + 1 + 16th + + + + 4 + 1 + eighth + + + + 8 + 1 + quarter + + + + 8 + 1 + quarter + + + + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 95 + + + + + + 108 + + + + + 32 + 1 + + + + + + + + G + 5 + + 32 + 1 + whole + + +

+ + + + + + + C + 6 + + 32 + 1 + whole + + + + + + -29 + + + + + + -1 + + + + + + + + + + + F + 1 + 5 + + 24 + 1 + half + + sharp + down + + + + + + + + + + B + 5 + + 24 + 1 + half + + down + + + + + + -22 + + + + + + -1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + 1. + + + + + F + 1 + 5 + + 2 + 1 + 16th + sharp + down + begin + begin + + + +

+ + + + + + G + 5 + + 2 + 1 + 16th + down + continue + continue + + + + A + 5 + + 2 + 1 + 16th + down + continue + continue + + + + B + -1 + 5 + + 2 + 1 + 16th + flat + down + end + end + + + + + + + F + 1 + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + 5 + + 2 + 1 + 16th + down + continue + continue + + + + A + 5 + + 2 + 1 + 16th + down + continue + continue + + + + B + -1 + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + C + 6 + + 2 + 1 + 16th + down + begin + begin + + + + + + + D + -1 + 6 + + 2 + 1 + 16th + flat + down + continue + continue + + + + E + -1 + 6 + + 2 + 1 + 16th + flat + down + continue + continue + + + + E + 6 + + 2 + 1 + 16th + natural + down + end + end + + + + + + + + + + 95 + + + + + + + + 1. + + + + + F + 6 + + 2 + 1 + 16th + natural + down + begin + begin + + + + + + + G + -1 + 6 + + 2 + 1 + 16th + flat + down + continue + continue + + + + F + 6 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 6 + + 2 + 1 + 16th + flat + down + end + end + + + + + + + D + 6 + + 2 + 1 + 16th + natural + down + begin + begin + + + + + + + C + 6 + + 2 + 1 + 16th + down + continue + continue + + + + B + 5 + + 2 + 1 + 16th + natural + down + continue + continue + + + + A + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + + + + A + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + + + + A + 5 + + 2 + 1 + 16th + down + + + + B + -1 + 4 + + 2 + 1 + 16th + flat + down + continue + continue + + + + + B + -1 + 5 + + 2 + 1 + 16th + flat + down + + + + C + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + C + 6 + + 2 + 1 + 16th + down + + + + D + -1 + 5 + + 2 + 1 + 16th + flat + down + end + end + + + + + + + + D + -1 + 6 + + 2 + 1 + 16th + flat + down + + + + A + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + A + 5 + + 2 + 1 + 16th + down + + + + B + -1 + 4 + + 2 + 1 + 16th + down + continue + continue + + + + + B + -1 + 5 + + 2 + 1 + 16th + down + + + + C + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + C + 6 + + 2 + 1 + 16th + down + + + + C + 1 + 5 + + 2 + 1 + 16th + sharp + down + end + end + + + + + + + + C + 1 + 6 + + 2 + 1 + 16th + sharp + down + + + + D + 1 + 5 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + D + 1 + 6 + + 2 + 1 + 16th + sharp + down + + + + E + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + E + 6 + + 2 + 1 + 16th + down + + + + F + 1 + 5 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + + F + 1 + 6 + + 2 + 1 + 16th + sharp + down + + + + G + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + G + 6 + + 2 + 1 + 16th + down + + + + + + + + + + G + 1 + 5 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + G + 1 + 6 + + 2 + 1 + 16th + sharp + down + + + + A + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + A + 6 + + 2 + 1 + 16th + down + + + + G + 1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + G + 1 + 6 + + 2 + 1 + 16th + down + + + + F + 1 + 5 + + 2 + 1 + 16th + sharp + down + end + end + + + + + + + + F + 1 + 6 + + 2 + 1 + 16th + sharp + down + + + + F + 5 + + 2 + 1 + 16th + natural + down + begin + begin + + + + + + + + F + 6 + + 2 + 1 + 16th + natural + down + + + + E + -1 + 5 + + 2 + 1 + 16th + flat + down + continue + continue + + + + + E + -1 + 6 + + 2 + 1 + 16th + flat + down + + + + D + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + D + 6 + + 2 + 1 + 16th + down + + + + C + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + C + 6 + + 2 + 1 + 16th + down + + + + + + + + + + + C + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + + + + C + 6 + + 2 + 1 + 16th + down + + + + C + 1 + 5 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + + C + 1 + 6 + + 2 + 1 + 16th + sharp + down + + + + D + 1 + 5 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + + D + 1 + 6 + + 2 + 1 + 16th + sharp + down + + + + E + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + E + 6 + + 2 + 1 + 16th + down + + + + F + 1 + 5 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + F + 1 + 6 + + 2 + 1 + 16th + sharp + down + + + + G + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + G + 6 + + 2 + 1 + 16th + down + + + + A + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + A + 6 + + 2 + 1 + 16th + down + + + + B + -1 + 5 + + 2 + 1 + 16th + flat + down + end + end + + + + + + + + B + -1 + 6 + + 2 + 1 + 16th + flat + down + + + + A + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + A + 6 + + 2 + 1 + 16th + down + + + + G + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + G + 6 + + 2 + 1 + 16th + down + + + + F + 1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + F + 1 + 6 + + 2 + 1 + 16th + down + + + + E + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + E + 6 + + 2 + 1 + 16th + down + + + + + + + + a 2 + + + + + D + 1 + 5 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + + + + + + + + E + 5 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 5 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + G + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + A + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + B + -1 + 5 + + 2 + 1 + 16th + flat + down + continue + continue + + + + C + 6 + + 2 + 1 + 16th + down + continue + continue + + + + C + 1 + 6 + + 2 + 1 + 16th + sharp + down + end + end + + + + + + + D + 6 + + 2 + 1 + 16th + down + begin + begin + + + + + + + D + 1 + 6 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + E + 6 + + 2 + 1 + 16th + down + continue + continue + + + + F + 6 + + 2 + 1 + 16th + natural + down + end + end + + + + + + + + + -1 + + + + + + + + F + 1 + 6 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + + + G + 6 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 6 + + 2 + 1 + 16th + down + continue + continue + + + + G + 6 + + 2 + 1 + 16th + down + end + end + + + + + + + F + 1 + 6 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + 6 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 6 + + 2 + 1 + 16th + down + continue + continue + + + + G + 6 + + 2 + 1 + 16th + down + end + end + + + + + + + F + 1 + 6 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + 6 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 6 + + 2 + 1 + 16th + down + continue + continue + + + + G + 6 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + + + 16 + 1 + + + + + + + + + + + F + 1 + 6 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + + + G + 6 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 6 + + 2 + 1 + 16th + down + continue + continue + + + + G + 6 + + 2 + 1 + 16th + down + end + end + + + + + + + F + 1 + 6 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + 6 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 6 + + 2 + 1 + 16th + down + continue + continue + + + + G + 6 + + 2 + 1 + 16th + down + end + end + + + + + + + 8 + 1 + quarter + + + + + + + + + 84 + + + + 8 + + 0 + major + + + + G + 2 + + + 108 + + + + + 24 + 1 + + + + + + + + + + 32 + 1 + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 32 + 1 + + + + + + + + + + + B + 5 + + 24 + + 1 + half + + down + + + +

+ + + + + + + D + 6 + + 24 + + 1 + half + + down + + + + + + + + + -21 + + + + + + + + + + B + 5 + + 16 + + 1 + half + down + + + + + + + + D + 6 + + 16 + + 1 + half + down + + + + + + + + + -1 + + + + + + + 84 + + + + + + 100 + + + + + + A + 1 + 5 + + 32 + 1 + whole + sharp + + + + + + + + + + C + 1 + 6 + + 32 + 1 + whole + sharp + + + + + + -30 + + + + + + -2 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 8 + 1 + quarter + + + + 8 + 1 + quarter + + + + + 1. + + + + + B + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + + + + + -1 + + + + C + 5 + + 2 + 1 + 16th + down + continue + continue + + + + D + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + + 1 + + + + E + -1 + 5 + + 2 + 1 + 16th + flat + down + end + end + + + + + + + + + + + F + 5 + + 2 + 1 + 16th + down + + + + + + + + + 2 + 1 + 16th + + + + 4 + 1 + eighth + + + + 8 + 1 + quarter + + + + 8 + 1 + quarter + + + + + + + 159 + + + + + + + + 32 + 1 + + + + + + + + + + A + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 32 + 1 + + + + + + + + + + + 1. + + + + + B + -1 + 4 + + 2 + 1 + 16th + flat + down + begin + begin + + + + + + + + + + + + + + + C + -1 + 5 + + 2 + 1 + 16th + flat + down + continue + continue + + + + B + -1 + 4 + + 2 + 1 + 16th + down + continue + continue + + + + C + -1 + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + B + -1 + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + C + -1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + B + -1 + 4 + + 2 + 1 + 16th + down + continue + continue + + + + A + -1 + 4 + + 2 + 1 + 16th + flat + down + end + end + + + + + + + G + 4 + + 2 + 1 + 16th + up + begin + begin + + + + + + + A + -1 + 4 + + 2 + 1 + 16th + up + continue + continue + + + + G + 4 + + 2 + 1 + 16th + up + continue + continue + + + + F + 4 + + 2 + 1 + 16th + up + end + end + + + + + + + + + -1 + + + + + + + 84 + + + + + + 108 + + + + + + E + 4 + + 2 + 1 + 16th + up + + +

+ + + + + + 2 + 1 + 16th + + + + 4 + 1 + eighth + + + + 8 + 1 + quarter + + + + 16 + 1 + half + + + + + + + + E + 5 + + 32 + 1 + whole + + +

+ + + + + + + B + 5 + + 32 + 1 + whole + + + + + + -29 + + + + + + -1 + + + + + + + + + + + D + 1 + 5 + + 24 + 1 + half + + sharp + down + + + + + + + + + + A + 1 + 5 + + 24 + 1 + half + + sharp + down + + + + + + -22 + + + + + + -1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 84 + + + + + + + + 16 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + + 1. + + + + + C + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + + + C + 1 + 5 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + D + 1 + 5 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + E + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + F + 1 + 5 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + G + 5 + + 2 + 1 + 16th + down + continue + continue + + + + A + 5 + + 2 + 1 + 16th + down + continue + continue + + + + B + -1 + 5 + + 2 + 1 + 16th + flat + down + end + end + + + + + + + A + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + 5 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + E + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + D + 1 + 4 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + + + + D + 1 + 5 + + 2 + 1 + 16th + sharp + down + + + + + + + + + E + 4 + + 2 + 1 + 16th + down + continue + continue + + + + + E + 5 + + 2 + 1 + 16th + down + + + + F + 1 + 4 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + + F + 1 + 5 + + 2 + 1 + 16th + sharp + down + + + + G + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + + G + 5 + + 2 + 1 + 16th + down + + + + A + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + A + 5 + + 2 + 1 + 16th + down + + + + B + -1 + 4 + + 2 + 1 + 16th + flat + down + continue + continue + + + + + B + -1 + 5 + + 2 + 1 + 16th + flat + down + + + + C + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + C + 6 + + 2 + 1 + 16th + down + + + + C + 1 + 5 + + 2 + 1 + 16th + sharp + down + end + end + + + + + + + + C + 1 + 6 + + 2 + 1 + 16th + sharp + down + + + + D + 5 + + 2 + 1 + 16th + natural + down + begin + begin + + + + + + + + D + 6 + + 2 + 1 + 16th + natural + down + + + + D + 1 + 5 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + + D + 1 + 6 + + 2 + 1 + 16th + sharp + down + + + + E + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + E + 6 + + 2 + 1 + 16th + down + + + + F + 5 + + 2 + 1 + 16th + natural + down + end + end + + + + + + + + F + 6 + + 2 + 1 + 16th + natural + down + + + + + + -1 + + + + + + + + F + 1 + 5 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + + + + F + 1 + 6 + + 2 + 1 + 16th + sharp + down + + + + G + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + G + 6 + + 2 + 1 + 16th + down + + + + F + 1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + F + 1 + 6 + + 2 + 1 + 16th + down + + + + G + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + G + 6 + + 2 + 1 + 16th + down + + + + F + 1 + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + F + 1 + 6 + + 2 + 1 + 16th + down + + + + G + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + G + 6 + + 2 + 1 + 16th + down + + + + F + 1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + F + 1 + 6 + + 2 + 1 + 16th + down + + + + G + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + G + 6 + + 2 + 1 + 16th + down + + + + F + 1 + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + F + 1 + 6 + + 2 + 1 + 16th + down + + + + G + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + G + 6 + + 2 + 1 + 16th + down + + + + F + 1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + F + 1 + 6 + + 2 + 1 + 16th + down + + + + G + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + G + 6 + + 2 + 1 + 16th + down + + + + + + + + + + 16 + 1 + + + + + + + + + + + F + 1 + 5 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + + + + F + 1 + 6 + + 2 + 1 + 16th + sharp + down + + + + G + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + G + 6 + + 2 + 1 + 16th + down + + + + F + 1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + F + 1 + 6 + + 2 + 1 + 16th + down + + + + G + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + G + 6 + + 2 + 1 + 16th + down + + + + F + 1 + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + F + 1 + 6 + + 2 + 1 + 16th + down + + + + G + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + G + 6 + + 2 + 1 + 16th + down + + + + F + 1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + F + 1 + 6 + + 2 + 1 + 16th + down + + + + G + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + G + 6 + + 2 + 1 + 16th + down + + + + 8 + 1 + quarter + + + + + + + + + 88 + + + + 8 + + 0 + major + + + + G + 2 + + + 108 + + + -4 + -7 + + + + + 24 + 1 + + + + + + + + + + 32 + 1 + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + 71 + + + + + + 100 + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + D + -1 + 4 + + 24 + + 1 + half + + flat + up + + + +

+ + + + + + + + -21 + + + + + + + + + + D + -1 + 4 + + 16 + + 1 + half + up + + + + + + + + + -1 + + + + + + + + + + + C + 4 + + 32 + 1 + whole + + + + + + + + + + + -29 + + + + + + -1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 88 + + + + + + 108 + + + + + 32 + 1 + + + + + + + + D + 5 + + 32 + 1 + whole + + +

+ + + + + + + + -29 + + + + + + -1 + + + + + + + + + + + C + 1 + 5 + + 24 + 1 + half + + sharp + down + + + + + + + + + + + -22 + + + + + + -1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 88 + + + + + + + + 16 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + + G + 4 + + 2 + 1 + 16th + up + begin + begin + + + + + + + + + + G + 1 + 4 + + 2 + 1 + 16th + sharp + up + continue + continue + + + + A + 1 + 4 + + 2 + 1 + 16th + sharp + up + continue + continue + + + + B + 4 + + 2 + 1 + 16th + up + end + end + + + + + + + C + 1 + 5 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + D + 5 + + 2 + 1 + 16th + down + continue + continue + + + + E + 5 + + 2 + 1 + 16th + down + continue + continue + + + + F + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + E + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + D + 5 + + 2 + 1 + 16th + down + continue + continue + + + + C + 1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + B + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + A + 1 + 4 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + + + + + + + + B + 4 + + 2 + 1 + 16th + down + continue + continue + + + + C + 1 + 5 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + D + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + E + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + F + 5 + + 2 + 1 + 16th + down + continue + continue + + + + G + 5 + + 2 + 1 + 16th + down + continue + continue + + + + G + 1 + 5 + + 2 + 1 + 16th + sharp + down + end + end + + + + + + + A + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + A + 1 + 5 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + B + 5 + + 2 + 1 + 16th + down + continue + continue + + + + C + 6 + + 2 + 1 + 16th + natural + down + end + end + + + + + + + + + -1 + + + + + + + + C + 1 + 6 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + + + D + 6 + + 2 + 1 + 16th + down + continue + continue + + + + C + 1 + 6 + + 2 + 1 + 16th + down + continue + continue + + + + D + 6 + + 2 + 1 + 16th + down + end + end + + + + + + + C + 1 + 6 + + 2 + 1 + 16th + down + begin + begin + + + + + + + D + 6 + + 2 + 1 + 16th + down + continue + continue + + + + C + 1 + 6 + + 2 + 1 + 16th + down + continue + continue + + + + D + 6 + + 2 + 1 + 16th + down + end + end + + + + + + + C + 1 + 6 + + 2 + 1 + 16th + down + begin + begin + + + + + + + D + 6 + + 2 + 1 + 16th + down + continue + continue + + + + C + 1 + 6 + + 2 + 1 + 16th + down + continue + continue + + + + D + 6 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + + + 16 + 1 + + + + + + + + + + + C + 1 + 6 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + + + D + 6 + + 2 + 1 + 16th + down + continue + continue + + + + C + 1 + 6 + + 2 + 1 + 16th + down + continue + continue + + + + D + 6 + + 2 + 1 + 16th + down + end + end + + + + + + + C + 1 + 6 + + 2 + 1 + 16th + down + begin + begin + + + + + + + D + 6 + + 2 + 1 + 16th + down + continue + continue + + + + C + 1 + 6 + + 2 + 1 + 16th + down + continue + continue + + + + D + 6 + + 2 + 1 + 16th + down + end + end + + + + + + + 8 + 1 + quarter + + + + + + + + 8 + + 0 + major + + + + G + 2 + + + 108 + + + -1 + -2 + + + + + 24 + 1 + + + + + + + + + + 32 + 1 + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 32 + 1 + + + + + + + + + + + C + 1 + 6 + + 24 + + 1 + half + + sharp + down + + + +

+ + + + + + + E + 6 + + 24 + + 1 + half + + down + + + + + + + + + -21 + + + + + + + + + + C + 1 + 6 + + 16 + + 1 + half + down + + + + + + + + E + 6 + + 16 + + 1 + half + down + + + + + + + + + -1 + + + + + + + 83 + + + + + + 100 + + + + + + C + 6 + + 32 + 1 + whole + natural + + + + + + + + + + E + -1 + 6 + + 32 + 1 + whole + flat + + + + + + -30 + + + + + + -1 + + + + + + + + + + 24 + 1 + + + + + + + + 1. + + + + + A + -1 + 3 + + 24 + + 1 + half + + flat + up + + + +

+ + + + + + + + -21 + + + + + + + + + + A + -1 + 3 + + 16 + + 1 + half + up + + + + + + + + + -1 + + + + + + + + + + + G + 3 + + 32 + 1 + whole + + + + + + + + + + + -30 + + + + + + -1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 88 + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 8 + 1 + quarter + + + + + 2. + + + + + F + 1 + 3 + + 2 + 1 + 16th + sharp + up + begin + begin + + + + + + + + + + G + 3 + + 2 + 1 + 16th + up + continue + continue + + + + F + 1 + 3 + + 2 + 1 + 16th + up + continue + continue + + + + G + 3 + + 2 + 1 + 16th + up + end + end + + + + + + + 8 + 1 + quarter + + + + + + + F + 1 + 3 + + 2 + 1 + 16th + sharp + up + begin + begin + + + + + + + G + 3 + + 2 + 1 + 16th + up + continue + continue + + + + F + 1 + 3 + + 2 + 1 + 16th + up + continue + continue + + + + G + 3 + + 2 + 1 + 16th + up + end + end + + + + + + + F + 1 + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + G + 3 + + 2 + 1 + 16th + up + continue + continue + + + + F + 1 + 3 + + 2 + 1 + 16th + up + continue + continue + + + + G + 3 + + 2 + 1 + 16th + up + end + end + + + + + + + F + 1 + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + G + 3 + + 2 + 1 + 16th + up + continue + continue + + + + A + 3 + + 2 + 1 + 16th + up + continue + continue + + + + B + -1 + 3 + + 2 + 1 + 16th + flat + up + end + end + + + + + + + + + + F + 1 + 3 + + 2 + 1 + 16th + sharp + up + begin + begin + + + + + + + G + 3 + + 2 + 1 + 16th + up + continue + continue + + + + F + 1 + 3 + + 2 + 1 + 16th + up + continue + continue + + + + G + 3 + + 2 + 1 + 16th + up + end + end + + + + + + + F + 1 + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + G + 3 + + 2 + 1 + 16th + up + continue + continue + + + + A + 3 + + 2 + 1 + 16th + up + continue + continue + + + + B + -1 + 3 + + 2 + 1 + 16th + flat + up + end + end + + + + + + + F + 1 + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + G + 3 + + 2 + 1 + 16th + up + continue + continue + + + + A + 3 + + 2 + 1 + 16th + up + continue + continue + + + + B + -1 + 3 + + 2 + 1 + 16th + up + end + end + + + + + + + + + + + + + F + 1 + 3 + + 2 + 1 + 16th + sharp + up + begin + begin + + + + + + + G + 3 + + 2 + 1 + 16th + up + continue + continue + + + + F + 1 + 3 + + 2 + 1 + 16th + up + continue + continue + + + + G + 3 + + 2 + 1 + 16th + up + end + end + + + + + + + F + 1 + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + G + 3 + + 2 + 1 + 16th + up + continue + continue + + + + F + 1 + 3 + + 2 + 1 + 16th + up + continue + continue + + + + G + 3 + + 2 + 1 + 16th + up + end + end + + + + + + + + + + + + + + F + 1 + 3 + + 2 + 1 + 16th + sharp + up + begin + begin + + + + + + + + + + + F + 1 + 4 + + 2 + 1 + 16th + sharp + up + + + + + + 1 + + + + G + 3 + + 2 + 1 + 16th + up + continue + continue + + + + + G + 4 + + 2 + 1 + 16th + up + + + + F + 1 + 3 + + 2 + 1 + 16th + up + continue + continue + + + + + F + 1 + 4 + + 2 + 1 + 16th + up + + + + G + 3 + + 2 + 1 + 16th + up + end + end + + + + + + + + G + 4 + + 2 + 1 + 16th + up + + + + F + 1 + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + + F + 1 + 4 + + 2 + 1 + 16th + up + + + + G + 3 + + 2 + 1 + 16th + up + continue + continue + + + + + G + 4 + + 2 + 1 + 16th + up + + + + A + 3 + + 2 + 1 + 16th + up + continue + continue + + + + + A + 4 + + 2 + 1 + 16th + up + + + + B + -1 + 3 + + 2 + 1 + 16th + flat + up + end + end + + + + + + + + B + -1 + 4 + + 2 + 1 + 16th + flat + up + + + + F + 1 + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + + F + 1 + 4 + + 2 + 1 + 16th + up + + + + G + 3 + + 2 + 1 + 16th + up + continue + continue + + + + + G + 4 + + 2 + 1 + 16th + up + + + + F + 1 + 3 + + 2 + 1 + 16th + up + continue + continue + + + + + F + 1 + 4 + + 2 + 1 + 16th + up + + + + G + 3 + + 2 + 1 + 16th + up + end + end + + + + + + + + G + 4 + + 2 + 1 + 16th + up + + + + F + 1 + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + + F + 1 + 4 + + 2 + 1 + 16th + up + + + + G + 3 + + 2 + 1 + 16th + up + continue + continue + + + + + G + 4 + + 2 + 1 + 16th + up + + + + A + 3 + + 2 + 1 + 16th + up + continue + continue + + + + + A + 4 + + 2 + 1 + 16th + up + + + + B + -1 + 3 + + 2 + 1 + 16th + up + end + end + + + + + + + + B + -1 + 4 + + 2 + 1 + 16th + up + + + + + + -1 + + + + + + + + + + + C + 4 + + 2 + 1 + 16th + up + begin + begin + + + + + + + + + + + C + 5 + + 2 + 1 + 16th + up + + + + + + + + + D + -1 + 4 + + 2 + 1 + 16th + flat + up + continue + continue + + + + + D + -1 + 5 + + 2 + 1 + 16th + flat + up + + + + C + 4 + + 2 + 1 + 16th + up + continue + continue + + + + + C + 5 + + 2 + 1 + 16th + up + + + + D + -1 + 4 + + 2 + 1 + 16th + up + end + end + + + + + + + + D + -1 + 5 + + 2 + 1 + 16th + up + + + + C + 4 + + 2 + 1 + 16th + up + begin + begin + + + + + + + + C + 5 + + 2 + 1 + 16th + up + + + + D + -1 + 4 + + 2 + 1 + 16th + up + continue + continue + + + + + D + -1 + 5 + + 2 + 1 + 16th + up + + + + C + 4 + + 2 + 1 + 16th + up + continue + continue + + + + + C + 5 + + 2 + 1 + 16th + up + + + + B + -1 + 3 + + 2 + 1 + 16th + flat + up + end + end + + + + + + + + B + -1 + 4 + + 2 + 1 + 16th + flat + up + + + + A + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + + A + 4 + + 2 + 1 + 16th + up + + + + B + -1 + 3 + + 2 + 1 + 16th + up + continue + continue + + + + + B + -1 + 4 + + 2 + 1 + 16th + up + + + + A + 3 + + 2 + 1 + 16th + up + continue + continue + + + + + A + 4 + + 2 + 1 + 16th + up + + + + G + 3 + + 2 + 1 + 16th + up + end + end + + + + + + + + G + 4 + + 2 + 1 + 16th + up + + + + + + -1 + + + + + + + + + 108 + + + + + + F + 1 + 3 + + 2 + 1 + 16th + sharp + up + + +

+ + + + + + + F + 1 + 4 + + 2 + 1 + 16th + sharp + up + + + + 2 + 1 + 16th + + + + 4 + 1 + eighth + + + + 8 + 1 + quarter + + + + 16 + 1 + half + + + + + + + + C + 1 + 5 + + 32 + 1 + whole + sharp + + +

+ + + + + + + D + 5 + + 32 + 1 + whole + + + + + + -29 + + + + + + -1 + + + + + + + + + + + C + 5 + + 24 + 1 + half + + natural + down + + + + + + + + + + D + -1 + 5 + + 24 + 1 + half + + flat + down + + + + + + -22 + + + + + + -1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + 1. + + + + + G + 1 + 4 + + 2 + 1 + 16th + sharp + up + begin + begin + + + +

+ + + + + + A + 4 + + 2 + 1 + 16th + up + continue + continue + + + + B + 4 + + 2 + 1 + 16th + up + continue + continue + + + + C + 5 + + 2 + 1 + 16th + natural + up + end + end + + + + + + + G + 1 + 4 + + 2 + 1 + 16th + up + begin + begin + + + + + + + A + 4 + + 2 + 1 + 16th + up + continue + continue + + + + B + 4 + + 2 + 1 + 16th + up + continue + continue + + + + C + 5 + + 2 + 1 + 16th + up + end + end + + + + + + + D + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + E + -1 + 5 + + 2 + 1 + 16th + flat + down + continue + continue + + + + F + 5 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 5 + + 2 + 1 + 16th + sharp + down + end + end + + + + + + + + + + + + + + 1. + + + + + G + 5 + + 2 + 1 + 16th + natural + down + begin + begin + + + + + + + A + -1 + 5 + + 2 + 1 + 16th + flat + down + continue + continue + + + + G + 5 + + 2 + 1 + 16th + down + continue + continue + + + + F + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + E + 5 + + 2 + 1 + 16th + natural + down + begin + begin + + + + + + + D + 5 + + 2 + 1 + 16th + down + continue + continue + + + + C + 1 + 5 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + B + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + + + + B + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + + + + + B + 4 + + 2 + 1 + 16th + up + + + + C + 4 + + 2 + 1 + 16th + natural + up + continue + continue + + + + + C + 5 + + 2 + 1 + 16th + natural + up + + + + D + 4 + + 2 + 1 + 16th + up + continue + continue + + + + + D + 5 + + 2 + 1 + 16th + up + + + + E + -1 + 4 + + 2 + 1 + 16th + flat + up + end + end + + + + + + + + E + -1 + 5 + + 2 + 1 + 16th + flat + up + + + + B + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + + B + 4 + + 2 + 1 + 16th + up + + + + C + 4 + + 2 + 1 + 16th + up + continue + continue + + + + + C + 5 + + 2 + 1 + 16th + up + + + + D + 4 + + 2 + 1 + 16th + up + continue + continue + + + + + D + 5 + + 2 + 1 + 16th + up + + + + E + -1 + 4 + + 2 + 1 + 16th + up + end + end + + + + + + + + E + -1 + 5 + + 2 + 1 + 16th + up + + + + F + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + F + 5 + + 2 + 1 + 16th + down + + + + F + 1 + 4 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + + F + 1 + 5 + + 2 + 1 + 16th + sharp + down + + + + G + 1 + 4 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + + G + 1 + 5 + + 2 + 1 + 16th + sharp + down + + + + A + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + + A + 5 + + 2 + 1 + 16th + down + + + + + + + + + + A + 1 + 4 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + A + 1 + 5 + + 2 + 1 + 16th + sharp + down + + + + B + 4 + + 2 + 1 + 16th + down + continue + continue + + + + + B + 5 + + 2 + 1 + 16th + down + + + + A + 1 + 4 + + 2 + 1 + 16th + down + continue + continue + + + + + A + 1 + 5 + + 2 + 1 + 16th + down + + + + G + 1 + 4 + + 2 + 1 + 16th + sharp + down + end + end + + + + + + + + G + 1 + 5 + + 2 + 1 + 16th + sharp + down + + + + G + 4 + + 2 + 1 + 16th + natural + down + begin + begin + + + + + + + + G + 5 + + 2 + 1 + 16th + natural + down + + + + F + 4 + + 2 + 1 + 16th + down + continue + continue + + + + + F + 5 + + 2 + 1 + 16th + down + + + + E + 4 + + 2 + 1 + 16th + down + continue + continue + + + + + E + 5 + + 2 + 1 + 16th + down + + + + D + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + + D + 5 + + 2 + 1 + 16th + down + + + + + + + + + + + D + 4 + + 2 + 1 + 16th + up + begin + begin + + + + + + + + + + + D + 5 + + 2 + 1 + 16th + up + + + + E + -1 + 4 + + 2 + 1 + 16th + flat + up + continue + continue + + + + + E + -1 + 5 + + 2 + 1 + 16th + flat + up + + + + F + 4 + + 2 + 1 + 16th + up + continue + continue + + + + + F + 5 + + 2 + 1 + 16th + up + + + + F + 1 + 4 + + 2 + 1 + 16th + sharp + up + end + end + + + + + + + + F + 1 + 5 + + 2 + 1 + 16th + sharp + up + + + + G + 1 + 4 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + G + 1 + 5 + + 2 + 1 + 16th + sharp + down + + + + A + 4 + + 2 + 1 + 16th + down + continue + continue + + + + + A + 5 + + 2 + 1 + 16th + down + + + + B + 4 + + 2 + 1 + 16th + down + continue + continue + + + + + B + 5 + + 2 + 1 + 16th + down + + + + C + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + C + 6 + + 2 + 1 + 16th + down + + + + B + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + B + 5 + + 2 + 1 + 16th + down + + + + A + 4 + + 2 + 1 + 16th + down + continue + continue + + + + + A + 5 + + 2 + 1 + 16th + down + + + + G + 1 + 4 + + 2 + 1 + 16th + down + continue + continue + + + + + G + 1 + 5 + + 2 + 1 + 16th + down + + + + F + 1 + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + + F + 1 + 5 + + 2 + 1 + 16th + down + + + + + + + + F + 4 + + 2 + 1 + 16th + natural + down + begin + begin + + + + + + + + + + + F + 5 + + 2 + 1 + 16th + natural + down + + + + + + + + + F + 1 + 4 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + + F + 1 + 5 + + 2 + 1 + 16th + sharp + down + + + + G + 1 + 4 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + + G + 1 + 5 + + 2 + 1 + 16th + sharp + down + + + + A + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + + A + 5 + + 2 + 1 + 16th + down + + + + B + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + B + 5 + + 2 + 1 + 16th + down + + + + C + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + C + 6 + + 2 + 1 + 16th + down + + + + D + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + D + 6 + + 2 + 1 + 16th + down + + + + D + 1 + 5 + + 2 + 1 + 16th + sharp + down + end + end + + + + + + + + D + 1 + 6 + + 2 + 1 + 16th + sharp + down + + + + E + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + E + 6 + + 2 + 1 + 16th + natural + down + + + + E + 1 + 5 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + + E + 1 + 6 + + 2 + 1 + 16th + sharp + down + + + + F + 1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + F + 1 + 6 + + 2 + 1 + 16th + sharp + down + + + + G + 5 + + 2 + 1 + 16th + natural + down + end + end + + + + + + + + G + 6 + + 2 + 1 + 16th + natural + down + + + + + + -1 + + + + + + + + G + 1 + 5 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + + + + G + 1 + 6 + + 2 + 1 + 16th + sharp + down + + + + A + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + A + 6 + + 2 + 1 + 16th + down + + + + G + 1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + G + 1 + 6 + + 2 + 1 + 16th + down + + + + A + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + A + 6 + + 2 + 1 + 16th + down + + + + G + 1 + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + G + 1 + 6 + + 2 + 1 + 16th + down + + + + A + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + A + 6 + + 2 + 1 + 16th + down + + + + G + 1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + G + 1 + 6 + + 2 + 1 + 16th + down + + + + A + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + A + 6 + + 2 + 1 + 16th + down + + + + G + 1 + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + G + 1 + 6 + + 2 + 1 + 16th + down + + + + A + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + A + 6 + + 2 + 1 + 16th + down + + + + G + 1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + G + 1 + 6 + + 2 + 1 + 16th + down + + + + A + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + A + 6 + + 2 + 1 + 16th + down + + + + + + + + + + 16 + 1 + + + + + + + + + + + G + 1 + 5 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + + + + G + 1 + 6 + + 2 + 1 + 16th + sharp + down + + + + A + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + A + 6 + + 2 + 1 + 16th + down + + + + G + 1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + G + 1 + 6 + + 2 + 1 + 16th + down + + + + A + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + A + 6 + + 2 + 1 + 16th + down + + + + G + 1 + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + G + 1 + 6 + + 2 + 1 + 16th + down + + + + A + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + A + 6 + + 2 + 1 + 16th + down + + + + G + 1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + G + 1 + 6 + + 2 + 1 + 16th + down + + + + A + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + A + 6 + + 2 + 1 + 16th + down + + + + 8 + 1 + quarter + + + + + + + + + 89 + + + + 8 + + 0 + major + + + + G + 2 + + + 108 + + + -1 + -2 + -1 + + + + + 24 + 1 + + + + + + + + + + 32 + 1 + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + 81 + + + + + + 100 + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + A + -1 + 3 + + 24 + + 1 + half + + flat + up + + + +

+ + + + + + + + -21 + + + + + + + + + + A + -1 + 3 + + 16 + + 1 + half + up + + + + + + + + + -1 + + + + + + + + + + + G + 3 + + 32 + 1 + whole + + + + + + + + + + + -29 + + + + + + -2 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 89 + + + + + + + + 32 + 1 + + + + + + + + + + 8 + 1 + quarter + + + + + solo + + + + + F + 1 + 3 + + 2 + 1 + 16th + sharp + up + begin + begin + + + + + + + + + + G + 3 + + 2 + 1 + 16th + up + continue + continue + + + + F + 1 + 3 + + 2 + 1 + 16th + up + continue + continue + + + + G + 3 + + 2 + 1 + 16th + up + end + end + + + + + + + 8 + 1 + quarter + + + + + + + 8 + 1 + quarter + + + + F + 1 + 3 + + 2 + 1 + 16th + sharp + up + begin + begin + + + + + + + G + 3 + + 2 + 1 + 16th + up + continue + continue + + + + F + 1 + 3 + + 2 + 1 + 16th + up + continue + continue + + + + G + 3 + + 2 + 1 + 16th + up + end + end + + + + + + + 8 + 1 + quarter + + + + + + + F + 1 + 3 + + 2 + 1 + 16th + sharp + up + begin + begin + + + + + + + G + 3 + + 2 + 1 + 16th + up + continue + continue + + + + F + 1 + 3 + + 2 + 1 + 16th + up + continue + continue + + + + G + 3 + + 2 + 1 + 16th + up + end + end + + + + + + + F + 1 + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + G + 3 + + 2 + 1 + 16th + up + continue + continue + + + + F + 1 + 3 + + 2 + 1 + 16th + up + continue + continue + + + + G + 3 + + 2 + 1 + 16th + up + end + end + + + + + + + F + 1 + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + G + 3 + + 2 + 1 + 16th + up + continue + continue + + + + A + 3 + + 2 + 1 + 16th + up + continue + continue + + + + B + -1 + 3 + + 2 + 1 + 16th + flat + up + end + end + + + + + + + + + + F + 1 + 3 + + 2 + 1 + 16th + sharp + up + begin + begin + + + + + + + G + 3 + + 2 + 1 + 16th + up + continue + continue + + + + F + 1 + 3 + + 2 + 1 + 16th + up + continue + continue + + + + G + 3 + + 2 + 1 + 16th + up + end + end + + + + + + + F + 1 + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + G + 3 + + 2 + 1 + 16th + up + continue + continue + + + + A + 3 + + 2 + 1 + 16th + up + continue + continue + + + + B + -1 + 3 + + 2 + 1 + 16th + flat + up + end + end + + + + + + + F + 1 + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + G + 3 + + 2 + 1 + 16th + up + continue + continue + + + + A + 3 + + 2 + 1 + 16th + up + continue + continue + + + + B + -1 + 3 + + 2 + 1 + 16th + up + end + end + + + + + + + + + + + + + F + 1 + 3 + + 2 + 1 + 16th + sharp + up + begin + begin + + + + + + + G + 3 + + 2 + 1 + 16th + up + continue + continue + + + + F + 1 + 3 + + 2 + 1 + 16th + up + continue + continue + + + + G + 3 + + 2 + 1 + 16th + up + end + end + + + + + + + F + 1 + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + G + 3 + + 2 + 1 + 16th + up + continue + continue + + + + F + 1 + 3 + + 2 + 1 + 16th + up + continue + continue + + + + G + 3 + + 2 + 1 + 16th + up + end + end + + + + + + + + + + + + + + + 1 + + + + F + 1 + 3 + + 2 + 1 + 16th + sharp + up + begin + begin + + + + + + + G + 3 + + 2 + 1 + 16th + up + continue + continue + + + + F + 1 + 3 + + 2 + 1 + 16th + up + continue + continue + + + + G + 3 + + 2 + 1 + 16th + up + end + end + + + + + + + F + 1 + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + G + 3 + + 2 + 1 + 16th + up + continue + continue + + + + A + 3 + + 2 + 1 + 16th + up + continue + continue + + + + B + -1 + 3 + + 2 + 1 + 16th + flat + up + end + end + + + + + + + F + 1 + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + G + 3 + + 2 + 1 + 16th + up + continue + continue + + + + F + 1 + 3 + + 2 + 1 + 16th + up + continue + continue + + + + G + 3 + + 2 + 1 + 16th + up + end + end + + + + + + + F + 1 + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + G + 3 + + 2 + 1 + 16th + up + continue + continue + + + + A + 3 + + 2 + 1 + 16th + up + continue + continue + + + + B + -1 + 3 + + 2 + 1 + 16th + up + end + end + + + + + + + + + -1 + + + + + + + + + + + C + 4 + + 2 + 1 + 16th + up + begin + begin + + + + + + + + + + + + + + + D + -1 + 4 + + 2 + 1 + 16th + flat + up + continue + continue + + + + C + 4 + + 2 + 1 + 16th + up + continue + continue + + + + D + -1 + 4 + + 2 + 1 + 16th + up + end + end + + + + + + + C + 4 + + 2 + 1 + 16th + up + begin + begin + + + + + + + D + -1 + 4 + + 2 + 1 + 16th + up + continue + continue + + + + C + 4 + + 2 + 1 + 16th + up + continue + continue + + + + B + -1 + 3 + + 2 + 1 + 16th + flat + up + end + end + + + + + + + A + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + B + -1 + 3 + + 2 + 1 + 16th + up + continue + continue + + + + A + 3 + + 2 + 1 + 16th + up + continue + continue + + + + + + 1 + + + + G + 3 + + 2 + 1 + 16th + up + end + end + + + + + + + + + + 89 + + + + + + 108 + + + + + + F + 1 + 3 + + 2 + 1 + 16th + sharp + up + + +

+ + + + + + 2 + 1 + 16th + + + + 4 + 1 + eighth + + + + 8 + 1 + quarter + + + + 16 + 1 + half + + + + + + + + F + 1 + 5 + + 32 + 1 + whole + sharp + + +

+ + + + + + + + -29 + + + + + + -1 + + + + + + + + + + + E + 1 + 5 + + 24 + 1 + half + + sharp + down + + + + + + + + + + + -22 + + + + + + -1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 89 + + + + + + + + 16 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + + D + 4 + + 2 + 1 + 16th + up + begin + begin + + + + + + + + + + E + -1 + 4 + + 2 + 1 + 16th + flat + up + continue + continue + + + + F + 4 + + 2 + 1 + 16th + up + continue + continue + + + + F + 1 + 4 + + 2 + 1 + 16th + sharp + up + end + end + + + + + + + G + 1 + 4 + + 2 + 1 + 16th + sharp + up + begin + begin + + + + + + + A + 4 + + 2 + 1 + 16th + up + continue + continue + + + + B + 4 + + 2 + 1 + 16th + up + continue + continue + + + + C + 5 + + 2 + 1 + 16th + up + end + end + + + + + + + B + 4 + + 2 + 1 + 16th + up + begin + begin + + + + + + + A + 4 + + 2 + 1 + 16th + up + continue + continue + + + + G + 1 + 4 + + 2 + 1 + 16th + up + continue + continue + + + + F + 1 + 4 + + 2 + 1 + 16th + up + end + end + + + + + + + + + + + F + 4 + + 2 + 1 + 16th + natural + up + begin + begin + + + + + + + + + + + + + + + F + 1 + 4 + + 2 + 1 + 16th + sharp + up + continue + continue + + + + G + 1 + 4 + + 2 + 1 + 16th + sharp + up + continue + continue + + + + A + 4 + + 2 + 1 + 16th + up + end + end + + + + + + + B + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + C + 5 + + 2 + 1 + 16th + down + continue + continue + + + + D + 5 + + 2 + 1 + 16th + down + continue + continue + + + + D + 1 + 5 + + 2 + 1 + 16th + sharp + down + end + end + + + + + + + E + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + F + 5 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 5 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + G + 5 + + 2 + 1 + 16th + natural + down + end + end + + + + + + + + + -1 + + + + + + + + G + 1 + 5 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + + + A + 5 + + 2 + 1 + 16th + down + continue + continue + + + + G + 1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + A + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + G + 1 + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + A + 5 + + 2 + 1 + 16th + down + continue + continue + + + + G + 1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + A + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + G + 1 + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + A + 5 + + 2 + 1 + 16th + down + continue + continue + + + + G + 1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + A + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + + + 16 + 1 + + + + + + + + + + + G + 1 + 5 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + + + A + 5 + + 2 + 1 + 16th + down + continue + continue + + + + G + 1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + A + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + G + 1 + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + A + 5 + + 2 + 1 + 16th + down + continue + continue + + + + G + 1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + A + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + 8 + 1 + quarter + + + + + + + + 8 + + 0 + major + + + + F + 4 + + + 108 + + + + + 24 + 1 + + + + + + + + + + 32 + 1 + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + 97 + + + + + + 100 + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + B + 2 + + 24 + + 1 + half + + up + + + +

+ + + + + + + D + 3 + + 24 + + 1 + half + + up + + + + + + + + + -21 + + + + + + + + + + B + 2 + + 16 + + 1 + half + up + + + + + + + + D + 3 + + 16 + + 1 + half + up + + + + + + + + + -1 + + + + + + + + + + + A + 1 + 2 + + 32 + 1 + whole + sharp + + + + + + + + + + C + 1 + 3 + + 32 + 1 + whole + sharp + + + + + + -30 + + + + + + -1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 8 + 1 + quarter + + + + + B + 1 + + 2 + 1 + 16th + up + begin + begin + + + + + + + + + + + B + 2 + + 2 + 1 + 16th + up + + + + + + 1 + + + + C + 2 + + 2 + 1 + 16th + up + continue + continue + + + + + C + 3 + + 2 + 1 + 16th + up + + + + D + 2 + + 2 + 1 + 16th + up + continue + continue + + + + + D + 3 + + 2 + 1 + 16th + up + + + + E + -1 + 2 + + 2 + 1 + 16th + flat + up + end + end + + + + + + + + E + -1 + 3 + + 2 + 1 + 16th + flat + up + + + + B + 1 + + 2 + 1 + 16th + up + begin + begin + + + + + + + + B + 2 + + 2 + 1 + 16th + up + + + + C + 2 + + 2 + 1 + 16th + up + continue + continue + + + + + C + 3 + + 2 + 1 + 16th + up + + + + D + 2 + + 2 + 1 + 16th + up + continue + continue + + + + + D + 3 + + 2 + 1 + 16th + up + + + + E + -1 + 2 + + 2 + 1 + 16th + up + end + end + + + + + + + + E + -1 + 3 + + 2 + 1 + 16th + up + + + + + + + + + + + + + F + 2 + + 24 + 1 + half + + up + + + + + + + + + + + + + F + 3 + + 24 + 1 + half + + up + + + + + + + + + + + + + 9 + + + + a 2 + + + + + E + 2 + + 32 + 1 + whole + natural + + + + + + + + + + + -1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + + a 2 + + + + + E + 3 + + 32 + 1 + whole + + +

+ + + + + + + + -29 + + + + + + -1 + + + + + + + + + + + E + 2 + + 24 + 1 + half + + up + + + + + + + + + + + -22 + + + + + + -1 + + + + + + + + + 108 + + + + + 32 + 1 + + + + + + + + B + 3 + + 32 + 1 + whole + + +

+ + + + + + + C + 4 + + 32 + 1 + whole + + + + + + -29 + + + + + + -1 + + + + + + + + + + + A + 1 + 3 + + 24 + 1 + half + + sharp + down + + + + + + + + + + B + 3 + + 24 + 1 + half + + down + + + + + + -22 + + + + + + -1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + + + + 16 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + + C + 2 + + 16 + 1 + half + up + + + + + + + + + + + C + 3 + + 16 + 1 + half + up + + + + B + 1 + + 8 + 1 + quarter + up + + + + + + + + B + 2 + + 8 + 1 + quarter + up + + + + + + + + E + -1 + 2 + + 16 + 1 + half + flat + up + + + + + + + + + + + E + -1 + 3 + + 16 + 1 + half + flat + up + + + + + + -14 + + + + D + 2 + + 8 + 1 + quarter + up + + + + + + + + D + 3 + + 8 + 1 + quarter + up + + + + + + -1 + + + + + + + + F + 1 + 2 + + 24 + + 1 + half + + sharp + up + + + + + + + + + + + F + 1 + 3 + + 24 + + 1 + half + + sharp + up + + + + + + + + + + + + + F + 1 + 2 + + 16 + + + 1 + half + up + + + + + + + + + F + 1 + 3 + + 16 + + + 1 + half + up + + + + + + + + + + + + + + F + 1 + 2 + + 24 + + 1 + half + + up + + + + + + + + F + 1 + 3 + + 24 + + 1 + half + + up + + + + + + + + + + + + 112 + + + + 8 + + 0 + major + + + + G + 2 + + + 108 + + + -4 + -7 + + + + + 24 + 1 + + + + + + + + + + 32 + 1 + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + 85 + + + + + + 100 + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + F + 1 + 3 + + 24 + + 1 + half + + sharp + up + + + +

+ + + + + + + A + 3 + + 24 + + 1 + half + + up + + + + + + + + + -20 + + + + + + + + + + F + 1 + 3 + + 16 + + 1 + half + up + + + + + + + + A + 3 + + 16 + + 1 + half + up + + + + + + + + + -1 + + + + + + + + + + + F + 3 + + 32 + 1 + whole + natural + + + + + + + + + + A + -1 + 3 + + 32 + 1 + whole + flat + + + + + + -29 + + + + + + -1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 98 + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + + D + 5 + + 32 + 1 + whole + + +

+ + + + + + + G + 5 + + 32 + 1 + whole + + + + + + -29 + + + + + + -1 + + + + + + + + + + + C + 1 + 5 + + 24 + 1 + half + + sharp + down + + + + + + + + + + F + 1 + 5 + + 24 + 1 + half + + sharp + down + + + + + + -22 + + + + + + -1 + + + + + + + 103 + + + + + + 108 + + + + + 32 + 1 + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 112 + + + + + + + + 16 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + + C + 5 + + 16 + 1 + half + down + + + + + + + + + + + G + 5 + + 16 + 1 + half + down + + + + B + 4 + + 8 + 1 + quarter + down + + + + + + + + F + 1 + 5 + + 8 + 1 + quarter + sharp + down + + + + + + + + B + -1 + 4 + + 16 + 1 + half + flat + down + + + + + + + + + + + E + -1 + 5 + + 16 + 1 + half + flat + down + + + + + + -14 + + + + A + 4 + + 8 + 1 + quarter + down + + + + + + + + D + 5 + + 8 + 1 + quarter + down + + + + + + -1 + + + + + + + + A + 4 + + 24 + + 1 + half + + down + + + + + + + + + + + F + 1 + 5 + + 24 + + 1 + half + + sharp + down + + + + + + + + + + + + + A + 4 + + 16 + + + 1 + half + down + + + + + + + + + F + 1 + 5 + + 16 + + + 1 + half + down + + + + + + + + + + + + + + A + 4 + + 24 + + 1 + half + + down + + + + + + + + F + 1 + 5 + + 24 + + 1 + half + + down + + + + + + + + + + + 8 + + 0 + major + + + + G + 2 + + + 108 + + + -4 + -7 + + + + + 24 + 1 + + + + + + + + + + 32 + 1 + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + 100 + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 74 + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + + B + 4 + + 32 + 1 + whole + + +

+ + + + + + + F + 1 + 5 + + 32 + 1 + whole + sharp + + + + + + -29 + + + + + + -1 + + + + + + + + + + + B + -1 + 4 + + 24 + 1 + half + + flat + down + + + + + + + + + + F + 5 + + 24 + 1 + half + + natural + down + + + + + + -22 + + + + + + -1 + + + + + + + 98 + + + + + + 108 + + + + + 32 + 1 + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + + + + 16 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + + G + 4 + + 16 + 1 + half + down + + + + + + + + + + + E + -1 + 5 + + 16 + 1 + half + flat + down + + + + F + 1 + 4 + + 8 + 1 + quarter + sharp + up + + + + + + + + D + 5 + + 8 + 1 + quarter + up + + + + + + + + F + 1 + 4 + + 16 + 1 + half + sharp + up + + + + + + + + + + + B + 4 + + 16 + 1 + half + up + + + + + + -14 + + + + F + 4 + + 8 + 1 + quarter + natural + up + + + + + + + + B + -1 + 4 + + 8 + 1 + quarter + flat + up + + + + + + -1 + + + + + + + + D + 4 + + 24 + + 1 + half + + up + + + + + + + + + + + D + 5 + + 24 + + 1 + half + + up + + + + + + + + + + + + + D + 4 + + 16 + + + 1 + half + up + + + + + + + + + D + 5 + + 16 + + + 1 + half + up + + + + + + + + + + + + + + D + 4 + + 24 + + 1 + half + + up + + + + + + + + D + 5 + + 24 + + 1 + half + + up + + + + + + + + + + + + 108 + + + + 8 + + 0 + major + + + + G + 2 + + + 108 + + + + + 24 + 1 + + + + + + + + + + 32 + 1 + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + 100 + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 103 + + + + + + 108 + + + + + 32 + 1 + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 108 + + + + + + + + 16 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + B + 4 + + 16 + 1 + half + down + + + + + + + + + + + E + 5 + + 16 + 1 + half + down + + + + + + -14 + + + + B + -1 + 4 + + 8 + 1 + quarter + flat + down + + + + + + + + E + -1 + 5 + + 8 + 1 + quarter + flat + down + + + + + + -1 + + + + + + + + D + 5 + + 24 + + 1 + half + + down + + + + + + + + + + + G + 5 + + 24 + + 1 + half + + down + + + + + + + + + + + + + D + 5 + + 16 + + + 1 + half + down + + + + + + + + + G + 5 + + 16 + + + 1 + half + down + + + + + + + + + + + + + + D + 5 + + 24 + + 1 + half + + down + + + + + + + + G + 5 + + 24 + + 1 + half + + down + + + + + + + + + + + + 78 + + + + 8 + + 0 + major + + + + F + 4 + + + 108 + + + + + 24 + 1 + + + + + + + + + + 32 + 1 + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + 100 + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 91 + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + + B + 3 + + 32 + 1 + whole + + +

+ + + + + + + C + 4 + + 32 + 1 + whole + + + + + + -30 + + + + + + -1 + + + + + + + + + + + A + 1 + 3 + + 24 + 1 + half + + sharp + down + + + + + + + + + + B + 3 + + 24 + 1 + half + + down + + + + + + -22 + + + + + + -1 + + + + + + + 92 + + + + + + 108 + + + + + 32 + 1 + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + D + 3 + + 24 + 1 + half + + down + + + +

+ + + + + + + G + 3 + + 24 + 1 + half + + down + + + + + + + 78 + + + + + + + + C + 1 + 3 + + 16 + 1 + half + sharp + down + + + + + + + + F + 1 + 3 + + 16 + 1 + half + sharp + down + + + + + + + + + + + F + 3 + + 24 + 1 + half + + down + + + + + + + + + + + B + -1 + 3 + + 24 + 1 + half + + flat + down + + + + + + + + + + E + 3 + + 16 + 1 + half + down + + + + + + + + A + 3 + + 16 + 1 + half + down + + + + + + + + + + + A + -1 + 3 + + 16 + 1 + half + flat + down + + + + + + + + + + + D + -1 + 4 + + 16 + 1 + half + flat + down + + + + G + 3 + + 8 + 1 + quarter + down + + + + + + + + C + 4 + + 8 + 1 + quarter + down + + + + + + + C + 4 + + + + + + B + 3 + + 16 + 1 + half + down + + + + + + + + + + + E + 4 + + 16 + 1 + half + down + + + + + + -14 + + + + B + -1 + 3 + + 8 + 1 + quarter + flat + down + + + + + + + + E + -1 + 4 + + 8 + 1 + quarter + flat + down + + + + + + -1 + + + + + + + + D + 4 + + 24 + + 1 + half + + down + + + + + + + + + + + G + 4 + + 24 + + 1 + half + + down + + + + + + + + + + + + + D + 4 + + 16 + + + 1 + half + down + + + + + + + + + G + 4 + + 16 + + + 1 + half + down + + + + + + + + + + + + + + D + 4 + + 24 + + 1 + half + + down + + + + + + + + G + 4 + + 24 + + 1 + half + + down + + + + + + + + + + + + 74 + + + + 8 + + 0 + major + + + + F + 4 + + + 108 + + + + + 24 + 1 + + + + + + + + + + 32 + 1 + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + 100 + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 74 + + + + + + 108 + + + + + 32 + 1 + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + B + 2 + + 24 + 1 + half + + up + + + +

+ + + + + + + + + 74 + + + + + + + + B + -1 + 2 + + 16 + 1 + half + flat + up + + + + + + + + + + + + + + D + 3 + + 24 + 1 + half + + down + + + + + + + + + + + + + + + + C + 1 + 3 + + 16 + 1 + half + sharp + up + + + + + + + + + + + + + + F + 3 + + 16 + 1 + half + down + + + + + + + + + + E + 3 + + 8 + 1 + quarter + down + + + + + + + + + + + A + -1 + 3 + + 16 + 1 + half + flat + down + + + + + + + + + + + + -14 + + + + G + 3 + + 8 + 1 + quarter + down + + + + + + + + + -1 + + + + + + + + F + 1 + 3 + + 24 + + 1 + half + + sharp + down + + + + + + + + + + + + + + + + F + 1 + 3 + + 16 + + + 1 + half + down + + + + + + + + + + + + + + F + 1 + 3 + + 24 + + 1 + half + + down + + + + + + + + + + + + 88 + + + + 8 + + 0 + major + + + + F + 4 + + + 108 + + + + + 24 + 1 + + + + + + + + + + 32 + 1 + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + 100 + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 88 + + + + + + 108 + + + + + 32 + 1 + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + F + 1 + 2 + + 24 + 1 + half + + sharp + up + + + +

+ + + + + + + + + 88 + + + + + + + + F + 2 + + 16 + 1 + half + natural + up + + + + + + + + + + + + + + A + 2 + + 24 + 1 + half + + up + + + + + + + + + + + + + + + + G + 1 + 2 + + 16 + 1 + half + sharp + up + + + + + + + + + + + + + + C + 2 + + 16 + 1 + half + up + + + + + + + + + + B + 1 + + 8 + 1 + quarter + up + + + + + + + + + + + E + -1 + 2 + + 16 + 1 + half + flat + up + + + + + + + + + + + + -14 + + + + D + 2 + + 8 + 1 + quarter + up + + + + + + + + + -1 + + + + + + + + F + 1 + 2 + + 24 + + 1 + half + + sharp + up + + + + + + + + + + + + + + + + F + 1 + 2 + + 16 + + + 1 + half + up + + + + + + + + + + + + + + F + 1 + 2 + + 24 + + 1 + half + + up + + + + + + + + + + + + 113 + + + + 1024 + + 0 + major + + + + F + 4 + + + 108 + + + + + 3072 + 1 + + + + + + + + + + 4096 + 1 + + + + + + + 4096 + 1 + + + + + + + + + + 3072 + 1 + + + + + + + + + + 2048 + 1 + + + + + + + + + + 4096 + 1 + + + + + + + + + + 3072 + 1 + + + + + + + + + + 2048 + 1 + + + + + + + + + 100 + + + + + 4096 + 1 + + + + + + + + + + 3072 + 1 + + + + + + + 3072 + 1 + + + + + + + + + + 2048 + 1 + + + + + + + + + + 4096 + 1 + + + + + + + + + + 3072 + 1 + + + + + + + 3072 + 1 + + + + + + + 3072 + 1 + + + + + + + 3072 + 1 + + + + + + + 72 + + + + + + + + + 4096 + 1 + + + + + + + + + + 3072 + 1 + + + + + + + 3072 + 1 + + + + + + + 1024 + 1 + quarter + + + + 1024 + 1 + quarter + + + + + B + -1 + 2 + + 256 + 1 + 16th + flat + up + begin + begin + + + + + + + + + B + -1 + 2 + + 256 + 1 + 16th + up + continue + end + + + + B + -1 + 2 + + 512 + 1 + eighth + up + end + + + + + + + 1024 + 1 + quarter + + + + B + -1 + 2 + + 256 + 1 + 16th + flat + up + begin + begin + + + + B + -1 + 2 + + 256 + 1 + 16th + up + continue + end + + + + B + -1 + 2 + + 512 + 1 + eighth + up + end + + + + B + -1 + 2 + + 256 + 1 + 16th + up + begin + begin + + + + B + -1 + 2 + + 256 + 1 + 16th + up + continue + end + + + + B + -1 + 2 + + 512 + 1 + eighth + up + end + + + + + + + + + + 2048 + 1 + + + + + + + + + + 1024 + 1 + quarter + + + + + B + -1 + 2 + + 256 + 1 + 16th + flat + up + begin + begin + + + + + + + + + B + -1 + 2 + + 256 + 1 + 16th + up + continue + end + + + + B + -1 + 2 + + 512 + 1 + eighth + up + end + + + + 1024 + 1 + quarter + + + + + B + -1 + 2 + + 256 + 1 + 16th + up + begin + begin + + + + + + + + + B + -1 + 2 + + 256 + 1 + 16th + up + continue + end + + + + B + -1 + 2 + + 512 + 1 + eighth + up + end + + + + + + + + + + + B + -1 + 2 + + 256 + 1 + 16th + flat + up + begin + begin + + + + + + + + + B + -1 + 2 + + 256 + 1 + 16th + up + continue + end + + + + B + -1 + 2 + + 512 + 1 + eighth + up + end + + + + + B + -1 + 2 + + 256 + 1 + 16th + up + begin + begin + + + + + + + + + B + -1 + 2 + + 256 + 1 + 16th + up + continue + end + + + + B + -1 + 2 + + 512 + 1 + eighth + up + end + + + + + B + -1 + 2 + + 256 + 1 + 16th + up + begin + begin + + + + + + + + + B + -1 + 2 + + 256 + 1 + 16th + up + continue + end + + + + B + -1 + 2 + + 512 + 1 + eighth + up + end + + + + + + + 113 + + + + + + 108 + + + + + 4096 + 1 + + + + + + + + E + 3 + + 4096 + 1 + whole + + + 3 + + +

+ + + + + 4096 + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + + + -131 + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + 16 + 2 + + + + + + -54 + + + + + + + + + + + E + 3 + + 3072 + 1 + half + + down + + + 3 + + + + + + + + 3072 + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + + + -98 + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + + E + 3 + + 85 + 2 + down + + + 12 + 2 + + + + + + -76 + + + + + + + 3072 + 1 + + + + + + + 3072 + 1 + + + + + + + 3072 + 1 + + + + + + + 3072 + 1 + + + + + + + 3072 + 1 + + + + + + + 113 + + + + + + + + 2048 + 1 + + + + + + + + + + 3072 + 1 + + + + + + + + + + 2048 + 1 + + + + + + + + + + 3072 + 1 + + + + + + + 3072 + 1 + + + + + + + + F + 1 + 2 + + 1024 + 1 + quarter + sharp + up + + + + + + + + + F + 1 + 2 + + 1024 + 1 + quarter + up + + + + F + 1 + 2 + + 1024 + 1 + quarter + up + + + + + + + + + + 2048 + 1 + + + + + + + + + + + F + 1 + 2 + + 1024 + 1 + quarter + sharp + up + + + + + + + + + F + 1 + 2 + + 1024 + 1 + quarter + up + + + + 1024 + 1 + quarter + + + + + + + + + 70 + + + + 8 + + 0 + major + + + 2 + + percussion + + + 108 + + + + + 24 + 1 + + + + + + + + + + 32 + 1 + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + 100 + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 70 + + + + + + 108 + + + + + 32 + 1 + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + Susp. Cym. + + + + + + E + 5 + + 24 + + + 1 + half + + down + + + + 3 + + +

+ + + + + 24 + + + + E + 5 + + 2 + + 2 + 16th + down + begin + begin + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + end + end + + + + + + + 70 + + + + + + + + (Susp. Cym.) + + + + + E + 5 + + 16 + + + + 1 + half + down + + + + + 3 + + + + + 16 + + + + E + 5 + + 2 + + 2 + 16th + down + begin + begin + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + end + end + + + + + + + + + + + + + + + E + 5 + + 24 + + + + 1 + half + + down + + + + + 3 + + + + + 24 + + + + E + 5 + + 2 + + 2 + 16th + down + begin + begin + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + end + end + + + + + + + + + + E + 5 + + 16 + + + + 1 + half + down + + + + + 3 + + + + + 16 + + + + E + 5 + + 2 + + 2 + 16th + down + begin + begin + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + end + end + + + + + + + + + + E + 5 + + 24 + + + + 1 + half + + down + + + + + 3 + + + + + 24 + + + + E + 5 + + 2 + + 2 + 16th + down + begin + begin + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + end + end + + + + + + + E + 5 + + 24 + + + 1 + half + + down + + + + 3 + + + + + 24 + + + + E + 5 + + 2 + + 2 + 16th + down + begin + begin + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + continue + continue + + + + E + 5 + + 2 + + 2 + 16th + down + end + end + + + + E + 5 + + 2 + + 2 + 16th + down + begin + begin + + + + E + 5 + + 2 + + 2 + 16th + down + end + end + + + + E + 5 + + 12 + + 2 + quarter + + down + + + + + + -1 + + + + + + + + + E + 5 + + 24 + + 1 + half + + down + + + + + + + + + + + + + + + 16 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + 62 + + + + 1024 + + 0 + major + + + 2 + + percussion + + + 108 + + + + + 3072 + 1 + + + + + + + + + + 4096 + 1 + + + + + + + 4096 + 1 + + + + + + + + + + 3072 + 1 + + + + + + + + + + 2048 + 1 + + + + + + + + + + 4096 + 1 + + + + + + + + + + 3072 + 1 + + + + + + + + + + 2048 + 1 + + + + + + + + + 100 + + + + + 4096 + 1 + + + + + + + + + + 3072 + 1 + + + + + + + 3072 + 1 + + + + + + + + + + 2048 + 1 + + + + + + + + + + 4096 + 1 + + + + + + + + + + 3072 + 1 + + + + + + + 3072 + 1 + + + + + + + 3072 + 1 + + + + + + + 3072 + 1 + + + + + + + + + + + 4096 + 1 + + + + + + + + + + 3072 + 1 + + + + + + + 3072 + 1 + + + + + + + 3072 + 1 + + + + + + + 3072 + 1 + + + + + + + + + + 2048 + 1 + + + + + + + + + + 4096 + 1 + + + + + + + + + + 3072 + 1 + + + + + + + 62 + + + + + + 108 + + + + + 4096 + 1 + + + + + + + 4096 + 1 + + + + + + + + + + 3072 + 1 + + + + + + + 3072 + 1 + + + + + + + 3072 + 1 + + + + + + + 3072 + 1 + + + + + + + 3072 + 1 + + + + + + + + B.D. + + + + + F + 4 + + 3072 + + + 1 + half + + up + + + + 3 + + +

+ + + + + 3072 + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + 12 + 2 + + + + + + + 62 + + + + + + + + (B.D.) + + + + + F + 4 + + 2048 + + + + 1 + half + up + + + + + 3 + + + + + 2048 + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + 8 + 2 + + + + + + + + + + + + 79 + + + + F + 4 + + 3072 + + + + 1 + half + + up + + + + + 3 + + + + + 3072 + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + 12 + 2 + + + + + + + + + + F + 4 + + 2048 + + + + 1 + half + up + + + + + 3 + + + + + 2048 + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + 8 + 2 + + + + + + + + + + F + 4 + + 3072 + + + + 1 + half + + up + + + + + 3 + + + + + 3072 + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + 12 + 2 + + + + + + + F + 4 + + 3072 + + + 1 + half + + up + + + + 3 + + + + + 3072 + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + + F + 4 + + 102 + + 2 + up + + + 12 + 2 + + + + + + -54 + + + + + + + + F + 4 + + 1024 + + 1 + quarter + up + + + + + + + + + F + 4 + + 1024 + + 1 + quarter + up + + + + F + 4 + + 1024 + + 1 + quarter + up + + + + + + + + + + 2048 + 1 + + + + + + + + + + + F + 4 + + 1024 + + 1 + quarter + up + + + + + + + + + F + 4 + + 1024 + + 1 + quarter + up + + + + 1024 + 1 + quarter + + + + + + + + + 85 + + + 77 + + + + 8 + + 0 + major + + + 2 + + G + 2 + + + F + 4 + + + 108 + + + 108 + + + + + + B + 5 + + 8 + 1 + quarter + down + 1 + + + + + + + + + + B + 6 + + 8 + 1 + quarter + down + 1 + + + + 8 + 1 + quarter + 1 + + + + 8 + 1 + quarter + 1 + + + 24 + + + + 24 + 2 + 2 + + + + + + + + + + 32 + 1 + 1 + + + 32 + + + + 32 + 2 + 2 + + + + + + + 32 + 1 + 1 + + + 32 + + + + 32 + 2 + 2 + + + + + + + + + + 24 + 1 + 1 + + + 24 + + + + 24 + 2 + 2 + + + + + + + + + + 16 + 1 + 1 + + + 16 + + + + 16 + 2 + 2 + + + + + + + + + + 32 + 1 + 1 + + + 32 + + + + 32 + 2 + 2 + + + + + + + + + + 24 + 1 + 1 + + + 24 + + + + 24 + 2 + 2 + + + + + + + + + + 16 + 1 + 1 + + + 16 + + + + 16 + 2 + 2 + + + + + + + + + 100 + + + 100 + + + + + 32 + 1 + 1 + + + 32 + + + + 32 + 2 + 2 + + + + + + + + + + 24 + 1 + 1 + + + 24 + + + + 24 + 2 + 2 + + + + + + + 24 + 1 + 1 + + + 24 + + + + 24 + 2 + 2 + + + + + + + + + + 16 + 1 + 1 + + + 16 + + + + 16 + 2 + 2 + + + + + + + + + + 32 + 1 + 1 + + + 32 + + + + 32 + 2 + 2 + + + + + + + + + + 24 + 1 + 1 + + + 24 + + + + 24 + 2 + 2 + + + + + + + 24 + 1 + 1 + + + 24 + + + + 24 + 2 + 2 + + + + + + + 24 + 1 + 1 + + + 24 + + + + 24 + 2 + 2 + + + + + + + 24 + 1 + 1 + + + 24 + + + + 24 + 2 + 2 + + + + + + + + + + + 32 + 1 + 1 + + + 32 + + + + 32 + 2 + 2 + + + + + + + + + + 24 + 1 + 1 + + + 24 + + + + 24 + 2 + 2 + + + + + + + 24 + 1 + 1 + + + 24 + + + + 24 + 2 + 2 + + + + + + + 24 + 1 + 1 + + + 24 + + + + 24 + 2 + 2 + + + + + + + 24 + 1 + 1 + + + 24 + + + + 24 + 2 + 2 + + + + + + + + + + 16 + 1 + 1 + + + 16 + + + + 16 + 2 + 2 + + + + + + + + + + 32 + 1 + 1 + + + 32 + + + + 32 + 2 + 2 + + + + + + + + + + 24 + 1 + 1 + + + 24 + + + + 24 + 2 + 2 + + + + + + + 85 + + + 77 + + + + + + G + 2 + + + 108 + + + 108 + + + + + + E + 5 + + 8 + 1 + quarter + down + 1 + + + + + + + + + + E + 6 + + 8 + 1 + quarter + down + 1 + + + + E + 5 + + 8 + 1 + quarter + down + 1 + + + + + E + 6 + + 8 + 1 + quarter + down + 1 + + + + E + 5 + + 8 + 1 + quarter + down + 1 + + + + + E + 6 + + 8 + 1 + quarter + down + 1 + + + + E + 5 + + 8 + 1 + quarter + down + 1 + + + + + E + 6 + + 8 + 1 + quarter + down + 1 + + + 32 + + + + 2 + 2 + 16th + 2 + + + + C + 1 + 5 + + 2 + 2 + 16th + sharp + up + 2 + begin + begin + + + + A + 4 + + 2 + 2 + 16th + up + 2 + continue + continue + + + + E + 4 + + 2 + 2 + 16th + up + 2 + end + end + + + + F + 4 + + 8 + 2 + quarter + up + 2 + + + + 2 + 2 + 16th + 2 + + + + C + 1 + 5 + + 2 + 2 + 16th + up + 2 + begin + begin + + + + A + 4 + + 2 + 2 + 16th + up + 2 + continue + continue + + + + E + 4 + + 2 + 2 + 16th + up + 2 + end + end + + + + F + 4 + + 8 + 2 + quarter + up + 2 + + + + + + + + + 1 + + + + E + 5 + + 8 + 1 + quarter + down + 1 + + + + + E + 6 + + 8 + 1 + quarter + down + 1 + + + + E + 5 + + 8 + 1 + quarter + down + 1 + + + + + E + 6 + + 8 + 1 + quarter + down + 1 + + + + E + 5 + + 8 + 1 + quarter + down + 1 + + + + + E + 6 + + 8 + 1 + quarter + down + 1 + + + + E + 5 + + 8 + 1 + quarter + down + 1 + + + + + E + 6 + + 8 + 1 + quarter + down + 1 + + + + + + -1 + 1 + + + 32 + + + + 2 + 2 + 16th + 2 + + + + C + 1 + 5 + + 2 + 2 + 16th + sharp + up + 2 + begin + begin + + + + A + 4 + + 2 + 2 + 16th + up + 2 + continue + continue + + + + E + 4 + + 2 + 2 + 16th + up + 2 + end + end + + + + F + 4 + + 8 + 2 + quarter + up + 2 + + + + 2 + 2 + 16th + 2 + + + + C + 1 + 5 + + 2 + 2 + 16th + up + 2 + begin + begin + + + + A + 4 + + 2 + 2 + 16th + up + 2 + continue + continue + + + + E + 4 + + 2 + 2 + 16th + up + 2 + end + end + + + + F + 4 + + 8 + 2 + quarter + up + 2 + + + + + + + + + + + E + 5 + + 8 + 1 + quarter + down + 1 + + + + + + + + + + E + 6 + + 8 + 1 + quarter + down + 1 + + + + + + -6 + 1 + + + + E + 5 + + 8 + 1 + quarter + down + 1 + + + + + E + 6 + + 8 + 1 + quarter + down + 1 + + + + E + 5 + + 8 + 1 + quarter + down + 1 + + + + + E + 6 + + 8 + 1 + quarter + down + 1 + + + + + + -1 + 1 + + + 24 + + + + 2 + 2 + 16th + 2 + + + + + C + 1 + 5 + + 2 + 2 + 16th + sharp + up + 2 + begin + begin + + + + A + 4 + + 2 + 2 + 16th + up + 2 + continue + continue + + + + E + 4 + + 2 + 2 + 16th + up + 2 + end + end + + + + F + 4 + + 8 + 2 + quarter + up + 2 + + + + 2 + 2 + 16th + 2 + + + + C + 1 + 5 + + 2 + 2 + 16th + up + 2 + begin + begin + + + + A + 4 + + 2 + 2 + 16th + up + 2 + continue + continue + + + + E + 4 + + 2 + 2 + 16th + up + 2 + end + end + + + + + + + + E + 5 + + 2 + 1 + 16th + up + 1 + begin + begin + + + + + + + + + C + 1 + 5 + + 2 + 1 + 16th + sharp + up + 1 + continue + continue + + + + A + 4 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + E + 4 + + 2 + 1 + 16th + up + 1 + end + end + + + + 8 + 1 + quarter + 1 + + + + E + 5 + + 2 + 1 + 16th + up + 1 + begin + begin + + + + C + 1 + 5 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + A + 4 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + E + 4 + + 2 + 1 + 16th + up + 1 + end + end + + + 24 + + + + + F + 3 + + 8 + 2 + quarter + up + 2 + + + + + F + 4 + + 8 + 2 + quarter + up + 2 + + + + F + 3 + + 8 + 2 + quarter + up + 2 + + + + + F + 4 + + 8 + 2 + quarter + up + 2 + + + + F + 3 + + 8 + 2 + quarter + up + 2 + + + + + F + 4 + + 8 + 2 + quarter + up + 2 + + + + + + + 8 + 1 + quarter + 1 + + + + 8 + 1 + quarter + 1 + + + + E + 5 + + 2 + 1 + 16th + up + 1 + begin + begin + + + + C + 1 + 5 + + 2 + 1 + 16th + sharp + up + 1 + continue + continue + + + + A + 4 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + E + 4 + + 2 + 1 + 16th + up + 1 + end + end + + + 24 + + + + 8 + 2 + quarter + 2 + + + + 8 + 2 + quarter + 2 + + + + F + 3 + + 8 + 2 + quarter + up + 2 + + + + + F + 4 + + 8 + 2 + quarter + up + 2 + + + + + + + 8 + 1 + quarter + 1 + + + + 8 + 1 + quarter + 1 + + + + E + 5 + + 2 + 1 + 16th + up + 1 + begin + begin + + + + C + 1 + 5 + + 2 + 1 + 16th + sharp + up + 1 + continue + continue + + + + A + 4 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + E + 4 + + 2 + 1 + 16th + up + 1 + end + end + + + 24 + + + + F + 3 + + 8 + 2 + quarter + up + 2 + + + + + F + 4 + + 8 + 2 + quarter + up + 2 + + + + 8 + 2 + quarter + 2 + + + + F + 3 + + 8 + 2 + quarter + up + 2 + + + + + F + 4 + + 8 + 2 + quarter + up + 2 + + + + + + + 8 + 1 + quarter + 1 + + + + E + 5 + + 2 + 1 + 16th + up + 1 + begin + begin + + + + C + 1 + 5 + + 2 + 1 + 16th + sharp + up + 1 + continue + continue + + + + A + 4 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + E + 4 + + 2 + 1 + 16th + up + 1 + end + end + + + + E + 5 + + 2 + 1 + 16th + up + 1 + begin + begin + + + + C + 1 + 5 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + A + 4 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + E + 4 + + 2 + 1 + 16th + up + 1 + end + end + + + 24 + + + + 8 + 2 + quarter + 2 + + + + F + 3 + + 8 + 2 + quarter + up + 2 + + + + + F + 4 + + 8 + 2 + quarter + up + 2 + + + + F + 3 + + 8 + 2 + quarter + up + 2 + + + + + F + 4 + + 8 + 2 + quarter + up + 2 + + + + + + + 24 + 1 + 1 + + + 24 + + + + 24 + 2 + 2 + + + + + + + 73 + + + 75 + + + + + + + + 16 + 1 + 1 + + + 16 + + + + 16 + 2 + 2 + + + + + + + + + + 24 + 1 + 1 + + + 24 + + + + 24 + 2 + 2 + + + + + + + + + + 16 + 1 + 1 + + + 16 + + + + 16 + 2 + 2 + + + + + + + + + + 24 + 1 + 1 + + + 24 + + + + 24 + 2 + 2 + + + + + + + 24 + 1 + 1 + + + 24 + + + + 24 + 2 + 2 + + + + + + + 24 + 1 + 1 + + + 24 + + + + 24 + 2 + 2 + + + + + + + + + + 16 + 1 + 1 + + + 16 + + + + 16 + 2 + 2 + + + + + + + + + + 24 + 1 + 1 + + + 24 + + + + 24 + 2 + 2 + + + + + + + + + 121 + + + + 8 + + 0 + major + + + + G + 2 + + + 108 + + + + + Moderato + + +   + + + + quarter + 85 + + + + + + + + E + 5 + + 24 + + 1 + half + + down + + + +

+ + + + + + + B + 5 + + 24 + + 1 + half + + down + diamond + + + + + + + + + + + + + E + 5 + + 32 + + + 1 + whole + + + + + + + + + B + 5 + + 32 + + + 1 + whole + diamond + + + + + + + + + + + E + 5 + + 32 + + + 1 + whole + + + + + + + + + B + 5 + + 32 + + + 1 + whole + diamond + + + + + + + + + + + + + + E + 5 + + 24 + + + 1 + half + + down + + + + + + + + + B + 5 + + 24 + + + 1 + half + + down + diamond + + + + + + + + + + + + + + E + 5 + + 16 + + + 1 + half + down + + + + + + + + + B + 5 + + 16 + + + 1 + half + down + diamond + + + + + + + + + + + + + + E + 5 + + 32 + + + 1 + whole + + + + + + + + + B + 5 + + 32 + + + 1 + whole + diamond + + + + + + + + + + + + + + E + 5 + + 24 + + + 1 + half + + down + + + + + + + + + B + 5 + + 24 + + + 1 + half + + down + diamond + + + + + + + + + + + + + + E + 5 + + 16 + + + 1 + half + down + + + + + + + + + B + 5 + + 16 + + + 1 + half + down + diamond + + + + + + + + + + + 135 + + + + + + 100 + + + + + E + 5 + + 32 + + + 1 + whole + + + + + + + + + B + 5 + + 32 + + + 1 + whole + diamond + + + + + + + + + + + + + + E + 5 + + 24 + + + 1 + half + + down + + + + + + + + + B + 5 + + 24 + + + 1 + half + + down + diamond + + + + + + + + + + + E + 5 + + 24 + + + 1 + half + + down + + + + + + + + + B + 5 + + 24 + + + 1 + half + + down + diamond + + + + + + + + + + + + + + E + 5 + + 16 + + + 1 + half + down + + + + + + + + + B + 5 + + 16 + + + 1 + half + down + diamond + + + + + + + + + + + + + + E + 5 + + 32 + + 1 + whole + + + + + + + + B + 5 + + 32 + + 1 + whole + diamond + + + + + + + + + + + + + 24 + 1 + + + + + + + 8 + 1 + quarter + + + + + B + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + + + + + + C + 6 + + 2 + 1 + 16th + down + continue + continue + + + + D + 6 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 6 + + 2 + 1 + 16th + flat + down + end + end + + + + + + + + B + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + + + C + 6 + + 2 + 1 + 16th + down + continue + continue + + + + D + 6 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 6 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + B + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + + + + + 1 + + + + C + 6 + + 2 + 1 + 16th + down + continue + continue + + + + D + 6 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 6 + + 2 + 1 + 16th + flat + down + end + end + + + + + + + B + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + C + 6 + + 2 + 1 + 16th + down + continue + continue + + + + D + 6 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 6 + + 2 + 1 + 16th + down + end + end + + + + + + + B + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + C + 6 + + 2 + 1 + 16th + down + continue + continue + + + + D + 6 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 6 + + 2 + 1 + 16th + down + end + end + + + + + + + + + -1 + + + + + + + + F + 6 + + 2 + 1 + 16th + down + + + + + + + + + 2 + 1 + 16th + + + + 4 + 1 + eighth + + + + 8 + 1 + quarter + + + + 8 + 1 + quarter + + + + + + + 83 + + + + + + + + 32 + 1 + + + + + + + + + + A + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + + + pizz. + + + + 46 + + + + + + + E + 5 + + 8 + 1 + quarter + down + + + + + + + + + E + 5 + + 8 + 1 + quarter + down + + + + + + + + + + E + 5 + + 8 + 1 + quarter + down + + + + B + -1 + 4 + + 8 + 1 + quarter + flat + down + + + + + E + 5 + + 8 + 1 + quarter + down + + + + + + + + + B + -1 + 4 + + 8 + 1 + quarter + down + + + + + + + + + + + B + -1 + 4 + + 8 + 1 + quarter + flat + down + + + + + + + + + + B + -1 + 4 + + 8 + 1 + quarter + down + + + + + + + + + + B + -1 + 4 + + 8 + 1 + quarter + down + + + + + + + + + + + + 121 + + + + + + 108 + + + + + 32 + 1 + + + + + + + + arco + + + + 49 + + + + + + E + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + +

+ + + + + + + + 1 + + + + F + 5 + + 2 + 1 + 16th + down + continue + continue + + + + E + 5 + + 2 + 1 + 16th + down + continue + continue + + + + F + 5 + + 2 + 1 + 16th + down + end + end + + + + E + 5 + + 2 + 1 + 16th + down + begin + begin + + + + F + 5 + + 2 + 1 + 16th + down + continue + continue + + + + G + 5 + + 2 + 1 + 16th + down + continue + continue + + + + A + -1 + 5 + + 2 + 1 + 16th + flat + down + end + end + + + + + + + E + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + F + 5 + + 2 + 1 + 16th + down + continue + continue + + + + E + 5 + + 2 + 1 + 16th + down + continue + continue + + + + F + 5 + + 2 + 1 + 16th + down + end + end + + + + E + 5 + + 2 + 1 + 16th + down + begin + begin + + + + F + 5 + + 2 + 1 + 16th + down + continue + continue + + + + G + 5 + + 2 + 1 + 16th + down + continue + continue + + + + A + -1 + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + + -1 + + + + + + + + + + + B + -1 + 5 + + 2 + 1 + 16th + flat + down + begin + begin + + + + + + + + + + + + + + + C + -1 + 6 + + 2 + 1 + 16th + flat + down + continue + continue + + + + B + -1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + C + -1 + 6 + + 2 + 1 + 16th + down + end + end + + + + + + + B + -1 + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + C + -1 + 6 + + 2 + 1 + 16th + down + continue + continue + + + + B + -1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + A + -1 + 5 + + 2 + 1 + 16th + flat + down + end + end + + + + + + + G + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + A + -1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + G + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + + 1 + + + + F + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + E + 5 + + 2 + 1 + 16th + down + + +

+ + + + + + 2 + 1 + 16th + + + + 4 + 1 + eighth + + + + 8 + 1 + quarter + + + + 8 + 1 + quarter + + + + + + + + E + 5 + + 2 + 1 + 16th + up + begin + begin + + + + + + +

+ + + + + + C + 1 + 5 + + 2 + 1 + 16th + sharp + up + continue + continue + + + + A + 4 + + 2 + 1 + 16th + up + continue + continue + + + + E + 4 + + 2 + 1 + 16th + up + end + end + + + + + + + E + 5 + + 2 + 1 + 16th + up + begin + begin + + + + + + + + + + C + 1 + 5 + + 2 + 1 + 16th + up + continue + continue + + + + A + 4 + + 2 + 1 + 16th + up + continue + continue + + + + E + 4 + + 2 + 1 + 16th + up + end + end + + + + + + + 8 + 1 + quarter + + + + + + + 8 + 1 + quarter + + + + E + 5 + + 2 + 1 + 16th + up + begin + begin + + + + + + + + + + C + 1 + 5 + + 2 + 1 + 16th + sharp + up + continue + continue + + + + A + 4 + + 2 + 1 + 16th + up + continue + continue + + + + E + 4 + + 2 + 1 + 16th + up + end + end + + + + + + + 8 + 1 + quarter + + + + + + + E + 5 + + 2 + 1 + 16th + up + begin + begin + + + + + + + + + + C + 1 + 5 + + 2 + 1 + 16th + sharp + up + continue + continue + + + + A + 4 + + 2 + 1 + 16th + up + continue + continue + + + + E + 4 + + 2 + 1 + 16th + up + end + end + + + + + + + 8 + 1 + quarter + + + + E + 5 + + 2 + 1 + 16th + up + begin + begin + + + + + + + + + + C + 1 + 5 + + 2 + 1 + 16th + up + continue + continue + + + + A + 4 + + 2 + 1 + 16th + up + continue + continue + + + + E + 4 + + 2 + 1 + 16th + up + end + end + + + + + + + + + + + F + 1 + 4 + + 2 + 1 + 16th + sharp + up + begin + begin + + + + + + +

+ + + + + + G + 4 + + 2 + 1 + 16th + up + continue + continue + + + + A + 4 + + 2 + 1 + 16th + up + continue + continue + + + + B + -1 + 4 + + 2 + 1 + 16th + flat + up + end + end + + + + + + + F + 1 + 4 + + 2 + 1 + 16th + up + begin + begin + + + + + + + G + 4 + + 2 + 1 + 16th + up + continue + continue + + + + A + 4 + + 2 + 1 + 16th + up + continue + continue + + + + B + -1 + 4 + + 2 + 1 + 16th + up + end + end + + + + + + + C + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + D + -1 + 5 + + 2 + 1 + 16th + flat + down + continue + continue + + + + E + -1 + 5 + + 2 + 1 + 16th + flat + down + continue + continue + + + + E + 5 + + 2 + 1 + 16th + natural + down + end + end + + + + + + + + + + 101 + + + + + + + + F + 5 + + 2 + 1 + 16th + natural + down + begin + begin + + + + + + + G + -1 + 5 + + 2 + 1 + 16th + flat + down + continue + continue + + + + F + 5 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 5 + + 2 + 1 + 16th + flat + down + end + end + + + + + + + D + 5 + + 2 + 1 + 16th + natural + down + begin + begin + + + + + + + C + 5 + + 2 + 1 + 16th + down + continue + continue + + + + B + 4 + + 2 + 1 + 16th + natural + down + continue + continue + + + + A + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + + + + A + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + + + + + + B + -1 + 4 + + 2 + 1 + 16th + flat + down + continue + continue + + + + C + 5 + + 2 + 1 + 16th + down + continue + continue + + + + D + -1 + 5 + + 2 + 1 + 16th + flat + down + end + end + + + + + + + A + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + B + -1 + 4 + + 2 + 1 + 16th + down + continue + continue + + + + C + 5 + + 2 + 1 + 16th + down + continue + continue + + + + C + 1 + 5 + + 2 + 1 + 16th + sharp + down + end + end + + + + + + + D + 1 + 5 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + E + 5 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 5 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + G + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + + + G + 1 + 5 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + A + 5 + + 2 + 1 + 16th + down + continue + continue + + + + G + 1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 5 + + 2 + 1 + 16th + sharp + down + end + end + + + + + + + F + 5 + + 2 + 1 + 16th + natural + down + begin + begin + + + + + + + E + -1 + 5 + + 2 + 1 + 16th + flat + down + continue + continue + + + + D + 5 + + 2 + 1 + 16th + down + continue + continue + + + + C + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + + + + C + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + + + + + + C + 1 + 5 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + D + 1 + 5 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + E + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + F + 1 + 5 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + G + 5 + + 2 + 1 + 16th + down + continue + continue + + + + A + 5 + + 2 + 1 + 16th + down + continue + continue + + + + B + -1 + 5 + + 2 + 1 + 16th + flat + down + end + end + + + + + + + A + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + 5 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + E + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + D + 1 + 5 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + + + + + + + + + + + E + 5 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 5 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + G + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + A + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + B + -1 + 5 + + 2 + 1 + 16th + flat + down + continue + continue + + + + C + 6 + + 2 + 1 + 16th + down + continue + continue + + + + C + 1 + 6 + + 2 + 1 + 16th + sharp + down + end + end + + + + + + + D + 6 + + 2 + 1 + 16th + down + begin + begin + + + + + + + D + 1 + 6 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + E + 6 + + 2 + 1 + 16th + down + continue + continue + + + + F + 6 + + 2 + 1 + 16th + natural + down + end + end + + + + + + + + + -1 + + + + + + + + F + 1 + 6 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + + + G + 6 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 6 + + 2 + 1 + 16th + down + continue + continue + + + + G + 6 + + 2 + 1 + 16th + down + end + end + + + + + + + F + 1 + 6 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + 6 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 6 + + 2 + 1 + 16th + down + continue + continue + + + + G + 6 + + 2 + 1 + 16th + down + end + end + + + + + + + F + 1 + 6 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + 6 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 6 + + 2 + 1 + 16th + down + continue + continue + + + + G + 6 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + + + 16 + 1 + + + + + + + + + + + F + 1 + 6 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + + + G + 6 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 6 + + 2 + 1 + 16th + down + continue + continue + + + + G + 6 + + 2 + 1 + 16th + down + end + end + + + + + + + F + 1 + 6 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + 6 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 6 + + 2 + 1 + 16th + down + continue + continue + + + + G + 6 + + 2 + 1 + 16th + down + end + end + + + + + + + 8 + 1 + quarter + + + + + + + + 8 + + 0 + major + + + + G + 2 + + + 108 + + + + + pizz. + + + + 46 + + + + + + + B + 5 + + 8 + 1 + quarter + down + + + + + + + + + 8 + 1 + quarter + + + + 8 + 1 + quarter + + + + + + + + + + 32 + 1 + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 32 + 1 + + + + + + + + + + arco + + + + 49 + + + + + + + B + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + +

+ + + + + + C + 5 + + 2 + 1 + 16th + down + continue + continue + + + + B + 4 + + 2 + 1 + 16th + down + continue + continue + + + + C + 5 + + 2 + 1 + 16th + down + end + end + + + + B + 4 + + 2 + 1 + 16th + down + begin + begin + + + + C + 5 + + 2 + 1 + 16th + down + continue + continue + + + + D + 5 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 5 + + 2 + 1 + 16th + flat + down + end + end + + + + B + 4 + + 2 + 1 + 16th + down + begin + begin + + + + C + 5 + + 2 + 1 + 16th + down + continue + continue + + + + B + 4 + + 2 + 1 + 16th + down + continue + continue + + + + C + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + + + + + 1 + + + + B + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + C + 5 + + 2 + 1 + 16th + down + continue + continue + + + + B + 4 + + 2 + 1 + 16th + down + continue + continue + + + + C + 5 + + 2 + 1 + 16th + down + end + end + + + + B + 4 + + 2 + 1 + 16th + down + begin + begin + + + + C + 5 + + 2 + 1 + 16th + down + continue + continue + + + + D + 5 + + 2 + 1 + 16th + down + continue + continue + + + + + + 1 + + + + E + -1 + 5 + + 2 + 1 + 16th + flat + down + end + end + + + + + + + + + + 76 + + + + + + 100 + + + + + + F + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + + + + + + + + G + -1 + 5 + + 2 + 1 + 16th + flat + down + continue + continue + + + + F + 5 + + 2 + 1 + 16th + down + continue + continue + + + + G + -1 + 5 + + 2 + 1 + 16th + down + end + end + + + + F + 5 + + 2 + 1 + 16th + down + begin + begin + + + + G + -1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + F + 5 + + 2 + 1 + 16th + down + continue + continue + + + + G + -1 + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + F + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + -1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + F + 5 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 5 + + 2 + 1 + 16th + flat + down + end + end + + + + D + 5 + + 2 + 1 + 16th + down + begin + begin + + + + E + -1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + D + 5 + + 2 + 1 + 16th + down + continue + continue + + + + C + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + + -1 + + + + + + + + + + + B + 4 + + 2 + 1 + 16th + down + + + + + + + + + 2 + 1 + 16th + + + + 4 + 1 + eighth + + + + 8 + 1 + quarter + + + + 8 + 1 + quarter + + + + + + + + B + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + +

+ + + + + + C + 5 + + 2 + 1 + 16th + down + continue + continue + + + + D + 5 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 5 + + 2 + 1 + 16th + flat + down + end + end + + + + B + 4 + + 2 + 1 + 16th + down + begin + begin + + + + C + 5 + + 2 + 1 + 16th + down + continue + continue + + + + D + 5 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 5 + + 2 + 1 + 16th + down + end + end + + + + B + 4 + + 2 + 1 + 16th + down + begin + begin + + + + C + 5 + + 2 + 1 + 16th + down + continue + continue + + + + B + 4 + + 2 + 1 + 16th + down + continue + continue + + + + C + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + + + + + + + + B + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + C + 5 + + 2 + 1 + 16th + down + continue + continue + + + + B + 4 + + 2 + 1 + 16th + down + continue + continue + + + + C + 5 + + 2 + 1 + 16th + down + end + end + + + + B + 4 + + 2 + 1 + 16th + down + begin + begin + + + + C + 5 + + 2 + 1 + 16th + down + continue + continue + + + + D + 5 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 5 + + 2 + 1 + 16th + flat + down + end + end + + + + + + + + + -1 + + + + + + + + + + + F + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + + + + + + + + G + -1 + 5 + + 2 + 1 + 16th + flat + down + continue + continue + + + + F + 5 + + 2 + 1 + 16th + down + continue + continue + + + + G + -1 + 5 + + 2 + 1 + 16th + down + end + end + + + + F + 5 + + 2 + 1 + 16th + down + begin + begin + + + + G + -1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + F + 5 + + 2 + 1 + 16th + down + continue + continue + + + + G + -1 + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + F + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + -1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + F + 5 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 5 + + 2 + 1 + 16th + flat + down + end + end + + + + D + 5 + + 2 + 1 + 16th + down + begin + begin + + + + E + -1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + D + 5 + + 2 + 1 + 16th + down + continue + continue + + + + C + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + + -1 + + + + + + + + + + + B + 4 + + 2 + 1 + 16th + down + + + + + + + + + 2 + 1 + 16th + + + + 4 + 1 + eighth + + + + 8 + 1 + quarter + + + + + B + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + +

+ + + + + + C + 5 + + 2 + 1 + 16th + down + continue + continue + + + + B + 4 + + 2 + 1 + 16th + down + continue + continue + + + + C + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + B + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + C + 5 + + 2 + 1 + 16th + down + continue + continue + + + + D + 5 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 5 + + 2 + 1 + 16th + flat + down + end + end + + + + + + + + B + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + + + C + 5 + + 2 + 1 + 16th + down + continue + continue + + + + D + 5 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + B + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + + + C + 5 + + 2 + 1 + 16th + down + continue + continue + + + + D + 5 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + B + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + + + + + 1 + + + + C + 5 + + 2 + 1 + 16th + down + continue + continue + + + + D + 5 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 5 + + 2 + 1 + 16th + flat + down + end + end + + + + + + + B + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + C + 5 + + 2 + 1 + 16th + down + continue + continue + + + + D + 5 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + B + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + C + 5 + + 2 + 1 + 16th + down + continue + continue + + + + D + 5 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + + -1 + + + + + + + + F + 5 + + 2 + 1 + 16th + down + + + + + + + + + 2 + 1 + 16th + + + + 4 + 1 + eighth + + + + 8 + 1 + quarter + + + + 8 + 1 + quarter + + + + + + + 73 + + + + + + + + 32 + 1 + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 8 + 1 + quarter + + + + 8 + 1 + quarter + + + + pizz. + + + + 46 + + + + + + + B + -1 + 3 + + 8 + 1 + quarter + flat + up + + + + + + + + + + + + 8 + 1 + quarter + + + + B + -1 + 3 + + 8 + 1 + quarter + flat + up + + + + B + -1 + 3 + + 8 + 1 + quarter + up + + + + + + + + + + 16 + 1 + + + + + + + + + + 8 + 1 + quarter + + + + + B + -1 + 3 + + 8 + 1 + quarter + flat + up + + + + + + + + + 8 + 1 + quarter + + + + + B + -1 + 3 + + 8 + 1 + quarter + up + + + + + + + + + + + + + + + + B + -1 + 3 + + 8 + 1 + quarter + flat + up + + + + + + + + + + B + -1 + 3 + + 8 + 1 + quarter + up + + + + + + + + + + B + -1 + 3 + + 8 + 1 + quarter + up + + + + + + + + + + + + + + 108 + + + + + 16 + 1 + half + + + + + arco + + + + 49 + + + + + + E + 4 + + 2 + 1 + 16th + up + begin + begin + + + + + + +

+ + + + + + F + 4 + + 2 + 1 + 16th + up + continue + continue + + + + E + 4 + + 2 + 1 + 16th + up + continue + continue + + + + F + 4 + + 2 + 1 + 16th + up + end + end + + + + E + 4 + + 2 + 1 + 16th + up + begin + begin + + + + F + 4 + + 2 + 1 + 16th + up + continue + continue + + + + G + 4 + + 2 + 1 + 16th + up + continue + continue + + + + A + -1 + 4 + + 2 + 1 + 16th + flat + up + end + end + + + + + + + + + + + + 1 + + + + E + 4 + + 2 + 1 + 16th + up + begin + begin + + + + + + + F + 4 + + 2 + 1 + 16th + up + continue + continue + + + + E + 4 + + 2 + 1 + 16th + up + continue + continue + + + + F + 4 + + 2 + 1 + 16th + up + end + end + + + + E + 4 + + 2 + 1 + 16th + up + begin + begin + + + + F + 4 + + 2 + 1 + 16th + up + continue + continue + + + + G + 4 + + 2 + 1 + 16th + up + continue + continue + + + + A + -1 + 4 + + 2 + 1 + 16th + flat + up + end + end + + + + + + + E + 4 + + 2 + 1 + 16th + up + begin + begin + + + + + + + F + 4 + + 2 + 1 + 16th + up + continue + continue + + + + E + 4 + + 2 + 1 + 16th + up + continue + continue + + + + F + 4 + + 2 + 1 + 16th + up + end + end + + + + E + 4 + + 2 + 1 + 16th + up + begin + begin + + + + F + 4 + + 2 + 1 + 16th + up + continue + continue + + + + G + 4 + + 2 + 1 + 16th + up + continue + continue + + + + A + -1 + 4 + + 2 + 1 + 16th + up + end + end + + + + + + + + + -1 + + + + + + + + + + + B + -1 + 4 + + 2 + 1 + 16th + flat + down + begin + begin + + + + + + + + + + + + + + + C + -1 + 5 + + 2 + 1 + 16th + flat + down + continue + continue + + + + B + -1 + 4 + + 2 + 1 + 16th + down + continue + continue + + + + C + -1 + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + B + -1 + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + C + -1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + B + -1 + 4 + + 2 + 1 + 16th + down + continue + continue + + + + A + -1 + 4 + + 2 + 1 + 16th + flat + down + end + end + + + + + + + G + 4 + + 2 + 1 + 16th + up + begin + begin + + + + + + + A + -1 + 4 + + 2 + 1 + 16th + up + continue + continue + + + + G + 4 + + 2 + 1 + 16th + up + continue + continue + + + + + + 1 + + + + F + 4 + + 2 + 1 + 16th + up + end + end + + + + + + + + + + + E + 4 + + 2 + 1 + 16th + up + + +

+ + + + + + 2 + 1 + 16th + + + + 4 + 1 + eighth + + + + 8 + 1 + quarter + + + + 8 + 1 + quarter + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + F + 1 + 4 + + 2 + 1 + 16th + sharp + up + begin + begin + + + + + + +

+ + + + + + G + 4 + + 2 + 1 + 16th + up + continue + continue + + + + A + 4 + + 2 + 1 + 16th + up + continue + continue + + + + B + -1 + 4 + + 2 + 1 + 16th + flat + up + end + end + + + + + + + F + 1 + 4 + + 2 + 1 + 16th + up + begin + begin + + + + + + + G + 4 + + 2 + 1 + 16th + up + continue + continue + + + + A + 4 + + 2 + 1 + 16th + up + continue + continue + + + + B + -1 + 4 + + 2 + 1 + 16th + up + end + end + + + + + + + C + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + D + -1 + 5 + + 2 + 1 + 16th + flat + down + continue + continue + + + + E + -1 + 5 + + 2 + 1 + 16th + flat + down + continue + continue + + + + E + 5 + + 2 + 1 + 16th + natural + down + end + end + + + + + + + + + + + + + + F + 5 + + 2 + 1 + 16th + natural + down + begin + begin + + + + + + + G + -1 + 5 + + 2 + 1 + 16th + flat + down + continue + continue + + + + F + 5 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 5 + + 2 + 1 + 16th + flat + down + end + end + + + + + + + D + 5 + + 2 + 1 + 16th + natural + down + begin + begin + + + + + + + C + 5 + + 2 + 1 + 16th + down + continue + continue + + + + B + 4 + + 2 + 1 + 16th + natural + down + continue + continue + + + + A + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + + + + A + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + + + + + + B + -1 + 4 + + 2 + 1 + 16th + flat + down + continue + continue + + + + C + 5 + + 2 + 1 + 16th + down + continue + continue + + + + D + -1 + 5 + + 2 + 1 + 16th + flat + down + end + end + + + + + + + A + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + B + -1 + 4 + + 2 + 1 + 16th + down + continue + continue + + + + C + 5 + + 2 + 1 + 16th + down + continue + continue + + + + C + 1 + 5 + + 2 + 1 + 16th + sharp + down + end + end + + + + + + + D + 1 + 5 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + E + 5 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 5 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + G + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + + + G + 1 + 5 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + A + 5 + + 2 + 1 + 16th + down + continue + continue + + + + G + 1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 5 + + 2 + 1 + 16th + sharp + down + end + end + + + + + + + F + 5 + + 2 + 1 + 16th + natural + down + begin + begin + + + + + + + E + -1 + 5 + + 2 + 1 + 16th + flat + down + continue + continue + + + + D + 5 + + 2 + 1 + 16th + down + continue + continue + + + + C + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + + + + C + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + + + + + + C + 1 + 5 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + D + 1 + 5 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + E + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + F + 1 + 5 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + G + 5 + + 2 + 1 + 16th + down + continue + continue + + + + A + 5 + + 2 + 1 + 16th + down + continue + continue + + + + B + -1 + 5 + + 2 + 1 + 16th + flat + down + end + end + + + + + + + A + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + 5 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + E + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + D + 1 + 5 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + + + + + + + + + + + E + 5 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 5 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + G + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + A + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + B + -1 + 5 + + 2 + 1 + 16th + flat + down + continue + continue + + + + C + 6 + + 2 + 1 + 16th + down + continue + continue + + + + C + 1 + 6 + + 2 + 1 + 16th + sharp + down + end + end + + + + + + + D + 6 + + 2 + 1 + 16th + down + begin + begin + + + + + + + D + 1 + 6 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + E + 6 + + 2 + 1 + 16th + down + continue + continue + + + + F + 6 + + 2 + 1 + 16th + natural + down + end + end + + + + + + + + + -1 + + + + + + + + F + 1 + 6 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + + + G + 6 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 6 + + 2 + 1 + 16th + down + continue + continue + + + + G + 6 + + 2 + 1 + 16th + down + end + end + + + + + + + F + 1 + 6 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + 6 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 6 + + 2 + 1 + 16th + down + continue + continue + + + + G + 6 + + 2 + 1 + 16th + down + end + end + + + + + + + F + 1 + 6 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + 6 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 6 + + 2 + 1 + 16th + down + continue + continue + + + + G + 6 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + + + 16 + 1 + + + + + + + + + + + F + 1 + 6 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + + + G + 6 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 6 + + 2 + 1 + 16th + down + continue + continue + + + + G + 6 + + 2 + 1 + 16th + down + end + end + + + + + + + F + 1 + 6 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + 6 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 6 + + 2 + 1 + 16th + down + continue + continue + + + + G + 6 + + 2 + 1 + 16th + down + end + end + + + + + + + 8 + 1 + quarter + + + + + + + + 8 + + 0 + major + + + + C + 3 + + + 108 + + + + + + B + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + +

+ + + + + + C + 4 + + 2 + 1 + 16th + up + continue + continue + + + + B + 3 + + 2 + 1 + 16th + up + continue + continue + + + + C + 4 + + 2 + 1 + 16th + up + end + end + + + + B + 3 + + 2 + 1 + 16th + up + begin + begin + + + + C + 4 + + 2 + 1 + 16th + up + continue + continue + + + + B + 3 + + 2 + 1 + 16th + up + continue + continue + + + + C + 4 + + 2 + 1 + 16th + up + end + end + + + + B + 3 + + 2 + 1 + 16th + up + begin + begin + + + + C + 4 + + 2 + 1 + 16th + up + continue + continue + + + + B + 3 + + 2 + 1 + 16th + up + continue + continue + + + + C + 4 + + 2 + 1 + 16th + up + end + end + + + + + + + + + + + + + B + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + C + 4 + + 2 + 1 + 16th + up + continue + continue + + + + B + 3 + + 2 + 1 + 16th + up + continue + continue + + + + C + 4 + + 2 + 1 + 16th + up + end + end + + + + B + 3 + + 2 + 1 + 16th + down + begin + begin + + + + C + 4 + + 2 + 1 + 16th + down + continue + continue + + + + D + 4 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 4 + + 2 + 1 + 16th + flat + down + end + end + + + + + + + B + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + C + 4 + + 2 + 1 + 16th + up + continue + continue + + + + B + 3 + + 2 + 1 + 16th + up + continue + continue + + + + C + 4 + + 2 + 1 + 16th + up + end + end + + + + B + 3 + + 2 + 1 + 16th + down + begin + begin + + + + C + 4 + + 2 + 1 + 16th + down + continue + continue + + + + D + 4 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + F + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + -1 + 4 + + 2 + 1 + 16th + flat + down + continue + continue + + + + F + 4 + + 2 + 1 + 16th + down + continue + continue + + + + G + -1 + 4 + + 2 + 1 + 16th + down + end + end + + + + F + 4 + + 2 + 1 + 16th + down + begin + begin + + + + G + -1 + 4 + + 2 + 1 + 16th + down + continue + continue + + + + F + 4 + + 2 + 1 + 16th + down + continue + continue + + + + G + -1 + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + F + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + -1 + 4 + + 2 + 1 + 16th + down + continue + continue + + + + F + 4 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 4 + + 2 + 1 + 16th + flat + down + end + end + + + + D + 4 + + 2 + 1 + 16th + down + begin + begin + + + + E + -1 + 4 + + 2 + 1 + 16th + down + continue + continue + + + + D + 4 + + 2 + 1 + 16th + down + continue + continue + + + + C + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + + + B + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + + + + C + 4 + + 2 + 1 + 16th + up + continue + continue + + + + B + 3 + + 2 + 1 + 16th + up + continue + continue + + + + C + 4 + + 2 + 1 + 16th + up + end + end + + + + B + 3 + + 2 + 1 + 16th + up + begin + begin + + + + C + 4 + + 2 + 1 + 16th + up + continue + continue + + + + B + 3 + + 2 + 1 + 16th + up + continue + continue + + + + C + 4 + + 2 + 1 + 16th + up + end + end + + + + B + 3 + + 2 + 1 + 16th + up + begin + begin + + + + C + 4 + + 2 + 1 + 16th + up + continue + continue + + + + B + 3 + + 2 + 1 + 16th + up + continue + continue + + + + C + 4 + + 2 + 1 + 16th + up + end + end + + + + + + + + + + + + + B + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + C + 4 + + 2 + 1 + 16th + up + continue + continue + + + + B + 3 + + 2 + 1 + 16th + up + continue + continue + + + + C + 4 + + 2 + 1 + 16th + up + end + end + + + + B + 3 + + 2 + 1 + 16th + down + begin + begin + + + + C + 4 + + 2 + 1 + 16th + down + continue + continue + + + + D + 4 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 4 + + 2 + 1 + 16th + flat + down + end + end + + + + + + + + + + + + + F + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + -1 + 4 + + 2 + 1 + 16th + flat + down + continue + continue + + + + F + 4 + + 2 + 1 + 16th + down + continue + continue + + + + G + -1 + 4 + + 2 + 1 + 16th + down + end + end + + + + F + 4 + + 2 + 1 + 16th + down + begin + begin + + + + G + -1 + 4 + + 2 + 1 + 16th + down + continue + continue + + + + F + 4 + + 2 + 1 + 16th + down + continue + continue + + + + G + -1 + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + F + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + -1 + 4 + + 2 + 1 + 16th + down + continue + continue + + + + F + 4 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 4 + + 2 + 1 + 16th + flat + down + end + end + + + + D + 4 + + 2 + 1 + 16th + down + begin + begin + + + + E + -1 + 4 + + 2 + 1 + 16th + down + continue + continue + + + + D + 4 + + 2 + 1 + 16th + down + continue + continue + + + + C + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + + + B + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + + + + C + 4 + + 2 + 1 + 16th + up + continue + continue + + + + B + 3 + + 2 + 1 + 16th + up + continue + continue + + + + C + 4 + + 2 + 1 + 16th + up + end + end + + + + B + 3 + + 2 + 1 + 16th + down + begin + begin + + + + C + 4 + + 2 + 1 + 16th + down + continue + continue + + + + D + 4 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 4 + + 2 + 1 + 16th + flat + down + end + end + + + + B + 3 + + 2 + 1 + 16th + up + begin + begin + + + + C + 4 + + 2 + 1 + 16th + up + continue + continue + + + + B + 3 + + 2 + 1 + 16th + up + continue + continue + + + + C + 4 + + 2 + 1 + 16th + up + end + end + + + + + + + + + + + + + + + + + + B + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + C + 4 + + 2 + 1 + 16th + up + continue + continue + + + + B + 3 + + 2 + 1 + 16th + up + continue + continue + + + + C + 4 + + 2 + 1 + 16th + up + end + end + + + + B + 3 + + 2 + 1 + 16th + down + begin + begin + + + + C + 4 + + 2 + 1 + 16th + down + continue + continue + + + + D + 4 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 4 + + 2 + 1 + 16th + flat + down + end + end + + + + + + + + + -1 + + + + + + + + + 100 + + + + + + F + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + + + + + + + + G + -1 + 4 + + 2 + 1 + 16th + flat + down + continue + continue + + + + F + 4 + + 2 + 1 + 16th + down + continue + continue + + + + G + -1 + 4 + + 2 + 1 + 16th + down + end + end + + + + F + 4 + + 2 + 1 + 16th + down + begin + begin + + + + G + -1 + 4 + + 2 + 1 + 16th + down + continue + continue + + + + F + 4 + + 2 + 1 + 16th + down + continue + continue + + + + G + -1 + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + F + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + -1 + 4 + + 2 + 1 + 16th + down + continue + continue + + + + F + 4 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 4 + + 2 + 1 + 16th + flat + down + end + end + + + + D + 4 + + 2 + 1 + 16th + down + begin + begin + + + + E + -1 + 4 + + 2 + 1 + 16th + down + continue + continue + + + + D + 4 + + 2 + 1 + 16th + down + continue + continue + + + + C + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + + + -1 + + + + + + + + + + + B + 3 + + 2 + 1 + 16th + up + begin + begin + + + +

+ + + + + + C + 4 + + 2 + 1 + 16th + up + continue + continue + + + + B + 3 + + 2 + 1 + 16th + up + continue + continue + + + + C + 4 + + 2 + 1 + 16th + up + end + end + + + + B + 3 + + 2 + 1 + 16th + down + begin + begin + + + + C + 4 + + 2 + 1 + 16th + down + continue + continue + + + + D + 4 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 4 + + 2 + 1 + 16th + flat + down + end + end + + + + + + + B + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + C + 4 + + 2 + 1 + 16th + up + continue + continue + + + + B + 3 + + 2 + 1 + 16th + up + continue + continue + + + + C + 4 + + 2 + 1 + 16th + up + end + end + + + + + + + + + + B + 3 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + + + C + 4 + + 2 + 1 + 16th + down + continue + continue + + + + D + 4 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 4 + + 2 + 1 + 16th + flat + down + end + end + + + + B + 3 + + 2 + 1 + 16th + down + begin + begin + + + + C + 4 + + 2 + 1 + 16th + down + continue + continue + + + + D + 4 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 4 + + 2 + 1 + 16th + down + end + end + + + + B + 3 + + 2 + 1 + 16th + up + begin + begin + + + + C + 4 + + 2 + 1 + 16th + up + continue + continue + + + + B + 3 + + 2 + 1 + 16th + up + continue + continue + + + + C + 4 + + 2 + 1 + 16th + up + end + end + + + + + + + + + + + + + + + 1 + + + + B + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + C + 4 + + 2 + 1 + 16th + up + continue + continue + + + + B + 3 + + 2 + 1 + 16th + up + continue + continue + + + + C + 4 + + 2 + 1 + 16th + up + end + end + + + + B + 3 + + 2 + 1 + 16th + down + begin + begin + + + + C + 4 + + 2 + 1 + 16th + down + continue + continue + + + + D + 4 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 4 + + 2 + 1 + 16th + flat + down + end + end + + + + + + + + + -1 + + + + + + + + + + + F + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + + + + + + + + G + -1 + 4 + + 2 + 1 + 16th + flat + down + continue + continue + + + + F + 4 + + 2 + 1 + 16th + down + continue + continue + + + + G + -1 + 4 + + 2 + 1 + 16th + down + end + end + + + + F + 4 + + 2 + 1 + 16th + down + begin + begin + + + + G + -1 + 4 + + 2 + 1 + 16th + down + continue + continue + + + + F + 4 + + 2 + 1 + 16th + down + continue + continue + + + + G + -1 + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + F + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + -1 + 4 + + 2 + 1 + 16th + down + continue + continue + + + + F + 4 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 4 + + 2 + 1 + 16th + flat + down + end + end + + + + D + 4 + + 2 + 1 + 16th + down + begin + begin + + + + E + -1 + 4 + + 2 + 1 + 16th + down + continue + continue + + + + D + 4 + + 2 + 1 + 16th + down + continue + continue + + + + + + 1 + + + + C + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + + + + B + 3 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + + + C + 4 + + 2 + 1 + 16th + down + continue + continue + + + + D + 4 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 4 + + 2 + 1 + 16th + flat + down + end + end + + + + B + 3 + + 2 + 1 + 16th + up + begin + begin + + + + C + 4 + + 2 + 1 + 16th + up + continue + continue + + + + B + 3 + + 2 + 1 + 16th + up + continue + continue + + + + C + 4 + + 2 + 1 + 16th + up + end + end + + + + + + + + B + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + +

+ + + + + + C + 4 + + 2 + 1 + 16th + up + continue + continue + + + + B + 3 + + 2 + 1 + 16th + up + continue + continue + + + + C + 4 + + 2 + 1 + 16th + up + end + end + + + + + + + + + + B + 3 + + 2 + 1 + 16th + down + begin + begin + + + + + + + C + 4 + + 2 + 1 + 16th + down + continue + continue + + + + D + 4 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 4 + + 2 + 1 + 16th + flat + down + end + end + + + + + + + + B + 3 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + + + C + 4 + + 2 + 1 + 16th + down + continue + continue + + + + D + 4 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + + B + 3 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + + + C + 4 + + 2 + 1 + 16th + down + continue + continue + + + + D + 4 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + B + 3 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + + + + + 1 + + + + C + 4 + + 2 + 1 + 16th + down + continue + continue + + + + D + 4 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 4 + + 2 + 1 + 16th + flat + down + end + end + + + + + + + B + 3 + + 2 + 1 + 16th + down + begin + begin + + + + + + + C + 4 + + 2 + 1 + 16th + down + continue + continue + + + + D + 4 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + B + 3 + + 2 + 1 + 16th + down + begin + begin + + + + + + + C + 4 + + 2 + 1 + 16th + down + continue + continue + + + + D + 4 + + 2 + 1 + 16th + down + continue + continue + + + + E + -1 + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + + + -1 + + + + + + + + F + 4 + + 2 + 1 + 16th + down + + + + + + + + + 2 + 1 + 16th + + + + 4 + 1 + eighth + + + + 8 + 1 + quarter + + + + 8 + 1 + quarter + + + + + + + 84 + + + + + + + + 32 + 1 + + + + + + + + + + 8 + 1 + quarter + + + + pizz. + + + + 46 + + + + + + + E + 3 + + 8 + 1 + quarter + up + + + + + + + + + 8 + 1 + quarter + + + + + + + 8 + 1 + quarter + + + + E + 3 + + 8 + 1 + quarter + up + + + + 8 + 1 + quarter + + + + + + + E + 3 + + 8 + 1 + quarter + up + + + + E + 3 + + 8 + 1 + quarter + up + + + + 8 + 1 + quarter + + + + + + + E + 3 + + 8 + 1 + quarter + up + + + + 8 + 1 + quarter + + + + 8 + 1 + quarter + + + + + + + + + + + E + 3 + + 8 + 1 + quarter + up + + + + + + + + + E + 3 + + 8 + 1 + quarter + up + + + + + + + + + + E + 3 + + 8 + 1 + quarter + up + + + + 8 + 1 + quarter + + + + + E + 3 + + 8 + 1 + quarter + up + + + + + + + + + 8 + 1 + quarter + + + + + + + + + + 24 + 1 + + + + + + + + + 108 + + + + + arco + + + + 50 + + + + + + + E + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + +

+ + + + + + F + 3 + + 2 + 1 + 16th + up + continue + continue + + + + E + 3 + + 2 + 1 + 16th + up + continue + continue + + + + F + 3 + + 2 + 1 + 16th + up + end + end + + + + E + 3 + + 2 + 1 + 16th + up + begin + begin + + + + F + 3 + + 2 + 1 + 16th + up + continue + continue + + + + G + 3 + + 2 + 1 + 16th + up + continue + continue + + + + A + -1 + 3 + + 2 + 1 + 16th + flat + up + end + end + + + + + + + E + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + F + 3 + + 2 + 1 + 16th + up + continue + continue + + + + E + 3 + + 2 + 1 + 16th + up + continue + continue + + + + F + 3 + + 2 + 1 + 16th + up + end + end + + + + E + 3 + + 2 + 1 + 16th + up + begin + begin + + + + F + 3 + + 2 + 1 + 16th + up + continue + continue + + + + G + 3 + + 2 + 1 + 16th + up + continue + continue + + + + A + -1 + 3 + + 2 + 1 + 16th + up + end + end + + + + + + + + + + + + 1 + + + + E + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + F + 3 + + 2 + 1 + 16th + up + continue + continue + + + + E + 3 + + 2 + 1 + 16th + up + continue + continue + + + + F + 3 + + 2 + 1 + 16th + up + end + end + + + + E + 3 + + 2 + 1 + 16th + up + begin + begin + + + + F + 3 + + 2 + 1 + 16th + up + continue + continue + + + + G + 3 + + 2 + 1 + 16th + up + continue + continue + + + + A + -1 + 3 + + 2 + 1 + 16th + flat + up + end + end + + + + + + + E + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + F + 3 + + 2 + 1 + 16th + up + continue + continue + + + + E + 3 + + 2 + 1 + 16th + up + continue + continue + + + + F + 3 + + 2 + 1 + 16th + up + end + end + + + + E + 3 + + 2 + 1 + 16th + up + begin + begin + + + + F + 3 + + 2 + 1 + 16th + up + continue + continue + + + + G + 3 + + 2 + 1 + 16th + up + continue + continue + + + + A + -1 + 3 + + 2 + 1 + 16th + up + end + end + + + + + + + + + -1 + + + + + + + + + + + B + -1 + 3 + + 2 + 1 + 16th + flat + up + begin + begin + + + + + + + + + + + + + + + C + -1 + 4 + + 2 + 1 + 16th + flat + up + continue + continue + + + + B + -1 + 3 + + 2 + 1 + 16th + up + continue + continue + + + + C + -1 + 4 + + 2 + 1 + 16th + up + end + end + + + + + + + B + -1 + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + C + -1 + 4 + + 2 + 1 + 16th + up + continue + continue + + + + B + -1 + 3 + + 2 + 1 + 16th + up + continue + continue + + + + A + -1 + 3 + + 2 + 1 + 16th + flat + up + end + end + + + + + + + G + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + A + -1 + 3 + + 2 + 1 + 16th + up + continue + continue + + + + G + 3 + + 2 + 1 + 16th + up + continue + continue + + + + + + 1 + + + + F + 3 + + 2 + 1 + 16th + up + end + end + + + + + + + + + + + E + 3 + + 2 + 1 + 16th + up + + +

+ + + + + + 2 + 1 + 16th + + + + 4 + 1 + eighth + + + + 8 + 1 + quarter + + + + 8 + 1 + quarter + + + + + + + + pizz. + + + + 46 + + + + + + F + 3 + + 8 + 1 + quarter + up + + + + + + + + + F + 3 + + 8 + 1 + quarter + up + + + + 8 + 1 + quarter + + + + + + + 8 + 1 + quarter + + + + F + 3 + + 8 + 1 + quarter + up + + + + 8 + 1 + quarter + + + + + + + F + 3 + + 8 + 1 + quarter + up + + + + 8 + 1 + quarter + + + + F + 3 + + 8 + 1 + quarter + up + + + + + + + F + 1 + 3 + + 8 + 1 + quarter + sharp + up + + + + 8 + 1 + quarter + + + + 8 + 1 + quarter + + + + + + + + + + + 16 + 1 + + + + + + + + + + + arco + + + + 50 + + + + + + A + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + + + + + + + B + -1 + 3 + + 2 + 1 + 16th + flat + up + continue + continue + + + + C + 4 + + 2 + 1 + 16th + up + continue + continue + + + + D + -1 + 4 + + 2 + 1 + 16th + flat + up + end + end + + + + + + + A + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + B + -1 + 3 + + 2 + 1 + 16th + up + continue + continue + + + + C + 4 + + 2 + 1 + 16th + up + continue + continue + + + + C + 1 + 4 + + 2 + 1 + 16th + sharp + up + end + end + + + + + + + D + 1 + 4 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + E + 4 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 4 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + G + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + + + G + 1 + 4 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + A + 4 + + 2 + 1 + 16th + down + continue + continue + + + + G + 1 + 4 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 4 + + 2 + 1 + 16th + sharp + down + end + end + + + + + + + F + 4 + + 2 + 1 + 16th + natural + down + begin + begin + + + + + + + E + -1 + 4 + + 2 + 1 + 16th + flat + down + continue + continue + + + + D + 4 + + 2 + 1 + 16th + down + continue + continue + + + + C + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + + + + C + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + + + + + + + C + 1 + 4 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + D + 1 + 4 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + E + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + F + 1 + 4 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + G + 4 + + 2 + 1 + 16th + down + continue + continue + + + + A + 4 + + 2 + 1 + 16th + down + continue + continue + + + + B + -1 + 4 + + 2 + 1 + 16th + flat + down + end + end + + + + + + + A + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + 4 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 4 + + 2 + 1 + 16th + down + continue + continue + + + + E + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + D + 1 + 4 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + + + + + + + + + + + E + 4 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 4 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + G + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + A + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + B + -1 + 4 + + 2 + 1 + 16th + flat + down + continue + continue + + + + C + 5 + + 2 + 1 + 16th + down + continue + continue + + + + C + 1 + 5 + + 2 + 1 + 16th + sharp + down + end + end + + + + + + + D + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + D + 1 + 5 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + E + 5 + + 2 + 1 + 16th + down + continue + continue + + + + F + 5 + + 2 + 1 + 16th + natural + down + end + end + + + + + + + + + -1 + + + + + + + + F + 1 + 5 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + + + G + 5 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + G + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + F + 1 + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + 5 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + G + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + F + 1 + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + 5 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + G + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + + + 16 + 1 + + + + + + + + + + + F + 1 + 5 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + + + G + 5 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + G + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + F + 1 + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + 5 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + G + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + 8 + 1 + quarter + + + + + + + + 8 + + 0 + major + + + + F + 4 + + + 108 + + + + + 24 + 1 + + + + + + + + + + 32 + 1 + + + + + + + 32 + 1 + + + + + + + + + + 8 + 1 + quarter + + + + + F + 2 + + 16 + + 1 + half + up + + + + + + + + + + + + + + + + F + 2 + + 16 + + 1 + half + up + + + + + + + + + + + + + 8 + 1 + quarter + + + + E + 2 + + 24 + 1 + half + + up + + + + + + + + + + 8 + 1 + quarter + + + + F + 2 + + 16 + + 1 + half + up + + + + + + + + + + + + + F + 2 + + 16 + + 1 + half + up + + + + + + + + + + + + 100 + + + + + 8 + 1 + quarter + + + + E + 2 + + 24 + 1 + half + + up + + + + + + + + + + 24 + 1 + + + + + + + 8 + 1 + quarter + + + + pizz. + + + + 46 + + + + + + + F + 2 + + 8 + 1 + quarter + up + + + + + + + + + + + + 8 + 1 + quarter + + + + + + + + + + 16 + 1 + + + + + + + + + + 8 + 1 + quarter + + + + E + 2 + + 8 + 1 + quarter + up + + + + + + + + + 16 + 1 + half + + + + + + + + + + 24 + 1 + + + + + + + 8 + 1 + quarter + + + + 8 + 1 + quarter + + + + + arco + + + + 50 + + + + + + B + 2 + + 2 + 1 + 16th + up + begin + begin + + + + + + + + + + + + + C + 3 + + 2 + 1 + 16th + up + continue + continue + + + + D + 3 + + 2 + 1 + 16th + up + continue + continue + + + + E + -1 + 3 + + 2 + 1 + 16th + flat + up + end + end + + + + + + + + + + + B + 2 + + 2 + 1 + 16th + up + begin + begin + + + + + + + + + + + + 1 + + + + C + 3 + + 2 + 1 + 16th + up + continue + continue + + + + D + 3 + + 2 + 1 + 16th + up + continue + continue + + + + E + -1 + 3 + + 2 + 1 + 16th + flat + up + end + end + + + + + + + B + 2 + + 2 + 1 + 16th + up + begin + begin + + + + + + + C + 3 + + 2 + 1 + 16th + up + continue + continue + + + + D + 3 + + 2 + 1 + 16th + up + continue + continue + + + + E + -1 + 3 + + 2 + 1 + 16th + up + end + end + + + + + + + B + 2 + + 2 + 1 + 16th + up + begin + begin + + + + + + + C + 3 + + 2 + 1 + 16th + up + continue + continue + + + + D + 3 + + 2 + 1 + 16th + up + continue + continue + + + + E + -1 + 3 + + 2 + 1 + 16th + up + end + end + + + + + + + + + -1 + + + + + + + + F + 3 + + 24 + 1 + half + + down + + + + + + + + + + + + + + + + + + 76 + + + + + + + + + + 9 + + + + E + 2 + + 32 + + 1 + whole + + + + + + + + + + + + + + + + + + + + + + + + + E + 2 + + 24 + + + 1 + half + + up + + + + +

+ + + + + + + + + E + 2 + + 24 + + + 1 + half + + up + + + + + + + + + + + E + 2 + + 24 + + + 1 + half + + up + + + + + + + + + + + E + 2 + + 24 + + + 1 + half + + up + + + + + + + + + + + + + + E + 2 + + 16 + + 1 + half + up + + + + + + + + + + + + + + E + 2 + + 32 + 1 + whole + + + + + +

+ + + + + + + + -29 + + + + + + -1 + + + + + + + + + + + E + 2 + + 24 + + 1 + half + + up + + + + + + + + + + + + + + + -22 + + + + + + -1 + + + + + + + + + 108 + + + + + + E + 2 + + 32 + + 1 + whole + + + +

+ + + + + + + + + + E + 2 + + 32 + 1 + whole + + + + + +

+ + + + + + + + -28 + + + + + + -1 + + + + + + + + + + + E + 2 + + 24 + 1 + half + + up + + + + + + + + + + + + + + -22 + + + + + + -1 + + + + + + + 24 + 1 + + + + + + + + pizz. + + + + 46 + + + + + + F + 2 + + 8 + 1 + quarter + up + + + + + + + + + F + 2 + + 8 + 1 + quarter + up + + + + 8 + 1 + quarter + + + + + + + 8 + 1 + quarter + + + + F + 2 + + 8 + 1 + quarter + up + + + + 8 + 1 + quarter + + + + + + + F + 2 + + 8 + 1 + quarter + up + + + + 8 + 1 + quarter + + + + F + 2 + + 8 + 1 + quarter + up + + + + + + + F + 1 + 2 + + 8 + 1 + quarter + sharp + up + + + + 8 + 1 + quarter + + + + 8 + 1 + quarter + + + + + + + + + + + 16 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + + arco + + + + 50 + + + + + + C + 3 + + 2 + 1 + 16th + up + begin + begin + + + + + + + + + + + + + C + 1 + 3 + + 2 + 1 + 16th + sharp + up + continue + continue + + + + D + 1 + 3 + + 2 + 1 + 16th + sharp + up + continue + continue + + + + E + 3 + + 2 + 1 + 16th + up + end + end + + + + + + + F + 1 + 3 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + G + 3 + + 2 + 1 + 16th + down + continue + continue + + + + A + 3 + + 2 + 1 + 16th + down + continue + continue + + + + B + -1 + 3 + + 2 + 1 + 16th + flat + down + end + end + + + + + + + A + 3 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + 3 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 3 + + 2 + 1 + 16th + down + continue + continue + + + + E + 3 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + D + 1 + 3 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + + + + + + + + + + + E + 3 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 3 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + G + 3 + + 2 + 1 + 16th + down + end + end + + + + + + + A + 3 + + 2 + 1 + 16th + down + begin + begin + + + + + + + B + -1 + 3 + + 2 + 1 + 16th + flat + down + continue + continue + + + + C + 4 + + 2 + 1 + 16th + down + continue + continue + + + + C + 1 + 4 + + 2 + 1 + 16th + sharp + down + end + end + + + + + + + D + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + D + 1 + 4 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + E + 4 + + 2 + 1 + 16th + down + continue + continue + + + + F + 4 + + 2 + 1 + 16th + natural + down + end + end + + + + + + + + + -1 + + + + + + + + F + 1 + 4 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + + + G + 4 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 4 + + 2 + 1 + 16th + down + continue + continue + + + + G + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + F + 1 + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + 4 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 4 + + 2 + 1 + 16th + down + continue + continue + + + + G + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + F + 1 + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + 4 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 4 + + 2 + 1 + 16th + down + continue + continue + + + + G + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + + + 16 + 1 + + + + + + + + + + + F + 1 + 4 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + + + G + 4 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 4 + + 2 + 1 + 16th + down + continue + continue + + + + G + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + F + 1 + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + 4 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 4 + + 2 + 1 + 16th + down + continue + continue + + + + G + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + 8 + 1 + quarter + + + + + + + + 8 + + 0 + major + + + + F + 4 + + + 108 + + + 0 + 0 + -1 + + + + + 24 + 1 + + + + + + + + + + 32 + 1 + + + + + + + 32 + 1 + + + + + + + + + + 8 + 1 + quarter + + + + + F + 2 + + 16 + + 1 + half + up + + + + + + + + + + + + + + + + F + 2 + + 16 + + 1 + half + up + + + + + + + + + + + + + 8 + 1 + quarter + + + + E + 2 + + 24 + 1 + half + + up + + + + + + + + + + 8 + 1 + quarter + + + + F + 2 + + 16 + + 1 + half + up + + + + + + + + + + + + + F + 2 + + 16 + + 1 + half + up + + + + + + + + + + + + 100 + + + + + 8 + 1 + quarter + + + + E + 2 + + 24 + 1 + half + + up + + + + + + + + + + 24 + 1 + + + + + + + 8 + 1 + quarter + + + + pizz. + + + + 46 + + + + + + + F + 2 + + 8 + 1 + quarter + up + + + + + + + + + + + + 8 + 1 + quarter + + + + + + + + + + 16 + 1 + + + + + + + + + + 8 + 1 + quarter + + + + E + 2 + + 8 + 1 + quarter + up + + + + + + + + + 16 + 1 + half + + + + + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + + + arco + + + + 50 + + + + + + B + 2 + + 2 + 1 + 16th + up + begin + begin + + + + + + + + + + + + + + + 1 + + + + C + 3 + + 2 + 1 + 16th + up + continue + continue + + + + D + 3 + + 2 + 1 + 16th + up + continue + continue + + + + E + -1 + 3 + + 2 + 1 + 16th + flat + up + end + end + + + + + + + B + 2 + + 2 + 1 + 16th + up + begin + begin + + + + + + + C + 3 + + 2 + 1 + 16th + up + continue + continue + + + + D + 3 + + 2 + 1 + 16th + up + continue + continue + + + + E + -1 + 3 + + 2 + 1 + 16th + up + end + end + + + + + + + B + 2 + + 2 + 1 + 16th + up + begin + begin + + + + + + + C + 3 + + 2 + 1 + 16th + up + continue + continue + + + + D + 3 + + 2 + 1 + 16th + up + continue + continue + + + + E + -1 + 3 + + 2 + 1 + 16th + up + end + end + + + + + + + + + -1 + + + + + + + + F + 3 + + 24 + 1 + half + + down + + + + + + + + + + + + + + + + + + 91 + + + + + + + + + + 9 + + + + E + 2 + + 32 + + 1 + whole + + + + + + + + + + + + + + + + + + + + + + + + + E + 2 + + 24 + + + 1 + half + + up + + + + +

+ + + + + + + + + E + 2 + + 24 + + + 1 + half + + up + + + + + + + + + + + E + 2 + + 24 + + + 1 + half + + up + + + + + + + + + + + E + 2 + + 24 + + + 1 + half + + up + + + + + + + + + + + + + + E + 2 + + 16 + + 1 + half + up + + + + + + + + + + + + + + E + 2 + + 32 + 1 + whole + + + + + +

+ + + + + + + + -29 + + + + + + -1 + + + + + + + + + + + E + 2 + + 24 + + 1 + half + + up + + + + + + + + + + + + + + + -22 + + + + + + + + + + + + + + 108 + + + + + + E + 2 + + 32 + + 1 + whole + + + +

+ + + + + + + + + + E + 2 + + 32 + 1 + whole + + + + + +

+ + + + + + + + -29 + + + + + + -1 + + + + + + + + + + + E + 2 + + 24 + 1 + half + + up + + + + + + + + + + + + + + -22 + + + + + + -1 + + + + + + + 24 + 1 + + + + + + + + pizz. + + + + 46 + + + + + + F + 2 + + 8 + 1 + quarter + up + + + + + + + + + F + 2 + + 8 + 1 + quarter + up + + + + 8 + 1 + quarter + + + + + + + 8 + 1 + quarter + + + + F + 2 + + 8 + 1 + quarter + up + + + + 8 + 1 + quarter + + + + + + + F + 2 + + 8 + 1 + quarter + up + + + + 8 + 1 + quarter + + + + F + 2 + + 8 + 1 + quarter + up + + + + + + + F + 1 + 2 + + 8 + 1 + quarter + sharp + up + + + + 8 + 1 + quarter + + + + 8 + 1 + quarter + + + + + + + + + + + 16 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + + + 16 + 1 + + + + + + + + + + 24 + 1 + + + + + + + + arco + + + + 50 + + + + + + D + 1 + 3 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + + + + + + + + + + + E + 3 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 3 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + G + 3 + + 2 + 1 + 16th + down + end + end + + + + + + + A + 3 + + 2 + 1 + 16th + down + begin + begin + + + + + + + B + -1 + 3 + + 2 + 1 + 16th + flat + down + continue + continue + + + + C + 4 + + 2 + 1 + 16th + down + continue + continue + + + + C + 1 + 4 + + 2 + 1 + 16th + sharp + down + end + end + + + + + + + D + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + D + 1 + 4 + + 2 + 1 + 16th + sharp + down + continue + continue + + + + E + 4 + + 2 + 1 + 16th + down + continue + continue + + + + F + 4 + + 2 + 1 + 16th + natural + down + end + end + + + + + + + + + -1 + + + + + + + + F + 1 + 4 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + + + G + 4 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 4 + + 2 + 1 + 16th + down + continue + continue + + + + G + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + F + 1 + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + 4 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 4 + + 2 + 1 + 16th + down + continue + continue + + + + G + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + F + 1 + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + 4 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 4 + + 2 + 1 + 16th + down + continue + continue + + + + G + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + + + + + + + 16 + 1 + + + + + + + + + + + F + 1 + 4 + + 2 + 1 + 16th + sharp + down + begin + begin + + + + + + + + + + G + 4 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 4 + + 2 + 1 + 16th + down + continue + continue + + + + G + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + F + 1 + 4 + + 2 + 1 + 16th + down + begin + begin + + + + + + + G + 4 + + 2 + 1 + 16th + down + continue + continue + + + + F + 1 + 4 + + 2 + 1 + 16th + down + continue + continue + + + + G + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + 8 + 1 + quarter + + + + + diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/ActorPreludeSample.xml canorus-0.7.3.RC3+dfsg/examples/musicxml/ActorPreludeSample.xml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/ActorPreludeSample.xml 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/ActorPreludeSample.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,42941 +0,0 @@ - - - - Prelude to a Tragedy - - Lee Actor - © 2004 Polygames. All Rights Reserved. - - Finale 2005 for Windows - Dolet 4.0 Beta 4 for Finale - 2007-06-19 - - - - - - - 3.9956 - 40 - - - 3560 - 2797 - - 141 - 115 - 127 - 45 - - - 177 - 79 - 127 - 45 - - - - - 0 - 0 - - 39 - 39 - - - 93 - - - 0.4516 - 2.458 - 0.4516 - 0.8849 - 2.3781 - 0.8849 - 0.4516 - 0.8849 - 0.4516 - 0.4516 - 60 - 60 - - - - - - Prelude to a Tragedy - - - Lee Actor (2003) - - - © 2004 Polygames. All Rights Reserved. - - - - bracket - yes - - - Piccolo - Picc. - - Picc. - - - 1 - 73 - - - - 1 -2 - yes - - - Flutes - Fl. - - Fl. - - - 2 - 74 - - - - - 1 -2 - yes - - - Oboes - Ob. - - Ob. - - - 3 - 69 - - - - - English Horn - E. H. - - E.H. - - - 4 - 70 - - - - 1 -2 - yes - - - Clarinets in Bb - Cl. - - Clar. - - - 5 - 72 - - - - - Bass Clarinet in Bb - B. Cl. - - B. Cl. - - - 5 - 72 - - - - 1 -2 - yes - - - Bassoons - Bsn. - - Bsn. - - - 7 - 71 - - - - - - Horns in F - Hn. - brace - no - - - bracket - yes - - - 1 -2 - 1 -2 - - Hn. - - - 8 - 61 - - - - 3 -4 - 3 -4 - - Hn. 2 - - - 8 - 61 - - - - - 1 -2 - yes - - - Trumpets in C - Tpt. - - Tpt. - - - 9 - 57 - - - - - Trombones - Trb. - brace - yes - - - 1 -2 - 1 -2 - - Trb. - - - 11 - 58 - - - - 3 - 3 - - B Trb. - - - 11 - 58 - - - - - Tuba - Tba. - - Tuba - - - 12 - 59 - - - - - bracket - yes - - - Timpani - Timp. - - Timp. - - - 13 - 48 - - - - Percussion - Perc. - brace - yes - - - 1 - 1 - - Susp. Cym. - - - 10 - 1 - 56 - - - - 2 - 2 - - Bass Drum - - - 10 - 1 - 36 - - - - - - Harp - Hp. - - Harp - - - 6 - 47 - - - - bracket - yes - - - Violin I - Vln. I - - Vln. - - - 14 - 49 - - - - Violin II - Vln. II - - Vln. 2 - - - 15 - 49 - - - - Viola - Vla. - - Va. - - - 16 - 50 - - - - Violoncello - Vc. - - Vc. - - - 16 - 50 - - - - Contrabass - Cb. - - Cb. - - - 16 - 50 - - - - - - - - - - 3560 - 2797 - - 177 - 79 - 64 - 45 - - - - - 150 - 0 - - 191 - - - - 8 - - 0 - major - - - - G - 2 - - - 108 - - - 0 - 0 - 1 - - - - - Moderato - - -   - - - - quarter - 85 - - - - - - - 24 - 1 - - - - - - - - - - 32 - 1 - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 32 - 1 - - - - - - - - - - - B - 5 - - 24 - - 1 - half - - down - - - -

- - - - - - - - - - - - B - 5 - - 16 - - - 1 - half - down - - - - - - - - - - - 3560 - 2797 - - 141 - 115 - 104 - 45 - - - - 22 - - - - - - 100 - - - - - B - 5 - - 32 - - - 1 - whole - - - - - - - - - - - - - - B - 5 - - 24 - - - 1 - half - - down - - - - - - - - - - - B - 5 - - 24 - - - 1 - half - - down - - - - - - - - - - - - - - B - 5 - - 16 - - - 1 - half - down - - - - - - - - - - - - - - B - 5 - - 32 - - 1 - whole - - - - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 8 - 1 - quarter - - - - 8 - 1 - quarter - - - - - B - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - - - - - -1 - - - - C - 6 - - 2 - 1 - 16th - down - continue - continue - - - - D - 6 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 6 - - 2 - 1 - 16th - flat - down - end - end - - - - - - - - - -1 - - - - - - - - F - 6 - - 2 - 1 - 16th - down - - - - - - - - - 2 - 1 - 16th - - - - 4 - 1 - eighth - - - - 8 - 1 - quarter - - - - 8 - 1 - quarter - - - - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 3560 - 2797 - - 177 - 79 - 109 - 45 - - - - 81 - - - - - - 108 - - - - - 32 - 1 - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 3560 - 2797 - - 141 - 115 - 104 - 45 - - - - 113 - - - - - - - - 16 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - D - 1 - 5 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - - - - - - - - E - 5 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 5 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - G - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - A - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - B - -1 - 5 - - 2 - 1 - 16th - flat - down - continue - continue - - - - C - 6 - - 2 - 1 - 16th - down - continue - continue - - - - C - 1 - 6 - - 2 - 1 - 16th - sharp - down - end - end - - - - - - - D - 6 - - 2 - 1 - 16th - down - begin - begin - - - - - - - D - 1 - 6 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - E - 6 - - 2 - 1 - 16th - down - continue - continue - - - - F - 6 - - 2 - 1 - 16th - natural - down - end - end - - - - - - - - - -1 - - - - - - - - F - 1 - 6 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - - - G - 6 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 6 - - 2 - 1 - 16th - down - continue - continue - - - - G - 6 - - 2 - 1 - 16th - down - end - end - - - - - - - F - 1 - 6 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - 6 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 6 - - 2 - 1 - 16th - down - continue - continue - - - - G - 6 - - 2 - 1 - 16th - down - end - end - - - - - - - F - 1 - 6 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - 6 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 6 - - 2 - 1 - 16th - down - continue - continue - - - - G - 6 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - - - 16 - 1 - - - - - - - - - - - F - 1 - 6 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - - - G - 6 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 6 - - 2 - 1 - 16th - down - continue - continue - - - - G - 6 - - 2 - 1 - 16th - down - end - end - - - - - - - F - 1 - 6 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - 6 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 6 - - 2 - 1 - 16th - down - continue - continue - - - - G - 6 - - 2 - 1 - 16th - down - end - end - - - - - - - 8 - 1 - quarter - - - - - - - - - 95 - - - - 8 - - 0 - major - - - - G - 2 - - - 108 - - - - - 24 - 1 - - - - - - - - - - 32 - 1 - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 32 - 1 - - - - - - - - - - - B - 5 - - 24 - - 1 - half - - down - - - -

- - - - - - - F - 1 - 6 - - 24 - - 1 - half - - sharp - down - - - - - - - - - -21 - - - - - - - - - - B - 5 - - 16 - - 1 - half - down - - - - - - - - F - 1 - 6 - - 16 - - 1 - half - down - - - - - - - - - -1 - - - - - - - 95 - - - - - - 100 - - - - - - A - 1 - 5 - - 32 - 1 - whole - sharp - - - - - - - - - - E - 1 - 6 - - 32 - 1 - whole - sharp - - - - - - -30 - - - - - - -1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 8 - 1 - quarter - - - - 8 - 1 - quarter - - - - - 1. - - - - - B - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - - - - - -1 - - - - C - 6 - - 2 - 1 - 16th - down - continue - continue - - - - D - 6 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 6 - - 2 - 1 - 16th - flat - down - end - end - - - - - - - - - -1 - - - - - - - - F - 6 - - 2 - 1 - 16th - down - - - - - - - - - 2 - 1 - 16th - - - - 4 - 1 - eighth - - - - 8 - 1 - quarter - - - - 8 - 1 - quarter - - - - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 95 - - - - - - 108 - - - - - 32 - 1 - - - - - - - - G - 5 - - 32 - 1 - whole - - -

- - - - - - - C - 6 - - 32 - 1 - whole - - - - - - -29 - - - - - - -1 - - - - - - - - - - - F - 1 - 5 - - 24 - 1 - half - - sharp - down - - - - - - - - - - B - 5 - - 24 - 1 - half - - down - - - - - - -22 - - - - - - -1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - 1. - - - - - F - 1 - 5 - - 2 - 1 - 16th - sharp - down - begin - begin - - - -

- - - - - - G - 5 - - 2 - 1 - 16th - down - continue - continue - - - - A - 5 - - 2 - 1 - 16th - down - continue - continue - - - - B - -1 - 5 - - 2 - 1 - 16th - flat - down - end - end - - - - - - - F - 1 - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - 5 - - 2 - 1 - 16th - down - continue - continue - - - - A - 5 - - 2 - 1 - 16th - down - continue - continue - - - - B - -1 - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - C - 6 - - 2 - 1 - 16th - down - begin - begin - - - - - - - D - -1 - 6 - - 2 - 1 - 16th - flat - down - continue - continue - - - - E - -1 - 6 - - 2 - 1 - 16th - flat - down - continue - continue - - - - E - 6 - - 2 - 1 - 16th - natural - down - end - end - - - - - - - - - - 95 - - - - - - - - 1. - - - - - F - 6 - - 2 - 1 - 16th - natural - down - begin - begin - - - - - - - G - -1 - 6 - - 2 - 1 - 16th - flat - down - continue - continue - - - - F - 6 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 6 - - 2 - 1 - 16th - flat - down - end - end - - - - - - - D - 6 - - 2 - 1 - 16th - natural - down - begin - begin - - - - - - - C - 6 - - 2 - 1 - 16th - down - continue - continue - - - - B - 5 - - 2 - 1 - 16th - natural - down - continue - continue - - - - A - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - - - - A - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - - - - A - 5 - - 2 - 1 - 16th - down - - - - B - -1 - 4 - - 2 - 1 - 16th - flat - down - continue - continue - - - - - B - -1 - 5 - - 2 - 1 - 16th - flat - down - - - - C - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - C - 6 - - 2 - 1 - 16th - down - - - - D - -1 - 5 - - 2 - 1 - 16th - flat - down - end - end - - - - - - - - D - -1 - 6 - - 2 - 1 - 16th - flat - down - - - - A - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - A - 5 - - 2 - 1 - 16th - down - - - - B - -1 - 4 - - 2 - 1 - 16th - down - continue - continue - - - - - B - -1 - 5 - - 2 - 1 - 16th - down - - - - C - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - C - 6 - - 2 - 1 - 16th - down - - - - C - 1 - 5 - - 2 - 1 - 16th - sharp - down - end - end - - - - - - - - C - 1 - 6 - - 2 - 1 - 16th - sharp - down - - - - D - 1 - 5 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - D - 1 - 6 - - 2 - 1 - 16th - sharp - down - - - - E - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - E - 6 - - 2 - 1 - 16th - down - - - - F - 1 - 5 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - - F - 1 - 6 - - 2 - 1 - 16th - sharp - down - - - - G - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - G - 6 - - 2 - 1 - 16th - down - - - - - - - - - - G - 1 - 5 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - G - 1 - 6 - - 2 - 1 - 16th - sharp - down - - - - A - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - A - 6 - - 2 - 1 - 16th - down - - - - G - 1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - G - 1 - 6 - - 2 - 1 - 16th - down - - - - F - 1 - 5 - - 2 - 1 - 16th - sharp - down - end - end - - - - - - - - F - 1 - 6 - - 2 - 1 - 16th - sharp - down - - - - F - 5 - - 2 - 1 - 16th - natural - down - begin - begin - - - - - - - - F - 6 - - 2 - 1 - 16th - natural - down - - - - E - -1 - 5 - - 2 - 1 - 16th - flat - down - continue - continue - - - - - E - -1 - 6 - - 2 - 1 - 16th - flat - down - - - - D - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - D - 6 - - 2 - 1 - 16th - down - - - - C - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - C - 6 - - 2 - 1 - 16th - down - - - - - - - - - - - C - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - - - - C - 6 - - 2 - 1 - 16th - down - - - - C - 1 - 5 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - - C - 1 - 6 - - 2 - 1 - 16th - sharp - down - - - - D - 1 - 5 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - - D - 1 - 6 - - 2 - 1 - 16th - sharp - down - - - - E - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - E - 6 - - 2 - 1 - 16th - down - - - - F - 1 - 5 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - F - 1 - 6 - - 2 - 1 - 16th - sharp - down - - - - G - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - G - 6 - - 2 - 1 - 16th - down - - - - A - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - A - 6 - - 2 - 1 - 16th - down - - - - B - -1 - 5 - - 2 - 1 - 16th - flat - down - end - end - - - - - - - - B - -1 - 6 - - 2 - 1 - 16th - flat - down - - - - A - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - A - 6 - - 2 - 1 - 16th - down - - - - G - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - G - 6 - - 2 - 1 - 16th - down - - - - F - 1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - F - 1 - 6 - - 2 - 1 - 16th - down - - - - E - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - E - 6 - - 2 - 1 - 16th - down - - - - - - - - a 2 - - - - - D - 1 - 5 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - - - - - - - - E - 5 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 5 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - G - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - A - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - B - -1 - 5 - - 2 - 1 - 16th - flat - down - continue - continue - - - - C - 6 - - 2 - 1 - 16th - down - continue - continue - - - - C - 1 - 6 - - 2 - 1 - 16th - sharp - down - end - end - - - - - - - D - 6 - - 2 - 1 - 16th - down - begin - begin - - - - - - - D - 1 - 6 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - E - 6 - - 2 - 1 - 16th - down - continue - continue - - - - F - 6 - - 2 - 1 - 16th - natural - down - end - end - - - - - - - - - -1 - - - - - - - - F - 1 - 6 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - - - G - 6 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 6 - - 2 - 1 - 16th - down - continue - continue - - - - G - 6 - - 2 - 1 - 16th - down - end - end - - - - - - - F - 1 - 6 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - 6 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 6 - - 2 - 1 - 16th - down - continue - continue - - - - G - 6 - - 2 - 1 - 16th - down - end - end - - - - - - - F - 1 - 6 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - 6 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 6 - - 2 - 1 - 16th - down - continue - continue - - - - G - 6 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - - - 16 - 1 - - - - - - - - - - - F - 1 - 6 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - - - G - 6 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 6 - - 2 - 1 - 16th - down - continue - continue - - - - G - 6 - - 2 - 1 - 16th - down - end - end - - - - - - - F - 1 - 6 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - 6 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 6 - - 2 - 1 - 16th - down - continue - continue - - - - G - 6 - - 2 - 1 - 16th - down - end - end - - - - - - - 8 - 1 - quarter - - - - - - - - - 84 - - - - 8 - - 0 - major - - - - G - 2 - - - 108 - - - - - 24 - 1 - - - - - - - - - - 32 - 1 - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 32 - 1 - - - - - - - - - - - B - 5 - - 24 - - 1 - half - - down - - - -

- - - - - - - D - 6 - - 24 - - 1 - half - - down - - - - - - - - - -21 - - - - - - - - - - B - 5 - - 16 - - 1 - half - down - - - - - - - - D - 6 - - 16 - - 1 - half - down - - - - - - - - - -1 - - - - - - - 84 - - - - - - 100 - - - - - - A - 1 - 5 - - 32 - 1 - whole - sharp - - - - - - - - - - C - 1 - 6 - - 32 - 1 - whole - sharp - - - - - - -30 - - - - - - -2 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 8 - 1 - quarter - - - - 8 - 1 - quarter - - - - - 1. - - - - - B - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - - - - - -1 - - - - C - 5 - - 2 - 1 - 16th - down - continue - continue - - - - D - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - - 1 - - - - E - -1 - 5 - - 2 - 1 - 16th - flat - down - end - end - - - - - - - - - - - F - 5 - - 2 - 1 - 16th - down - - - - - - - - - 2 - 1 - 16th - - - - 4 - 1 - eighth - - - - 8 - 1 - quarter - - - - 8 - 1 - quarter - - - - - - - 159 - - - - - - - - 32 - 1 - - - - - - - - - - A - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 32 - 1 - - - - - - - - - - - 1. - - - - - B - -1 - 4 - - 2 - 1 - 16th - flat - down - begin - begin - - - - - - - - - - - - - - - C - -1 - 5 - - 2 - 1 - 16th - flat - down - continue - continue - - - - B - -1 - 4 - - 2 - 1 - 16th - down - continue - continue - - - - C - -1 - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - B - -1 - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - C - -1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - B - -1 - 4 - - 2 - 1 - 16th - down - continue - continue - - - - A - -1 - 4 - - 2 - 1 - 16th - flat - down - end - end - - - - - - - G - 4 - - 2 - 1 - 16th - up - begin - begin - - - - - - - A - -1 - 4 - - 2 - 1 - 16th - up - continue - continue - - - - G - 4 - - 2 - 1 - 16th - up - continue - continue - - - - F - 4 - - 2 - 1 - 16th - up - end - end - - - - - - - - - -1 - - - - - - - 84 - - - - - - 108 - - - - - - E - 4 - - 2 - 1 - 16th - up - - -

- - - - - - 2 - 1 - 16th - - - - 4 - 1 - eighth - - - - 8 - 1 - quarter - - - - 16 - 1 - half - - - - - - - - E - 5 - - 32 - 1 - whole - - -

- - - - - - - B - 5 - - 32 - 1 - whole - - - - - - -29 - - - - - - -1 - - - - - - - - - - - D - 1 - 5 - - 24 - 1 - half - - sharp - down - - - - - - - - - - A - 1 - 5 - - 24 - 1 - half - - sharp - down - - - - - - -22 - - - - - - -1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 84 - - - - - - - - 16 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - - 1. - - - - - C - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - - - C - 1 - 5 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - D - 1 - 5 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - E - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - F - 1 - 5 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - G - 5 - - 2 - 1 - 16th - down - continue - continue - - - - A - 5 - - 2 - 1 - 16th - down - continue - continue - - - - B - -1 - 5 - - 2 - 1 - 16th - flat - down - end - end - - - - - - - A - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - 5 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - E - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - D - 1 - 4 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - - - - D - 1 - 5 - - 2 - 1 - 16th - sharp - down - - - - - - - - - E - 4 - - 2 - 1 - 16th - down - continue - continue - - - - - E - 5 - - 2 - 1 - 16th - down - - - - F - 1 - 4 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - - F - 1 - 5 - - 2 - 1 - 16th - sharp - down - - - - G - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - - G - 5 - - 2 - 1 - 16th - down - - - - A - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - A - 5 - - 2 - 1 - 16th - down - - - - B - -1 - 4 - - 2 - 1 - 16th - flat - down - continue - continue - - - - - B - -1 - 5 - - 2 - 1 - 16th - flat - down - - - - C - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - C - 6 - - 2 - 1 - 16th - down - - - - C - 1 - 5 - - 2 - 1 - 16th - sharp - down - end - end - - - - - - - - C - 1 - 6 - - 2 - 1 - 16th - sharp - down - - - - D - 5 - - 2 - 1 - 16th - natural - down - begin - begin - - - - - - - - D - 6 - - 2 - 1 - 16th - natural - down - - - - D - 1 - 5 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - - D - 1 - 6 - - 2 - 1 - 16th - sharp - down - - - - E - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - E - 6 - - 2 - 1 - 16th - down - - - - F - 5 - - 2 - 1 - 16th - natural - down - end - end - - - - - - - - F - 6 - - 2 - 1 - 16th - natural - down - - - - - - -1 - - - - - - - - F - 1 - 5 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - - - - F - 1 - 6 - - 2 - 1 - 16th - sharp - down - - - - G - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - G - 6 - - 2 - 1 - 16th - down - - - - F - 1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - F - 1 - 6 - - 2 - 1 - 16th - down - - - - G - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - G - 6 - - 2 - 1 - 16th - down - - - - F - 1 - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - F - 1 - 6 - - 2 - 1 - 16th - down - - - - G - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - G - 6 - - 2 - 1 - 16th - down - - - - F - 1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - F - 1 - 6 - - 2 - 1 - 16th - down - - - - G - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - G - 6 - - 2 - 1 - 16th - down - - - - F - 1 - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - F - 1 - 6 - - 2 - 1 - 16th - down - - - - G - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - G - 6 - - 2 - 1 - 16th - down - - - - F - 1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - F - 1 - 6 - - 2 - 1 - 16th - down - - - - G - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - G - 6 - - 2 - 1 - 16th - down - - - - - - - - - - 16 - 1 - - - - - - - - - - - F - 1 - 5 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - - - - F - 1 - 6 - - 2 - 1 - 16th - sharp - down - - - - G - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - G - 6 - - 2 - 1 - 16th - down - - - - F - 1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - F - 1 - 6 - - 2 - 1 - 16th - down - - - - G - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - G - 6 - - 2 - 1 - 16th - down - - - - F - 1 - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - F - 1 - 6 - - 2 - 1 - 16th - down - - - - G - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - G - 6 - - 2 - 1 - 16th - down - - - - F - 1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - F - 1 - 6 - - 2 - 1 - 16th - down - - - - G - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - G - 6 - - 2 - 1 - 16th - down - - - - 8 - 1 - quarter - - - - - - - - - 88 - - - - 8 - - 0 - major - - - - G - 2 - - - 108 - - - -4 - -7 - - - - - 24 - 1 - - - - - - - - - - 32 - 1 - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - 71 - - - - - - 100 - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - D - -1 - 4 - - 24 - - 1 - half - - flat - up - - - -

- - - - - - - - -21 - - - - - - - - - - D - -1 - 4 - - 16 - - 1 - half - up - - - - - - - - - -1 - - - - - - - - - - - C - 4 - - 32 - 1 - whole - - - - - - - - - - - -29 - - - - - - -1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 88 - - - - - - 108 - - - - - 32 - 1 - - - - - - - - D - 5 - - 32 - 1 - whole - - -

- - - - - - - - -29 - - - - - - -1 - - - - - - - - - - - C - 1 - 5 - - 24 - 1 - half - - sharp - down - - - - - - - - - - - -22 - - - - - - -1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 88 - - - - - - - - 16 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - - G - 4 - - 2 - 1 - 16th - up - begin - begin - - - - - - - - - - G - 1 - 4 - - 2 - 1 - 16th - sharp - up - continue - continue - - - - A - 1 - 4 - - 2 - 1 - 16th - sharp - up - continue - continue - - - - B - 4 - - 2 - 1 - 16th - up - end - end - - - - - - - C - 1 - 5 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - D - 5 - - 2 - 1 - 16th - down - continue - continue - - - - E - 5 - - 2 - 1 - 16th - down - continue - continue - - - - F - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - E - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - D - 5 - - 2 - 1 - 16th - down - continue - continue - - - - C - 1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - B - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - A - 1 - 4 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - - - - - - - - B - 4 - - 2 - 1 - 16th - down - continue - continue - - - - C - 1 - 5 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - D - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - E - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - F - 5 - - 2 - 1 - 16th - down - continue - continue - - - - G - 5 - - 2 - 1 - 16th - down - continue - continue - - - - G - 1 - 5 - - 2 - 1 - 16th - sharp - down - end - end - - - - - - - A - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - A - 1 - 5 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - B - 5 - - 2 - 1 - 16th - down - continue - continue - - - - C - 6 - - 2 - 1 - 16th - natural - down - end - end - - - - - - - - - -1 - - - - - - - - C - 1 - 6 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - - - D - 6 - - 2 - 1 - 16th - down - continue - continue - - - - C - 1 - 6 - - 2 - 1 - 16th - down - continue - continue - - - - D - 6 - - 2 - 1 - 16th - down - end - end - - - - - - - C - 1 - 6 - - 2 - 1 - 16th - down - begin - begin - - - - - - - D - 6 - - 2 - 1 - 16th - down - continue - continue - - - - C - 1 - 6 - - 2 - 1 - 16th - down - continue - continue - - - - D - 6 - - 2 - 1 - 16th - down - end - end - - - - - - - C - 1 - 6 - - 2 - 1 - 16th - down - begin - begin - - - - - - - D - 6 - - 2 - 1 - 16th - down - continue - continue - - - - C - 1 - 6 - - 2 - 1 - 16th - down - continue - continue - - - - D - 6 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - - - 16 - 1 - - - - - - - - - - - C - 1 - 6 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - - - D - 6 - - 2 - 1 - 16th - down - continue - continue - - - - C - 1 - 6 - - 2 - 1 - 16th - down - continue - continue - - - - D - 6 - - 2 - 1 - 16th - down - end - end - - - - - - - C - 1 - 6 - - 2 - 1 - 16th - down - begin - begin - - - - - - - D - 6 - - 2 - 1 - 16th - down - continue - continue - - - - C - 1 - 6 - - 2 - 1 - 16th - down - continue - continue - - - - D - 6 - - 2 - 1 - 16th - down - end - end - - - - - - - 8 - 1 - quarter - - - - - - - - 8 - - 0 - major - - - - G - 2 - - - 108 - - - -1 - -2 - - - - - 24 - 1 - - - - - - - - - - 32 - 1 - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 32 - 1 - - - - - - - - - - - C - 1 - 6 - - 24 - - 1 - half - - sharp - down - - - -

- - - - - - - E - 6 - - 24 - - 1 - half - - down - - - - - - - - - -21 - - - - - - - - - - C - 1 - 6 - - 16 - - 1 - half - down - - - - - - - - E - 6 - - 16 - - 1 - half - down - - - - - - - - - -1 - - - - - - - 83 - - - - - - 100 - - - - - - C - 6 - - 32 - 1 - whole - natural - - - - - - - - - - E - -1 - 6 - - 32 - 1 - whole - flat - - - - - - -30 - - - - - - -1 - - - - - - - - - - 24 - 1 - - - - - - - - 1. - - - - - A - -1 - 3 - - 24 - - 1 - half - - flat - up - - - -

- - - - - - - - -21 - - - - - - - - - - A - -1 - 3 - - 16 - - 1 - half - up - - - - - - - - - -1 - - - - - - - - - - - G - 3 - - 32 - 1 - whole - - - - - - - - - - - -30 - - - - - - -1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 88 - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 8 - 1 - quarter - - - - - 2. - - - - - F - 1 - 3 - - 2 - 1 - 16th - sharp - up - begin - begin - - - - - - - - - - G - 3 - - 2 - 1 - 16th - up - continue - continue - - - - F - 1 - 3 - - 2 - 1 - 16th - up - continue - continue - - - - G - 3 - - 2 - 1 - 16th - up - end - end - - - - - - - 8 - 1 - quarter - - - - - - - F - 1 - 3 - - 2 - 1 - 16th - sharp - up - begin - begin - - - - - - - G - 3 - - 2 - 1 - 16th - up - continue - continue - - - - F - 1 - 3 - - 2 - 1 - 16th - up - continue - continue - - - - G - 3 - - 2 - 1 - 16th - up - end - end - - - - - - - F - 1 - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - G - 3 - - 2 - 1 - 16th - up - continue - continue - - - - F - 1 - 3 - - 2 - 1 - 16th - up - continue - continue - - - - G - 3 - - 2 - 1 - 16th - up - end - end - - - - - - - F - 1 - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - G - 3 - - 2 - 1 - 16th - up - continue - continue - - - - A - 3 - - 2 - 1 - 16th - up - continue - continue - - - - B - -1 - 3 - - 2 - 1 - 16th - flat - up - end - end - - - - - - - - - - F - 1 - 3 - - 2 - 1 - 16th - sharp - up - begin - begin - - - - - - - G - 3 - - 2 - 1 - 16th - up - continue - continue - - - - F - 1 - 3 - - 2 - 1 - 16th - up - continue - continue - - - - G - 3 - - 2 - 1 - 16th - up - end - end - - - - - - - F - 1 - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - G - 3 - - 2 - 1 - 16th - up - continue - continue - - - - A - 3 - - 2 - 1 - 16th - up - continue - continue - - - - B - -1 - 3 - - 2 - 1 - 16th - flat - up - end - end - - - - - - - F - 1 - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - G - 3 - - 2 - 1 - 16th - up - continue - continue - - - - A - 3 - - 2 - 1 - 16th - up - continue - continue - - - - B - -1 - 3 - - 2 - 1 - 16th - up - end - end - - - - - - - - - - - - - F - 1 - 3 - - 2 - 1 - 16th - sharp - up - begin - begin - - - - - - - G - 3 - - 2 - 1 - 16th - up - continue - continue - - - - F - 1 - 3 - - 2 - 1 - 16th - up - continue - continue - - - - G - 3 - - 2 - 1 - 16th - up - end - end - - - - - - - F - 1 - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - G - 3 - - 2 - 1 - 16th - up - continue - continue - - - - F - 1 - 3 - - 2 - 1 - 16th - up - continue - continue - - - - G - 3 - - 2 - 1 - 16th - up - end - end - - - - - - - - - - - - - - F - 1 - 3 - - 2 - 1 - 16th - sharp - up - begin - begin - - - - - - - - - - - F - 1 - 4 - - 2 - 1 - 16th - sharp - up - - - - - - 1 - - - - G - 3 - - 2 - 1 - 16th - up - continue - continue - - - - - G - 4 - - 2 - 1 - 16th - up - - - - F - 1 - 3 - - 2 - 1 - 16th - up - continue - continue - - - - - F - 1 - 4 - - 2 - 1 - 16th - up - - - - G - 3 - - 2 - 1 - 16th - up - end - end - - - - - - - - G - 4 - - 2 - 1 - 16th - up - - - - F - 1 - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - - F - 1 - 4 - - 2 - 1 - 16th - up - - - - G - 3 - - 2 - 1 - 16th - up - continue - continue - - - - - G - 4 - - 2 - 1 - 16th - up - - - - A - 3 - - 2 - 1 - 16th - up - continue - continue - - - - - A - 4 - - 2 - 1 - 16th - up - - - - B - -1 - 3 - - 2 - 1 - 16th - flat - up - end - end - - - - - - - - B - -1 - 4 - - 2 - 1 - 16th - flat - up - - - - F - 1 - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - - F - 1 - 4 - - 2 - 1 - 16th - up - - - - G - 3 - - 2 - 1 - 16th - up - continue - continue - - - - - G - 4 - - 2 - 1 - 16th - up - - - - F - 1 - 3 - - 2 - 1 - 16th - up - continue - continue - - - - - F - 1 - 4 - - 2 - 1 - 16th - up - - - - G - 3 - - 2 - 1 - 16th - up - end - end - - - - - - - - G - 4 - - 2 - 1 - 16th - up - - - - F - 1 - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - - F - 1 - 4 - - 2 - 1 - 16th - up - - - - G - 3 - - 2 - 1 - 16th - up - continue - continue - - - - - G - 4 - - 2 - 1 - 16th - up - - - - A - 3 - - 2 - 1 - 16th - up - continue - continue - - - - - A - 4 - - 2 - 1 - 16th - up - - - - B - -1 - 3 - - 2 - 1 - 16th - up - end - end - - - - - - - - B - -1 - 4 - - 2 - 1 - 16th - up - - - - - - -1 - - - - - - - - - - - C - 4 - - 2 - 1 - 16th - up - begin - begin - - - - - - - - - - - C - 5 - - 2 - 1 - 16th - up - - - - - - - - - D - -1 - 4 - - 2 - 1 - 16th - flat - up - continue - continue - - - - - D - -1 - 5 - - 2 - 1 - 16th - flat - up - - - - C - 4 - - 2 - 1 - 16th - up - continue - continue - - - - - C - 5 - - 2 - 1 - 16th - up - - - - D - -1 - 4 - - 2 - 1 - 16th - up - end - end - - - - - - - - D - -1 - 5 - - 2 - 1 - 16th - up - - - - C - 4 - - 2 - 1 - 16th - up - begin - begin - - - - - - - - C - 5 - - 2 - 1 - 16th - up - - - - D - -1 - 4 - - 2 - 1 - 16th - up - continue - continue - - - - - D - -1 - 5 - - 2 - 1 - 16th - up - - - - C - 4 - - 2 - 1 - 16th - up - continue - continue - - - - - C - 5 - - 2 - 1 - 16th - up - - - - B - -1 - 3 - - 2 - 1 - 16th - flat - up - end - end - - - - - - - - B - -1 - 4 - - 2 - 1 - 16th - flat - up - - - - A - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - - A - 4 - - 2 - 1 - 16th - up - - - - B - -1 - 3 - - 2 - 1 - 16th - up - continue - continue - - - - - B - -1 - 4 - - 2 - 1 - 16th - up - - - - A - 3 - - 2 - 1 - 16th - up - continue - continue - - - - - A - 4 - - 2 - 1 - 16th - up - - - - G - 3 - - 2 - 1 - 16th - up - end - end - - - - - - - - G - 4 - - 2 - 1 - 16th - up - - - - - - -1 - - - - - - - - - 108 - - - - - - F - 1 - 3 - - 2 - 1 - 16th - sharp - up - - -

- - - - - - - F - 1 - 4 - - 2 - 1 - 16th - sharp - up - - - - 2 - 1 - 16th - - - - 4 - 1 - eighth - - - - 8 - 1 - quarter - - - - 16 - 1 - half - - - - - - - - C - 1 - 5 - - 32 - 1 - whole - sharp - - -

- - - - - - - D - 5 - - 32 - 1 - whole - - - - - - -29 - - - - - - -1 - - - - - - - - - - - C - 5 - - 24 - 1 - half - - natural - down - - - - - - - - - - D - -1 - 5 - - 24 - 1 - half - - flat - down - - - - - - -22 - - - - - - -1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - 1. - - - - - G - 1 - 4 - - 2 - 1 - 16th - sharp - up - begin - begin - - - -

- - - - - - A - 4 - - 2 - 1 - 16th - up - continue - continue - - - - B - 4 - - 2 - 1 - 16th - up - continue - continue - - - - C - 5 - - 2 - 1 - 16th - natural - up - end - end - - - - - - - G - 1 - 4 - - 2 - 1 - 16th - up - begin - begin - - - - - - - A - 4 - - 2 - 1 - 16th - up - continue - continue - - - - B - 4 - - 2 - 1 - 16th - up - continue - continue - - - - C - 5 - - 2 - 1 - 16th - up - end - end - - - - - - - D - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - E - -1 - 5 - - 2 - 1 - 16th - flat - down - continue - continue - - - - F - 5 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 5 - - 2 - 1 - 16th - sharp - down - end - end - - - - - - - - - - - - - - 1. - - - - - G - 5 - - 2 - 1 - 16th - natural - down - begin - begin - - - - - - - A - -1 - 5 - - 2 - 1 - 16th - flat - down - continue - continue - - - - G - 5 - - 2 - 1 - 16th - down - continue - continue - - - - F - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - E - 5 - - 2 - 1 - 16th - natural - down - begin - begin - - - - - - - D - 5 - - 2 - 1 - 16th - down - continue - continue - - - - C - 1 - 5 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - B - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - - - - B - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - - - - - B - 4 - - 2 - 1 - 16th - up - - - - C - 4 - - 2 - 1 - 16th - natural - up - continue - continue - - - - - C - 5 - - 2 - 1 - 16th - natural - up - - - - D - 4 - - 2 - 1 - 16th - up - continue - continue - - - - - D - 5 - - 2 - 1 - 16th - up - - - - E - -1 - 4 - - 2 - 1 - 16th - flat - up - end - end - - - - - - - - E - -1 - 5 - - 2 - 1 - 16th - flat - up - - - - B - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - - B - 4 - - 2 - 1 - 16th - up - - - - C - 4 - - 2 - 1 - 16th - up - continue - continue - - - - - C - 5 - - 2 - 1 - 16th - up - - - - D - 4 - - 2 - 1 - 16th - up - continue - continue - - - - - D - 5 - - 2 - 1 - 16th - up - - - - E - -1 - 4 - - 2 - 1 - 16th - up - end - end - - - - - - - - E - -1 - 5 - - 2 - 1 - 16th - up - - - - F - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - F - 5 - - 2 - 1 - 16th - down - - - - F - 1 - 4 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - - F - 1 - 5 - - 2 - 1 - 16th - sharp - down - - - - G - 1 - 4 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - - G - 1 - 5 - - 2 - 1 - 16th - sharp - down - - - - A - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - - A - 5 - - 2 - 1 - 16th - down - - - - - - - - - - A - 1 - 4 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - A - 1 - 5 - - 2 - 1 - 16th - sharp - down - - - - B - 4 - - 2 - 1 - 16th - down - continue - continue - - - - - B - 5 - - 2 - 1 - 16th - down - - - - A - 1 - 4 - - 2 - 1 - 16th - down - continue - continue - - - - - A - 1 - 5 - - 2 - 1 - 16th - down - - - - G - 1 - 4 - - 2 - 1 - 16th - sharp - down - end - end - - - - - - - - G - 1 - 5 - - 2 - 1 - 16th - sharp - down - - - - G - 4 - - 2 - 1 - 16th - natural - down - begin - begin - - - - - - - - G - 5 - - 2 - 1 - 16th - natural - down - - - - F - 4 - - 2 - 1 - 16th - down - continue - continue - - - - - F - 5 - - 2 - 1 - 16th - down - - - - E - 4 - - 2 - 1 - 16th - down - continue - continue - - - - - E - 5 - - 2 - 1 - 16th - down - - - - D - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - - D - 5 - - 2 - 1 - 16th - down - - - - - - - - - - - D - 4 - - 2 - 1 - 16th - up - begin - begin - - - - - - - - - - - D - 5 - - 2 - 1 - 16th - up - - - - E - -1 - 4 - - 2 - 1 - 16th - flat - up - continue - continue - - - - - E - -1 - 5 - - 2 - 1 - 16th - flat - up - - - - F - 4 - - 2 - 1 - 16th - up - continue - continue - - - - - F - 5 - - 2 - 1 - 16th - up - - - - F - 1 - 4 - - 2 - 1 - 16th - sharp - up - end - end - - - - - - - - F - 1 - 5 - - 2 - 1 - 16th - sharp - up - - - - G - 1 - 4 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - G - 1 - 5 - - 2 - 1 - 16th - sharp - down - - - - A - 4 - - 2 - 1 - 16th - down - continue - continue - - - - - A - 5 - - 2 - 1 - 16th - down - - - - B - 4 - - 2 - 1 - 16th - down - continue - continue - - - - - B - 5 - - 2 - 1 - 16th - down - - - - C - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - C - 6 - - 2 - 1 - 16th - down - - - - B - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - B - 5 - - 2 - 1 - 16th - down - - - - A - 4 - - 2 - 1 - 16th - down - continue - continue - - - - - A - 5 - - 2 - 1 - 16th - down - - - - G - 1 - 4 - - 2 - 1 - 16th - down - continue - continue - - - - - G - 1 - 5 - - 2 - 1 - 16th - down - - - - F - 1 - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - - F - 1 - 5 - - 2 - 1 - 16th - down - - - - - - - - F - 4 - - 2 - 1 - 16th - natural - down - begin - begin - - - - - - - - - - - F - 5 - - 2 - 1 - 16th - natural - down - - - - - - - - - F - 1 - 4 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - - F - 1 - 5 - - 2 - 1 - 16th - sharp - down - - - - G - 1 - 4 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - - G - 1 - 5 - - 2 - 1 - 16th - sharp - down - - - - A - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - - A - 5 - - 2 - 1 - 16th - down - - - - B - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - B - 5 - - 2 - 1 - 16th - down - - - - C - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - C - 6 - - 2 - 1 - 16th - down - - - - D - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - D - 6 - - 2 - 1 - 16th - down - - - - D - 1 - 5 - - 2 - 1 - 16th - sharp - down - end - end - - - - - - - - D - 1 - 6 - - 2 - 1 - 16th - sharp - down - - - - E - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - E - 6 - - 2 - 1 - 16th - natural - down - - - - E - 1 - 5 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - - E - 1 - 6 - - 2 - 1 - 16th - sharp - down - - - - F - 1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - F - 1 - 6 - - 2 - 1 - 16th - sharp - down - - - - G - 5 - - 2 - 1 - 16th - natural - down - end - end - - - - - - - - G - 6 - - 2 - 1 - 16th - natural - down - - - - - - -1 - - - - - - - - G - 1 - 5 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - - - - G - 1 - 6 - - 2 - 1 - 16th - sharp - down - - - - A - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - A - 6 - - 2 - 1 - 16th - down - - - - G - 1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - G - 1 - 6 - - 2 - 1 - 16th - down - - - - A - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - A - 6 - - 2 - 1 - 16th - down - - - - G - 1 - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - G - 1 - 6 - - 2 - 1 - 16th - down - - - - A - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - A - 6 - - 2 - 1 - 16th - down - - - - G - 1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - G - 1 - 6 - - 2 - 1 - 16th - down - - - - A - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - A - 6 - - 2 - 1 - 16th - down - - - - G - 1 - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - G - 1 - 6 - - 2 - 1 - 16th - down - - - - A - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - A - 6 - - 2 - 1 - 16th - down - - - - G - 1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - G - 1 - 6 - - 2 - 1 - 16th - down - - - - A - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - A - 6 - - 2 - 1 - 16th - down - - - - - - - - - - 16 - 1 - - - - - - - - - - - G - 1 - 5 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - - - - G - 1 - 6 - - 2 - 1 - 16th - sharp - down - - - - A - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - A - 6 - - 2 - 1 - 16th - down - - - - G - 1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - G - 1 - 6 - - 2 - 1 - 16th - down - - - - A - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - A - 6 - - 2 - 1 - 16th - down - - - - G - 1 - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - G - 1 - 6 - - 2 - 1 - 16th - down - - - - A - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - A - 6 - - 2 - 1 - 16th - down - - - - G - 1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - G - 1 - 6 - - 2 - 1 - 16th - down - - - - A - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - A - 6 - - 2 - 1 - 16th - down - - - - 8 - 1 - quarter - - - - - - - - - 89 - - - - 8 - - 0 - major - - - - G - 2 - - - 108 - - - -1 - -2 - -1 - - - - - 24 - 1 - - - - - - - - - - 32 - 1 - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - 81 - - - - - - 100 - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - A - -1 - 3 - - 24 - - 1 - half - - flat - up - - - -

- - - - - - - - -21 - - - - - - - - - - A - -1 - 3 - - 16 - - 1 - half - up - - - - - - - - - -1 - - - - - - - - - - - G - 3 - - 32 - 1 - whole - - - - - - - - - - - -29 - - - - - - -2 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 89 - - - - - - - - 32 - 1 - - - - - - - - - - 8 - 1 - quarter - - - - - solo - - - - - F - 1 - 3 - - 2 - 1 - 16th - sharp - up - begin - begin - - - - - - - - - - G - 3 - - 2 - 1 - 16th - up - continue - continue - - - - F - 1 - 3 - - 2 - 1 - 16th - up - continue - continue - - - - G - 3 - - 2 - 1 - 16th - up - end - end - - - - - - - 8 - 1 - quarter - - - - - - - 8 - 1 - quarter - - - - F - 1 - 3 - - 2 - 1 - 16th - sharp - up - begin - begin - - - - - - - G - 3 - - 2 - 1 - 16th - up - continue - continue - - - - F - 1 - 3 - - 2 - 1 - 16th - up - continue - continue - - - - G - 3 - - 2 - 1 - 16th - up - end - end - - - - - - - 8 - 1 - quarter - - - - - - - F - 1 - 3 - - 2 - 1 - 16th - sharp - up - begin - begin - - - - - - - G - 3 - - 2 - 1 - 16th - up - continue - continue - - - - F - 1 - 3 - - 2 - 1 - 16th - up - continue - continue - - - - G - 3 - - 2 - 1 - 16th - up - end - end - - - - - - - F - 1 - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - G - 3 - - 2 - 1 - 16th - up - continue - continue - - - - F - 1 - 3 - - 2 - 1 - 16th - up - continue - continue - - - - G - 3 - - 2 - 1 - 16th - up - end - end - - - - - - - F - 1 - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - G - 3 - - 2 - 1 - 16th - up - continue - continue - - - - A - 3 - - 2 - 1 - 16th - up - continue - continue - - - - B - -1 - 3 - - 2 - 1 - 16th - flat - up - end - end - - - - - - - - - - F - 1 - 3 - - 2 - 1 - 16th - sharp - up - begin - begin - - - - - - - G - 3 - - 2 - 1 - 16th - up - continue - continue - - - - F - 1 - 3 - - 2 - 1 - 16th - up - continue - continue - - - - G - 3 - - 2 - 1 - 16th - up - end - end - - - - - - - F - 1 - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - G - 3 - - 2 - 1 - 16th - up - continue - continue - - - - A - 3 - - 2 - 1 - 16th - up - continue - continue - - - - B - -1 - 3 - - 2 - 1 - 16th - flat - up - end - end - - - - - - - F - 1 - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - G - 3 - - 2 - 1 - 16th - up - continue - continue - - - - A - 3 - - 2 - 1 - 16th - up - continue - continue - - - - B - -1 - 3 - - 2 - 1 - 16th - up - end - end - - - - - - - - - - - - - F - 1 - 3 - - 2 - 1 - 16th - sharp - up - begin - begin - - - - - - - G - 3 - - 2 - 1 - 16th - up - continue - continue - - - - F - 1 - 3 - - 2 - 1 - 16th - up - continue - continue - - - - G - 3 - - 2 - 1 - 16th - up - end - end - - - - - - - F - 1 - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - G - 3 - - 2 - 1 - 16th - up - continue - continue - - - - F - 1 - 3 - - 2 - 1 - 16th - up - continue - continue - - - - G - 3 - - 2 - 1 - 16th - up - end - end - - - - - - - - - - - - - - - 1 - - - - F - 1 - 3 - - 2 - 1 - 16th - sharp - up - begin - begin - - - - - - - G - 3 - - 2 - 1 - 16th - up - continue - continue - - - - F - 1 - 3 - - 2 - 1 - 16th - up - continue - continue - - - - G - 3 - - 2 - 1 - 16th - up - end - end - - - - - - - F - 1 - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - G - 3 - - 2 - 1 - 16th - up - continue - continue - - - - A - 3 - - 2 - 1 - 16th - up - continue - continue - - - - B - -1 - 3 - - 2 - 1 - 16th - flat - up - end - end - - - - - - - F - 1 - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - G - 3 - - 2 - 1 - 16th - up - continue - continue - - - - F - 1 - 3 - - 2 - 1 - 16th - up - continue - continue - - - - G - 3 - - 2 - 1 - 16th - up - end - end - - - - - - - F - 1 - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - G - 3 - - 2 - 1 - 16th - up - continue - continue - - - - A - 3 - - 2 - 1 - 16th - up - continue - continue - - - - B - -1 - 3 - - 2 - 1 - 16th - up - end - end - - - - - - - - - -1 - - - - - - - - - - - C - 4 - - 2 - 1 - 16th - up - begin - begin - - - - - - - - - - - - - - - D - -1 - 4 - - 2 - 1 - 16th - flat - up - continue - continue - - - - C - 4 - - 2 - 1 - 16th - up - continue - continue - - - - D - -1 - 4 - - 2 - 1 - 16th - up - end - end - - - - - - - C - 4 - - 2 - 1 - 16th - up - begin - begin - - - - - - - D - -1 - 4 - - 2 - 1 - 16th - up - continue - continue - - - - C - 4 - - 2 - 1 - 16th - up - continue - continue - - - - B - -1 - 3 - - 2 - 1 - 16th - flat - up - end - end - - - - - - - A - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - B - -1 - 3 - - 2 - 1 - 16th - up - continue - continue - - - - A - 3 - - 2 - 1 - 16th - up - continue - continue - - - - - - 1 - - - - G - 3 - - 2 - 1 - 16th - up - end - end - - - - - - - - - - 89 - - - - - - 108 - - - - - - F - 1 - 3 - - 2 - 1 - 16th - sharp - up - - -

- - - - - - 2 - 1 - 16th - - - - 4 - 1 - eighth - - - - 8 - 1 - quarter - - - - 16 - 1 - half - - - - - - - - F - 1 - 5 - - 32 - 1 - whole - sharp - - -

- - - - - - - - -29 - - - - - - -1 - - - - - - - - - - - E - 1 - 5 - - 24 - 1 - half - - sharp - down - - - - - - - - - - - -22 - - - - - - -1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 89 - - - - - - - - 16 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - - D - 4 - - 2 - 1 - 16th - up - begin - begin - - - - - - - - - - E - -1 - 4 - - 2 - 1 - 16th - flat - up - continue - continue - - - - F - 4 - - 2 - 1 - 16th - up - continue - continue - - - - F - 1 - 4 - - 2 - 1 - 16th - sharp - up - end - end - - - - - - - G - 1 - 4 - - 2 - 1 - 16th - sharp - up - begin - begin - - - - - - - A - 4 - - 2 - 1 - 16th - up - continue - continue - - - - B - 4 - - 2 - 1 - 16th - up - continue - continue - - - - C - 5 - - 2 - 1 - 16th - up - end - end - - - - - - - B - 4 - - 2 - 1 - 16th - up - begin - begin - - - - - - - A - 4 - - 2 - 1 - 16th - up - continue - continue - - - - G - 1 - 4 - - 2 - 1 - 16th - up - continue - continue - - - - F - 1 - 4 - - 2 - 1 - 16th - up - end - end - - - - - - - - - - - F - 4 - - 2 - 1 - 16th - natural - up - begin - begin - - - - - - - - - - - - - - - F - 1 - 4 - - 2 - 1 - 16th - sharp - up - continue - continue - - - - G - 1 - 4 - - 2 - 1 - 16th - sharp - up - continue - continue - - - - A - 4 - - 2 - 1 - 16th - up - end - end - - - - - - - B - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - C - 5 - - 2 - 1 - 16th - down - continue - continue - - - - D - 5 - - 2 - 1 - 16th - down - continue - continue - - - - D - 1 - 5 - - 2 - 1 - 16th - sharp - down - end - end - - - - - - - E - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - F - 5 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 5 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - G - 5 - - 2 - 1 - 16th - natural - down - end - end - - - - - - - - - -1 - - - - - - - - G - 1 - 5 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - - - A - 5 - - 2 - 1 - 16th - down - continue - continue - - - - G - 1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - A - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - G - 1 - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - A - 5 - - 2 - 1 - 16th - down - continue - continue - - - - G - 1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - A - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - G - 1 - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - A - 5 - - 2 - 1 - 16th - down - continue - continue - - - - G - 1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - A - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - - - 16 - 1 - - - - - - - - - - - G - 1 - 5 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - - - A - 5 - - 2 - 1 - 16th - down - continue - continue - - - - G - 1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - A - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - G - 1 - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - A - 5 - - 2 - 1 - 16th - down - continue - continue - - - - G - 1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - A - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - 8 - 1 - quarter - - - - - - - - 8 - - 0 - major - - - - F - 4 - - - 108 - - - - - 24 - 1 - - - - - - - - - - 32 - 1 - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - 97 - - - - - - 100 - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - B - 2 - - 24 - - 1 - half - - up - - - -

- - - - - - - D - 3 - - 24 - - 1 - half - - up - - - - - - - - - -21 - - - - - - - - - - B - 2 - - 16 - - 1 - half - up - - - - - - - - D - 3 - - 16 - - 1 - half - up - - - - - - - - - -1 - - - - - - - - - - - A - 1 - 2 - - 32 - 1 - whole - sharp - - - - - - - - - - C - 1 - 3 - - 32 - 1 - whole - sharp - - - - - - -30 - - - - - - -1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 8 - 1 - quarter - - - - - B - 1 - - 2 - 1 - 16th - up - begin - begin - - - - - - - - - - - B - 2 - - 2 - 1 - 16th - up - - - - - - 1 - - - - C - 2 - - 2 - 1 - 16th - up - continue - continue - - - - - C - 3 - - 2 - 1 - 16th - up - - - - D - 2 - - 2 - 1 - 16th - up - continue - continue - - - - - D - 3 - - 2 - 1 - 16th - up - - - - E - -1 - 2 - - 2 - 1 - 16th - flat - up - end - end - - - - - - - - E - -1 - 3 - - 2 - 1 - 16th - flat - up - - - - B - 1 - - 2 - 1 - 16th - up - begin - begin - - - - - - - - B - 2 - - 2 - 1 - 16th - up - - - - C - 2 - - 2 - 1 - 16th - up - continue - continue - - - - - C - 3 - - 2 - 1 - 16th - up - - - - D - 2 - - 2 - 1 - 16th - up - continue - continue - - - - - D - 3 - - 2 - 1 - 16th - up - - - - E - -1 - 2 - - 2 - 1 - 16th - up - end - end - - - - - - - - E - -1 - 3 - - 2 - 1 - 16th - up - - - - - - - - - - - - - F - 2 - - 24 - 1 - half - - up - - - - - - - - - - - - - F - 3 - - 24 - 1 - half - - up - - - - - - - - - - - - - 9 - - - - a 2 - - - - - E - 2 - - 32 - 1 - whole - natural - - - - - - - - - - - -1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - - a 2 - - - - - E - 3 - - 32 - 1 - whole - - -

- - - - - - - - -29 - - - - - - -1 - - - - - - - - - - - E - 2 - - 24 - 1 - half - - up - - - - - - - - - - - -22 - - - - - - -1 - - - - - - - - - 108 - - - - - 32 - 1 - - - - - - - - B - 3 - - 32 - 1 - whole - - -

- - - - - - - C - 4 - - 32 - 1 - whole - - - - - - -29 - - - - - - -1 - - - - - - - - - - - A - 1 - 3 - - 24 - 1 - half - - sharp - down - - - - - - - - - - B - 3 - - 24 - 1 - half - - down - - - - - - -22 - - - - - - -1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - - - - 16 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - - C - 2 - - 16 - 1 - half - up - - - - - - - - - - - C - 3 - - 16 - 1 - half - up - - - - B - 1 - - 8 - 1 - quarter - up - - - - - - - - B - 2 - - 8 - 1 - quarter - up - - - - - - - - E - -1 - 2 - - 16 - 1 - half - flat - up - - - - - - - - - - - E - -1 - 3 - - 16 - 1 - half - flat - up - - - - - - -14 - - - - D - 2 - - 8 - 1 - quarter - up - - - - - - - - D - 3 - - 8 - 1 - quarter - up - - - - - - -1 - - - - - - - - F - 1 - 2 - - 24 - - 1 - half - - sharp - up - - - - - - - - - - - F - 1 - 3 - - 24 - - 1 - half - - sharp - up - - - - - - - - - - - - - F - 1 - 2 - - 16 - - - 1 - half - up - - - - - - - - - F - 1 - 3 - - 16 - - - 1 - half - up - - - - - - - - - - - - - - F - 1 - 2 - - 24 - - 1 - half - - up - - - - - - - - F - 1 - 3 - - 24 - - 1 - half - - up - - - - - - - - - - - - 112 - - - - 8 - - 0 - major - - - - G - 2 - - - 108 - - - -4 - -7 - - - - - 24 - 1 - - - - - - - - - - 32 - 1 - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - 85 - - - - - - 100 - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - F - 1 - 3 - - 24 - - 1 - half - - sharp - up - - - -

- - - - - - - A - 3 - - 24 - - 1 - half - - up - - - - - - - - - -20 - - - - - - - - - - F - 1 - 3 - - 16 - - 1 - half - up - - - - - - - - A - 3 - - 16 - - 1 - half - up - - - - - - - - - -1 - - - - - - - - - - - F - 3 - - 32 - 1 - whole - natural - - - - - - - - - - A - -1 - 3 - - 32 - 1 - whole - flat - - - - - - -29 - - - - - - -1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 98 - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - - D - 5 - - 32 - 1 - whole - - -

- - - - - - - G - 5 - - 32 - 1 - whole - - - - - - -29 - - - - - - -1 - - - - - - - - - - - C - 1 - 5 - - 24 - 1 - half - - sharp - down - - - - - - - - - - F - 1 - 5 - - 24 - 1 - half - - sharp - down - - - - - - -22 - - - - - - -1 - - - - - - - 103 - - - - - - 108 - - - - - 32 - 1 - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 112 - - - - - - - - 16 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - - C - 5 - - 16 - 1 - half - down - - - - - - - - - - - G - 5 - - 16 - 1 - half - down - - - - B - 4 - - 8 - 1 - quarter - down - - - - - - - - F - 1 - 5 - - 8 - 1 - quarter - sharp - down - - - - - - - - B - -1 - 4 - - 16 - 1 - half - flat - down - - - - - - - - - - - E - -1 - 5 - - 16 - 1 - half - flat - down - - - - - - -14 - - - - A - 4 - - 8 - 1 - quarter - down - - - - - - - - D - 5 - - 8 - 1 - quarter - down - - - - - - -1 - - - - - - - - A - 4 - - 24 - - 1 - half - - down - - - - - - - - - - - F - 1 - 5 - - 24 - - 1 - half - - sharp - down - - - - - - - - - - - - - A - 4 - - 16 - - - 1 - half - down - - - - - - - - - F - 1 - 5 - - 16 - - - 1 - half - down - - - - - - - - - - - - - - A - 4 - - 24 - - 1 - half - - down - - - - - - - - F - 1 - 5 - - 24 - - 1 - half - - down - - - - - - - - - - - 8 - - 0 - major - - - - G - 2 - - - 108 - - - -4 - -7 - - - - - 24 - 1 - - - - - - - - - - 32 - 1 - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - 100 - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 74 - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - - B - 4 - - 32 - 1 - whole - - -

- - - - - - - F - 1 - 5 - - 32 - 1 - whole - sharp - - - - - - -29 - - - - - - -1 - - - - - - - - - - - B - -1 - 4 - - 24 - 1 - half - - flat - down - - - - - - - - - - F - 5 - - 24 - 1 - half - - natural - down - - - - - - -22 - - - - - - -1 - - - - - - - 98 - - - - - - 108 - - - - - 32 - 1 - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - - - - 16 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - - G - 4 - - 16 - 1 - half - down - - - - - - - - - - - E - -1 - 5 - - 16 - 1 - half - flat - down - - - - F - 1 - 4 - - 8 - 1 - quarter - sharp - up - - - - - - - - D - 5 - - 8 - 1 - quarter - up - - - - - - - - F - 1 - 4 - - 16 - 1 - half - sharp - up - - - - - - - - - - - B - 4 - - 16 - 1 - half - up - - - - - - -14 - - - - F - 4 - - 8 - 1 - quarter - natural - up - - - - - - - - B - -1 - 4 - - 8 - 1 - quarter - flat - up - - - - - - -1 - - - - - - - - D - 4 - - 24 - - 1 - half - - up - - - - - - - - - - - D - 5 - - 24 - - 1 - half - - up - - - - - - - - - - - - - D - 4 - - 16 - - - 1 - half - up - - - - - - - - - D - 5 - - 16 - - - 1 - half - up - - - - - - - - - - - - - - D - 4 - - 24 - - 1 - half - - up - - - - - - - - D - 5 - - 24 - - 1 - half - - up - - - - - - - - - - - - 108 - - - - 8 - - 0 - major - - - - G - 2 - - - 108 - - - - - 24 - 1 - - - - - - - - - - 32 - 1 - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - 100 - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 103 - - - - - - 108 - - - - - 32 - 1 - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 108 - - - - - - - - 16 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - B - 4 - - 16 - 1 - half - down - - - - - - - - - - - E - 5 - - 16 - 1 - half - down - - - - - - -14 - - - - B - -1 - 4 - - 8 - 1 - quarter - flat - down - - - - - - - - E - -1 - 5 - - 8 - 1 - quarter - flat - down - - - - - - -1 - - - - - - - - D - 5 - - 24 - - 1 - half - - down - - - - - - - - - - - G - 5 - - 24 - - 1 - half - - down - - - - - - - - - - - - - D - 5 - - 16 - - - 1 - half - down - - - - - - - - - G - 5 - - 16 - - - 1 - half - down - - - - - - - - - - - - - - D - 5 - - 24 - - 1 - half - - down - - - - - - - - G - 5 - - 24 - - 1 - half - - down - - - - - - - - - - - - 78 - - - - 8 - - 0 - major - - - - F - 4 - - - 108 - - - - - 24 - 1 - - - - - - - - - - 32 - 1 - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - 100 - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 91 - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - - B - 3 - - 32 - 1 - whole - - -

- - - - - - - C - 4 - - 32 - 1 - whole - - - - - - -30 - - - - - - -1 - - - - - - - - - - - A - 1 - 3 - - 24 - 1 - half - - sharp - down - - - - - - - - - - B - 3 - - 24 - 1 - half - - down - - - - - - -22 - - - - - - -1 - - - - - - - 92 - - - - - - 108 - - - - - 32 - 1 - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - D - 3 - - 24 - 1 - half - - down - - - -

- - - - - - - G - 3 - - 24 - 1 - half - - down - - - - - - - 78 - - - - - - - - C - 1 - 3 - - 16 - 1 - half - sharp - down - - - - - - - - F - 1 - 3 - - 16 - 1 - half - sharp - down - - - - - - - - - - - F - 3 - - 24 - 1 - half - - down - - - - - - - - - - - B - -1 - 3 - - 24 - 1 - half - - flat - down - - - - - - - - - - E - 3 - - 16 - 1 - half - down - - - - - - - - A - 3 - - 16 - 1 - half - down - - - - - - - - - - - A - -1 - 3 - - 16 - 1 - half - flat - down - - - - - - - - - - - D - -1 - 4 - - 16 - 1 - half - flat - down - - - - G - 3 - - 8 - 1 - quarter - down - - - - - - - - C - 4 - - 8 - 1 - quarter - down - - - - - - - C - 4 - - - - - - B - 3 - - 16 - 1 - half - down - - - - - - - - - - - E - 4 - - 16 - 1 - half - down - - - - - - -14 - - - - B - -1 - 3 - - 8 - 1 - quarter - flat - down - - - - - - - - E - -1 - 4 - - 8 - 1 - quarter - flat - down - - - - - - -1 - - - - - - - - D - 4 - - 24 - - 1 - half - - down - - - - - - - - - - - G - 4 - - 24 - - 1 - half - - down - - - - - - - - - - - - - D - 4 - - 16 - - - 1 - half - down - - - - - - - - - G - 4 - - 16 - - - 1 - half - down - - - - - - - - - - - - - - D - 4 - - 24 - - 1 - half - - down - - - - - - - - G - 4 - - 24 - - 1 - half - - down - - - - - - - - - - - - 74 - - - - 8 - - 0 - major - - - - F - 4 - - - 108 - - - - - 24 - 1 - - - - - - - - - - 32 - 1 - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - 100 - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 74 - - - - - - 108 - - - - - 32 - 1 - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - B - 2 - - 24 - 1 - half - - up - - - -

- - - - - - - - - 74 - - - - - - - - B - -1 - 2 - - 16 - 1 - half - flat - up - - - - - - - - - - - - - - D - 3 - - 24 - 1 - half - - down - - - - - - - - - - - - - - - - C - 1 - 3 - - 16 - 1 - half - sharp - up - - - - - - - - - - - - - - F - 3 - - 16 - 1 - half - down - - - - - - - - - - E - 3 - - 8 - 1 - quarter - down - - - - - - - - - - - A - -1 - 3 - - 16 - 1 - half - flat - down - - - - - - - - - - - - -14 - - - - G - 3 - - 8 - 1 - quarter - down - - - - - - - - - -1 - - - - - - - - F - 1 - 3 - - 24 - - 1 - half - - sharp - down - - - - - - - - - - - - - - - - F - 1 - 3 - - 16 - - - 1 - half - down - - - - - - - - - - - - - - F - 1 - 3 - - 24 - - 1 - half - - down - - - - - - - - - - - - 88 - - - - 8 - - 0 - major - - - - F - 4 - - - 108 - - - - - 24 - 1 - - - - - - - - - - 32 - 1 - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - 100 - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 88 - - - - - - 108 - - - - - 32 - 1 - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - F - 1 - 2 - - 24 - 1 - half - - sharp - up - - - -

- - - - - - - - - 88 - - - - - - - - F - 2 - - 16 - 1 - half - natural - up - - - - - - - - - - - - - - A - 2 - - 24 - 1 - half - - up - - - - - - - - - - - - - - - - G - 1 - 2 - - 16 - 1 - half - sharp - up - - - - - - - - - - - - - - C - 2 - - 16 - 1 - half - up - - - - - - - - - - B - 1 - - 8 - 1 - quarter - up - - - - - - - - - - - E - -1 - 2 - - 16 - 1 - half - flat - up - - - - - - - - - - - - -14 - - - - D - 2 - - 8 - 1 - quarter - up - - - - - - - - - -1 - - - - - - - - F - 1 - 2 - - 24 - - 1 - half - - sharp - up - - - - - - - - - - - - - - - - F - 1 - 2 - - 16 - - - 1 - half - up - - - - - - - - - - - - - - F - 1 - 2 - - 24 - - 1 - half - - up - - - - - - - - - - - - 113 - - - - 1024 - - 0 - major - - - - F - 4 - - - 108 - - - - - 3072 - 1 - - - - - - - - - - 4096 - 1 - - - - - - - 4096 - 1 - - - - - - - - - - 3072 - 1 - - - - - - - - - - 2048 - 1 - - - - - - - - - - 4096 - 1 - - - - - - - - - - 3072 - 1 - - - - - - - - - - 2048 - 1 - - - - - - - - - 100 - - - - - 4096 - 1 - - - - - - - - - - 3072 - 1 - - - - - - - 3072 - 1 - - - - - - - - - - 2048 - 1 - - - - - - - - - - 4096 - 1 - - - - - - - - - - 3072 - 1 - - - - - - - 3072 - 1 - - - - - - - 3072 - 1 - - - - - - - 3072 - 1 - - - - - - - 72 - - - - - - - - - 4096 - 1 - - - - - - - - - - 3072 - 1 - - - - - - - 3072 - 1 - - - - - - - 1024 - 1 - quarter - - - - 1024 - 1 - quarter - - - - - B - -1 - 2 - - 256 - 1 - 16th - flat - up - begin - begin - - - - - - - - - B - -1 - 2 - - 256 - 1 - 16th - up - continue - end - - - - B - -1 - 2 - - 512 - 1 - eighth - up - end - - - - - - - 1024 - 1 - quarter - - - - B - -1 - 2 - - 256 - 1 - 16th - flat - up - begin - begin - - - - B - -1 - 2 - - 256 - 1 - 16th - up - continue - end - - - - B - -1 - 2 - - 512 - 1 - eighth - up - end - - - - B - -1 - 2 - - 256 - 1 - 16th - up - begin - begin - - - - B - -1 - 2 - - 256 - 1 - 16th - up - continue - end - - - - B - -1 - 2 - - 512 - 1 - eighth - up - end - - - - - - - - - - 2048 - 1 - - - - - - - - - - 1024 - 1 - quarter - - - - - B - -1 - 2 - - 256 - 1 - 16th - flat - up - begin - begin - - - - - - - - - B - -1 - 2 - - 256 - 1 - 16th - up - continue - end - - - - B - -1 - 2 - - 512 - 1 - eighth - up - end - - - - 1024 - 1 - quarter - - - - - B - -1 - 2 - - 256 - 1 - 16th - up - begin - begin - - - - - - - - - B - -1 - 2 - - 256 - 1 - 16th - up - continue - end - - - - B - -1 - 2 - - 512 - 1 - eighth - up - end - - - - - - - - - - - B - -1 - 2 - - 256 - 1 - 16th - flat - up - begin - begin - - - - - - - - - B - -1 - 2 - - 256 - 1 - 16th - up - continue - end - - - - B - -1 - 2 - - 512 - 1 - eighth - up - end - - - - - B - -1 - 2 - - 256 - 1 - 16th - up - begin - begin - - - - - - - - - B - -1 - 2 - - 256 - 1 - 16th - up - continue - end - - - - B - -1 - 2 - - 512 - 1 - eighth - up - end - - - - - B - -1 - 2 - - 256 - 1 - 16th - up - begin - begin - - - - - - - - - B - -1 - 2 - - 256 - 1 - 16th - up - continue - end - - - - B - -1 - 2 - - 512 - 1 - eighth - up - end - - - - - - - 113 - - - - - - 108 - - - - - 4096 - 1 - - - - - - - - E - 3 - - 4096 - 1 - whole - - - 3 - - -

- - - - - 4096 - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - - - -131 - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - 16 - 2 - - - - - - -54 - - - - - - - - - - - E - 3 - - 3072 - 1 - half - - down - - - 3 - - - - - - - - 3072 - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - - - -98 - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - - E - 3 - - 85 - 2 - down - - - 12 - 2 - - - - - - -76 - - - - - - - 3072 - 1 - - - - - - - 3072 - 1 - - - - - - - 3072 - 1 - - - - - - - 3072 - 1 - - - - - - - 3072 - 1 - - - - - - - 113 - - - - - - - - 2048 - 1 - - - - - - - - - - 3072 - 1 - - - - - - - - - - 2048 - 1 - - - - - - - - - - 3072 - 1 - - - - - - - 3072 - 1 - - - - - - - - F - 1 - 2 - - 1024 - 1 - quarter - sharp - up - - - - - - - - - F - 1 - 2 - - 1024 - 1 - quarter - up - - - - F - 1 - 2 - - 1024 - 1 - quarter - up - - - - - - - - - - 2048 - 1 - - - - - - - - - - - F - 1 - 2 - - 1024 - 1 - quarter - sharp - up - - - - - - - - - F - 1 - 2 - - 1024 - 1 - quarter - up - - - - 1024 - 1 - quarter - - - - - - - - - 70 - - - - 8 - - 0 - major - - - 2 - - percussion - - - 108 - - - - - 24 - 1 - - - - - - - - - - 32 - 1 - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - 100 - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 70 - - - - - - 108 - - - - - 32 - 1 - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - Susp. Cym. - - - - - - E - 5 - - 24 - - - 1 - half - - down - - - - 3 - - -

- - - - - 24 - - - - E - 5 - - 2 - - 2 - 16th - down - begin - begin - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - end - end - - - - - - - 70 - - - - - - - - (Susp. Cym.) - - - - - E - 5 - - 16 - - - - 1 - half - down - - - - - 3 - - - - - 16 - - - - E - 5 - - 2 - - 2 - 16th - down - begin - begin - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - end - end - - - - - - - - - - - - - - - E - 5 - - 24 - - - - 1 - half - - down - - - - - 3 - - - - - 24 - - - - E - 5 - - 2 - - 2 - 16th - down - begin - begin - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - end - end - - - - - - - - - - E - 5 - - 16 - - - - 1 - half - down - - - - - 3 - - - - - 16 - - - - E - 5 - - 2 - - 2 - 16th - down - begin - begin - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - end - end - - - - - - - - - - E - 5 - - 24 - - - - 1 - half - - down - - - - - 3 - - - - - 24 - - - - E - 5 - - 2 - - 2 - 16th - down - begin - begin - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - end - end - - - - - - - E - 5 - - 24 - - - 1 - half - - down - - - - 3 - - - - - 24 - - - - E - 5 - - 2 - - 2 - 16th - down - begin - begin - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - continue - continue - - - - E - 5 - - 2 - - 2 - 16th - down - end - end - - - - E - 5 - - 2 - - 2 - 16th - down - begin - begin - - - - E - 5 - - 2 - - 2 - 16th - down - end - end - - - - E - 5 - - 12 - - 2 - quarter - - down - - - - - - -1 - - - - - - - - - E - 5 - - 24 - - 1 - half - - down - - - - - - - - - - - - - - - 16 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - 62 - - - - 1024 - - 0 - major - - - 2 - - percussion - - - 108 - - - - - 3072 - 1 - - - - - - - - - - 4096 - 1 - - - - - - - 4096 - 1 - - - - - - - - - - 3072 - 1 - - - - - - - - - - 2048 - 1 - - - - - - - - - - 4096 - 1 - - - - - - - - - - 3072 - 1 - - - - - - - - - - 2048 - 1 - - - - - - - - - 100 - - - - - 4096 - 1 - - - - - - - - - - 3072 - 1 - - - - - - - 3072 - 1 - - - - - - - - - - 2048 - 1 - - - - - - - - - - 4096 - 1 - - - - - - - - - - 3072 - 1 - - - - - - - 3072 - 1 - - - - - - - 3072 - 1 - - - - - - - 3072 - 1 - - - - - - - - - - - 4096 - 1 - - - - - - - - - - 3072 - 1 - - - - - - - 3072 - 1 - - - - - - - 3072 - 1 - - - - - - - 3072 - 1 - - - - - - - - - - 2048 - 1 - - - - - - - - - - 4096 - 1 - - - - - - - - - - 3072 - 1 - - - - - - - 62 - - - - - - 108 - - - - - 4096 - 1 - - - - - - - 4096 - 1 - - - - - - - - - - 3072 - 1 - - - - - - - 3072 - 1 - - - - - - - 3072 - 1 - - - - - - - 3072 - 1 - - - - - - - 3072 - 1 - - - - - - - - B.D. - - - - - F - 4 - - 3072 - - - 1 - half - - up - - - - 3 - - -

- - - - - 3072 - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - 12 - 2 - - - - - - - 62 - - - - - - - - (B.D.) - - - - - F - 4 - - 2048 - - - - 1 - half - up - - - - - 3 - - - - - 2048 - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - 8 - 2 - - - - - - - - - - - - 79 - - - - F - 4 - - 3072 - - - - 1 - half - - up - - - - - 3 - - - - - 3072 - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - 12 - 2 - - - - - - - - - - F - 4 - - 2048 - - - - 1 - half - up - - - - - 3 - - - - - 2048 - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - 8 - 2 - - - - - - - - - - F - 4 - - 3072 - - - - 1 - half - - up - - - - - 3 - - - - - 3072 - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - 12 - 2 - - - - - - - F - 4 - - 3072 - - - 1 - half - - up - - - - 3 - - - - - 3072 - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - - F - 4 - - 102 - - 2 - up - - - 12 - 2 - - - - - - -54 - - - - - - - - F - 4 - - 1024 - - 1 - quarter - up - - - - - - - - - F - 4 - - 1024 - - 1 - quarter - up - - - - F - 4 - - 1024 - - 1 - quarter - up - - - - - - - - - - 2048 - 1 - - - - - - - - - - - F - 4 - - 1024 - - 1 - quarter - up - - - - - - - - - F - 4 - - 1024 - - 1 - quarter - up - - - - 1024 - 1 - quarter - - - - - - - - - 85 - - - 77 - - - - 8 - - 0 - major - - - 2 - - G - 2 - - - F - 4 - - - 108 - - - 108 - - - - - - B - 5 - - 8 - 1 - quarter - down - 1 - - - - - - - - - - B - 6 - - 8 - 1 - quarter - down - 1 - - - - 8 - 1 - quarter - 1 - - - - 8 - 1 - quarter - 1 - - - 24 - - - - 24 - 2 - 2 - - - - - - - - - - 32 - 1 - 1 - - - 32 - - - - 32 - 2 - 2 - - - - - - - 32 - 1 - 1 - - - 32 - - - - 32 - 2 - 2 - - - - - - - - - - 24 - 1 - 1 - - - 24 - - - - 24 - 2 - 2 - - - - - - - - - - 16 - 1 - 1 - - - 16 - - - - 16 - 2 - 2 - - - - - - - - - - 32 - 1 - 1 - - - 32 - - - - 32 - 2 - 2 - - - - - - - - - - 24 - 1 - 1 - - - 24 - - - - 24 - 2 - 2 - - - - - - - - - - 16 - 1 - 1 - - - 16 - - - - 16 - 2 - 2 - - - - - - - - - 100 - - - 100 - - - - - 32 - 1 - 1 - - - 32 - - - - 32 - 2 - 2 - - - - - - - - - - 24 - 1 - 1 - - - 24 - - - - 24 - 2 - 2 - - - - - - - 24 - 1 - 1 - - - 24 - - - - 24 - 2 - 2 - - - - - - - - - - 16 - 1 - 1 - - - 16 - - - - 16 - 2 - 2 - - - - - - - - - - 32 - 1 - 1 - - - 32 - - - - 32 - 2 - 2 - - - - - - - - - - 24 - 1 - 1 - - - 24 - - - - 24 - 2 - 2 - - - - - - - 24 - 1 - 1 - - - 24 - - - - 24 - 2 - 2 - - - - - - - 24 - 1 - 1 - - - 24 - - - - 24 - 2 - 2 - - - - - - - 24 - 1 - 1 - - - 24 - - - - 24 - 2 - 2 - - - - - - - - - - - 32 - 1 - 1 - - - 32 - - - - 32 - 2 - 2 - - - - - - - - - - 24 - 1 - 1 - - - 24 - - - - 24 - 2 - 2 - - - - - - - 24 - 1 - 1 - - - 24 - - - - 24 - 2 - 2 - - - - - - - 24 - 1 - 1 - - - 24 - - - - 24 - 2 - 2 - - - - - - - 24 - 1 - 1 - - - 24 - - - - 24 - 2 - 2 - - - - - - - - - - 16 - 1 - 1 - - - 16 - - - - 16 - 2 - 2 - - - - - - - - - - 32 - 1 - 1 - - - 32 - - - - 32 - 2 - 2 - - - - - - - - - - 24 - 1 - 1 - - - 24 - - - - 24 - 2 - 2 - - - - - - - 85 - - - 77 - - - - - - G - 2 - - - 108 - - - 108 - - - - - - E - 5 - - 8 - 1 - quarter - down - 1 - - - - - - - - - - E - 6 - - 8 - 1 - quarter - down - 1 - - - - E - 5 - - 8 - 1 - quarter - down - 1 - - - - - E - 6 - - 8 - 1 - quarter - down - 1 - - - - E - 5 - - 8 - 1 - quarter - down - 1 - - - - - E - 6 - - 8 - 1 - quarter - down - 1 - - - - E - 5 - - 8 - 1 - quarter - down - 1 - - - - - E - 6 - - 8 - 1 - quarter - down - 1 - - - 32 - - - - 2 - 2 - 16th - 2 - - - - C - 1 - 5 - - 2 - 2 - 16th - sharp - up - 2 - begin - begin - - - - A - 4 - - 2 - 2 - 16th - up - 2 - continue - continue - - - - E - 4 - - 2 - 2 - 16th - up - 2 - end - end - - - - F - 4 - - 8 - 2 - quarter - up - 2 - - - - 2 - 2 - 16th - 2 - - - - C - 1 - 5 - - 2 - 2 - 16th - up - 2 - begin - begin - - - - A - 4 - - 2 - 2 - 16th - up - 2 - continue - continue - - - - E - 4 - - 2 - 2 - 16th - up - 2 - end - end - - - - F - 4 - - 8 - 2 - quarter - up - 2 - - - - - - - - - 1 - - - - E - 5 - - 8 - 1 - quarter - down - 1 - - - - - E - 6 - - 8 - 1 - quarter - down - 1 - - - - E - 5 - - 8 - 1 - quarter - down - 1 - - - - - E - 6 - - 8 - 1 - quarter - down - 1 - - - - E - 5 - - 8 - 1 - quarter - down - 1 - - - - - E - 6 - - 8 - 1 - quarter - down - 1 - - - - E - 5 - - 8 - 1 - quarter - down - 1 - - - - - E - 6 - - 8 - 1 - quarter - down - 1 - - - - - - -1 - 1 - - - 32 - - - - 2 - 2 - 16th - 2 - - - - C - 1 - 5 - - 2 - 2 - 16th - sharp - up - 2 - begin - begin - - - - A - 4 - - 2 - 2 - 16th - up - 2 - continue - continue - - - - E - 4 - - 2 - 2 - 16th - up - 2 - end - end - - - - F - 4 - - 8 - 2 - quarter - up - 2 - - - - 2 - 2 - 16th - 2 - - - - C - 1 - 5 - - 2 - 2 - 16th - up - 2 - begin - begin - - - - A - 4 - - 2 - 2 - 16th - up - 2 - continue - continue - - - - E - 4 - - 2 - 2 - 16th - up - 2 - end - end - - - - F - 4 - - 8 - 2 - quarter - up - 2 - - - - - - - - - - - E - 5 - - 8 - 1 - quarter - down - 1 - - - - - - - - - - E - 6 - - 8 - 1 - quarter - down - 1 - - - - - - -6 - 1 - - - - E - 5 - - 8 - 1 - quarter - down - 1 - - - - - E - 6 - - 8 - 1 - quarter - down - 1 - - - - E - 5 - - 8 - 1 - quarter - down - 1 - - - - - E - 6 - - 8 - 1 - quarter - down - 1 - - - - - - -1 - 1 - - - 24 - - - - 2 - 2 - 16th - 2 - - - - - C - 1 - 5 - - 2 - 2 - 16th - sharp - up - 2 - begin - begin - - - - A - 4 - - 2 - 2 - 16th - up - 2 - continue - continue - - - - E - 4 - - 2 - 2 - 16th - up - 2 - end - end - - - - F - 4 - - 8 - 2 - quarter - up - 2 - - - - 2 - 2 - 16th - 2 - - - - C - 1 - 5 - - 2 - 2 - 16th - up - 2 - begin - begin - - - - A - 4 - - 2 - 2 - 16th - up - 2 - continue - continue - - - - E - 4 - - 2 - 2 - 16th - up - 2 - end - end - - - - - - - - E - 5 - - 2 - 1 - 16th - up - 1 - begin - begin - - - - - - - - - C - 1 - 5 - - 2 - 1 - 16th - sharp - up - 1 - continue - continue - - - - A - 4 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - E - 4 - - 2 - 1 - 16th - up - 1 - end - end - - - - 8 - 1 - quarter - 1 - - - - E - 5 - - 2 - 1 - 16th - up - 1 - begin - begin - - - - C - 1 - 5 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - A - 4 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - E - 4 - - 2 - 1 - 16th - up - 1 - end - end - - - 24 - - - - - F - 3 - - 8 - 2 - quarter - up - 2 - - - - - F - 4 - - 8 - 2 - quarter - up - 2 - - - - F - 3 - - 8 - 2 - quarter - up - 2 - - - - - F - 4 - - 8 - 2 - quarter - up - 2 - - - - F - 3 - - 8 - 2 - quarter - up - 2 - - - - - F - 4 - - 8 - 2 - quarter - up - 2 - - - - - - - 8 - 1 - quarter - 1 - - - - 8 - 1 - quarter - 1 - - - - E - 5 - - 2 - 1 - 16th - up - 1 - begin - begin - - - - C - 1 - 5 - - 2 - 1 - 16th - sharp - up - 1 - continue - continue - - - - A - 4 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - E - 4 - - 2 - 1 - 16th - up - 1 - end - end - - - 24 - - - - 8 - 2 - quarter - 2 - - - - 8 - 2 - quarter - 2 - - - - F - 3 - - 8 - 2 - quarter - up - 2 - - - - - F - 4 - - 8 - 2 - quarter - up - 2 - - - - - - - 8 - 1 - quarter - 1 - - - - 8 - 1 - quarter - 1 - - - - E - 5 - - 2 - 1 - 16th - up - 1 - begin - begin - - - - C - 1 - 5 - - 2 - 1 - 16th - sharp - up - 1 - continue - continue - - - - A - 4 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - E - 4 - - 2 - 1 - 16th - up - 1 - end - end - - - 24 - - - - F - 3 - - 8 - 2 - quarter - up - 2 - - - - - F - 4 - - 8 - 2 - quarter - up - 2 - - - - 8 - 2 - quarter - 2 - - - - F - 3 - - 8 - 2 - quarter - up - 2 - - - - - F - 4 - - 8 - 2 - quarter - up - 2 - - - - - - - 8 - 1 - quarter - 1 - - - - E - 5 - - 2 - 1 - 16th - up - 1 - begin - begin - - - - C - 1 - 5 - - 2 - 1 - 16th - sharp - up - 1 - continue - continue - - - - A - 4 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - E - 4 - - 2 - 1 - 16th - up - 1 - end - end - - - - E - 5 - - 2 - 1 - 16th - up - 1 - begin - begin - - - - C - 1 - 5 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - A - 4 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - E - 4 - - 2 - 1 - 16th - up - 1 - end - end - - - 24 - - - - 8 - 2 - quarter - 2 - - - - F - 3 - - 8 - 2 - quarter - up - 2 - - - - - F - 4 - - 8 - 2 - quarter - up - 2 - - - - F - 3 - - 8 - 2 - quarter - up - 2 - - - - - F - 4 - - 8 - 2 - quarter - up - 2 - - - - - - - 24 - 1 - 1 - - - 24 - - - - 24 - 2 - 2 - - - - - - - 73 - - - 75 - - - - - - - - 16 - 1 - 1 - - - 16 - - - - 16 - 2 - 2 - - - - - - - - - - 24 - 1 - 1 - - - 24 - - - - 24 - 2 - 2 - - - - - - - - - - 16 - 1 - 1 - - - 16 - - - - 16 - 2 - 2 - - - - - - - - - - 24 - 1 - 1 - - - 24 - - - - 24 - 2 - 2 - - - - - - - 24 - 1 - 1 - - - 24 - - - - 24 - 2 - 2 - - - - - - - 24 - 1 - 1 - - - 24 - - - - 24 - 2 - 2 - - - - - - - - - - 16 - 1 - 1 - - - 16 - - - - 16 - 2 - 2 - - - - - - - - - - 24 - 1 - 1 - - - 24 - - - - 24 - 2 - 2 - - - - - - - - - 121 - - - - 8 - - 0 - major - - - - G - 2 - - - 108 - - - - - Moderato - - -   - - - - quarter - 85 - - - - - - - - E - 5 - - 24 - - 1 - half - - down - - - -

- - - - - - - B - 5 - - 24 - - 1 - half - - down - diamond - - - - - - - - - - - - - E - 5 - - 32 - - - 1 - whole - - - - - - - - - B - 5 - - 32 - - - 1 - whole - diamond - - - - - - - - - - - E - 5 - - 32 - - - 1 - whole - - - - - - - - - B - 5 - - 32 - - - 1 - whole - diamond - - - - - - - - - - - - - - E - 5 - - 24 - - - 1 - half - - down - - - - - - - - - B - 5 - - 24 - - - 1 - half - - down - diamond - - - - - - - - - - - - - - E - 5 - - 16 - - - 1 - half - down - - - - - - - - - B - 5 - - 16 - - - 1 - half - down - diamond - - - - - - - - - - - - - - E - 5 - - 32 - - - 1 - whole - - - - - - - - - B - 5 - - 32 - - - 1 - whole - diamond - - - - - - - - - - - - - - E - 5 - - 24 - - - 1 - half - - down - - - - - - - - - B - 5 - - 24 - - - 1 - half - - down - diamond - - - - - - - - - - - - - - E - 5 - - 16 - - - 1 - half - down - - - - - - - - - B - 5 - - 16 - - - 1 - half - down - diamond - - - - - - - - - - - 135 - - - - - - 100 - - - - - E - 5 - - 32 - - - 1 - whole - - - - - - - - - B - 5 - - 32 - - - 1 - whole - diamond - - - - - - - - - - - - - - E - 5 - - 24 - - - 1 - half - - down - - - - - - - - - B - 5 - - 24 - - - 1 - half - - down - diamond - - - - - - - - - - - E - 5 - - 24 - - - 1 - half - - down - - - - - - - - - B - 5 - - 24 - - - 1 - half - - down - diamond - - - - - - - - - - - - - - E - 5 - - 16 - - - 1 - half - down - - - - - - - - - B - 5 - - 16 - - - 1 - half - down - diamond - - - - - - - - - - - - - - E - 5 - - 32 - - 1 - whole - - - - - - - - B - 5 - - 32 - - 1 - whole - diamond - - - - - - - - - - - - - 24 - 1 - - - - - - - 8 - 1 - quarter - - - - - B - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - - - - - - C - 6 - - 2 - 1 - 16th - down - continue - continue - - - - D - 6 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 6 - - 2 - 1 - 16th - flat - down - end - end - - - - - - - - B - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - - - C - 6 - - 2 - 1 - 16th - down - continue - continue - - - - D - 6 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 6 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - B - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - - - - - 1 - - - - C - 6 - - 2 - 1 - 16th - down - continue - continue - - - - D - 6 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 6 - - 2 - 1 - 16th - flat - down - end - end - - - - - - - B - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - C - 6 - - 2 - 1 - 16th - down - continue - continue - - - - D - 6 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 6 - - 2 - 1 - 16th - down - end - end - - - - - - - B - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - C - 6 - - 2 - 1 - 16th - down - continue - continue - - - - D - 6 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 6 - - 2 - 1 - 16th - down - end - end - - - - - - - - - -1 - - - - - - - - F - 6 - - 2 - 1 - 16th - down - - - - - - - - - 2 - 1 - 16th - - - - 4 - 1 - eighth - - - - 8 - 1 - quarter - - - - 8 - 1 - quarter - - - - - - - 83 - - - - - - - - 32 - 1 - - - - - - - - - - A - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - - - pizz. - - - - 46 - - - - - - - E - 5 - - 8 - 1 - quarter - down - - - - - - - - - E - 5 - - 8 - 1 - quarter - down - - - - - - - - - - E - 5 - - 8 - 1 - quarter - down - - - - B - -1 - 4 - - 8 - 1 - quarter - flat - down - - - - - E - 5 - - 8 - 1 - quarter - down - - - - - - - - - B - -1 - 4 - - 8 - 1 - quarter - down - - - - - - - - - - - B - -1 - 4 - - 8 - 1 - quarter - flat - down - - - - - - - - - - B - -1 - 4 - - 8 - 1 - quarter - down - - - - - - - - - - B - -1 - 4 - - 8 - 1 - quarter - down - - - - - - - - - - - - 121 - - - - - - 108 - - - - - 32 - 1 - - - - - - - - arco - - - - 49 - - - - - - E - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - -

- - - - - - - - 1 - - - - F - 5 - - 2 - 1 - 16th - down - continue - continue - - - - E - 5 - - 2 - 1 - 16th - down - continue - continue - - - - F - 5 - - 2 - 1 - 16th - down - end - end - - - - E - 5 - - 2 - 1 - 16th - down - begin - begin - - - - F - 5 - - 2 - 1 - 16th - down - continue - continue - - - - G - 5 - - 2 - 1 - 16th - down - continue - continue - - - - A - -1 - 5 - - 2 - 1 - 16th - flat - down - end - end - - - - - - - E - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - F - 5 - - 2 - 1 - 16th - down - continue - continue - - - - E - 5 - - 2 - 1 - 16th - down - continue - continue - - - - F - 5 - - 2 - 1 - 16th - down - end - end - - - - E - 5 - - 2 - 1 - 16th - down - begin - begin - - - - F - 5 - - 2 - 1 - 16th - down - continue - continue - - - - G - 5 - - 2 - 1 - 16th - down - continue - continue - - - - A - -1 - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - - -1 - - - - - - - - - - - B - -1 - 5 - - 2 - 1 - 16th - flat - down - begin - begin - - - - - - - - - - - - - - - C - -1 - 6 - - 2 - 1 - 16th - flat - down - continue - continue - - - - B - -1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - C - -1 - 6 - - 2 - 1 - 16th - down - end - end - - - - - - - B - -1 - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - C - -1 - 6 - - 2 - 1 - 16th - down - continue - continue - - - - B - -1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - A - -1 - 5 - - 2 - 1 - 16th - flat - down - end - end - - - - - - - G - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - A - -1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - G - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - - 1 - - - - F - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - E - 5 - - 2 - 1 - 16th - down - - -

- - - - - - 2 - 1 - 16th - - - - 4 - 1 - eighth - - - - 8 - 1 - quarter - - - - 8 - 1 - quarter - - - - - - - - E - 5 - - 2 - 1 - 16th - up - begin - begin - - - - - - -

- - - - - - C - 1 - 5 - - 2 - 1 - 16th - sharp - up - continue - continue - - - - A - 4 - - 2 - 1 - 16th - up - continue - continue - - - - E - 4 - - 2 - 1 - 16th - up - end - end - - - - - - - E - 5 - - 2 - 1 - 16th - up - begin - begin - - - - - - - - - - C - 1 - 5 - - 2 - 1 - 16th - up - continue - continue - - - - A - 4 - - 2 - 1 - 16th - up - continue - continue - - - - E - 4 - - 2 - 1 - 16th - up - end - end - - - - - - - 8 - 1 - quarter - - - - - - - 8 - 1 - quarter - - - - E - 5 - - 2 - 1 - 16th - up - begin - begin - - - - - - - - - - C - 1 - 5 - - 2 - 1 - 16th - sharp - up - continue - continue - - - - A - 4 - - 2 - 1 - 16th - up - continue - continue - - - - E - 4 - - 2 - 1 - 16th - up - end - end - - - - - - - 8 - 1 - quarter - - - - - - - E - 5 - - 2 - 1 - 16th - up - begin - begin - - - - - - - - - - C - 1 - 5 - - 2 - 1 - 16th - sharp - up - continue - continue - - - - A - 4 - - 2 - 1 - 16th - up - continue - continue - - - - E - 4 - - 2 - 1 - 16th - up - end - end - - - - - - - 8 - 1 - quarter - - - - E - 5 - - 2 - 1 - 16th - up - begin - begin - - - - - - - - - - C - 1 - 5 - - 2 - 1 - 16th - up - continue - continue - - - - A - 4 - - 2 - 1 - 16th - up - continue - continue - - - - E - 4 - - 2 - 1 - 16th - up - end - end - - - - - - - - - - - F - 1 - 4 - - 2 - 1 - 16th - sharp - up - begin - begin - - - - - - -

- - - - - - G - 4 - - 2 - 1 - 16th - up - continue - continue - - - - A - 4 - - 2 - 1 - 16th - up - continue - continue - - - - B - -1 - 4 - - 2 - 1 - 16th - flat - up - end - end - - - - - - - F - 1 - 4 - - 2 - 1 - 16th - up - begin - begin - - - - - - - G - 4 - - 2 - 1 - 16th - up - continue - continue - - - - A - 4 - - 2 - 1 - 16th - up - continue - continue - - - - B - -1 - 4 - - 2 - 1 - 16th - up - end - end - - - - - - - C - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - D - -1 - 5 - - 2 - 1 - 16th - flat - down - continue - continue - - - - E - -1 - 5 - - 2 - 1 - 16th - flat - down - continue - continue - - - - E - 5 - - 2 - 1 - 16th - natural - down - end - end - - - - - - - - - - 101 - - - - - - - - F - 5 - - 2 - 1 - 16th - natural - down - begin - begin - - - - - - - G - -1 - 5 - - 2 - 1 - 16th - flat - down - continue - continue - - - - F - 5 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 5 - - 2 - 1 - 16th - flat - down - end - end - - - - - - - D - 5 - - 2 - 1 - 16th - natural - down - begin - begin - - - - - - - C - 5 - - 2 - 1 - 16th - down - continue - continue - - - - B - 4 - - 2 - 1 - 16th - natural - down - continue - continue - - - - A - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - - - - A - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - - - - - - B - -1 - 4 - - 2 - 1 - 16th - flat - down - continue - continue - - - - C - 5 - - 2 - 1 - 16th - down - continue - continue - - - - D - -1 - 5 - - 2 - 1 - 16th - flat - down - end - end - - - - - - - A - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - B - -1 - 4 - - 2 - 1 - 16th - down - continue - continue - - - - C - 5 - - 2 - 1 - 16th - down - continue - continue - - - - C - 1 - 5 - - 2 - 1 - 16th - sharp - down - end - end - - - - - - - D - 1 - 5 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - E - 5 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 5 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - G - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - - - G - 1 - 5 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - A - 5 - - 2 - 1 - 16th - down - continue - continue - - - - G - 1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 5 - - 2 - 1 - 16th - sharp - down - end - end - - - - - - - F - 5 - - 2 - 1 - 16th - natural - down - begin - begin - - - - - - - E - -1 - 5 - - 2 - 1 - 16th - flat - down - continue - continue - - - - D - 5 - - 2 - 1 - 16th - down - continue - continue - - - - C - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - - - - C - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - - - - - - C - 1 - 5 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - D - 1 - 5 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - E - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - F - 1 - 5 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - G - 5 - - 2 - 1 - 16th - down - continue - continue - - - - A - 5 - - 2 - 1 - 16th - down - continue - continue - - - - B - -1 - 5 - - 2 - 1 - 16th - flat - down - end - end - - - - - - - A - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - 5 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - E - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - D - 1 - 5 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - - - - - - - - - - - E - 5 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 5 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - G - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - A - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - B - -1 - 5 - - 2 - 1 - 16th - flat - down - continue - continue - - - - C - 6 - - 2 - 1 - 16th - down - continue - continue - - - - C - 1 - 6 - - 2 - 1 - 16th - sharp - down - end - end - - - - - - - D - 6 - - 2 - 1 - 16th - down - begin - begin - - - - - - - D - 1 - 6 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - E - 6 - - 2 - 1 - 16th - down - continue - continue - - - - F - 6 - - 2 - 1 - 16th - natural - down - end - end - - - - - - - - - -1 - - - - - - - - F - 1 - 6 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - - - G - 6 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 6 - - 2 - 1 - 16th - down - continue - continue - - - - G - 6 - - 2 - 1 - 16th - down - end - end - - - - - - - F - 1 - 6 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - 6 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 6 - - 2 - 1 - 16th - down - continue - continue - - - - G - 6 - - 2 - 1 - 16th - down - end - end - - - - - - - F - 1 - 6 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - 6 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 6 - - 2 - 1 - 16th - down - continue - continue - - - - G - 6 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - - - 16 - 1 - - - - - - - - - - - F - 1 - 6 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - - - G - 6 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 6 - - 2 - 1 - 16th - down - continue - continue - - - - G - 6 - - 2 - 1 - 16th - down - end - end - - - - - - - F - 1 - 6 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - 6 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 6 - - 2 - 1 - 16th - down - continue - continue - - - - G - 6 - - 2 - 1 - 16th - down - end - end - - - - - - - 8 - 1 - quarter - - - - - - - - 8 - - 0 - major - - - - G - 2 - - - 108 - - - - - pizz. - - - - 46 - - - - - - - B - 5 - - 8 - 1 - quarter - down - - - - - - - - - 8 - 1 - quarter - - - - 8 - 1 - quarter - - - - - - - - - - 32 - 1 - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 32 - 1 - - - - - - - - - - arco - - - - 49 - - - - - - - B - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - -

- - - - - - C - 5 - - 2 - 1 - 16th - down - continue - continue - - - - B - 4 - - 2 - 1 - 16th - down - continue - continue - - - - C - 5 - - 2 - 1 - 16th - down - end - end - - - - B - 4 - - 2 - 1 - 16th - down - begin - begin - - - - C - 5 - - 2 - 1 - 16th - down - continue - continue - - - - D - 5 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 5 - - 2 - 1 - 16th - flat - down - end - end - - - - B - 4 - - 2 - 1 - 16th - down - begin - begin - - - - C - 5 - - 2 - 1 - 16th - down - continue - continue - - - - B - 4 - - 2 - 1 - 16th - down - continue - continue - - - - C - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - - - - - 1 - - - - B - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - C - 5 - - 2 - 1 - 16th - down - continue - continue - - - - B - 4 - - 2 - 1 - 16th - down - continue - continue - - - - C - 5 - - 2 - 1 - 16th - down - end - end - - - - B - 4 - - 2 - 1 - 16th - down - begin - begin - - - - C - 5 - - 2 - 1 - 16th - down - continue - continue - - - - D - 5 - - 2 - 1 - 16th - down - continue - continue - - - - - - 1 - - - - E - -1 - 5 - - 2 - 1 - 16th - flat - down - end - end - - - - - - - - - - 76 - - - - - - 100 - - - - - - F - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - - - - - - - - G - -1 - 5 - - 2 - 1 - 16th - flat - down - continue - continue - - - - F - 5 - - 2 - 1 - 16th - down - continue - continue - - - - G - -1 - 5 - - 2 - 1 - 16th - down - end - end - - - - F - 5 - - 2 - 1 - 16th - down - begin - begin - - - - G - -1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - F - 5 - - 2 - 1 - 16th - down - continue - continue - - - - G - -1 - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - F - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - -1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - F - 5 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 5 - - 2 - 1 - 16th - flat - down - end - end - - - - D - 5 - - 2 - 1 - 16th - down - begin - begin - - - - E - -1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - D - 5 - - 2 - 1 - 16th - down - continue - continue - - - - C - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - - -1 - - - - - - - - - - - B - 4 - - 2 - 1 - 16th - down - - - - - - - - - 2 - 1 - 16th - - - - 4 - 1 - eighth - - - - 8 - 1 - quarter - - - - 8 - 1 - quarter - - - - - - - - B - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - -

- - - - - - C - 5 - - 2 - 1 - 16th - down - continue - continue - - - - D - 5 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 5 - - 2 - 1 - 16th - flat - down - end - end - - - - B - 4 - - 2 - 1 - 16th - down - begin - begin - - - - C - 5 - - 2 - 1 - 16th - down - continue - continue - - - - D - 5 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 5 - - 2 - 1 - 16th - down - end - end - - - - B - 4 - - 2 - 1 - 16th - down - begin - begin - - - - C - 5 - - 2 - 1 - 16th - down - continue - continue - - - - B - 4 - - 2 - 1 - 16th - down - continue - continue - - - - C - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - - - - - - - - B - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - C - 5 - - 2 - 1 - 16th - down - continue - continue - - - - B - 4 - - 2 - 1 - 16th - down - continue - continue - - - - C - 5 - - 2 - 1 - 16th - down - end - end - - - - B - 4 - - 2 - 1 - 16th - down - begin - begin - - - - C - 5 - - 2 - 1 - 16th - down - continue - continue - - - - D - 5 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 5 - - 2 - 1 - 16th - flat - down - end - end - - - - - - - - - -1 - - - - - - - - - - - F - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - - - - - - - - G - -1 - 5 - - 2 - 1 - 16th - flat - down - continue - continue - - - - F - 5 - - 2 - 1 - 16th - down - continue - continue - - - - G - -1 - 5 - - 2 - 1 - 16th - down - end - end - - - - F - 5 - - 2 - 1 - 16th - down - begin - begin - - - - G - -1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - F - 5 - - 2 - 1 - 16th - down - continue - continue - - - - G - -1 - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - F - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - -1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - F - 5 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 5 - - 2 - 1 - 16th - flat - down - end - end - - - - D - 5 - - 2 - 1 - 16th - down - begin - begin - - - - E - -1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - D - 5 - - 2 - 1 - 16th - down - continue - continue - - - - C - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - - -1 - - - - - - - - - - - B - 4 - - 2 - 1 - 16th - down - - - - - - - - - 2 - 1 - 16th - - - - 4 - 1 - eighth - - - - 8 - 1 - quarter - - - - - B - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - -

- - - - - - C - 5 - - 2 - 1 - 16th - down - continue - continue - - - - B - 4 - - 2 - 1 - 16th - down - continue - continue - - - - C - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - B - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - C - 5 - - 2 - 1 - 16th - down - continue - continue - - - - D - 5 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 5 - - 2 - 1 - 16th - flat - down - end - end - - - - - - - - B - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - - - C - 5 - - 2 - 1 - 16th - down - continue - continue - - - - D - 5 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - B - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - - - C - 5 - - 2 - 1 - 16th - down - continue - continue - - - - D - 5 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - B - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - - - - - 1 - - - - C - 5 - - 2 - 1 - 16th - down - continue - continue - - - - D - 5 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 5 - - 2 - 1 - 16th - flat - down - end - end - - - - - - - B - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - C - 5 - - 2 - 1 - 16th - down - continue - continue - - - - D - 5 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - B - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - C - 5 - - 2 - 1 - 16th - down - continue - continue - - - - D - 5 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - - -1 - - - - - - - - F - 5 - - 2 - 1 - 16th - down - - - - - - - - - 2 - 1 - 16th - - - - 4 - 1 - eighth - - - - 8 - 1 - quarter - - - - 8 - 1 - quarter - - - - - - - 73 - - - - - - - - 32 - 1 - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 8 - 1 - quarter - - - - 8 - 1 - quarter - - - - pizz. - - - - 46 - - - - - - - B - -1 - 3 - - 8 - 1 - quarter - flat - up - - - - - - - - - - - - 8 - 1 - quarter - - - - B - -1 - 3 - - 8 - 1 - quarter - flat - up - - - - B - -1 - 3 - - 8 - 1 - quarter - up - - - - - - - - - - 16 - 1 - - - - - - - - - - 8 - 1 - quarter - - - - - B - -1 - 3 - - 8 - 1 - quarter - flat - up - - - - - - - - - 8 - 1 - quarter - - - - - B - -1 - 3 - - 8 - 1 - quarter - up - - - - - - - - - - - - - - - - B - -1 - 3 - - 8 - 1 - quarter - flat - up - - - - - - - - - - B - -1 - 3 - - 8 - 1 - quarter - up - - - - - - - - - - B - -1 - 3 - - 8 - 1 - quarter - up - - - - - - - - - - - - - - 108 - - - - - 16 - 1 - half - - - - - arco - - - - 49 - - - - - - E - 4 - - 2 - 1 - 16th - up - begin - begin - - - - - - -

- - - - - - F - 4 - - 2 - 1 - 16th - up - continue - continue - - - - E - 4 - - 2 - 1 - 16th - up - continue - continue - - - - F - 4 - - 2 - 1 - 16th - up - end - end - - - - E - 4 - - 2 - 1 - 16th - up - begin - begin - - - - F - 4 - - 2 - 1 - 16th - up - continue - continue - - - - G - 4 - - 2 - 1 - 16th - up - continue - continue - - - - A - -1 - 4 - - 2 - 1 - 16th - flat - up - end - end - - - - - - - - - - - - 1 - - - - E - 4 - - 2 - 1 - 16th - up - begin - begin - - - - - - - F - 4 - - 2 - 1 - 16th - up - continue - continue - - - - E - 4 - - 2 - 1 - 16th - up - continue - continue - - - - F - 4 - - 2 - 1 - 16th - up - end - end - - - - E - 4 - - 2 - 1 - 16th - up - begin - begin - - - - F - 4 - - 2 - 1 - 16th - up - continue - continue - - - - G - 4 - - 2 - 1 - 16th - up - continue - continue - - - - A - -1 - 4 - - 2 - 1 - 16th - flat - up - end - end - - - - - - - E - 4 - - 2 - 1 - 16th - up - begin - begin - - - - - - - F - 4 - - 2 - 1 - 16th - up - continue - continue - - - - E - 4 - - 2 - 1 - 16th - up - continue - continue - - - - F - 4 - - 2 - 1 - 16th - up - end - end - - - - E - 4 - - 2 - 1 - 16th - up - begin - begin - - - - F - 4 - - 2 - 1 - 16th - up - continue - continue - - - - G - 4 - - 2 - 1 - 16th - up - continue - continue - - - - A - -1 - 4 - - 2 - 1 - 16th - up - end - end - - - - - - - - - -1 - - - - - - - - - - - B - -1 - 4 - - 2 - 1 - 16th - flat - down - begin - begin - - - - - - - - - - - - - - - C - -1 - 5 - - 2 - 1 - 16th - flat - down - continue - continue - - - - B - -1 - 4 - - 2 - 1 - 16th - down - continue - continue - - - - C - -1 - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - B - -1 - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - C - -1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - B - -1 - 4 - - 2 - 1 - 16th - down - continue - continue - - - - A - -1 - 4 - - 2 - 1 - 16th - flat - down - end - end - - - - - - - G - 4 - - 2 - 1 - 16th - up - begin - begin - - - - - - - A - -1 - 4 - - 2 - 1 - 16th - up - continue - continue - - - - G - 4 - - 2 - 1 - 16th - up - continue - continue - - - - - - 1 - - - - F - 4 - - 2 - 1 - 16th - up - end - end - - - - - - - - - - - E - 4 - - 2 - 1 - 16th - up - - -

- - - - - - 2 - 1 - 16th - - - - 4 - 1 - eighth - - - - 8 - 1 - quarter - - - - 8 - 1 - quarter - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - F - 1 - 4 - - 2 - 1 - 16th - sharp - up - begin - begin - - - - - - -

- - - - - - G - 4 - - 2 - 1 - 16th - up - continue - continue - - - - A - 4 - - 2 - 1 - 16th - up - continue - continue - - - - B - -1 - 4 - - 2 - 1 - 16th - flat - up - end - end - - - - - - - F - 1 - 4 - - 2 - 1 - 16th - up - begin - begin - - - - - - - G - 4 - - 2 - 1 - 16th - up - continue - continue - - - - A - 4 - - 2 - 1 - 16th - up - continue - continue - - - - B - -1 - 4 - - 2 - 1 - 16th - up - end - end - - - - - - - C - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - D - -1 - 5 - - 2 - 1 - 16th - flat - down - continue - continue - - - - E - -1 - 5 - - 2 - 1 - 16th - flat - down - continue - continue - - - - E - 5 - - 2 - 1 - 16th - natural - down - end - end - - - - - - - - - - - - - - F - 5 - - 2 - 1 - 16th - natural - down - begin - begin - - - - - - - G - -1 - 5 - - 2 - 1 - 16th - flat - down - continue - continue - - - - F - 5 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 5 - - 2 - 1 - 16th - flat - down - end - end - - - - - - - D - 5 - - 2 - 1 - 16th - natural - down - begin - begin - - - - - - - C - 5 - - 2 - 1 - 16th - down - continue - continue - - - - B - 4 - - 2 - 1 - 16th - natural - down - continue - continue - - - - A - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - - - - A - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - - - - - - B - -1 - 4 - - 2 - 1 - 16th - flat - down - continue - continue - - - - C - 5 - - 2 - 1 - 16th - down - continue - continue - - - - D - -1 - 5 - - 2 - 1 - 16th - flat - down - end - end - - - - - - - A - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - B - -1 - 4 - - 2 - 1 - 16th - down - continue - continue - - - - C - 5 - - 2 - 1 - 16th - down - continue - continue - - - - C - 1 - 5 - - 2 - 1 - 16th - sharp - down - end - end - - - - - - - D - 1 - 5 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - E - 5 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 5 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - G - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - - - G - 1 - 5 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - A - 5 - - 2 - 1 - 16th - down - continue - continue - - - - G - 1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 5 - - 2 - 1 - 16th - sharp - down - end - end - - - - - - - F - 5 - - 2 - 1 - 16th - natural - down - begin - begin - - - - - - - E - -1 - 5 - - 2 - 1 - 16th - flat - down - continue - continue - - - - D - 5 - - 2 - 1 - 16th - down - continue - continue - - - - C - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - - - - C - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - - - - - - C - 1 - 5 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - D - 1 - 5 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - E - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - F - 1 - 5 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - G - 5 - - 2 - 1 - 16th - down - continue - continue - - - - A - 5 - - 2 - 1 - 16th - down - continue - continue - - - - B - -1 - 5 - - 2 - 1 - 16th - flat - down - end - end - - - - - - - A - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - 5 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - E - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - D - 1 - 5 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - - - - - - - - - - - E - 5 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 5 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - G - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - A - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - B - -1 - 5 - - 2 - 1 - 16th - flat - down - continue - continue - - - - C - 6 - - 2 - 1 - 16th - down - continue - continue - - - - C - 1 - 6 - - 2 - 1 - 16th - sharp - down - end - end - - - - - - - D - 6 - - 2 - 1 - 16th - down - begin - begin - - - - - - - D - 1 - 6 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - E - 6 - - 2 - 1 - 16th - down - continue - continue - - - - F - 6 - - 2 - 1 - 16th - natural - down - end - end - - - - - - - - - -1 - - - - - - - - F - 1 - 6 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - - - G - 6 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 6 - - 2 - 1 - 16th - down - continue - continue - - - - G - 6 - - 2 - 1 - 16th - down - end - end - - - - - - - F - 1 - 6 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - 6 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 6 - - 2 - 1 - 16th - down - continue - continue - - - - G - 6 - - 2 - 1 - 16th - down - end - end - - - - - - - F - 1 - 6 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - 6 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 6 - - 2 - 1 - 16th - down - continue - continue - - - - G - 6 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - - - 16 - 1 - - - - - - - - - - - F - 1 - 6 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - - - G - 6 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 6 - - 2 - 1 - 16th - down - continue - continue - - - - G - 6 - - 2 - 1 - 16th - down - end - end - - - - - - - F - 1 - 6 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - 6 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 6 - - 2 - 1 - 16th - down - continue - continue - - - - G - 6 - - 2 - 1 - 16th - down - end - end - - - - - - - 8 - 1 - quarter - - - - - - - - 8 - - 0 - major - - - - C - 3 - - - 108 - - - - - - B - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - -

- - - - - - C - 4 - - 2 - 1 - 16th - up - continue - continue - - - - B - 3 - - 2 - 1 - 16th - up - continue - continue - - - - C - 4 - - 2 - 1 - 16th - up - end - end - - - - B - 3 - - 2 - 1 - 16th - up - begin - begin - - - - C - 4 - - 2 - 1 - 16th - up - continue - continue - - - - B - 3 - - 2 - 1 - 16th - up - continue - continue - - - - C - 4 - - 2 - 1 - 16th - up - end - end - - - - B - 3 - - 2 - 1 - 16th - up - begin - begin - - - - C - 4 - - 2 - 1 - 16th - up - continue - continue - - - - B - 3 - - 2 - 1 - 16th - up - continue - continue - - - - C - 4 - - 2 - 1 - 16th - up - end - end - - - - - - - - - - - - - B - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - C - 4 - - 2 - 1 - 16th - up - continue - continue - - - - B - 3 - - 2 - 1 - 16th - up - continue - continue - - - - C - 4 - - 2 - 1 - 16th - up - end - end - - - - B - 3 - - 2 - 1 - 16th - down - begin - begin - - - - C - 4 - - 2 - 1 - 16th - down - continue - continue - - - - D - 4 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 4 - - 2 - 1 - 16th - flat - down - end - end - - - - - - - B - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - C - 4 - - 2 - 1 - 16th - up - continue - continue - - - - B - 3 - - 2 - 1 - 16th - up - continue - continue - - - - C - 4 - - 2 - 1 - 16th - up - end - end - - - - B - 3 - - 2 - 1 - 16th - down - begin - begin - - - - C - 4 - - 2 - 1 - 16th - down - continue - continue - - - - D - 4 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - F - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - -1 - 4 - - 2 - 1 - 16th - flat - down - continue - continue - - - - F - 4 - - 2 - 1 - 16th - down - continue - continue - - - - G - -1 - 4 - - 2 - 1 - 16th - down - end - end - - - - F - 4 - - 2 - 1 - 16th - down - begin - begin - - - - G - -1 - 4 - - 2 - 1 - 16th - down - continue - continue - - - - F - 4 - - 2 - 1 - 16th - down - continue - continue - - - - G - -1 - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - F - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - -1 - 4 - - 2 - 1 - 16th - down - continue - continue - - - - F - 4 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 4 - - 2 - 1 - 16th - flat - down - end - end - - - - D - 4 - - 2 - 1 - 16th - down - begin - begin - - - - E - -1 - 4 - - 2 - 1 - 16th - down - continue - continue - - - - D - 4 - - 2 - 1 - 16th - down - continue - continue - - - - C - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - - - B - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - - - - C - 4 - - 2 - 1 - 16th - up - continue - continue - - - - B - 3 - - 2 - 1 - 16th - up - continue - continue - - - - C - 4 - - 2 - 1 - 16th - up - end - end - - - - B - 3 - - 2 - 1 - 16th - up - begin - begin - - - - C - 4 - - 2 - 1 - 16th - up - continue - continue - - - - B - 3 - - 2 - 1 - 16th - up - continue - continue - - - - C - 4 - - 2 - 1 - 16th - up - end - end - - - - B - 3 - - 2 - 1 - 16th - up - begin - begin - - - - C - 4 - - 2 - 1 - 16th - up - continue - continue - - - - B - 3 - - 2 - 1 - 16th - up - continue - continue - - - - C - 4 - - 2 - 1 - 16th - up - end - end - - - - - - - - - - - - - B - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - C - 4 - - 2 - 1 - 16th - up - continue - continue - - - - B - 3 - - 2 - 1 - 16th - up - continue - continue - - - - C - 4 - - 2 - 1 - 16th - up - end - end - - - - B - 3 - - 2 - 1 - 16th - down - begin - begin - - - - C - 4 - - 2 - 1 - 16th - down - continue - continue - - - - D - 4 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 4 - - 2 - 1 - 16th - flat - down - end - end - - - - - - - - - - - - - F - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - -1 - 4 - - 2 - 1 - 16th - flat - down - continue - continue - - - - F - 4 - - 2 - 1 - 16th - down - continue - continue - - - - G - -1 - 4 - - 2 - 1 - 16th - down - end - end - - - - F - 4 - - 2 - 1 - 16th - down - begin - begin - - - - G - -1 - 4 - - 2 - 1 - 16th - down - continue - continue - - - - F - 4 - - 2 - 1 - 16th - down - continue - continue - - - - G - -1 - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - F - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - -1 - 4 - - 2 - 1 - 16th - down - continue - continue - - - - F - 4 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 4 - - 2 - 1 - 16th - flat - down - end - end - - - - D - 4 - - 2 - 1 - 16th - down - begin - begin - - - - E - -1 - 4 - - 2 - 1 - 16th - down - continue - continue - - - - D - 4 - - 2 - 1 - 16th - down - continue - continue - - - - C - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - - - B - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - - - - C - 4 - - 2 - 1 - 16th - up - continue - continue - - - - B - 3 - - 2 - 1 - 16th - up - continue - continue - - - - C - 4 - - 2 - 1 - 16th - up - end - end - - - - B - 3 - - 2 - 1 - 16th - down - begin - begin - - - - C - 4 - - 2 - 1 - 16th - down - continue - continue - - - - D - 4 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 4 - - 2 - 1 - 16th - flat - down - end - end - - - - B - 3 - - 2 - 1 - 16th - up - begin - begin - - - - C - 4 - - 2 - 1 - 16th - up - continue - continue - - - - B - 3 - - 2 - 1 - 16th - up - continue - continue - - - - C - 4 - - 2 - 1 - 16th - up - end - end - - - - - - - - - - - - - - - - - - B - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - C - 4 - - 2 - 1 - 16th - up - continue - continue - - - - B - 3 - - 2 - 1 - 16th - up - continue - continue - - - - C - 4 - - 2 - 1 - 16th - up - end - end - - - - B - 3 - - 2 - 1 - 16th - down - begin - begin - - - - C - 4 - - 2 - 1 - 16th - down - continue - continue - - - - D - 4 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 4 - - 2 - 1 - 16th - flat - down - end - end - - - - - - - - - -1 - - - - - - - - - 100 - - - - - - F - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - - - - - - - - G - -1 - 4 - - 2 - 1 - 16th - flat - down - continue - continue - - - - F - 4 - - 2 - 1 - 16th - down - continue - continue - - - - G - -1 - 4 - - 2 - 1 - 16th - down - end - end - - - - F - 4 - - 2 - 1 - 16th - down - begin - begin - - - - G - -1 - 4 - - 2 - 1 - 16th - down - continue - continue - - - - F - 4 - - 2 - 1 - 16th - down - continue - continue - - - - G - -1 - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - F - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - -1 - 4 - - 2 - 1 - 16th - down - continue - continue - - - - F - 4 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 4 - - 2 - 1 - 16th - flat - down - end - end - - - - D - 4 - - 2 - 1 - 16th - down - begin - begin - - - - E - -1 - 4 - - 2 - 1 - 16th - down - continue - continue - - - - D - 4 - - 2 - 1 - 16th - down - continue - continue - - - - C - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - - - -1 - - - - - - - - - - - B - 3 - - 2 - 1 - 16th - up - begin - begin - - - -

- - - - - - C - 4 - - 2 - 1 - 16th - up - continue - continue - - - - B - 3 - - 2 - 1 - 16th - up - continue - continue - - - - C - 4 - - 2 - 1 - 16th - up - end - end - - - - B - 3 - - 2 - 1 - 16th - down - begin - begin - - - - C - 4 - - 2 - 1 - 16th - down - continue - continue - - - - D - 4 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 4 - - 2 - 1 - 16th - flat - down - end - end - - - - - - - B - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - C - 4 - - 2 - 1 - 16th - up - continue - continue - - - - B - 3 - - 2 - 1 - 16th - up - continue - continue - - - - C - 4 - - 2 - 1 - 16th - up - end - end - - - - - - - - - - B - 3 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - - - C - 4 - - 2 - 1 - 16th - down - continue - continue - - - - D - 4 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 4 - - 2 - 1 - 16th - flat - down - end - end - - - - B - 3 - - 2 - 1 - 16th - down - begin - begin - - - - C - 4 - - 2 - 1 - 16th - down - continue - continue - - - - D - 4 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 4 - - 2 - 1 - 16th - down - end - end - - - - B - 3 - - 2 - 1 - 16th - up - begin - begin - - - - C - 4 - - 2 - 1 - 16th - up - continue - continue - - - - B - 3 - - 2 - 1 - 16th - up - continue - continue - - - - C - 4 - - 2 - 1 - 16th - up - end - end - - - - - - - - - - - - - - - 1 - - - - B - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - C - 4 - - 2 - 1 - 16th - up - continue - continue - - - - B - 3 - - 2 - 1 - 16th - up - continue - continue - - - - C - 4 - - 2 - 1 - 16th - up - end - end - - - - B - 3 - - 2 - 1 - 16th - down - begin - begin - - - - C - 4 - - 2 - 1 - 16th - down - continue - continue - - - - D - 4 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 4 - - 2 - 1 - 16th - flat - down - end - end - - - - - - - - - -1 - - - - - - - - - - - F - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - - - - - - - - G - -1 - 4 - - 2 - 1 - 16th - flat - down - continue - continue - - - - F - 4 - - 2 - 1 - 16th - down - continue - continue - - - - G - -1 - 4 - - 2 - 1 - 16th - down - end - end - - - - F - 4 - - 2 - 1 - 16th - down - begin - begin - - - - G - -1 - 4 - - 2 - 1 - 16th - down - continue - continue - - - - F - 4 - - 2 - 1 - 16th - down - continue - continue - - - - G - -1 - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - F - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - -1 - 4 - - 2 - 1 - 16th - down - continue - continue - - - - F - 4 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 4 - - 2 - 1 - 16th - flat - down - end - end - - - - D - 4 - - 2 - 1 - 16th - down - begin - begin - - - - E - -1 - 4 - - 2 - 1 - 16th - down - continue - continue - - - - D - 4 - - 2 - 1 - 16th - down - continue - continue - - - - - - 1 - - - - C - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - - - - B - 3 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - - - C - 4 - - 2 - 1 - 16th - down - continue - continue - - - - D - 4 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 4 - - 2 - 1 - 16th - flat - down - end - end - - - - B - 3 - - 2 - 1 - 16th - up - begin - begin - - - - C - 4 - - 2 - 1 - 16th - up - continue - continue - - - - B - 3 - - 2 - 1 - 16th - up - continue - continue - - - - C - 4 - - 2 - 1 - 16th - up - end - end - - - - - - - - B - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - -

- - - - - - C - 4 - - 2 - 1 - 16th - up - continue - continue - - - - B - 3 - - 2 - 1 - 16th - up - continue - continue - - - - C - 4 - - 2 - 1 - 16th - up - end - end - - - - - - - - - - B - 3 - - 2 - 1 - 16th - down - begin - begin - - - - - - - C - 4 - - 2 - 1 - 16th - down - continue - continue - - - - D - 4 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 4 - - 2 - 1 - 16th - flat - down - end - end - - - - - - - - B - 3 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - - - C - 4 - - 2 - 1 - 16th - down - continue - continue - - - - D - 4 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - - B - 3 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - - - C - 4 - - 2 - 1 - 16th - down - continue - continue - - - - D - 4 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - B - 3 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - - - - - 1 - - - - C - 4 - - 2 - 1 - 16th - down - continue - continue - - - - D - 4 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 4 - - 2 - 1 - 16th - flat - down - end - end - - - - - - - B - 3 - - 2 - 1 - 16th - down - begin - begin - - - - - - - C - 4 - - 2 - 1 - 16th - down - continue - continue - - - - D - 4 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - B - 3 - - 2 - 1 - 16th - down - begin - begin - - - - - - - C - 4 - - 2 - 1 - 16th - down - continue - continue - - - - D - 4 - - 2 - 1 - 16th - down - continue - continue - - - - E - -1 - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - - - -1 - - - - - - - - F - 4 - - 2 - 1 - 16th - down - - - - - - - - - 2 - 1 - 16th - - - - 4 - 1 - eighth - - - - 8 - 1 - quarter - - - - 8 - 1 - quarter - - - - - - - 84 - - - - - - - - 32 - 1 - - - - - - - - - - 8 - 1 - quarter - - - - pizz. - - - - 46 - - - - - - - E - 3 - - 8 - 1 - quarter - up - - - - - - - - - 8 - 1 - quarter - - - - - - - 8 - 1 - quarter - - - - E - 3 - - 8 - 1 - quarter - up - - - - 8 - 1 - quarter - - - - - - - E - 3 - - 8 - 1 - quarter - up - - - - E - 3 - - 8 - 1 - quarter - up - - - - 8 - 1 - quarter - - - - - - - E - 3 - - 8 - 1 - quarter - up - - - - 8 - 1 - quarter - - - - 8 - 1 - quarter - - - - - - - - - - - E - 3 - - 8 - 1 - quarter - up - - - - - - - - - E - 3 - - 8 - 1 - quarter - up - - - - - - - - - - E - 3 - - 8 - 1 - quarter - up - - - - 8 - 1 - quarter - - - - - E - 3 - - 8 - 1 - quarter - up - - - - - - - - - 8 - 1 - quarter - - - - - - - - - - 24 - 1 - - - - - - - - - 108 - - - - - arco - - - - 50 - - - - - - - E - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - -

- - - - - - F - 3 - - 2 - 1 - 16th - up - continue - continue - - - - E - 3 - - 2 - 1 - 16th - up - continue - continue - - - - F - 3 - - 2 - 1 - 16th - up - end - end - - - - E - 3 - - 2 - 1 - 16th - up - begin - begin - - - - F - 3 - - 2 - 1 - 16th - up - continue - continue - - - - G - 3 - - 2 - 1 - 16th - up - continue - continue - - - - A - -1 - 3 - - 2 - 1 - 16th - flat - up - end - end - - - - - - - E - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - F - 3 - - 2 - 1 - 16th - up - continue - continue - - - - E - 3 - - 2 - 1 - 16th - up - continue - continue - - - - F - 3 - - 2 - 1 - 16th - up - end - end - - - - E - 3 - - 2 - 1 - 16th - up - begin - begin - - - - F - 3 - - 2 - 1 - 16th - up - continue - continue - - - - G - 3 - - 2 - 1 - 16th - up - continue - continue - - - - A - -1 - 3 - - 2 - 1 - 16th - up - end - end - - - - - - - - - - - - 1 - - - - E - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - F - 3 - - 2 - 1 - 16th - up - continue - continue - - - - E - 3 - - 2 - 1 - 16th - up - continue - continue - - - - F - 3 - - 2 - 1 - 16th - up - end - end - - - - E - 3 - - 2 - 1 - 16th - up - begin - begin - - - - F - 3 - - 2 - 1 - 16th - up - continue - continue - - - - G - 3 - - 2 - 1 - 16th - up - continue - continue - - - - A - -1 - 3 - - 2 - 1 - 16th - flat - up - end - end - - - - - - - E - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - F - 3 - - 2 - 1 - 16th - up - continue - continue - - - - E - 3 - - 2 - 1 - 16th - up - continue - continue - - - - F - 3 - - 2 - 1 - 16th - up - end - end - - - - E - 3 - - 2 - 1 - 16th - up - begin - begin - - - - F - 3 - - 2 - 1 - 16th - up - continue - continue - - - - G - 3 - - 2 - 1 - 16th - up - continue - continue - - - - A - -1 - 3 - - 2 - 1 - 16th - up - end - end - - - - - - - - - -1 - - - - - - - - - - - B - -1 - 3 - - 2 - 1 - 16th - flat - up - begin - begin - - - - - - - - - - - - - - - C - -1 - 4 - - 2 - 1 - 16th - flat - up - continue - continue - - - - B - -1 - 3 - - 2 - 1 - 16th - up - continue - continue - - - - C - -1 - 4 - - 2 - 1 - 16th - up - end - end - - - - - - - B - -1 - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - C - -1 - 4 - - 2 - 1 - 16th - up - continue - continue - - - - B - -1 - 3 - - 2 - 1 - 16th - up - continue - continue - - - - A - -1 - 3 - - 2 - 1 - 16th - flat - up - end - end - - - - - - - G - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - A - -1 - 3 - - 2 - 1 - 16th - up - continue - continue - - - - G - 3 - - 2 - 1 - 16th - up - continue - continue - - - - - - 1 - - - - F - 3 - - 2 - 1 - 16th - up - end - end - - - - - - - - - - - E - 3 - - 2 - 1 - 16th - up - - -

- - - - - - 2 - 1 - 16th - - - - 4 - 1 - eighth - - - - 8 - 1 - quarter - - - - 8 - 1 - quarter - - - - - - - - pizz. - - - - 46 - - - - - - F - 3 - - 8 - 1 - quarter - up - - - - - - - - - F - 3 - - 8 - 1 - quarter - up - - - - 8 - 1 - quarter - - - - - - - 8 - 1 - quarter - - - - F - 3 - - 8 - 1 - quarter - up - - - - 8 - 1 - quarter - - - - - - - F - 3 - - 8 - 1 - quarter - up - - - - 8 - 1 - quarter - - - - F - 3 - - 8 - 1 - quarter - up - - - - - - - F - 1 - 3 - - 8 - 1 - quarter - sharp - up - - - - 8 - 1 - quarter - - - - 8 - 1 - quarter - - - - - - - - - - - 16 - 1 - - - - - - - - - - - arco - - - - 50 - - - - - - A - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - - - - - - - B - -1 - 3 - - 2 - 1 - 16th - flat - up - continue - continue - - - - C - 4 - - 2 - 1 - 16th - up - continue - continue - - - - D - -1 - 4 - - 2 - 1 - 16th - flat - up - end - end - - - - - - - A - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - B - -1 - 3 - - 2 - 1 - 16th - up - continue - continue - - - - C - 4 - - 2 - 1 - 16th - up - continue - continue - - - - C - 1 - 4 - - 2 - 1 - 16th - sharp - up - end - end - - - - - - - D - 1 - 4 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - E - 4 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 4 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - G - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - - - G - 1 - 4 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - A - 4 - - 2 - 1 - 16th - down - continue - continue - - - - G - 1 - 4 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 4 - - 2 - 1 - 16th - sharp - down - end - end - - - - - - - F - 4 - - 2 - 1 - 16th - natural - down - begin - begin - - - - - - - E - -1 - 4 - - 2 - 1 - 16th - flat - down - continue - continue - - - - D - 4 - - 2 - 1 - 16th - down - continue - continue - - - - C - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - - - - C - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - - - - - - - C - 1 - 4 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - D - 1 - 4 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - E - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - F - 1 - 4 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - G - 4 - - 2 - 1 - 16th - down - continue - continue - - - - A - 4 - - 2 - 1 - 16th - down - continue - continue - - - - B - -1 - 4 - - 2 - 1 - 16th - flat - down - end - end - - - - - - - A - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - 4 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 4 - - 2 - 1 - 16th - down - continue - continue - - - - E - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - D - 1 - 4 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - - - - - - - - - - - E - 4 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 4 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - G - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - A - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - B - -1 - 4 - - 2 - 1 - 16th - flat - down - continue - continue - - - - C - 5 - - 2 - 1 - 16th - down - continue - continue - - - - C - 1 - 5 - - 2 - 1 - 16th - sharp - down - end - end - - - - - - - D - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - D - 1 - 5 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - E - 5 - - 2 - 1 - 16th - down - continue - continue - - - - F - 5 - - 2 - 1 - 16th - natural - down - end - end - - - - - - - - - -1 - - - - - - - - F - 1 - 5 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - - - G - 5 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - G - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - F - 1 - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - 5 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - G - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - F - 1 - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - 5 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - G - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - - - 16 - 1 - - - - - - - - - - - F - 1 - 5 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - - - G - 5 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - G - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - F - 1 - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - 5 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - G - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - 8 - 1 - quarter - - - - - - - - 8 - - 0 - major - - - - F - 4 - - - 108 - - - - - 24 - 1 - - - - - - - - - - 32 - 1 - - - - - - - 32 - 1 - - - - - - - - - - 8 - 1 - quarter - - - - - F - 2 - - 16 - - 1 - half - up - - - - - - - - - - - - - - - - F - 2 - - 16 - - 1 - half - up - - - - - - - - - - - - - 8 - 1 - quarter - - - - E - 2 - - 24 - 1 - half - - up - - - - - - - - - - 8 - 1 - quarter - - - - F - 2 - - 16 - - 1 - half - up - - - - - - - - - - - - - F - 2 - - 16 - - 1 - half - up - - - - - - - - - - - - 100 - - - - - 8 - 1 - quarter - - - - E - 2 - - 24 - 1 - half - - up - - - - - - - - - - 24 - 1 - - - - - - - 8 - 1 - quarter - - - - pizz. - - - - 46 - - - - - - - F - 2 - - 8 - 1 - quarter - up - - - - - - - - - - - - 8 - 1 - quarter - - - - - - - - - - 16 - 1 - - - - - - - - - - 8 - 1 - quarter - - - - E - 2 - - 8 - 1 - quarter - up - - - - - - - - - 16 - 1 - half - - - - - - - - - - 24 - 1 - - - - - - - 8 - 1 - quarter - - - - 8 - 1 - quarter - - - - - arco - - - - 50 - - - - - - B - 2 - - 2 - 1 - 16th - up - begin - begin - - - - - - - - - - - - - C - 3 - - 2 - 1 - 16th - up - continue - continue - - - - D - 3 - - 2 - 1 - 16th - up - continue - continue - - - - E - -1 - 3 - - 2 - 1 - 16th - flat - up - end - end - - - - - - - - - - - B - 2 - - 2 - 1 - 16th - up - begin - begin - - - - - - - - - - - - 1 - - - - C - 3 - - 2 - 1 - 16th - up - continue - continue - - - - D - 3 - - 2 - 1 - 16th - up - continue - continue - - - - E - -1 - 3 - - 2 - 1 - 16th - flat - up - end - end - - - - - - - B - 2 - - 2 - 1 - 16th - up - begin - begin - - - - - - - C - 3 - - 2 - 1 - 16th - up - continue - continue - - - - D - 3 - - 2 - 1 - 16th - up - continue - continue - - - - E - -1 - 3 - - 2 - 1 - 16th - up - end - end - - - - - - - B - 2 - - 2 - 1 - 16th - up - begin - begin - - - - - - - C - 3 - - 2 - 1 - 16th - up - continue - continue - - - - D - 3 - - 2 - 1 - 16th - up - continue - continue - - - - E - -1 - 3 - - 2 - 1 - 16th - up - end - end - - - - - - - - - -1 - - - - - - - - F - 3 - - 24 - 1 - half - - down - - - - - - - - - - - - - - - - - - 76 - - - - - - - - - - 9 - - - - E - 2 - - 32 - - 1 - whole - - - - - - - - - - - - - - - - - - - - - - - - - E - 2 - - 24 - - - 1 - half - - up - - - - -

- - - - - - - - - E - 2 - - 24 - - - 1 - half - - up - - - - - - - - - - - E - 2 - - 24 - - - 1 - half - - up - - - - - - - - - - - E - 2 - - 24 - - - 1 - half - - up - - - - - - - - - - - - - - E - 2 - - 16 - - 1 - half - up - - - - - - - - - - - - - - E - 2 - - 32 - 1 - whole - - - - - -

- - - - - - - - -29 - - - - - - -1 - - - - - - - - - - - E - 2 - - 24 - - 1 - half - - up - - - - - - - - - - - - - - - -22 - - - - - - -1 - - - - - - - - - 108 - - - - - - E - 2 - - 32 - - 1 - whole - - - -

- - - - - - - - - - E - 2 - - 32 - 1 - whole - - - - - -

- - - - - - - - -28 - - - - - - -1 - - - - - - - - - - - E - 2 - - 24 - 1 - half - - up - - - - - - - - - - - - - - -22 - - - - - - -1 - - - - - - - 24 - 1 - - - - - - - - pizz. - - - - 46 - - - - - - F - 2 - - 8 - 1 - quarter - up - - - - - - - - - F - 2 - - 8 - 1 - quarter - up - - - - 8 - 1 - quarter - - - - - - - 8 - 1 - quarter - - - - F - 2 - - 8 - 1 - quarter - up - - - - 8 - 1 - quarter - - - - - - - F - 2 - - 8 - 1 - quarter - up - - - - 8 - 1 - quarter - - - - F - 2 - - 8 - 1 - quarter - up - - - - - - - F - 1 - 2 - - 8 - 1 - quarter - sharp - up - - - - 8 - 1 - quarter - - - - 8 - 1 - quarter - - - - - - - - - - - 16 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - - arco - - - - 50 - - - - - - C - 3 - - 2 - 1 - 16th - up - begin - begin - - - - - - - - - - - - - C - 1 - 3 - - 2 - 1 - 16th - sharp - up - continue - continue - - - - D - 1 - 3 - - 2 - 1 - 16th - sharp - up - continue - continue - - - - E - 3 - - 2 - 1 - 16th - up - end - end - - - - - - - F - 1 - 3 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - G - 3 - - 2 - 1 - 16th - down - continue - continue - - - - A - 3 - - 2 - 1 - 16th - down - continue - continue - - - - B - -1 - 3 - - 2 - 1 - 16th - flat - down - end - end - - - - - - - A - 3 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - 3 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 3 - - 2 - 1 - 16th - down - continue - continue - - - - E - 3 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - D - 1 - 3 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - - - - - - - - - - - E - 3 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 3 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - G - 3 - - 2 - 1 - 16th - down - end - end - - - - - - - A - 3 - - 2 - 1 - 16th - down - begin - begin - - - - - - - B - -1 - 3 - - 2 - 1 - 16th - flat - down - continue - continue - - - - C - 4 - - 2 - 1 - 16th - down - continue - continue - - - - C - 1 - 4 - - 2 - 1 - 16th - sharp - down - end - end - - - - - - - D - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - D - 1 - 4 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - E - 4 - - 2 - 1 - 16th - down - continue - continue - - - - F - 4 - - 2 - 1 - 16th - natural - down - end - end - - - - - - - - - -1 - - - - - - - - F - 1 - 4 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - - - G - 4 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 4 - - 2 - 1 - 16th - down - continue - continue - - - - G - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - F - 1 - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - 4 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 4 - - 2 - 1 - 16th - down - continue - continue - - - - G - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - F - 1 - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - 4 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 4 - - 2 - 1 - 16th - down - continue - continue - - - - G - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - - - 16 - 1 - - - - - - - - - - - F - 1 - 4 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - - - G - 4 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 4 - - 2 - 1 - 16th - down - continue - continue - - - - G - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - F - 1 - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - 4 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 4 - - 2 - 1 - 16th - down - continue - continue - - - - G - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - 8 - 1 - quarter - - - - - - - - 8 - - 0 - major - - - - F - 4 - - - 108 - - - 0 - 0 - -1 - - - - - 24 - 1 - - - - - - - - - - 32 - 1 - - - - - - - 32 - 1 - - - - - - - - - - 8 - 1 - quarter - - - - - F - 2 - - 16 - - 1 - half - up - - - - - - - - - - - - - - - - F - 2 - - 16 - - 1 - half - up - - - - - - - - - - - - - 8 - 1 - quarter - - - - E - 2 - - 24 - 1 - half - - up - - - - - - - - - - 8 - 1 - quarter - - - - F - 2 - - 16 - - 1 - half - up - - - - - - - - - - - - - F - 2 - - 16 - - 1 - half - up - - - - - - - - - - - - 100 - - - - - 8 - 1 - quarter - - - - E - 2 - - 24 - 1 - half - - up - - - - - - - - - - 24 - 1 - - - - - - - 8 - 1 - quarter - - - - pizz. - - - - 46 - - - - - - - F - 2 - - 8 - 1 - quarter - up - - - - - - - - - - - - 8 - 1 - quarter - - - - - - - - - - 16 - 1 - - - - - - - - - - 8 - 1 - quarter - - - - E - 2 - - 8 - 1 - quarter - up - - - - - - - - - 16 - 1 - half - - - - - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - - - arco - - - - 50 - - - - - - B - 2 - - 2 - 1 - 16th - up - begin - begin - - - - - - - - - - - - - - - 1 - - - - C - 3 - - 2 - 1 - 16th - up - continue - continue - - - - D - 3 - - 2 - 1 - 16th - up - continue - continue - - - - E - -1 - 3 - - 2 - 1 - 16th - flat - up - end - end - - - - - - - B - 2 - - 2 - 1 - 16th - up - begin - begin - - - - - - - C - 3 - - 2 - 1 - 16th - up - continue - continue - - - - D - 3 - - 2 - 1 - 16th - up - continue - continue - - - - E - -1 - 3 - - 2 - 1 - 16th - up - end - end - - - - - - - B - 2 - - 2 - 1 - 16th - up - begin - begin - - - - - - - C - 3 - - 2 - 1 - 16th - up - continue - continue - - - - D - 3 - - 2 - 1 - 16th - up - continue - continue - - - - E - -1 - 3 - - 2 - 1 - 16th - up - end - end - - - - - - - - - -1 - - - - - - - - F - 3 - - 24 - 1 - half - - down - - - - - - - - - - - - - - - - - - 91 - - - - - - - - - - 9 - - - - E - 2 - - 32 - - 1 - whole - - - - - - - - - - - - - - - - - - - - - - - - - E - 2 - - 24 - - - 1 - half - - up - - - - -

- - - - - - - - - E - 2 - - 24 - - - 1 - half - - up - - - - - - - - - - - E - 2 - - 24 - - - 1 - half - - up - - - - - - - - - - - E - 2 - - 24 - - - 1 - half - - up - - - - - - - - - - - - - - E - 2 - - 16 - - 1 - half - up - - - - - - - - - - - - - - E - 2 - - 32 - 1 - whole - - - - - -

- - - - - - - - -29 - - - - - - -1 - - - - - - - - - - - E - 2 - - 24 - - 1 - half - - up - - - - - - - - - - - - - - - -22 - - - - - - - - - - - - - - 108 - - - - - - E - 2 - - 32 - - 1 - whole - - - -

- - - - - - - - - - E - 2 - - 32 - 1 - whole - - - - - -

- - - - - - - - -29 - - - - - - -1 - - - - - - - - - - - E - 2 - - 24 - 1 - half - - up - - - - - - - - - - - - - - -22 - - - - - - -1 - - - - - - - 24 - 1 - - - - - - - - pizz. - - - - 46 - - - - - - F - 2 - - 8 - 1 - quarter - up - - - - - - - - - F - 2 - - 8 - 1 - quarter - up - - - - 8 - 1 - quarter - - - - - - - 8 - 1 - quarter - - - - F - 2 - - 8 - 1 - quarter - up - - - - 8 - 1 - quarter - - - - - - - F - 2 - - 8 - 1 - quarter - up - - - - 8 - 1 - quarter - - - - F - 2 - - 8 - 1 - quarter - up - - - - - - - F - 1 - 2 - - 8 - 1 - quarter - sharp - up - - - - 8 - 1 - quarter - - - - 8 - 1 - quarter - - - - - - - - - - - 16 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - - - 16 - 1 - - - - - - - - - - 24 - 1 - - - - - - - - arco - - - - 50 - - - - - - D - 1 - 3 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - - - - - - - - - - - E - 3 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 3 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - G - 3 - - 2 - 1 - 16th - down - end - end - - - - - - - A - 3 - - 2 - 1 - 16th - down - begin - begin - - - - - - - B - -1 - 3 - - 2 - 1 - 16th - flat - down - continue - continue - - - - C - 4 - - 2 - 1 - 16th - down - continue - continue - - - - C - 1 - 4 - - 2 - 1 - 16th - sharp - down - end - end - - - - - - - D - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - D - 1 - 4 - - 2 - 1 - 16th - sharp - down - continue - continue - - - - E - 4 - - 2 - 1 - 16th - down - continue - continue - - - - F - 4 - - 2 - 1 - 16th - natural - down - end - end - - - - - - - - - -1 - - - - - - - - F - 1 - 4 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - - - G - 4 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 4 - - 2 - 1 - 16th - down - continue - continue - - - - G - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - F - 1 - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - 4 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 4 - - 2 - 1 - 16th - down - continue - continue - - - - G - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - F - 1 - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - 4 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 4 - - 2 - 1 - 16th - down - continue - continue - - - - G - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - - - - - - - 16 - 1 - - - - - - - - - - - F - 1 - 4 - - 2 - 1 - 16th - sharp - down - begin - begin - - - - - - - - - - G - 4 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 4 - - 2 - 1 - 16th - down - continue - continue - - - - G - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - F - 1 - 4 - - 2 - 1 - 16th - down - begin - begin - - - - - - - G - 4 - - 2 - 1 - 16th - down - continue - continue - - - - F - 1 - 4 - - 2 - 1 - 16th - down - continue - continue - - - - G - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - 8 - 1 - quarter - - - - - diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/BeetAnGeSample.musicxml canorus-0.7.3.RC3+dfsg/examples/musicxml/BeetAnGeSample.musicxml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/BeetAnGeSample.musicxml 1970-01-01 00:00:00.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/BeetAnGeSample.musicxml 2018-06-20 18:42:55.000000000 +0000 @@ -0,0 +1,4267 @@ + + + + + Op. 98 + An die ferne Geliebte (Page 1) + + + Ludwig van Beethoven + Aloys Jeitteles + Copyright © 2002 Recordare LLC + + Finale 2005 for Windows + Dolet 4.0 Beta 4 for Finale + 2007-06-19 + + + + + + + 6.35 + 40 + + + 1760 + 1360 + + 80 + 80 + 80 + 80 + + + + + 71 + 0 + + 108 + 65 + + + 101 + + + 0.7178 + 3.7793 + 0.7178 + 1.4062 + 3.7793 + 1.4062 + 0.7178 + 0.7178 + 0.7178 + 0.7178 + 60 + 60 + + + + + + + An die ferne Geliebte +   + + Op. 98 + + + Copyright © 2002 Recordare LLC + + + Aloys Jeitteles + + + Ludwig van Beethoven + + + + Voice + + Voice + + + 1 + 53 + + + + Piano + + Acoustic Grand Piano + + + 2 + 1 + + + + + + + + + + 150 + 0 + + 300 + + + + 24 + + -3 + major + + + + G + 2 + + + + + Ziemlich langsam und mit Ausdruck + + + + + + No. 1 + + + + + 24 + 1 + quarter + + + + B + -1 + 4 + + 24 + 1 + quarter + down + + single + Auf + + + + + B + -1 + 4 + + 24 + 1 + quarter + down + + single + dem + + + + + + + + B + -1 + 4 + + 36 + 1 + quarter + + down + + begin + + + + + + C + 5 + + 12 + 1 + eighth + down + + end + gel + + + + + D + 5 + + 12 + 1 + eighth + down + begin + + single + sitz’ + + + + + E + -1 + 5 + + 12 + 1 + eighth + down + end + + single + ich + + + + + + + + E + -1 + 5 + + 24 + 1 + quarter + down + + begin + spä + + + + + G + 4 + + 12 + 1 + eighth + up + + end + hend + + + + + 12 + 1 + eighth + + + + A + -1 + 4 + + 12 + 1 + eighth + up + begin + + single + in + + + + + G + 4 + + 12 + 1 + eighth + up + end + + single + das + + + + + + + + F + 4 + + 12 + 1 + eighth + up + begin + + begin + blau + + + + + A + -1 + 4 + + 12 + 1 + eighth + up + end + + end + e + + + + + C + 5 + + 24 + 1 + quarter + down + + begin + Ne + + + + + C + 5 + + 24 + 1 + quarter + down + + middle + bel + + + + + + + + + 0 + 0 + + 192 + + + + + F + 4 + + 24 + 1 + quarter + up + + end + land, + + + + + B + -1 + 4 + + 36 + 1 + quarter + + down + + single + nach + + + + + C + 5 + + 12 + 1 + eighth + down + + single + den + + + + + + + + B + -1 + 4 + + 24 + 1 + quarter + down + + begin + fer + + + + + A + 4 + + 24 + 1 + quarter + natural + up + + end + nen + + + + + A + -1 + 4 + + 12 + 1 + eighth + flat + up + begin + + begin + Trif + + + + + B + -1 + 4 + + 12 + 1 + eighth + up + end + + end + ten + + + + + + + + A + -1 + 4 + + 24 + 1 + quarter + up + + begin + se + + + + + G + 4 + + 24 + 1 + quarter + up + + end + hend, + + + + + E + -1 + 5 + + 12 + 1 + eighth + down + begin + + single + wo + + + + + D + 5 + + 12 + 1 + eighth + down + end + + single + ich + + + + + + + + D + 5 + + 24 + 1 + quarter + down + + + + + single + dich, + + + + + + C + 5 + + 12 + 1 + eighth + down + begin + + + + + + + B + -1 + 4 + + 12 + 1 + eighth + down + end + + begin + Ge + + + + + A + -1 + 4 + + 12 + 1 + eighth + up + begin + + middle + lieb + + + + + F + 4 + + 12 + 1 + eighth + up + end + + end + te, + + + + + + + + E + -1 + 4 + + 24 + 1 + quarter + up + + single + fand. + + + + + 24 + 1 + quarter + + + + 24 + 1 + quarter + + + + + + + 72 + 1 + + + + + + + + 0 + 0 + + 192 + + + + + 24 + 1 + quarter + + + + B + -1 + 4 + + 24 + 1 + quarter + down + + single + Weit + + + + + B + -1 + 4 + + 24 + 1 + quarter + down + + single + bin + + + + + + + + B + -1 + 4 + + 36 + 1 + quarter + + down + + single + ich + + + + + C + 5 + + 12 + 1 + eighth + down + + single + von + + + + + D + 5 + + 12 + 1 + eighth + down + begin + + single + dir + + + + + E + -1 + 5 + + 12 + 1 + eighth + down + end + + begin + ge + + + + + + + + E + -1 + 5 + + 24 + 1 + quarter + down + + middle + schie + + + + + G + 4 + + 12 + 1 + eighth + up + + end + den, + + + + + 12 + 1 + eighth + + + + A + -1 + 4 + + 12 + 1 + eighth + up + begin + + begin + tren + + + + + G + 4 + + 12 + 1 + eighth + up + end + + end + nend + + + + + + + + F + 4 + + 12 + 1 + eighth + up + begin + + begin + lie + + + + + A + -1 + 4 + + 12 + 1 + eighth + up + end + + end + gen + + + + + C + 5 + + 24 + 1 + quarter + down + + single + Berg + + + + + C + 5 + + 24 + 1 + quarter + down + + single + und + + + + + + + + F + 4 + + 24 + 1 + quarter + up + + single + Thal + + + + + B + -1 + 4 + + 36 + 1 + quarter + + down + + begin + zwi + + + + + C + 5 + + 12 + 1 + eighth + down + + end + schen + + + + + + + + + + 70 + + + + 96 + + -3 + major + + + 2 + + G + 2 + + + F + 4 + + + + + +

+ + + 1 + + + + + B + -1 + 3 + + 96 + 1 + quarter + up + 1 + + + + + E + -1 + 4 + + 96 + 1 + quarter + up + 1 + + + + + G + 4 + + 96 + 1 + quarter + up + 1 + + + + + B + -1 + 4 + + 96 + 1 + quarter + up + 1 + + + + B + -1 + 4 + + 96 + 1 + quarter + down + 1 + + + + + + + A + -1 + 4 + + 96 + 1 + quarter + up + 1 + + + + + + 288 + + + + + + 2 + + + + + E + -1 + 2 + + 96 + 3 + quarter + up + 2 + + + + + E + -1 + 3 + + 96 + 3 + quarter + up + 2 + + + + G + 2 + + + + + + + 32 + 2 + + + + + G + 4 + + 96 + 3 + quarter + up + 2 + + + + + + + F + 4 + + 96 + 3 + quarter + up + 2 + + + + + + + + + + G + 4 + + 96 + 1 + quarter + up + 1 + + + + G + 3 + + 96 + 1 + quarter + up + 1 + + + + + E + -1 + 4 + + 96 + 1 + quarter + up + 1 + + + + + G + 4 + + 96 + 1 + quarter + up + 1 + + + + 96 + 1 + quarter + 1 + + + 288 + + + + E + -1 + 4 + + 96 + 3 + quarter + up + 2 + + + + F + 4 + + + + + + + -17 + 2 + + + + + E + -1 + 2 + + 96 + 3 + quarter + up + 2 + + + + + E + -1 + 3 + + 96 + 3 + quarter + up + 2 + + + + + + -6 + 2 + + + + + 96 + 3 + quarter + 2 + + + + + + + 96 + 1 + quarter + 1 + + + + G + 3 + + 96 + 1 + quarter + up + 1 + + + + + C + 4 + + 96 + 1 + quarter + up + 1 + + + + + E + -1 + 4 + + 96 + 1 + quarter + up + 1 + + + + + G + 4 + + 96 + 1 + quarter + up + 1 + + + + 48 + 1 + eighth + 1 + + + + G + 3 + + 48 + 1 + eighth + up + 1 + + + + + E + -1 + 4 + + 48 + 1 + eighth + up + 1 + + + + + G + 4 + + 48 + 1 + eighth + up + 1 + + + 288 + + + + 96 + 3 + quarter + 2 + + + + + + -22 + 2 + + + + + C + 2 + + 96 + 3 + quarter + up + 2 + + + + + C + 3 + + 96 + 3 + quarter + up + 2 + + + + + + 2 + + + + + 48 + 3 + eighth + 2 + + + + B + -1 + 1 + + 48 + 3 + eighth + up + 2 + + + + + B + -1 + 2 + + 48 + 3 + eighth + up + 2 + + + + + + + F + 4 + + 48 + 1 + eighth + up + 1 + begin + + + + + + + A + -1 + 4 + + 48 + 1 + eighth + up + 1 + end + + + + C + 5 + + 96 + 1 + quarter + up + 1 + + + + + + + C + 5 + + 96 + 1 + quarter + up + 1 + + + 288 + + + + C + 4 + + 96 + 2 + quarter + down + 1 + + + + C + 4 + + 96 + 2 + quarter + down + 1 + + + + + F + 4 + + 96 + 2 + quarter + down + 1 + + + + C + 4 + + 96 + 2 + quarter + down + 1 + + + + + + + + + E + -1 + 4 + + 96 + 2 + quarter + down + 1 + + + + + F + 4 + + 96 + + 2 + quarter + down + 1 + + + + + + 288 + + + + A + -1 + 1 + + 96 + 3 + quarter + up + 2 + + + + + A + -1 + 2 + + 96 + 3 + quarter + up + 2 + + + + A + -1 + 1 + + 96 + 3 + quarter + up + 2 + + + + + + + + + A + -1 + 2 + + 96 + 3 + quarter + up + 2 + + + + A + 1 + + 96 + 3 + quarter + natural + up + 2 + + + + + A + 2 + + 96 + 3 + quarter + natural + up + 2 + + + + + + + 70 + + + + 96 + 1 + 1 + + + + B + -1 + 4 + + 144 + 1 + quarter + + up + 1 + + + + + + + C + 5 + + 48 + 1 + eighth + up + 1 + + + 288 + + + + D + 4 + + 96 + 2 + quarter + up + 1 + + + + + + + + + F + 4 + + 96 + + 2 + quarter + up + 1 + + + + + + + F + 4 + + 96 + 2 + quarter + down + 1 + + + + G + 4 + + 96 + 2 + quarter + down + 1 + + + 288 + + + + B + -1 + 1 + + 96 + 3 + quarter + up + 2 + + + + + + + + + B + -1 + 2 + + 96 + 3 + quarter + up + 2 + + + + D + 3 + + 96 + 3 + quarter + down + 2 + + + + + + + E + -1 + 3 + + 96 + 3 + quarter + down + 2 + + + + + + + B + -1 + 4 + + 96 + 1 + quarter + up + 1 + + + + A + 4 + + 96 + 1 + quarter + natural + up + 1 + + + + + + + A + -1 + 4 + + 48 + 1 + eighth + flat + up + 1 + begin + + + + + + + B + -1 + 4 + + 48 + 1 + eighth + up + 1 + end + + + + + + 288 + + + + E + -1 + 4 + + 192 + 2 + half + down + 1 + + + + + G + -1 + 4 + + 192 + 2 + half + flat + down + 1 + + + + F + 4 + + 96 + 2 + quarter + down + 1 + + + 288 + + + + C + 3 + + 96 + 3 + quarter + up + 2 + + + + C + 4 + + 96 + 3 + quarter + up + 2 + + + + + + 96 + 3 + 2 + + + 288 + + + + C + 3 + + 192 + 4 + half + down + 2 + + + + D + 3 + + 96 + 4 + quarter + down + 2 + + + + + B + -1 + 3 + + 96 + 4 + quarter + down + 2 + + + + + D + 4 + + 96 + 4 + quarter + down + 2 + + + + + + + F + 4 + + 96 + 1 + quarter + up + 1 + + + + + + + + A + -1 + 4 + + 96 + 1 + quarter + up + 1 + + + + G + 4 + + 96 + 1 + quarter + natural + up + 1 + + + + + + + + + 1 + + + + E + -1 + 4 + + 48 + 1 + eighth + up + 1 + begin + + + + + B + -1 + 4 + + 48 + 1 + eighth + up + 1 + + + + + E + -1 + 5 + + 48 + 1 + eighth + up + 1 + + + + E + -1 + 4 + + 48 + 1 + eighth + up + 1 + end + + + + + B + -1 + 4 + + 48 + 1 + eighth + up + 1 + + + + + D + 5 + + 48 + 1 + eighth + up + 1 + + + + + + -8 + 1 + + + 288 + + + + B + -1 + 3 + + 96 + 3 + quarter + up + 2 + + + + + + + E + -1 + 4 + + 96 + 3 + quarter + up + 2 + + + + + + 96 + 3 + 2 + + + 288 + + + + E + -1 + 3 + + 192 + 4 + half + down + 2 + + + + G + 2 + + 96 + 4 + quarter + down + 2 + + + + + E + -1 + 3 + + 96 + 4 + quarter + down + 2 + + + + + G + 3 + + 96 + 4 + quarter + down + 2 + + + + + + + + + 1 + + + + E + -1 + 4 + + 96 + 1 + quarter + up + 1 + + + + + + + + B + -1 + 4 + + 96 + 1 + quarter + up + 1 + + + + + D + 5 + + 96 + 1 + quarter + up + 1 + + + + E + -1 + 4 + + 48 + 1 + eighth + up + 1 + begin + + + + + + + + A + -1 + 4 + + 48 + 1 + eighth + up + 1 + + + + + C + 5 + + 48 + 1 + eighth + up + 1 + + + + + + -17 + 1 + + + + E + -1 + 4 + + 48 + 1 + eighth + up + 1 + continue + + + + + G + 4 + + 48 + 1 + eighth + up + 1 + + + + + B + -1 + 4 + + 48 + 1 + eighth + up + 1 + + + + D + 4 + + 48 + 1 + eighth + up + 1 + continue + + + + + F + 4 + + 48 + 1 + eighth + up + 1 + + + + + A + -1 + 4 + + 48 + 1 + eighth + up + 1 + + + + A + -1 + 3 + + 48 + 1 + eighth + up + 1 + end + + + + + D + 4 + + 48 + 1 + eighth + up + 1 + + + + + F + 4 + + 48 + 1 + eighth + up + 1 + + + 288 + + + + A + -1 + 2 + + 96 + 3 + quarter + down + 2 + + + + + E + -1 + 3 + + 96 + 3 + quarter + down + 2 + + + + + A + -1 + 3 + + 96 + 3 + quarter + down + 2 + + + + A + -1 + 2 + + 48 + 3 + eighth + up + 2 + begin + + + + + E + -1 + 3 + + 48 + 3 + eighth + up + 2 + + + + + A + -1 + 3 + + 48 + 3 + eighth + up + 2 + + + + B + -1 + 2 + + 48 + 3 + eighth + up + 2 + continue + + + + + E + -1 + 3 + + 48 + 3 + eighth + up + 2 + + + + + B + -1 + 3 + + 48 + 3 + eighth + up + 2 + + + + B + -1 + 2 + + 48 + 3 + eighth + up + 2 + continue + + + + + B + -1 + 3 + + 48 + 3 + eighth + up + 2 + + + + B + -1 + 1 + + 48 + 3 + eighth + up + 2 + end + + + + + B + -1 + 2 + + 48 + 3 + eighth + up + 2 + + + + + + + G + 3 + + 96 + 1 + quarter + up + 1 + + + + + E + -1 + 4 + + 96 + 1 + quarter + up + 1 + + + + + B + -1 + 4 + + 1 + eighth + up + 1 + + + + + + + Ausdrucksvoll + + 1 + + + + + + 1 + + + + espressivo + + 18 + 1 + + + + B + -1 + 5 + + 144 + 1 + quarter + + down + 1 + + + + + + + + + -34 + 1 + + + + E + -1 + 5 + + 48 + 1 + eighth + down + 1 + + + 288 + + + + E + -1 + 2 + + 96 + 3 + quarter + up + 2 + + + + + E + -1 + 3 + + 96 + 3 + quarter + up + 2 + + + + E + -1 + 3 + + 192 + 3 + half + down + 2 + + + + + G + 3 + + 192 + 3 + half + down + 2 + + + + + B + -1 + 3 + + 192 + 3 + half + down + 2 + + + + + E + -1 + 4 + + 192 + 3 + half + down + 2 + + + + + + + D + 5 + + 96 + 1 + quarter + down + 1 + + + + + B + -1 + 4 + + 1 + eighth + up + 1 + + + + + + + + + -7 + 1 + + + + B + -1 + 5 + + 144 + 1 + quarter + + down + 1 + + + + + + + + + -44 + 1 + + + + dim. + + -25 + 1 + + + + D + 5 + + 48 + 1 + eighth + down + 1 + + + + + + + 288 + + + + E + -1 + 3 + + 96 + 3 + quarter + down + 2 + + + + + F + 3 + + 96 + 3 + quarter + down + 2 + + + + + A + -1 + 3 + + 96 + 3 + quarter + down + 2 + + + + + D + 4 + + 96 + 3 + quarter + down + 2 + + + + E + -1 + 3 + + 144 + 3 + quarter + + down + 2 + + + + + F + 3 + + 144 + 3 + quarter + + down + 2 + + + + + A + -1 + 3 + + 144 + 3 + quarter + + down + 2 + + + + + B + -1 + 3 + + 144 + 3 + quarter + + down + 2 + + + + + D + 4 + + 144 + 3 + quarter + + down + 2 + + + + D + 4 + + 48 + 3 + eighth + down + 2 + + + + + + + + + + + 70 + + + + + F + 5 + + 48 + 1 + eighth + up + 1 + begin + + + + F + 4 + + 48 + 1 + eighth + up + 1 + continue + + + + + + + + + A + -1 + 4 + + 48 + 1 + eighth + up + 1 + + + + F + 4 + + 48 + 1 + eighth + up + 1 + continue + + + + + + + + A + -1 + 4 + + 48 + 1 + eighth + up + 1 + + + + E + 4 + + 48 + 1 + eighth + natural + up + 1 + continue + + + + + G + 4 + + 48 + 1 + eighth + up + 1 + + + + G + 4 + + 48 + 1 + eighth + up + 1 + continue + + + + + B + -1 + 4 + + 48 + 1 + eighth + up + 1 + + + + F + 4 + + 48 + 1 + eighth + up + 1 + end + + + + + + + + A + -1 + 4 + + 48 + 1 + eighth + up + 1 + + + 288 + + + + F + 4 + + 48 + 3 + eighth + down + 2 + begin + + + + F + 3 + + 48 + 3 + eighth + down + 2 + continue + + + + + + + + + A + -1 + 3 + + 48 + 3 + eighth + down + 2 + + + + F + 3 + + 48 + 3 + eighth + down + 2 + continue + + + + + + + + A + -1 + 3 + + 48 + 3 + eighth + down + 2 + + + + E + 3 + + 48 + 3 + eighth + natural + down + 2 + continue + + + + + G + 3 + + 48 + 3 + eighth + down + 2 + + + + G + 3 + + 48 + 3 + eighth + down + 2 + continue + + + + + B + -1 + 3 + + 48 + 3 + eighth + down + 2 + + + + F + 3 + + 48 + 3 + eighth + down + 2 + end + + + + + + + + A + -1 + 3 + + 48 + 3 + eighth + down + 2 + + + + + + + E + -1 + 4 + + 48 + 1 + eighth + flat + up + 1 + + + + + G + 4 + + 48 + 1 + eighth + up + 1 + + + + B + 4 + + 48 + 1 + eighth + 1 + + + + B + -1 + 3 + + 48 + 1 + eighth + up + 1 + begin + + + + + G + 4 + + 48 + 1 + eighth + up + 1 + + + + 24 + 1 + 16th + 1 + + + + B + -1 + 3 + + 24 + 1 + 16th + up + 1 + end + backward hook + + + + + G + 4 + + 24 + 1 + 16th + up + 1 + + + + B + -1 + 3 + + 48 + 1 + eighth + up + 1 + + + + + G + 4 + + 48 + 1 + eighth + up + 1 + + + + B + 4 + + 48 + 1 + eighth + 1 + + + 288 + + + + E + -1 + 3 + + 48 + 3 + eighth + flat + down + 2 + + + + + G + 3 + + 48 + 3 + eighth + down + 2 + + + + D + 3 + + 48 + 3 + eighth + 2 + + + + E + -1 + 3 + + 48 + 3 + eighth + down + 2 + begin + + + + 24 + 3 + 16th + 2 + + + + E + -1 + 3 + + 24 + 3 + 16th + down + 2 + end + backward hook + + + + E + -1 + 2 + + 48 + 3 + eighth + up + 2 + + + + D + 3 + + 48 + 3 + eighth + 2 + + + + + + + B + 4 + + 96 + 1 + quarter + 1 + + + + E + -1 + 4 + + 48 + 1 + eighth + up + 1 + begin + + + + + G + 4 + + 48 + 1 + eighth + up + 1 + + + + 24 + 1 + 16th + 1 + + + + E + -1 + 4 + + 24 + 1 + 16th + up + 1 + end + backward hook + + + + + G + 4 + + 24 + 1 + 16th + up + 1 + + + + E + -1 + 4 + + 48 + 1 + eighth + up + 1 + begin + + + + + A + -1 + 4 + + 48 + 1 + eighth + up + 1 + + + + + E + -1 + 5 + + 48 + 1 + eighth + up + 1 + + + + E + -1 + 4 + + 48 + 1 + eighth + up + 1 + end + + + + + G + 4 + + 48 + 1 + eighth + up + 1 + + + 288 + + + + D + 3 + + 96 + 3 + quarter + 2 + + + + C + 4 + + 48 + 3 + eighth + down + 2 + begin + + + + C + 4 + + 24 + 3 + 16th + 2 + + + + C + 4 + + 24 + 3 + 16th + down + 2 + end + backward hook + + + + C + 3 + + 48 + 3 + eighth + up + 2 + begin + + + + B + -1 + 2 + + 48 + 3 + eighth + up + 2 + end + + + + + + + C + 4 + + 48 + 1 + eighth + up + 1 + + + + + F + 4 + + 48 + 1 + eighth + up + 1 + + + + B + 4 + + 48 + 1 + eighth + 1 + + + + C + 4 + + 48 + 1 + eighth + up + 1 + begin + + + + + F + 4 + + 48 + 1 + eighth + up + 1 + + + + 24 + 1 + 16th + 1 + + + + C + 4 + + 24 + 1 + 16th + up + 1 + end + backward hook + + + + + F + 4 + + 24 + 1 + 16th + up + 1 + + + + C + 4 + + 48 + 1 + eighth + up + 1 + + + + + E + -1 + 4 + + 48 + 1 + eighth + up + 1 + + + + + F + 4 + + 48 + 1 + eighth + up + 1 + + + + + C + 5 + + 48 + 1 + eighth + up + 1 + + + + B + 4 + + 48 + 1 + eighth + 1 + + + 288 + + + + A + -1 + 2 + + 48 + 3 + eighth + up + 2 + + + + D + 3 + + 48 + 3 + eighth + 2 + + + + A + -1 + 3 + + 48 + 3 + eighth + down + 2 + begin + + + + 24 + 3 + 16th + 2 + + + + A + -1 + 2 + + 24 + 3 + 16th + down + 2 + end + backward hook + + + + + A + -1 + 3 + + 24 + 3 + 16th + down + 2 + + + + A + 2 + + 96 + 3 + quarter + natural + down + 2 + + + + + A + 3 + + 96 + 3 + quarter + natural + down + 2 + + + + + + + D + 4 + + 48 + 1 + eighth + up + 1 + + + + + F + 4 + + 48 + 1 + eighth + up + 1 + + + + B + 4 + + 48 + 1 + eighth + 1 + + + + F + 4 + + 48 + 1 + eighth + up + 1 + begin + + + + + B + -1 + 4 + + 48 + 1 + eighth + up + 1 + + + + 24 + 1 + 16th + 1 + + + + F + 4 + + 24 + 1 + 16th + up + 1 + end + backward hook + + + + + B + -1 + 4 + + 24 + 1 + 16th + up + 1 + + + + G + 4 + + 48 + 1 + eighth + up + 1 + + + + + B + -1 + 4 + + 48 + 1 + eighth + up + 1 + + + + B + 4 + + 48 + 1 + eighth + 1 + + + 288 + + + + B + -1 + 2 + + 48 + 3 + eighth + down + 2 + + + + + B + -1 + 3 + + 48 + 3 + eighth + down + 2 + + + + D + 3 + + 48 + 3 + eighth + 2 + + + + D + 3 + + 48 + 3 + eighth + down + 2 + begin + + + + + B + -1 + 3 + + 48 + 3 + eighth + down + 2 + + + + 24 + 3 + 16th + 2 + + + + D + 3 + + 24 + 3 + 16th + down + 2 + end + backward hook + + + + + B + -1 + 3 + + 24 + 3 + 16th + down + 2 + + + + E + -1 + 3 + + 48 + 3 + eighth + down + 2 + + + + + B + -1 + 3 + + 48 + 3 + eighth + down + 2 + + + + D + 3 + + 48 + 3 + eighth + 2 + + + + + diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/BeetAnGeSample.xml canorus-0.7.3.RC3+dfsg/examples/musicxml/BeetAnGeSample.xml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/BeetAnGeSample.xml 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/BeetAnGeSample.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,4267 +0,0 @@ - - - - - Op. 98 - An die ferne Geliebte (Page 1) - - - Ludwig van Beethoven - Aloys Jeitteles - Copyright © 2002 Recordare LLC - - Finale 2005 for Windows - Dolet 4.0 Beta 4 for Finale - 2007-06-19 - - - - - - - 6.35 - 40 - - - 1760 - 1360 - - 80 - 80 - 80 - 80 - - - - - 71 - 0 - - 108 - 65 - - - 101 - - - 0.7178 - 3.7793 - 0.7178 - 1.4062 - 3.7793 - 1.4062 - 0.7178 - 0.7178 - 0.7178 - 0.7178 - 60 - 60 - - - - - - - An die ferne Geliebte -   - - Op. 98 - - - Copyright © 2002 Recordare LLC - - - Aloys Jeitteles - - - Ludwig van Beethoven - - - - Voice - - Voice - - - 1 - 53 - - - - Piano - - Acoustic Grand Piano - - - 2 - 1 - - - - - - - - - - 150 - 0 - - 300 - - - - 24 - - -3 - major - - - - G - 2 - - - - - Ziemlich langsam und mit Ausdruck - - - - - - No. 1 - - - - - 24 - 1 - quarter - - - - B - -1 - 4 - - 24 - 1 - quarter - down - - single - Auf - - - - - B - -1 - 4 - - 24 - 1 - quarter - down - - single - dem - - - - - - - - B - -1 - 4 - - 36 - 1 - quarter - - down - - begin - - - - - - C - 5 - - 12 - 1 - eighth - down - - end - gel - - - - - D - 5 - - 12 - 1 - eighth - down - begin - - single - sitz’ - - - - - E - -1 - 5 - - 12 - 1 - eighth - down - end - - single - ich - - - - - - - - E - -1 - 5 - - 24 - 1 - quarter - down - - begin - spä - - - - - G - 4 - - 12 - 1 - eighth - up - - end - hend - - - - - 12 - 1 - eighth - - - - A - -1 - 4 - - 12 - 1 - eighth - up - begin - - single - in - - - - - G - 4 - - 12 - 1 - eighth - up - end - - single - das - - - - - - - - F - 4 - - 12 - 1 - eighth - up - begin - - begin - blau - - - - - A - -1 - 4 - - 12 - 1 - eighth - up - end - - end - e - - - - - C - 5 - - 24 - 1 - quarter - down - - begin - Ne - - - - - C - 5 - - 24 - 1 - quarter - down - - middle - bel - - - - - - - - - 0 - 0 - - 192 - - - - - F - 4 - - 24 - 1 - quarter - up - - end - land, - - - - - B - -1 - 4 - - 36 - 1 - quarter - - down - - single - nach - - - - - C - 5 - - 12 - 1 - eighth - down - - single - den - - - - - - - - B - -1 - 4 - - 24 - 1 - quarter - down - - begin - fer - - - - - A - 4 - - 24 - 1 - quarter - natural - up - - end - nen - - - - - A - -1 - 4 - - 12 - 1 - eighth - flat - up - begin - - begin - Trif - - - - - B - -1 - 4 - - 12 - 1 - eighth - up - end - - end - ten - - - - - - - - A - -1 - 4 - - 24 - 1 - quarter - up - - begin - se - - - - - G - 4 - - 24 - 1 - quarter - up - - end - hend, - - - - - E - -1 - 5 - - 12 - 1 - eighth - down - begin - - single - wo - - - - - D - 5 - - 12 - 1 - eighth - down - end - - single - ich - - - - - - - - D - 5 - - 24 - 1 - quarter - down - - - - - single - dich, - - - - - - C - 5 - - 12 - 1 - eighth - down - begin - - - - - - - B - -1 - 4 - - 12 - 1 - eighth - down - end - - begin - Ge - - - - - A - -1 - 4 - - 12 - 1 - eighth - up - begin - - middle - lieb - - - - - F - 4 - - 12 - 1 - eighth - up - end - - end - te, - - - - - - - - E - -1 - 4 - - 24 - 1 - quarter - up - - single - fand. - - - - - 24 - 1 - quarter - - - - 24 - 1 - quarter - - - - - - - 72 - 1 - - - - - - - - 0 - 0 - - 192 - - - - - 24 - 1 - quarter - - - - B - -1 - 4 - - 24 - 1 - quarter - down - - single - Weit - - - - - B - -1 - 4 - - 24 - 1 - quarter - down - - single - bin - - - - - - - - B - -1 - 4 - - 36 - 1 - quarter - - down - - single - ich - - - - - C - 5 - - 12 - 1 - eighth - down - - single - von - - - - - D - 5 - - 12 - 1 - eighth - down - begin - - single - dir - - - - - E - -1 - 5 - - 12 - 1 - eighth - down - end - - begin - ge - - - - - - - - E - -1 - 5 - - 24 - 1 - quarter - down - - middle - schie - - - - - G - 4 - - 12 - 1 - eighth - up - - end - den, - - - - - 12 - 1 - eighth - - - - A - -1 - 4 - - 12 - 1 - eighth - up - begin - - begin - tren - - - - - G - 4 - - 12 - 1 - eighth - up - end - - end - nend - - - - - - - - F - 4 - - 12 - 1 - eighth - up - begin - - begin - lie - - - - - A - -1 - 4 - - 12 - 1 - eighth - up - end - - end - gen - - - - - C - 5 - - 24 - 1 - quarter - down - - single - Berg - - - - - C - 5 - - 24 - 1 - quarter - down - - single - und - - - - - - - - F - 4 - - 24 - 1 - quarter - up - - single - Thal - - - - - B - -1 - 4 - - 36 - 1 - quarter - - down - - begin - zwi - - - - - C - 5 - - 12 - 1 - eighth - down - - end - schen - - - - - - - - - - 70 - - - - 96 - - -3 - major - - - 2 - - G - 2 - - - F - 4 - - - - - -

- - - 1 - - - - - B - -1 - 3 - - 96 - 1 - quarter - up - 1 - - - - - E - -1 - 4 - - 96 - 1 - quarter - up - 1 - - - - - G - 4 - - 96 - 1 - quarter - up - 1 - - - - - B - -1 - 4 - - 96 - 1 - quarter - up - 1 - - - - B - -1 - 4 - - 96 - 1 - quarter - down - 1 - - - - - - - A - -1 - 4 - - 96 - 1 - quarter - up - 1 - - - - - - 288 - - - - - - 2 - - - - - E - -1 - 2 - - 96 - 3 - quarter - up - 2 - - - - - E - -1 - 3 - - 96 - 3 - quarter - up - 2 - - - - G - 2 - - - - - - - 32 - 2 - - - - - G - 4 - - 96 - 3 - quarter - up - 2 - - - - - - - F - 4 - - 96 - 3 - quarter - up - 2 - - - - - - - - - - G - 4 - - 96 - 1 - quarter - up - 1 - - - - G - 3 - - 96 - 1 - quarter - up - 1 - - - - - E - -1 - 4 - - 96 - 1 - quarter - up - 1 - - - - - G - 4 - - 96 - 1 - quarter - up - 1 - - - - 96 - 1 - quarter - 1 - - - 288 - - - - E - -1 - 4 - - 96 - 3 - quarter - up - 2 - - - - F - 4 - - - - - - - -17 - 2 - - - - - E - -1 - 2 - - 96 - 3 - quarter - up - 2 - - - - - E - -1 - 3 - - 96 - 3 - quarter - up - 2 - - - - - - -6 - 2 - - - - - 96 - 3 - quarter - 2 - - - - - - - 96 - 1 - quarter - 1 - - - - G - 3 - - 96 - 1 - quarter - up - 1 - - - - - C - 4 - - 96 - 1 - quarter - up - 1 - - - - - E - -1 - 4 - - 96 - 1 - quarter - up - 1 - - - - - G - 4 - - 96 - 1 - quarter - up - 1 - - - - 48 - 1 - eighth - 1 - - - - G - 3 - - 48 - 1 - eighth - up - 1 - - - - - E - -1 - 4 - - 48 - 1 - eighth - up - 1 - - - - - G - 4 - - 48 - 1 - eighth - up - 1 - - - 288 - - - - 96 - 3 - quarter - 2 - - - - - - -22 - 2 - - - - - C - 2 - - 96 - 3 - quarter - up - 2 - - - - - C - 3 - - 96 - 3 - quarter - up - 2 - - - - - - 2 - - - - - 48 - 3 - eighth - 2 - - - - B - -1 - 1 - - 48 - 3 - eighth - up - 2 - - - - - B - -1 - 2 - - 48 - 3 - eighth - up - 2 - - - - - - - F - 4 - - 48 - 1 - eighth - up - 1 - begin - - - - - - - A - -1 - 4 - - 48 - 1 - eighth - up - 1 - end - - - - C - 5 - - 96 - 1 - quarter - up - 1 - - - - - - - C - 5 - - 96 - 1 - quarter - up - 1 - - - 288 - - - - C - 4 - - 96 - 2 - quarter - down - 1 - - - - C - 4 - - 96 - 2 - quarter - down - 1 - - - - - F - 4 - - 96 - 2 - quarter - down - 1 - - - - C - 4 - - 96 - 2 - quarter - down - 1 - - - - - - - - - E - -1 - 4 - - 96 - 2 - quarter - down - 1 - - - - - F - 4 - - 96 - - 2 - quarter - down - 1 - - - - - - 288 - - - - A - -1 - 1 - - 96 - 3 - quarter - up - 2 - - - - - A - -1 - 2 - - 96 - 3 - quarter - up - 2 - - - - A - -1 - 1 - - 96 - 3 - quarter - up - 2 - - - - - - - - - A - -1 - 2 - - 96 - 3 - quarter - up - 2 - - - - A - 1 - - 96 - 3 - quarter - natural - up - 2 - - - - - A - 2 - - 96 - 3 - quarter - natural - up - 2 - - - - - - - 70 - - - - 96 - 1 - 1 - - - - B - -1 - 4 - - 144 - 1 - quarter - - up - 1 - - - - - - - C - 5 - - 48 - 1 - eighth - up - 1 - - - 288 - - - - D - 4 - - 96 - 2 - quarter - up - 1 - - - - - - - - - F - 4 - - 96 - - 2 - quarter - up - 1 - - - - - - - F - 4 - - 96 - 2 - quarter - down - 1 - - - - G - 4 - - 96 - 2 - quarter - down - 1 - - - 288 - - - - B - -1 - 1 - - 96 - 3 - quarter - up - 2 - - - - - - - - - B - -1 - 2 - - 96 - 3 - quarter - up - 2 - - - - D - 3 - - 96 - 3 - quarter - down - 2 - - - - - - - E - -1 - 3 - - 96 - 3 - quarter - down - 2 - - - - - - - B - -1 - 4 - - 96 - 1 - quarter - up - 1 - - - - A - 4 - - 96 - 1 - quarter - natural - up - 1 - - - - - - - A - -1 - 4 - - 48 - 1 - eighth - flat - up - 1 - begin - - - - - - - B - -1 - 4 - - 48 - 1 - eighth - up - 1 - end - - - - - - 288 - - - - E - -1 - 4 - - 192 - 2 - half - down - 1 - - - - - G - -1 - 4 - - 192 - 2 - half - flat - down - 1 - - - - F - 4 - - 96 - 2 - quarter - down - 1 - - - 288 - - - - C - 3 - - 96 - 3 - quarter - up - 2 - - - - C - 4 - - 96 - 3 - quarter - up - 2 - - - - - - 96 - 3 - 2 - - - 288 - - - - C - 3 - - 192 - 4 - half - down - 2 - - - - D - 3 - - 96 - 4 - quarter - down - 2 - - - - - B - -1 - 3 - - 96 - 4 - quarter - down - 2 - - - - - D - 4 - - 96 - 4 - quarter - down - 2 - - - - - - - F - 4 - - 96 - 1 - quarter - up - 1 - - - - - - - - A - -1 - 4 - - 96 - 1 - quarter - up - 1 - - - - G - 4 - - 96 - 1 - quarter - natural - up - 1 - - - - - - - - - 1 - - - - E - -1 - 4 - - 48 - 1 - eighth - up - 1 - begin - - - - - B - -1 - 4 - - 48 - 1 - eighth - up - 1 - - - - - E - -1 - 5 - - 48 - 1 - eighth - up - 1 - - - - E - -1 - 4 - - 48 - 1 - eighth - up - 1 - end - - - - - B - -1 - 4 - - 48 - 1 - eighth - up - 1 - - - - - D - 5 - - 48 - 1 - eighth - up - 1 - - - - - - -8 - 1 - - - 288 - - - - B - -1 - 3 - - 96 - 3 - quarter - up - 2 - - - - - - - E - -1 - 4 - - 96 - 3 - quarter - up - 2 - - - - - - 96 - 3 - 2 - - - 288 - - - - E - -1 - 3 - - 192 - 4 - half - down - 2 - - - - G - 2 - - 96 - 4 - quarter - down - 2 - - - - - E - -1 - 3 - - 96 - 4 - quarter - down - 2 - - - - - G - 3 - - 96 - 4 - quarter - down - 2 - - - - - - - - - 1 - - - - E - -1 - 4 - - 96 - 1 - quarter - up - 1 - - - - - - - - B - -1 - 4 - - 96 - 1 - quarter - up - 1 - - - - - D - 5 - - 96 - 1 - quarter - up - 1 - - - - E - -1 - 4 - - 48 - 1 - eighth - up - 1 - begin - - - - - - - - A - -1 - 4 - - 48 - 1 - eighth - up - 1 - - - - - C - 5 - - 48 - 1 - eighth - up - 1 - - - - - - -17 - 1 - - - - E - -1 - 4 - - 48 - 1 - eighth - up - 1 - continue - - - - - G - 4 - - 48 - 1 - eighth - up - 1 - - - - - B - -1 - 4 - - 48 - 1 - eighth - up - 1 - - - - D - 4 - - 48 - 1 - eighth - up - 1 - continue - - - - - F - 4 - - 48 - 1 - eighth - up - 1 - - - - - A - -1 - 4 - - 48 - 1 - eighth - up - 1 - - - - A - -1 - 3 - - 48 - 1 - eighth - up - 1 - end - - - - - D - 4 - - 48 - 1 - eighth - up - 1 - - - - - F - 4 - - 48 - 1 - eighth - up - 1 - - - 288 - - - - A - -1 - 2 - - 96 - 3 - quarter - down - 2 - - - - - E - -1 - 3 - - 96 - 3 - quarter - down - 2 - - - - - A - -1 - 3 - - 96 - 3 - quarter - down - 2 - - - - A - -1 - 2 - - 48 - 3 - eighth - up - 2 - begin - - - - - E - -1 - 3 - - 48 - 3 - eighth - up - 2 - - - - - A - -1 - 3 - - 48 - 3 - eighth - up - 2 - - - - B - -1 - 2 - - 48 - 3 - eighth - up - 2 - continue - - - - - E - -1 - 3 - - 48 - 3 - eighth - up - 2 - - - - - B - -1 - 3 - - 48 - 3 - eighth - up - 2 - - - - B - -1 - 2 - - 48 - 3 - eighth - up - 2 - continue - - - - - B - -1 - 3 - - 48 - 3 - eighth - up - 2 - - - - B - -1 - 1 - - 48 - 3 - eighth - up - 2 - end - - - - - B - -1 - 2 - - 48 - 3 - eighth - up - 2 - - - - - - - G - 3 - - 96 - 1 - quarter - up - 1 - - - - - E - -1 - 4 - - 96 - 1 - quarter - up - 1 - - - - - B - -1 - 4 - - 1 - eighth - up - 1 - - - - - - - Ausdrucksvoll - - 1 - - - - - - 1 - - - - espressivo - - 18 - 1 - - - - B - -1 - 5 - - 144 - 1 - quarter - - down - 1 - - - - - - - - - -34 - 1 - - - - E - -1 - 5 - - 48 - 1 - eighth - down - 1 - - - 288 - - - - E - -1 - 2 - - 96 - 3 - quarter - up - 2 - - - - - E - -1 - 3 - - 96 - 3 - quarter - up - 2 - - - - E - -1 - 3 - - 192 - 3 - half - down - 2 - - - - - G - 3 - - 192 - 3 - half - down - 2 - - - - - B - -1 - 3 - - 192 - 3 - half - down - 2 - - - - - E - -1 - 4 - - 192 - 3 - half - down - 2 - - - - - - - D - 5 - - 96 - 1 - quarter - down - 1 - - - - - B - -1 - 4 - - 1 - eighth - up - 1 - - - - - - - - - -7 - 1 - - - - B - -1 - 5 - - 144 - 1 - quarter - - down - 1 - - - - - - - - - -44 - 1 - - - - dim. - - -25 - 1 - - - - D - 5 - - 48 - 1 - eighth - down - 1 - - - - - - - 288 - - - - E - -1 - 3 - - 96 - 3 - quarter - down - 2 - - - - - F - 3 - - 96 - 3 - quarter - down - 2 - - - - - A - -1 - 3 - - 96 - 3 - quarter - down - 2 - - - - - D - 4 - - 96 - 3 - quarter - down - 2 - - - - E - -1 - 3 - - 144 - 3 - quarter - - down - 2 - - - - - F - 3 - - 144 - 3 - quarter - - down - 2 - - - - - A - -1 - 3 - - 144 - 3 - quarter - - down - 2 - - - - - B - -1 - 3 - - 144 - 3 - quarter - - down - 2 - - - - - D - 4 - - 144 - 3 - quarter - - down - 2 - - - - D - 4 - - 48 - 3 - eighth - down - 2 - - - - - - - - - - - 70 - - - - - F - 5 - - 48 - 1 - eighth - up - 1 - begin - - - - F - 4 - - 48 - 1 - eighth - up - 1 - continue - - - - - - - - - A - -1 - 4 - - 48 - 1 - eighth - up - 1 - - - - F - 4 - - 48 - 1 - eighth - up - 1 - continue - - - - - - - - A - -1 - 4 - - 48 - 1 - eighth - up - 1 - - - - E - 4 - - 48 - 1 - eighth - natural - up - 1 - continue - - - - - G - 4 - - 48 - 1 - eighth - up - 1 - - - - G - 4 - - 48 - 1 - eighth - up - 1 - continue - - - - - B - -1 - 4 - - 48 - 1 - eighth - up - 1 - - - - F - 4 - - 48 - 1 - eighth - up - 1 - end - - - - - - - - A - -1 - 4 - - 48 - 1 - eighth - up - 1 - - - 288 - - - - F - 4 - - 48 - 3 - eighth - down - 2 - begin - - - - F - 3 - - 48 - 3 - eighth - down - 2 - continue - - - - - - - - - A - -1 - 3 - - 48 - 3 - eighth - down - 2 - - - - F - 3 - - 48 - 3 - eighth - down - 2 - continue - - - - - - - - A - -1 - 3 - - 48 - 3 - eighth - down - 2 - - - - E - 3 - - 48 - 3 - eighth - natural - down - 2 - continue - - - - - G - 3 - - 48 - 3 - eighth - down - 2 - - - - G - 3 - - 48 - 3 - eighth - down - 2 - continue - - - - - B - -1 - 3 - - 48 - 3 - eighth - down - 2 - - - - F - 3 - - 48 - 3 - eighth - down - 2 - end - - - - - - - - A - -1 - 3 - - 48 - 3 - eighth - down - 2 - - - - - - - E - -1 - 4 - - 48 - 1 - eighth - flat - up - 1 - - - - - G - 4 - - 48 - 1 - eighth - up - 1 - - - - B - 4 - - 48 - 1 - eighth - 1 - - - - B - -1 - 3 - - 48 - 1 - eighth - up - 1 - begin - - - - - G - 4 - - 48 - 1 - eighth - up - 1 - - - - 24 - 1 - 16th - 1 - - - - B - -1 - 3 - - 24 - 1 - 16th - up - 1 - end - backward hook - - - - - G - 4 - - 24 - 1 - 16th - up - 1 - - - - B - -1 - 3 - - 48 - 1 - eighth - up - 1 - - - - - G - 4 - - 48 - 1 - eighth - up - 1 - - - - B - 4 - - 48 - 1 - eighth - 1 - - - 288 - - - - E - -1 - 3 - - 48 - 3 - eighth - flat - down - 2 - - - - - G - 3 - - 48 - 3 - eighth - down - 2 - - - - D - 3 - - 48 - 3 - eighth - 2 - - - - E - -1 - 3 - - 48 - 3 - eighth - down - 2 - begin - - - - 24 - 3 - 16th - 2 - - - - E - -1 - 3 - - 24 - 3 - 16th - down - 2 - end - backward hook - - - - E - -1 - 2 - - 48 - 3 - eighth - up - 2 - - - - D - 3 - - 48 - 3 - eighth - 2 - - - - - - - B - 4 - - 96 - 1 - quarter - 1 - - - - E - -1 - 4 - - 48 - 1 - eighth - up - 1 - begin - - - - - G - 4 - - 48 - 1 - eighth - up - 1 - - - - 24 - 1 - 16th - 1 - - - - E - -1 - 4 - - 24 - 1 - 16th - up - 1 - end - backward hook - - - - - G - 4 - - 24 - 1 - 16th - up - 1 - - - - E - -1 - 4 - - 48 - 1 - eighth - up - 1 - begin - - - - - A - -1 - 4 - - 48 - 1 - eighth - up - 1 - - - - - E - -1 - 5 - - 48 - 1 - eighth - up - 1 - - - - E - -1 - 4 - - 48 - 1 - eighth - up - 1 - end - - - - - G - 4 - - 48 - 1 - eighth - up - 1 - - - 288 - - - - D - 3 - - 96 - 3 - quarter - 2 - - - - C - 4 - - 48 - 3 - eighth - down - 2 - begin - - - - C - 4 - - 24 - 3 - 16th - 2 - - - - C - 4 - - 24 - 3 - 16th - down - 2 - end - backward hook - - - - C - 3 - - 48 - 3 - eighth - up - 2 - begin - - - - B - -1 - 2 - - 48 - 3 - eighth - up - 2 - end - - - - - - - C - 4 - - 48 - 1 - eighth - up - 1 - - - - - F - 4 - - 48 - 1 - eighth - up - 1 - - - - B - 4 - - 48 - 1 - eighth - 1 - - - - C - 4 - - 48 - 1 - eighth - up - 1 - begin - - - - - F - 4 - - 48 - 1 - eighth - up - 1 - - - - 24 - 1 - 16th - 1 - - - - C - 4 - - 24 - 1 - 16th - up - 1 - end - backward hook - - - - - F - 4 - - 24 - 1 - 16th - up - 1 - - - - C - 4 - - 48 - 1 - eighth - up - 1 - - - - - E - -1 - 4 - - 48 - 1 - eighth - up - 1 - - - - - F - 4 - - 48 - 1 - eighth - up - 1 - - - - - C - 5 - - 48 - 1 - eighth - up - 1 - - - - B - 4 - - 48 - 1 - eighth - 1 - - - 288 - - - - A - -1 - 2 - - 48 - 3 - eighth - up - 2 - - - - D - 3 - - 48 - 3 - eighth - 2 - - - - A - -1 - 3 - - 48 - 3 - eighth - down - 2 - begin - - - - 24 - 3 - 16th - 2 - - - - A - -1 - 2 - - 24 - 3 - 16th - down - 2 - end - backward hook - - - - - A - -1 - 3 - - 24 - 3 - 16th - down - 2 - - - - A - 2 - - 96 - 3 - quarter - natural - down - 2 - - - - - A - 3 - - 96 - 3 - quarter - natural - down - 2 - - - - - - - D - 4 - - 48 - 1 - eighth - up - 1 - - - - - F - 4 - - 48 - 1 - eighth - up - 1 - - - - B - 4 - - 48 - 1 - eighth - 1 - - - - F - 4 - - 48 - 1 - eighth - up - 1 - begin - - - - - B - -1 - 4 - - 48 - 1 - eighth - up - 1 - - - - 24 - 1 - 16th - 1 - - - - F - 4 - - 24 - 1 - 16th - up - 1 - end - backward hook - - - - - B - -1 - 4 - - 24 - 1 - 16th - up - 1 - - - - G - 4 - - 48 - 1 - eighth - up - 1 - - - - - B - -1 - 4 - - 48 - 1 - eighth - up - 1 - - - - B - 4 - - 48 - 1 - eighth - 1 - - - 288 - - - - B - -1 - 2 - - 48 - 3 - eighth - down - 2 - - - - - B - -1 - 3 - - 48 - 3 - eighth - down - 2 - - - - D - 3 - - 48 - 3 - eighth - 2 - - - - D - 3 - - 48 - 3 - eighth - down - 2 - begin - - - - - B - -1 - 3 - - 48 - 3 - eighth - down - 2 - - - - 24 - 3 - 16th - 2 - - - - D - 3 - - 24 - 3 - 16th - down - 2 - end - backward hook - - - - - B - -1 - 3 - - 24 - 3 - 16th - down - 2 - - - - E - -1 - 3 - - 48 - 3 - eighth - down - 2 - - - - - B - -1 - 3 - - 48 - 3 - eighth - down - 2 - - - - D - 3 - - 48 - 3 - eighth - 2 - - - - - diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/Binchois.musicxml canorus-0.7.3.RC3+dfsg/examples/musicxml/Binchois.musicxml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/Binchois.musicxml 1970-01-01 00:00:00.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/Binchois.musicxml 2018-06-20 18:42:55.000000000 +0000 @@ -0,0 +1,2401 @@ + + + + Excerpt from Magnificat secundi toni + + Gilles Binchois + Copyright 2003 Recordare LLC + + Finale 2003 for Windows + Dolet for Finale 1.3 + 2003-12-02 + + + + + Cantus + + Cantus + + + + Cantus 2 and Tenor + + Cantus 2 + + + Tenor + + + + + + + 8 + + -1 + + + F + 4 + + + + + Chorus + + + + + C + 4 + + 8 + 1 + quarter + none + + begin + Ma + + + + + D + 4 + + 8 + 1 + quarter + none + + middle + gni + + + + + C + 4 + + 8 + 1 + quarter + none + + + + + middle + fi + + + + + F + 4 + + 8 + 1 + quarter + none + + + + + + + F + 4 + + 8 + 1 + quarter + none + + end + cat + + + + + + + -1 + + + + F + 4 + + + + + (C.) + + + + + 8 + 1 + quarter + + + + 8 + 1 + quarter + + + + F + 4 + + 8 + 1 + quarter + down + + begin + A + + + + + + + F + 4 + + 4 + 1 + eighth + down + + middle + ni + + + + + G + 4 + + 8 + 1 + quarter + down + + end + ma + + + + + E + 4 + + 4 + 1 + eighth + down + + + + D + 4 + + 6 + 1 + eighth + + down + begin + + begin + me + + + + + C + 4 + + 2 + 1 + 16th + down + end + backward hook + + + + + + C + 4 + + 8 + 1 + quarter + down + + end + a + + + + + 8 + 1 + quarter + + + + F + 3 + + 4 + 1 + eighth + down + begin + + begin + do + + + + + A + 3 + + 4 + + 1 + eighth + down + end + + + + + + + + + A + 3 + + 4 + + 1 + eighth + down + begin + + + + + + + F + 3 + + 4 + 1 + eighth + down + end + + + + C + 4 + + 4 + 1 + eighth + down + begin + + + + A + 3 + + 4 + 1 + eighth + down + end + + + + + + 1 + + + + G + 3 + + 8 + 1 + quarter + down + + + + + + + + 3 + + + + F + 3 + + 8 + 1 + quarter + down + + + + 4 + 1 + eighth + + + + F + 4 + + 4 + 1 + eighth + down + + + + E + 4 + + 6 + 1 + eighth + + down + begin + + + + D + 4 + + 2 + 1 + 16th + down + end + backward hook + + + + + + F + 4 + + 4 + 1 + eighth + down + begin + + + + E + 4 + + 4 + + 1 + eighth + down + end + + + + + + + E + 4 + + 2 + + 1 + 16th + down + begin + begin + + + + + + + D + 4 + + 2 + 1 + 16th + down + continue + end + + + + D + 4 + + 4 + 1 + eighth + down + end + + middle + mi + + + + + C + 1 + 4 + + 4 + 1 + eighth + sharp + down + begin + + + + B + 3 + + 2 + 1 + 16th + natural + down + continue + begin + + + + C + 1 + 4 + + 2 + 1 + 16th + down + end + end + + + + + + D + 4 + + 24 + 1 + half + + down + + end + num. + + + + light-light + + + + + + + D + 4 + + 8 + 1 + quarter + down + + single + Et + + + + + C + 4 + + 4 + 1 + eighth + down + begin + + + + F + 4 + + 4 + 1 + eighth + down + continue + + + + E + 4 + + 4 + 1 + eighth + down + continue + + + + D + 4 + + 4 + 1 + eighth + down + end + + + + + + F + 4 + + 8 + 1 + quarter + down + + begin + ex + + + + + F + 4 + + 8 + 1 + quarter + down + + middle + ul + + + + + F + 4 + + 8 + 1 + quarter + down + + middle + ta + + + + + + + + + + + + F + 4 + + 8 + 1 + quarter + down + + end + vit + + + + + E + 4 + + 8 + 1 + quarter + down + + + + + + + + + -6 + + + + 8 + 1 + quarter + + + + + + E + 4 + + 12 + 1 + quarter + + down + + begin + spi + + + + + D + 4 + + 4 + 1 + eighth + down + + + + F + 4 + + 4 + 1 + eighth + down + begin + + middle + ri + + + + + E + 4 + + 4 + 1 + eighth + down + end + + + + + + C + 4 + + 4 + 1 + eighth + down + begin + + + + B + -1 + 3 + + 2 + 1 + 16th + down + continue + begin + + + + C + 4 + + 2 + 1 + 16th + down + end + end + + + + D + 4 + + 12 + 1 + quarter + + down + + end + tus + + + + + C + 4 + + 4 + 1 + eighth + down + + + + + + + + + + + A + 3 + + 8 + 1 + quarter + down + + begin + me + + + + + B + -1 + 3 + + 12 + 1 + quarter + + down + + + + + + -6 + + + + A + 3 + + 4 + 1 + eighth + down + + + + + + A + 3 + + 12 + 1 + quarter + + down + + + + G + 3 + + 4 + 1 + eighth + down + + + + G + 3 + + 4 + 1 + eighth + down + begin + + + + F + 3 + + 4 + 1 + eighth + down + end + + + + + + A + 3 + + 16 + 1 + half + down + + + + + end + us + + + + + 8 + 1 + quarter + + + + + + + + + + + E + 4 + + 8 + 1 + quarter + down + + single + in + + + + + F + 4 + + 12 + 1 + quarter + + down + + + + + + -7 + + + + D + 4 + + 4 + 1 + eighth + down + + + + + + + 8 + + -1 + + 0 + 2 + + F + 4 + + + + + 40 + 1 + + + + + + -1 + + + 1 + + F + 4 + + + + + (CT.) + + + + + 8 + + 1 + quarter + + + + 8 + + 1 + quarter + + + + F + 3 + + 8 + + 1 + quarter + down + + begin + A + + + + 24 + + + + 8 + + 2 + quarter + + + + 8 + + 2 + quarter + + + + F + 3 + + 8 + + 2 + quarter + down + + + + + + D + 3 + + 4 + + 1 + eighth + up + begin + + middle + ni + + + + + C + 3 + + 4 + + 1 + eighth + up + end + + + + E + 3 + + 8 + + 1 + quarter + down + + end + ma + + + + + F + 3 + + 4 + + 1 + eighth + down + begin + + begin + me + + + + + G + 3 + + 4 + + 1 + eighth + up + end + + + 24 + + + + D + 3 + + 4 + + 2 + eighth + up + begin + + + + C + 3 + + 4 + + 2 + eighth + down + end + + + + E + 3 + + 8 + + 2 + quarter + down + + + + F + 3 + + 4 + + 2 + eighth + down + begin + + + + G + 3 + + 4 + + 2 + eighth + down + end + + + + + + A + 3 + + 8 + + 1 + quarter + down + + + + F + 3 + + 4 + + 1 + eighth + down + + end + a + + + + + A + 3 + + 8 + + 1 + quarter + down + + begin + do + + + + + F + 3 + + 4 + + 1 + eighth + down + + + 24 + + + + A + 3 + + 8 + + 2 + quarter + down + + + + F + 3 + + 4 + + 2 + eighth + down + + + + A + 3 + + 8 + + 2 + quarter + down + + + + F + 3 + + 4 + + 2 + eighth + down + + + + + + C + 4 + + 4 + + 1 + eighth + down + begin + + + + A + 3 + + 4 + + 1 + eighth + up + end + + + + F + 3 + + 8 + + 1 + quarter + down + + + + 4 + + 1 + eighth + + + + B + -1 + 3 + + 4 + + 1 + eighth + down + + + 24 + + + + C + 4 + + 4 + + 2 + eighth + down + begin + + + + A + 3 + + 4 + + 2 + eighth + down + end + + + + F + 3 + + 8 + + 2 + quarter + down + + + + 4 + + 2 + eighth + + + + B + -1 + 3 + + 4 + + 2 + eighth + down + + + + + + A + 3 + + 4 + + 1 + eighth + down + + + + C + 4 + + 8 + + 1 + quarter + down + + + + A + 3 + + 4 + + 1 + eighth + down + + + + G + 3 + + 8 + + 1 + quarter + down + + + 24 + + + + A + 3 + + 4 + + 2 + eighth + down + + + + C + 4 + + 8 + + 2 + quarter + down + + + + A + 3 + + 4 + + 2 + eighth + down + + + + G + 3 + + 8 + + 2 + quarter + down + + + + + + F + 3 + + 4 + + 1 + eighth + down + begin + + + + C + 3 + + 4 + + 1 + eighth + up + continue + + middle + mi + + + + + D + 3 + + 4 + + 1 + eighth + up + continue + + + + F + 3 + + 4 + + 1 + eighth + up + end + + + + E + 3 + + 8 + + 1 + quarter + down + + + 24 + + + + F + 3 + + 4 + + 2 + eighth + down + begin + + + + C + 3 + + 4 + + 2 + eighth + down + continue + + + + D + 3 + + 4 + + 2 + eighth + down + continue + + + + F + 3 + + 4 + + 2 + eighth + down + end + + + + E + 3 + + 8 + + 2 + quarter + down + + + + + + D + 3 + + 24 + + 1 + half + + down + + end + num. + + + + 24 + + + + D + 3 + + 24 + + 2 + half + + down + + + light-light + + + + + + + T.(instr.) + + + + + CT.(instr.) + + + + + A + 3 + + 12 + + 1 + quarter + + up + + + + F + 3 + + 4 + + 1 + eighth + up + + + + B + -1 + 3 + + 8 + + 1 + quarter + up + + + 24 + + + + D + 3 + + 8 + + 2 + quarter + down + + + + F + 3 + + 4 + + 2 + eighth + down + begin + + + + A + 3 + + 4 + + 2 + eighth + down + end + + + + G + 3 + + 8 + + 2 + quarter + down + + + + + + C + 4 + + 8 + + 1 + quarter + up + + + + A + 3 + + 4 + + 1 + eighth + up + begin + + + + G + 3 + + 4 + + 1 + eighth + up + end + + + + B + -1 + 3 + + 8 + + 1 + quarter + up + + + 24 + + + + F + 3 + + 8 + + 2 + quarter + down + + + + F + 3 + + 4 + + 2 + eighth + down + begin + + + + F + 3 + + 4 + + 2 + eighth + down + end + + + + D + 3 + + 8 + + 2 + quarter + down + + + + + + B + -1 + 3 + + 8 + + 1 + quarter + up + + + + C + 4 + + 4 + + 1 + eighth + up + begin + + + + B + -1 + 3 + + 4 + + 1 + eighth + up + end + + + + G + 3 + + 8 + + 1 + quarter + up + + + + + + 24 + + + + D + 3 + + 8 + + 2 + quarter + down + + + + C + 3 + + 16 + + 2 + half + down + + + + + + + + + C + 3 + + 16 + + 1 + half + up + + + + B + -1 + 2 + + 8 + + 1 + quarter + up + + + 24 + + + + G + 3 + + 12 + + 2 + quarter + + down + + + + F + 3 + + 4 + + 2 + eighth + down + + + + D + 3 + + 8 + + 2 + quarter + down + + + + + + + + + + + + + + + + A + 2 + + 8 + + 1 + quarter + up + + + + A + 3 + + 12 + + 1 + quarter + + up + + + + + + -10 + + + + + + -6 + + + + F + 3 + + 4 + + 1 + eighth + up + + + 24 + + + + E + 3 + + 8 + + 2 + quarter + down + + + + D + 3 + + 16 + + 2 + half + down + + + + + + + + + + + F + 3 + + 8 + + 1 + quarter + up + + + + 8 + + 1 + quarter + + + + E + 3 + + 4 + + 1 + eighth + up + begin + + + + E + 3 + + 4 + + + 1 + eighth + up + end + + + + + + 24 + + + + D + 3 + + 16 + + 2 + half + down + + + + C + 3 + + 8 + + + 2 + quarter + down + + + + + + + + + E + 3 + + 4 + + + 1 + eighth + up + begin + + + + + + + F + 3 + + 4 + + 1 + eighth + up + end + + + + D + 3 + + 4 + + 1 + eighth + up + + + + + + -3 + + + + D + 3 + + 8 + + 1 + quarter + up + + + + C + 3 + + 4 + + 1 + eighth + up + + + 24 + + + + C + 3 + + 8 + + + 2 + quarter + down + + + + + + + B + -1 + 2 + + 16 + + 2 + half + down + + + + + + E + 3 + + 16 + + 1 + half + up + + + + + + + 8 + + 1 + quarter + + + 24 + + + + A + 2 + + 16 + + 2 + half + down + + + + + + + 8 + + 2 + quarter + + + + + + + + + + + A + 2 + + 8 + + 1 + quarter + up + + + + A + 3 + + 12 + + 1 + quarter + + up + + + + + + -5 + + + + F + 3 + + 4 + + 1 + eighth + up + + + 24 + + + + C + 3 + + 8 + + 2 + quarter + down + + + + D + 3 + + 16 + + 2 + half + down + + + + diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/Binchois.xml canorus-0.7.3.RC3+dfsg/examples/musicxml/Binchois.xml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/Binchois.xml 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/Binchois.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,2401 +0,0 @@ - - - - Excerpt from Magnificat secundi toni - - Gilles Binchois - Copyright 2003 Recordare LLC - - Finale 2003 for Windows - Dolet for Finale 1.3 - 2003-12-02 - - - - - Cantus - - Cantus - - - - Cantus 2 and Tenor - - Cantus 2 - - - Tenor - - - - - - - 8 - - -1 - - - F - 4 - - - - - Chorus - - - - - C - 4 - - 8 - 1 - quarter - none - - begin - Ma - - - - - D - 4 - - 8 - 1 - quarter - none - - middle - gni - - - - - C - 4 - - 8 - 1 - quarter - none - - - - - middle - fi - - - - - F - 4 - - 8 - 1 - quarter - none - - - - - - - F - 4 - - 8 - 1 - quarter - none - - end - cat - - - - - - - -1 - - - - F - 4 - - - - - (C.) - - - - - 8 - 1 - quarter - - - - 8 - 1 - quarter - - - - F - 4 - - 8 - 1 - quarter - down - - begin - A - - - - - - - F - 4 - - 4 - 1 - eighth - down - - middle - ni - - - - - G - 4 - - 8 - 1 - quarter - down - - end - ma - - - - - E - 4 - - 4 - 1 - eighth - down - - - - D - 4 - - 6 - 1 - eighth - - down - begin - - begin - me - - - - - C - 4 - - 2 - 1 - 16th - down - end - backward hook - - - - - - C - 4 - - 8 - 1 - quarter - down - - end - a - - - - - 8 - 1 - quarter - - - - F - 3 - - 4 - 1 - eighth - down - begin - - begin - do - - - - - A - 3 - - 4 - - 1 - eighth - down - end - - - - - - - - - A - 3 - - 4 - - 1 - eighth - down - begin - - - - - - - F - 3 - - 4 - 1 - eighth - down - end - - - - C - 4 - - 4 - 1 - eighth - down - begin - - - - A - 3 - - 4 - 1 - eighth - down - end - - - - - - 1 - - - - G - 3 - - 8 - 1 - quarter - down - - - - - - - - 3 - - - - F - 3 - - 8 - 1 - quarter - down - - - - 4 - 1 - eighth - - - - F - 4 - - 4 - 1 - eighth - down - - - - E - 4 - - 6 - 1 - eighth - - down - begin - - - - D - 4 - - 2 - 1 - 16th - down - end - backward hook - - - - - - F - 4 - - 4 - 1 - eighth - down - begin - - - - E - 4 - - 4 - - 1 - eighth - down - end - - - - - - - E - 4 - - 2 - - 1 - 16th - down - begin - begin - - - - - - - D - 4 - - 2 - 1 - 16th - down - continue - end - - - - D - 4 - - 4 - 1 - eighth - down - end - - middle - mi - - - - - C - 1 - 4 - - 4 - 1 - eighth - sharp - down - begin - - - - B - 3 - - 2 - 1 - 16th - natural - down - continue - begin - - - - C - 1 - 4 - - 2 - 1 - 16th - down - end - end - - - - - - D - 4 - - 24 - 1 - half - - down - - end - num. - - - - light-light - - - - - - - D - 4 - - 8 - 1 - quarter - down - - single - Et - - - - - C - 4 - - 4 - 1 - eighth - down - begin - - - - F - 4 - - 4 - 1 - eighth - down - continue - - - - E - 4 - - 4 - 1 - eighth - down - continue - - - - D - 4 - - 4 - 1 - eighth - down - end - - - - - - F - 4 - - 8 - 1 - quarter - down - - begin - ex - - - - - F - 4 - - 8 - 1 - quarter - down - - middle - ul - - - - - F - 4 - - 8 - 1 - quarter - down - - middle - ta - - - - - - - - - - - - F - 4 - - 8 - 1 - quarter - down - - end - vit - - - - - E - 4 - - 8 - 1 - quarter - down - - - - - - - - - -6 - - - - 8 - 1 - quarter - - - - - - E - 4 - - 12 - 1 - quarter - - down - - begin - spi - - - - - D - 4 - - 4 - 1 - eighth - down - - - - F - 4 - - 4 - 1 - eighth - down - begin - - middle - ri - - - - - E - 4 - - 4 - 1 - eighth - down - end - - - - - - C - 4 - - 4 - 1 - eighth - down - begin - - - - B - -1 - 3 - - 2 - 1 - 16th - down - continue - begin - - - - C - 4 - - 2 - 1 - 16th - down - end - end - - - - D - 4 - - 12 - 1 - quarter - - down - - end - tus - - - - - C - 4 - - 4 - 1 - eighth - down - - - - - - - - - - - A - 3 - - 8 - 1 - quarter - down - - begin - me - - - - - B - -1 - 3 - - 12 - 1 - quarter - - down - - - - - - -6 - - - - A - 3 - - 4 - 1 - eighth - down - - - - - - A - 3 - - 12 - 1 - quarter - - down - - - - G - 3 - - 4 - 1 - eighth - down - - - - G - 3 - - 4 - 1 - eighth - down - begin - - - - F - 3 - - 4 - 1 - eighth - down - end - - - - - - A - 3 - - 16 - 1 - half - down - - - - - end - us - - - - - 8 - 1 - quarter - - - - - - - - - - - E - 4 - - 8 - 1 - quarter - down - - single - in - - - - - F - 4 - - 12 - 1 - quarter - - down - - - - - - -7 - - - - D - 4 - - 4 - 1 - eighth - down - - - - - - - 8 - - -1 - - 0 - 2 - - F - 4 - - - - - 40 - 1 - - - - - - -1 - - - 1 - - F - 4 - - - - - (CT.) - - - - - 8 - - 1 - quarter - - - - 8 - - 1 - quarter - - - - F - 3 - - 8 - - 1 - quarter - down - - begin - A - - - - 24 - - - - 8 - - 2 - quarter - - - - 8 - - 2 - quarter - - - - F - 3 - - 8 - - 2 - quarter - down - - - - - - D - 3 - - 4 - - 1 - eighth - up - begin - - middle - ni - - - - - C - 3 - - 4 - - 1 - eighth - up - end - - - - E - 3 - - 8 - - 1 - quarter - down - - end - ma - - - - - F - 3 - - 4 - - 1 - eighth - down - begin - - begin - me - - - - - G - 3 - - 4 - - 1 - eighth - up - end - - - 24 - - - - D - 3 - - 4 - - 2 - eighth - up - begin - - - - C - 3 - - 4 - - 2 - eighth - down - end - - - - E - 3 - - 8 - - 2 - quarter - down - - - - F - 3 - - 4 - - 2 - eighth - down - begin - - - - G - 3 - - 4 - - 2 - eighth - down - end - - - - - - A - 3 - - 8 - - 1 - quarter - down - - - - F - 3 - - 4 - - 1 - eighth - down - - end - a - - - - - A - 3 - - 8 - - 1 - quarter - down - - begin - do - - - - - F - 3 - - 4 - - 1 - eighth - down - - - 24 - - - - A - 3 - - 8 - - 2 - quarter - down - - - - F - 3 - - 4 - - 2 - eighth - down - - - - A - 3 - - 8 - - 2 - quarter - down - - - - F - 3 - - 4 - - 2 - eighth - down - - - - - - C - 4 - - 4 - - 1 - eighth - down - begin - - - - A - 3 - - 4 - - 1 - eighth - up - end - - - - F - 3 - - 8 - - 1 - quarter - down - - - - 4 - - 1 - eighth - - - - B - -1 - 3 - - 4 - - 1 - eighth - down - - - 24 - - - - C - 4 - - 4 - - 2 - eighth - down - begin - - - - A - 3 - - 4 - - 2 - eighth - down - end - - - - F - 3 - - 8 - - 2 - quarter - down - - - - 4 - - 2 - eighth - - - - B - -1 - 3 - - 4 - - 2 - eighth - down - - - - - - A - 3 - - 4 - - 1 - eighth - down - - - - C - 4 - - 8 - - 1 - quarter - down - - - - A - 3 - - 4 - - 1 - eighth - down - - - - G - 3 - - 8 - - 1 - quarter - down - - - 24 - - - - A - 3 - - 4 - - 2 - eighth - down - - - - C - 4 - - 8 - - 2 - quarter - down - - - - A - 3 - - 4 - - 2 - eighth - down - - - - G - 3 - - 8 - - 2 - quarter - down - - - - - - F - 3 - - 4 - - 1 - eighth - down - begin - - - - C - 3 - - 4 - - 1 - eighth - up - continue - - middle - mi - - - - - D - 3 - - 4 - - 1 - eighth - up - continue - - - - F - 3 - - 4 - - 1 - eighth - up - end - - - - E - 3 - - 8 - - 1 - quarter - down - - - 24 - - - - F - 3 - - 4 - - 2 - eighth - down - begin - - - - C - 3 - - 4 - - 2 - eighth - down - continue - - - - D - 3 - - 4 - - 2 - eighth - down - continue - - - - F - 3 - - 4 - - 2 - eighth - down - end - - - - E - 3 - - 8 - - 2 - quarter - down - - - - - - D - 3 - - 24 - - 1 - half - - down - - end - num. - - - - 24 - - - - D - 3 - - 24 - - 2 - half - - down - - - light-light - - - - - - - T.(instr.) - - - - - CT.(instr.) - - - - - A - 3 - - 12 - - 1 - quarter - - up - - - - F - 3 - - 4 - - 1 - eighth - up - - - - B - -1 - 3 - - 8 - - 1 - quarter - up - - - 24 - - - - D - 3 - - 8 - - 2 - quarter - down - - - - F - 3 - - 4 - - 2 - eighth - down - begin - - - - A - 3 - - 4 - - 2 - eighth - down - end - - - - G - 3 - - 8 - - 2 - quarter - down - - - - - - C - 4 - - 8 - - 1 - quarter - up - - - - A - 3 - - 4 - - 1 - eighth - up - begin - - - - G - 3 - - 4 - - 1 - eighth - up - end - - - - B - -1 - 3 - - 8 - - 1 - quarter - up - - - 24 - - - - F - 3 - - 8 - - 2 - quarter - down - - - - F - 3 - - 4 - - 2 - eighth - down - begin - - - - F - 3 - - 4 - - 2 - eighth - down - end - - - - D - 3 - - 8 - - 2 - quarter - down - - - - - - B - -1 - 3 - - 8 - - 1 - quarter - up - - - - C - 4 - - 4 - - 1 - eighth - up - begin - - - - B - -1 - 3 - - 4 - - 1 - eighth - up - end - - - - G - 3 - - 8 - - 1 - quarter - up - - - - - - 24 - - - - D - 3 - - 8 - - 2 - quarter - down - - - - C - 3 - - 16 - - 2 - half - down - - - - - - - - - C - 3 - - 16 - - 1 - half - up - - - - B - -1 - 2 - - 8 - - 1 - quarter - up - - - 24 - - - - G - 3 - - 12 - - 2 - quarter - - down - - - - F - 3 - - 4 - - 2 - eighth - down - - - - D - 3 - - 8 - - 2 - quarter - down - - - - - - - - - - - - - - - - A - 2 - - 8 - - 1 - quarter - up - - - - A - 3 - - 12 - - 1 - quarter - - up - - - - - - -10 - - - - - - -6 - - - - F - 3 - - 4 - - 1 - eighth - up - - - 24 - - - - E - 3 - - 8 - - 2 - quarter - down - - - - D - 3 - - 16 - - 2 - half - down - - - - - - - - - - - F - 3 - - 8 - - 1 - quarter - up - - - - 8 - - 1 - quarter - - - - E - 3 - - 4 - - 1 - eighth - up - begin - - - - E - 3 - - 4 - - - 1 - eighth - up - end - - - - - - 24 - - - - D - 3 - - 16 - - 2 - half - down - - - - C - 3 - - 8 - - - 2 - quarter - down - - - - - - - - - E - 3 - - 4 - - - 1 - eighth - up - begin - - - - - - - F - 3 - - 4 - - 1 - eighth - up - end - - - - D - 3 - - 4 - - 1 - eighth - up - - - - - - -3 - - - - D - 3 - - 8 - - 1 - quarter - up - - - - C - 3 - - 4 - - 1 - eighth - up - - - 24 - - - - C - 3 - - 8 - - - 2 - quarter - down - - - - - - - B - -1 - 2 - - 16 - - 2 - half - down - - - - - - E - 3 - - 16 - - 1 - half - up - - - - - - - 8 - - 1 - quarter - - - 24 - - - - A - 2 - - 16 - - 2 - half - down - - - - - - - 8 - - 2 - quarter - - - - - - - - - - - A - 2 - - 8 - - 1 - quarter - up - - - - A - 3 - - 12 - - 1 - quarter - - up - - - - - - -5 - - - - F - 3 - - 4 - - 1 - eighth - up - - - 24 - - - - C - 3 - - 8 - - 2 - quarter - down - - - - D - 3 - - 16 - - 2 - half - down - - - - diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/BrahWiMeSample.musicxml canorus-0.7.3.RC3+dfsg/examples/musicxml/BrahWiMeSample.musicxml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/BrahWiMeSample.musicxml 1970-01-01 00:00:00.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/BrahWiMeSample.musicxml 2018-06-20 18:42:55.000000000 +0000 @@ -0,0 +1,3012 @@ + + + + Wie Melodien zieht es mir (Page 1) + + Johannes Brahms + Copyright © 2002 Recordare LLC + + Finale 2005 for Windows + Dolet 4.0 Beta 4 for Finale + 2007-06-19 + + + + + + + 6.35 + 40 + + + 1760 + 1360 + + 80 + 80 + 80 + 80 + + + + + 0 + 0 + + 130 + 70 + + + 80 + + + 0.625 + 3.75 + 0.9375 + 1.4062 + 3.75 + 1.4062 + 0.625 + 0.9375 + 0.9375 + 0.625 + 60 + 60 + + + + + + + Copyright © 2002 Recordare LLC + + + Wie Melodien zieht es mir + + + Op. 105, No. 1 + + + Klaus Groth + + + Johannes Brahms + + + + Voice + + Voice + + + 1 + 53 + + + + Piano + + Acoustic Grand Piano + + + 2 + 1 + + + + + + + + + + 120 + 0 + + 230 + + + + 2 + + 3 + major + + + + G + 2 + + + + + Zart + + + + + + 2 + 1 + quarter + + + + C + 1 + 4 + + 2 + 1 + quarter + up + + single + Wie + + + + + E + 4 + + 2 + 1 + quarter + up + + begin + Me + + + + + A + 4 + + 2 + 1 + quarter + up + + middle + lo + + + + + + + + D + 5 + + 2 + 1 + quarter + down + + + + + middle + di + + + + + C + 1 + 5 + + 2 + 1 + quarter + down + + + + + + + B + 4 + + 2 + 1 + quarter + down + + + + + end + en + + + + + + A + 4 + + 2 + 1 + quarter + up + + + + + + + + + + G + 1 + 4 + + 4 + 1 + half + up + + single + zieht + + + + + F + 1 + 4 + + 2 + 1 + quarter + up + + single + es + + + + + A + 4 + + 2 + 1 + quarter + up + + single + mir + + + + + + + + F + 4 + + 3 + 1 + quarter + + natural + up + + begin + lei + + + + + G + 4 + + 1 + 1 + eighth + natural + up + + end + se + + + + + F + 4 + + 3 + 1 + quarter + + up + + single + durch + + + + + G + 4 + + 1 + 1 + eighth + up + + single + den + + + + + + + + 165 + + + + + E + 4 + + 4 + 1 + half + up + + single + Sinn, + + + + + 2 + 1 + quarter + + + + C + 1 + 5 + + 2 + 1 + quarter + down + + single + wie + + + + + + + + B + 4 + + 3 + 1 + quarter + + down + + begin + Früh + + + + + F + 1 + 4 + + 1 + 1 + eighth + up + + middle + lings + + + + + G + 1 + 4 + + 3 + 1 + quarter + + up + + middle + blu + + + + + E + 4 + + 1 + 1 + eighth + up + + end + men + + + + + + + + B + 4 + + 4 + 1 + half + down + + single + blüht + + + + + A + 4 + + 2 + 1 + quarter + up + + single + es + + + + + E + 5 + + 2 + 1 + quarter + down + + single + und + + + + + + + + D + 1 + 5 + + 3 + 1 + quarter + + sharp + down + + single + schwebt + + + + + C + 1 + 5 + + 1 + 1 + eighth + down + + single + wie + + + + + B + 4 + + 3 + 1 + quarter + + down + + single + Duft + + + + + F + 2 + 4 + + 1 + 1 + eighth + double-sharp + up + + begin + da + + + + + + + + 165 + + + + + G + 1 + 4 + + 4 + 1 + half + up + + end + hin, + + + + + 4 + 1 + half + + + + + + + 4 + 1 + half + + + + 2 + 1 + quarter + + + + B + 1 + 4 + + 2 + 1 + quarter + sharp + down + + single + und + + + + + + + + D + 1 + 5 + + 3 + 1 + quarter + + sharp + down + + single + schwebt + + + + + C + 1 + 5 + + 1 + 1 + eighth + down + + single + wie + + + + + A + 4 + + 3 + 1 + quarter + + up + + single + Duft + + + + + D + 1 + 4 + + 1 + 1 + eighth + sharp + up + + begin + da + + + + + + + + E + 4 + + 4 + 1 + half + up + + end + hin. + + + + + 4 + 1 + half + + + + + + + 8 + 1 + + + + + + + + + 100 + + + 60 + + + + 8 + + 3 + major + + + 2 + + F + 4 + + + F + 4 + + + + + +

+ + + 1 + + + + + 4 + 1 + eighth + 1 + + + + sempre dolce + + 1 + + + + E + 3 + + 4 + 1 + eighth + down + 1 + begin + + + + + + + E + 4 + + 4 + 1 + eighth + down + 1 + continue + + + + C + 1 + 4 + + 4 + 1 + eighth + down + 1 + end + + + + A + 3 + + 4 + 1 + eighth + down + 1 + begin + + + + E + 3 + + 4 + 1 + eighth + down + 1 + continue + + + + C + 1 + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + A + 2 + + 4 + 1 + eighth + up + 2 + end + + + + + + 32 + + + + A + 1 + + 16 + 3 + half + up + 2 + + + + + A + 2 + + 16 + 3 + half + up + 2 + + + + 8 + 3 + quarter + 2 + + + 8 + 3 + 2 + + + + + + + 4 + 1 + eighth + 1 + + + + A + 3 + + 4 + 1 + eighth + down + 1 + begin + + + + + + + A + 4 + + 4 + 1 + eighth + down + 1 + continue + + + + E + 4 + + 4 + 1 + eighth + down + 1 + end + + + + C + 1 + 4 + + 4 + 1 + eighth + down + 1 + begin + + + + A + 3 + + 4 + 1 + eighth + down + 1 + continue + + + + E + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + C + 1 + 3 + + 4 + 1 + eighth + up + 2 + end + + + + + + 32 + + + + C + 1 + 2 + + 16 + 3 + half + up + 2 + + + + 8 + 3 + quarter + 2 + + + 8 + 3 + 2 + + + + + + 32 + 1 + 1 + + + 32 + + + + D + 2 + + 4 + 3 + eighth + up + 2 + begin + + + + + + + A + 2 + + 4 + 3 + eighth + up + 2 + continue + + + + D + 3 + + 4 + 3 + eighth + up + 2 + continue + + + + + + + F + 1 + 3 + + 4 + 3 + eighth + down + 1 + end + + + + + A + 3 + + 4 + 3 + eighth + down + 1 + + + + D + 2 + + 4 + 3 + eighth + up + 2 + begin + + + + + + + D + 3 + + 4 + 3 + eighth + up + 2 + continue + + + + F + 1 + 3 + + 4 + 3 + eighth + up + 2 + continue + + + + + + + A + 3 + + 4 + 3 + eighth + down + 1 + end + + + + + D + 4 + + 4 + 3 + eighth + down + 1 + + + + + + 32 + 1 + 1 + + + 32 + + + + D + 2 + + 4 + 3 + eighth + up + 2 + begin + + + + + + + B + -1 + 2 + + 4 + 3 + eighth + flat + up + 2 + continue + + + + D + 3 + + 4 + 3 + eighth + up + 2 + continue + + + + + + + F + 3 + + 4 + 3 + eighth + natural + down + 1 + end + + + + + B + -1 + 3 + + 4 + 3 + eighth + flat + down + 1 + + + + D + 2 + + 4 + 3 + eighth + up + 2 + begin + + + + + + + D + 3 + + 4 + 3 + eighth + up + 2 + continue + + + + F + 3 + + 4 + 3 + eighth + natural + up + 2 + continue + + + + + + + B + -1 + 3 + + 4 + 3 + eighth + down + 1 + end + + + + + D + 4 + + 4 + 3 + eighth + down + 1 + + + + + + + 70 + + + + 16 + 1 + 1 + + + + G + 2 + + + + + 4 + 1 + eighth + 1 + + + + C + 1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + E + 4 + + 4 + 1 + eighth + up + 1 + + + + 4 + 1 + eighth + 1 + + + + E + 4 + + 4 + 1 + eighth + up + 1 + + + + + A + 4 + + 4 + 1 + eighth + up + 1 + + + 32 + + + + A + 1 + + 4 + 3 + eighth + up + 2 + begin + + + + + + + A + 2 + + 4 + 3 + eighth + up + 2 + continue + + + + E + 3 + + 4 + 3 + eighth + up + 2 + continue + + + + + + + A + 3 + + 4 + 3 + eighth + down + 1 + end + + + + + C + 1 + 4 + + 4 + 3 + eighth + down + 1 + + + + A + 3 + + 4 + 3 + eighth + down + 2 + + + + 4 + 3 + eighth + 2 + + + + C + 1 + 3 + + 4 + 3 + eighth + up + 2 + + + + 4 + 3 + eighth + 2 + + + + + + + 4 + 1 + eighth + 1 + + + + F + 1 + 3 + + 4 + + 1 + eighth + up + 1 + + + + + + + F + 1 + 3 + + 8 + + 1 + quarter + up + 1 + + + + + + + + F + 1 + 4 + + 8 + 1 + quarter + up + 1 + + + + 4 + 1 + eighth + 1 + + + + E + 3 + + 4 + + 1 + eighth + up + 1 + + + + + + + E + 3 + + 8 + + 1 + quarter + up + 1 + + + + + + + + E + 4 + + 8 + 1 + quarter + up + 1 + + + 32 + + + + D + 2 + + 12 + 3 + quarter + + up + 2 + + + + + + + D + 3 + + 4 + 3 + eighth + down + 2 + + + + D + 2 + + 12 + 3 + quarter + + up + 2 + + + + D + 3 + + 4 + 3 + eighth + down + 2 + + + + + + + + + + 4 + 1 + eighth + 1 + + + + E + 3 + + 4 + 1 + eighth + up + 1 + begin + + + + + + + E + 4 + + 4 + 1 + eighth + up + 1 + continue + + + + C + 1 + 4 + + 4 + 1 + eighth + up + 1 + end + + + + 8 + 1 + quarter + 1 + + + + C + 1 + 5 + + 8 + 1 + quarter + down + 1 + + + + + + + + E + 5 + + 8 + 1 + quarter + down + 1 + + + 32 + + + + C + 1 + 2 + + 16 + 3 + half + up + 2 + + + + A + 3 + + 4 + 3 + eighth + up + 2 + begin + + + + E + 3 + + 4 + 3 + eighth + up + 2 + continue + + + + C + 1 + 3 + + 4 + 3 + eighth + up + 2 + continue + + + + A + 2 + + 4 + 3 + eighth + up + 2 + end + + + + + + + + + + B + 4 + + 12 + 1 + quarter + + down + 1 + + + + + D + 1 + 5 + + 12 + 1 + quarter + + sharp + down + 1 + + + + A + 4 + + 4 + 1 + eighth + down + 1 + + + + + C + 1 + 5 + + 4 + 1 + eighth + down + 1 + + + + G + 1 + 4 + + 12 + 1 + quarter + + up + 1 + + + + + B + 4 + + 12 + 1 + quarter + + up + 1 + + + + D + 1 + 4 + + 4 + 1 + eighth + sharp + up + 1 + + + + + + + + F + 2 + 4 + + 4 + 1 + eighth + double-sharp + up + 1 + + + 32 + + + + B + 1 + + 4 + 3 + eighth + up + 2 + begin + + + + + + + B + 2 + + 4 + 3 + eighth + up + 2 + continue + + + + D + 1 + 3 + + 4 + 3 + eighth + sharp + up + 2 + end + + + + + + + 4 + 3 + eighth + 2 + + + + 4 + 3 + eighth + 2 + + + + B + 2 + + 4 + 3 + eighth + down + 2 + begin + + + + + + + A + 3 + + 4 + 3 + eighth + down + 2 + end + + + + + + + 4 + 3 + eighth + 2 + + + + + + + 90 + + + + + E + 4 + + 8 + 1 + quarter + up + 1 + + + + + G + 1 + 4 + + 8 + 1 + quarter + up + 1 + + + + E + 5 + + 16 + 1 + half + down + 1 + + + + + + + + G + 1 + 5 + + 16 + 1 + half + down + 1 + + + + D + 1 + 5 + + 8 + + 1 + quarter + sharp + down + 1 + + + + + + + + F + 1 + 5 + + 8 + + 1 + quarter + down + 1 + + + + + + 32 + + + + E + 2 + + 4 + 3 + eighth + up + 2 + begin + + + + + + + E + 3 + + 4 + 3 + eighth + up + 2 + continue + + + + G + 1 + 3 + + 4 + 3 + eighth + up + 2 + continue + + + + B + 3 + + 4 + 3 + eighth + up + 2 + end + + + + B + 1 + 3 + + 4 + 3 + eighth + sharp + down + 2 + + + + G + 1 + 3 + + 8 + 3 + quarter + down + 2 + + + + E + 3 + + 4 + 3 + eighth + down + 2 + + + + + + + + + + D + 1 + 5 + + 8 + + 1 + quarter + down + 1 + + + + + + + + F + 1 + 5 + + 8 + + 1 + quarter + down + 1 + + + + + + + C + 1 + 5 + + 16 + 1 + half + down + 1 + + + + + E + 5 + + 16 + 1 + half + down + 1 + + + + G + 1 + 4 + + 8 + 1 + quarter + up + 1 + + + + + + + + B + 1 + 4 + + 8 + 1 + quarter + sharp + up + 1 + + + 32 + + + + E + 2 + + 4 + 3 + eighth + down + 2 + begin + + + + + + + E + 3 + + 4 + 3 + eighth + down + 2 + continue + + + + G + 1 + 3 + + 4 + 3 + eighth + down + 2 + continue + + + + C + 1 + 4 + + 4 + 3 + eighth + down + 2 + end + + + + D + 4 + + 4 + 3 + eighth + natural + down + 2 + + + + G + 1 + 3 + + 8 + 3 + quarter + down + 2 + + + + E + 3 + + 4 + 3 + eighth + down + 2 + + + + + + + + + + B + 4 + + 12 + 1 + quarter + + natural + down + 1 + + + + + + + + D + 1 + 5 + + 12 + 1 + quarter + + sharp + down + 1 + + + + A + 4 + + 4 + 1 + eighth + down + 1 + + + + + C + 1 + 5 + + 4 + 1 + eighth + down + 1 + + + + F + 1 + 4 + + 12 + 1 + quarter + + up + 1 + + + + + A + 4 + + 12 + 1 + quarter + + up + 1 + + + + A + 3 + + 4 + 1 + eighth + up + 1 + + + + + + + + D + 1 + 4 + + 4 + 1 + eighth + sharp + up + 1 + + + 32 + + + + A + 1 + + 4 + 3 + eighth + up + 2 + begin + + + + + + + A + 2 + + 4 + 3 + eighth + up + 2 + continue + + + + C + 1 + 3 + + 4 + 3 + eighth + up + 2 + continue + + + + F + 1 + 3 + + 4 + 3 + eighth + up + 2 + end + + + + + + + 4 + 3 + eighth + 2 + + + + B + 1 + + 4 + 3 + eighth + up + 2 + begin + + + + + + + B + 2 + + 4 + 3 + eighth + up + 2 + continue + + + + F + 1 + 3 + + 4 + 3 + eighth + up + 2 + end + + + + + + + + + 16 + 1 + 1 + + + 8 + 1 + 1 + + + + + + -1 + 1 + + + + B + 4 + + 4 + 1 + eighth + 1 + + + + + + 2 + 1 + + + + G + 1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + + 32 + + + + B + 4 + + 4 + 2 + eighth + 1 + + + + E + 4 + + 4 + 2 + eighth + down + 1 + begin + + + + + + + D + 5 + + 4 + 2 + eighth + natural + down + 1 + continue + + + + B + 4 + + 4 + 2 + eighth + down + 1 + end + + + + G + 1 + 4 + + 4 + 2 + eighth + down + 1 + begin + + + + E + 4 + + 4 + 2 + eighth + down + 1 + continue + + + + D + 4 + + 4 + 2 + eighth + up + 2 + continue + + + + B + 3 + + 4 + 2 + eighth + up + 2 + end + + + 32 + + + + E + 2 + + 4 + 3 + eighth + up + 2 + begin + + + + + + + E + 3 + + 4 + 3 + eighth + up + 2 + continue + + + + G + 1 + 3 + + 4 + 3 + eighth + up + 2 + end + + + + + + + 4 + 3 + eighth + 2 + + + + 8 + 3 + quarter + 2 + + + 8 + 3 + 2 + + + + + + + + + 1 + + + + F + 1 + 5 + + 4 + 1 + eighth + down + 1 + begin + + + + D + 5 + + 4 + 1 + eighth + down + 1 + continue + + + + B + 4 + + 4 + 1 + eighth + down + 1 + continue + + + + + + 1 + 1 + + + + G + 1 + 4 + + 4 + 1 + eighth + down + 1 + end + + + + F + 4 + + + + + F + 1 + 4 + + 4 + 1 + eighth + down + 1 + begin + + + + D + 4 + + 4 + 1 + eighth + down + 1 + continue + + + + B + 3 + + 4 + 1 + eighth + down + 1 + continue + + + + G + 1 + 3 + + 4 + 1 + eighth + down + 1 + end + + + + + + 32 + + + + E + 3 + + 8 + 3 + quarter + down + 2 + + + + + + + 8 + 3 + quarter + 2 + + + + 16 + 3 + half + 2 + + + + + diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/BrahWiMeSample.xml canorus-0.7.3.RC3+dfsg/examples/musicxml/BrahWiMeSample.xml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/BrahWiMeSample.xml 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/BrahWiMeSample.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,3012 +0,0 @@ - - - - Wie Melodien zieht es mir (Page 1) - - Johannes Brahms - Copyright © 2002 Recordare LLC - - Finale 2005 for Windows - Dolet 4.0 Beta 4 for Finale - 2007-06-19 - - - - - - - 6.35 - 40 - - - 1760 - 1360 - - 80 - 80 - 80 - 80 - - - - - 0 - 0 - - 130 - 70 - - - 80 - - - 0.625 - 3.75 - 0.9375 - 1.4062 - 3.75 - 1.4062 - 0.625 - 0.9375 - 0.9375 - 0.625 - 60 - 60 - - - - - - - Copyright © 2002 Recordare LLC - - - Wie Melodien zieht es mir - - - Op. 105, No. 1 - - - Klaus Groth - - - Johannes Brahms - - - - Voice - - Voice - - - 1 - 53 - - - - Piano - - Acoustic Grand Piano - - - 2 - 1 - - - - - - - - - - 120 - 0 - - 230 - - - - 2 - - 3 - major - - - - G - 2 - - - - - Zart - - - - - - 2 - 1 - quarter - - - - C - 1 - 4 - - 2 - 1 - quarter - up - - single - Wie - - - - - E - 4 - - 2 - 1 - quarter - up - - begin - Me - - - - - A - 4 - - 2 - 1 - quarter - up - - middle - lo - - - - - - - - D - 5 - - 2 - 1 - quarter - down - - - - - middle - di - - - - - C - 1 - 5 - - 2 - 1 - quarter - down - - - - - - - B - 4 - - 2 - 1 - quarter - down - - - - - end - en - - - - - - A - 4 - - 2 - 1 - quarter - up - - - - - - - - - - G - 1 - 4 - - 4 - 1 - half - up - - single - zieht - - - - - F - 1 - 4 - - 2 - 1 - quarter - up - - single - es - - - - - A - 4 - - 2 - 1 - quarter - up - - single - mir - - - - - - - - F - 4 - - 3 - 1 - quarter - - natural - up - - begin - lei - - - - - G - 4 - - 1 - 1 - eighth - natural - up - - end - se - - - - - F - 4 - - 3 - 1 - quarter - - up - - single - durch - - - - - G - 4 - - 1 - 1 - eighth - up - - single - den - - - - - - - - 165 - - - - - E - 4 - - 4 - 1 - half - up - - single - Sinn, - - - - - 2 - 1 - quarter - - - - C - 1 - 5 - - 2 - 1 - quarter - down - - single - wie - - - - - - - - B - 4 - - 3 - 1 - quarter - - down - - begin - Früh - - - - - F - 1 - 4 - - 1 - 1 - eighth - up - - middle - lings - - - - - G - 1 - 4 - - 3 - 1 - quarter - - up - - middle - blu - - - - - E - 4 - - 1 - 1 - eighth - up - - end - men - - - - - - - - B - 4 - - 4 - 1 - half - down - - single - blüht - - - - - A - 4 - - 2 - 1 - quarter - up - - single - es - - - - - E - 5 - - 2 - 1 - quarter - down - - single - und - - - - - - - - D - 1 - 5 - - 3 - 1 - quarter - - sharp - down - - single - schwebt - - - - - C - 1 - 5 - - 1 - 1 - eighth - down - - single - wie - - - - - B - 4 - - 3 - 1 - quarter - - down - - single - Duft - - - - - F - 2 - 4 - - 1 - 1 - eighth - double-sharp - up - - begin - da - - - - - - - - 165 - - - - - G - 1 - 4 - - 4 - 1 - half - up - - end - hin, - - - - - 4 - 1 - half - - - - - - - 4 - 1 - half - - - - 2 - 1 - quarter - - - - B - 1 - 4 - - 2 - 1 - quarter - sharp - down - - single - und - - - - - - - - D - 1 - 5 - - 3 - 1 - quarter - - sharp - down - - single - schwebt - - - - - C - 1 - 5 - - 1 - 1 - eighth - down - - single - wie - - - - - A - 4 - - 3 - 1 - quarter - - up - - single - Duft - - - - - D - 1 - 4 - - 1 - 1 - eighth - sharp - up - - begin - da - - - - - - - - E - 4 - - 4 - 1 - half - up - - end - hin. - - - - - 4 - 1 - half - - - - - - - 8 - 1 - - - - - - - - - 100 - - - 60 - - - - 8 - - 3 - major - - - 2 - - F - 4 - - - F - 4 - - - - - -

- - - 1 - - - - - 4 - 1 - eighth - 1 - - - - sempre dolce - - 1 - - - - E - 3 - - 4 - 1 - eighth - down - 1 - begin - - - - - - - E - 4 - - 4 - 1 - eighth - down - 1 - continue - - - - C - 1 - 4 - - 4 - 1 - eighth - down - 1 - end - - - - A - 3 - - 4 - 1 - eighth - down - 1 - begin - - - - E - 3 - - 4 - 1 - eighth - down - 1 - continue - - - - C - 1 - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - A - 2 - - 4 - 1 - eighth - up - 2 - end - - - - - - 32 - - - - A - 1 - - 16 - 3 - half - up - 2 - - - - - A - 2 - - 16 - 3 - half - up - 2 - - - - 8 - 3 - quarter - 2 - - - 8 - 3 - 2 - - - - - - - 4 - 1 - eighth - 1 - - - - A - 3 - - 4 - 1 - eighth - down - 1 - begin - - - - - - - A - 4 - - 4 - 1 - eighth - down - 1 - continue - - - - E - 4 - - 4 - 1 - eighth - down - 1 - end - - - - C - 1 - 4 - - 4 - 1 - eighth - down - 1 - begin - - - - A - 3 - - 4 - 1 - eighth - down - 1 - continue - - - - E - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - C - 1 - 3 - - 4 - 1 - eighth - up - 2 - end - - - - - - 32 - - - - C - 1 - 2 - - 16 - 3 - half - up - 2 - - - - 8 - 3 - quarter - 2 - - - 8 - 3 - 2 - - - - - - 32 - 1 - 1 - - - 32 - - - - D - 2 - - 4 - 3 - eighth - up - 2 - begin - - - - - - - A - 2 - - 4 - 3 - eighth - up - 2 - continue - - - - D - 3 - - 4 - 3 - eighth - up - 2 - continue - - - - - - - F - 1 - 3 - - 4 - 3 - eighth - down - 1 - end - - - - - A - 3 - - 4 - 3 - eighth - down - 1 - - - - D - 2 - - 4 - 3 - eighth - up - 2 - begin - - - - - - - D - 3 - - 4 - 3 - eighth - up - 2 - continue - - - - F - 1 - 3 - - 4 - 3 - eighth - up - 2 - continue - - - - - - - A - 3 - - 4 - 3 - eighth - down - 1 - end - - - - - D - 4 - - 4 - 3 - eighth - down - 1 - - - - - - 32 - 1 - 1 - - - 32 - - - - D - 2 - - 4 - 3 - eighth - up - 2 - begin - - - - - - - B - -1 - 2 - - 4 - 3 - eighth - flat - up - 2 - continue - - - - D - 3 - - 4 - 3 - eighth - up - 2 - continue - - - - - - - F - 3 - - 4 - 3 - eighth - natural - down - 1 - end - - - - - B - -1 - 3 - - 4 - 3 - eighth - flat - down - 1 - - - - D - 2 - - 4 - 3 - eighth - up - 2 - begin - - - - - - - D - 3 - - 4 - 3 - eighth - up - 2 - continue - - - - F - 3 - - 4 - 3 - eighth - natural - up - 2 - continue - - - - - - - B - -1 - 3 - - 4 - 3 - eighth - down - 1 - end - - - - - D - 4 - - 4 - 3 - eighth - down - 1 - - - - - - - 70 - - - - 16 - 1 - 1 - - - - G - 2 - - - - - 4 - 1 - eighth - 1 - - - - C - 1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - E - 4 - - 4 - 1 - eighth - up - 1 - - - - 4 - 1 - eighth - 1 - - - - E - 4 - - 4 - 1 - eighth - up - 1 - - - - - A - 4 - - 4 - 1 - eighth - up - 1 - - - 32 - - - - A - 1 - - 4 - 3 - eighth - up - 2 - begin - - - - - - - A - 2 - - 4 - 3 - eighth - up - 2 - continue - - - - E - 3 - - 4 - 3 - eighth - up - 2 - continue - - - - - - - A - 3 - - 4 - 3 - eighth - down - 1 - end - - - - - C - 1 - 4 - - 4 - 3 - eighth - down - 1 - - - - A - 3 - - 4 - 3 - eighth - down - 2 - - - - 4 - 3 - eighth - 2 - - - - C - 1 - 3 - - 4 - 3 - eighth - up - 2 - - - - 4 - 3 - eighth - 2 - - - - - - - 4 - 1 - eighth - 1 - - - - F - 1 - 3 - - 4 - - 1 - eighth - up - 1 - - - - - - - F - 1 - 3 - - 8 - - 1 - quarter - up - 1 - - - - - - - - F - 1 - 4 - - 8 - 1 - quarter - up - 1 - - - - 4 - 1 - eighth - 1 - - - - E - 3 - - 4 - - 1 - eighth - up - 1 - - - - - - - E - 3 - - 8 - - 1 - quarter - up - 1 - - - - - - - - E - 4 - - 8 - 1 - quarter - up - 1 - - - 32 - - - - D - 2 - - 12 - 3 - quarter - - up - 2 - - - - - - - D - 3 - - 4 - 3 - eighth - down - 2 - - - - D - 2 - - 12 - 3 - quarter - - up - 2 - - - - D - 3 - - 4 - 3 - eighth - down - 2 - - - - - - - - - - 4 - 1 - eighth - 1 - - - - E - 3 - - 4 - 1 - eighth - up - 1 - begin - - - - - - - E - 4 - - 4 - 1 - eighth - up - 1 - continue - - - - C - 1 - 4 - - 4 - 1 - eighth - up - 1 - end - - - - 8 - 1 - quarter - 1 - - - - C - 1 - 5 - - 8 - 1 - quarter - down - 1 - - - - - - - - E - 5 - - 8 - 1 - quarter - down - 1 - - - 32 - - - - C - 1 - 2 - - 16 - 3 - half - up - 2 - - - - A - 3 - - 4 - 3 - eighth - up - 2 - begin - - - - E - 3 - - 4 - 3 - eighth - up - 2 - continue - - - - C - 1 - 3 - - 4 - 3 - eighth - up - 2 - continue - - - - A - 2 - - 4 - 3 - eighth - up - 2 - end - - - - - - - - - - B - 4 - - 12 - 1 - quarter - - down - 1 - - - - - D - 1 - 5 - - 12 - 1 - quarter - - sharp - down - 1 - - - - A - 4 - - 4 - 1 - eighth - down - 1 - - - - - C - 1 - 5 - - 4 - 1 - eighth - down - 1 - - - - G - 1 - 4 - - 12 - 1 - quarter - - up - 1 - - - - - B - 4 - - 12 - 1 - quarter - - up - 1 - - - - D - 1 - 4 - - 4 - 1 - eighth - sharp - up - 1 - - - - - - - - F - 2 - 4 - - 4 - 1 - eighth - double-sharp - up - 1 - - - 32 - - - - B - 1 - - 4 - 3 - eighth - up - 2 - begin - - - - - - - B - 2 - - 4 - 3 - eighth - up - 2 - continue - - - - D - 1 - 3 - - 4 - 3 - eighth - sharp - up - 2 - end - - - - - - - 4 - 3 - eighth - 2 - - - - 4 - 3 - eighth - 2 - - - - B - 2 - - 4 - 3 - eighth - down - 2 - begin - - - - - - - A - 3 - - 4 - 3 - eighth - down - 2 - end - - - - - - - 4 - 3 - eighth - 2 - - - - - - - 90 - - - - - E - 4 - - 8 - 1 - quarter - up - 1 - - - - - G - 1 - 4 - - 8 - 1 - quarter - up - 1 - - - - E - 5 - - 16 - 1 - half - down - 1 - - - - - - - - G - 1 - 5 - - 16 - 1 - half - down - 1 - - - - D - 1 - 5 - - 8 - - 1 - quarter - sharp - down - 1 - - - - - - - - F - 1 - 5 - - 8 - - 1 - quarter - down - 1 - - - - - - 32 - - - - E - 2 - - 4 - 3 - eighth - up - 2 - begin - - - - - - - E - 3 - - 4 - 3 - eighth - up - 2 - continue - - - - G - 1 - 3 - - 4 - 3 - eighth - up - 2 - continue - - - - B - 3 - - 4 - 3 - eighth - up - 2 - end - - - - B - 1 - 3 - - 4 - 3 - eighth - sharp - down - 2 - - - - G - 1 - 3 - - 8 - 3 - quarter - down - 2 - - - - E - 3 - - 4 - 3 - eighth - down - 2 - - - - - - - - - - D - 1 - 5 - - 8 - - 1 - quarter - down - 1 - - - - - - - - F - 1 - 5 - - 8 - - 1 - quarter - down - 1 - - - - - - - C - 1 - 5 - - 16 - 1 - half - down - 1 - - - - - E - 5 - - 16 - 1 - half - down - 1 - - - - G - 1 - 4 - - 8 - 1 - quarter - up - 1 - - - - - - - - B - 1 - 4 - - 8 - 1 - quarter - sharp - up - 1 - - - 32 - - - - E - 2 - - 4 - 3 - eighth - down - 2 - begin - - - - - - - E - 3 - - 4 - 3 - eighth - down - 2 - continue - - - - G - 1 - 3 - - 4 - 3 - eighth - down - 2 - continue - - - - C - 1 - 4 - - 4 - 3 - eighth - down - 2 - end - - - - D - 4 - - 4 - 3 - eighth - natural - down - 2 - - - - G - 1 - 3 - - 8 - 3 - quarter - down - 2 - - - - E - 3 - - 4 - 3 - eighth - down - 2 - - - - - - - - - - B - 4 - - 12 - 1 - quarter - - natural - down - 1 - - - - - - - - D - 1 - 5 - - 12 - 1 - quarter - - sharp - down - 1 - - - - A - 4 - - 4 - 1 - eighth - down - 1 - - - - - C - 1 - 5 - - 4 - 1 - eighth - down - 1 - - - - F - 1 - 4 - - 12 - 1 - quarter - - up - 1 - - - - - A - 4 - - 12 - 1 - quarter - - up - 1 - - - - A - 3 - - 4 - 1 - eighth - up - 1 - - - - - - - - D - 1 - 4 - - 4 - 1 - eighth - sharp - up - 1 - - - 32 - - - - A - 1 - - 4 - 3 - eighth - up - 2 - begin - - - - - - - A - 2 - - 4 - 3 - eighth - up - 2 - continue - - - - C - 1 - 3 - - 4 - 3 - eighth - up - 2 - continue - - - - F - 1 - 3 - - 4 - 3 - eighth - up - 2 - end - - - - - - - 4 - 3 - eighth - 2 - - - - B - 1 - - 4 - 3 - eighth - up - 2 - begin - - - - - - - B - 2 - - 4 - 3 - eighth - up - 2 - continue - - - - F - 1 - 3 - - 4 - 3 - eighth - up - 2 - end - - - - - - - - - 16 - 1 - 1 - - - 8 - 1 - 1 - - - - - - -1 - 1 - - - - B - 4 - - 4 - 1 - eighth - 1 - - - - - - 2 - 1 - - - - G - 1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - - 32 - - - - B - 4 - - 4 - 2 - eighth - 1 - - - - E - 4 - - 4 - 2 - eighth - down - 1 - begin - - - - - - - D - 5 - - 4 - 2 - eighth - natural - down - 1 - continue - - - - B - 4 - - 4 - 2 - eighth - down - 1 - end - - - - G - 1 - 4 - - 4 - 2 - eighth - down - 1 - begin - - - - E - 4 - - 4 - 2 - eighth - down - 1 - continue - - - - D - 4 - - 4 - 2 - eighth - up - 2 - continue - - - - B - 3 - - 4 - 2 - eighth - up - 2 - end - - - 32 - - - - E - 2 - - 4 - 3 - eighth - up - 2 - begin - - - - - - - E - 3 - - 4 - 3 - eighth - up - 2 - continue - - - - G - 1 - 3 - - 4 - 3 - eighth - up - 2 - end - - - - - - - 4 - 3 - eighth - 2 - - - - 8 - 3 - quarter - 2 - - - 8 - 3 - 2 - - - - - - - - - 1 - - - - F - 1 - 5 - - 4 - 1 - eighth - down - 1 - begin - - - - D - 5 - - 4 - 1 - eighth - down - 1 - continue - - - - B - 4 - - 4 - 1 - eighth - down - 1 - continue - - - - - - 1 - 1 - - - - G - 1 - 4 - - 4 - 1 - eighth - down - 1 - end - - - - F - 4 - - - - - F - 1 - 4 - - 4 - 1 - eighth - down - 1 - begin - - - - D - 4 - - 4 - 1 - eighth - down - 1 - continue - - - - B - 3 - - 4 - 1 - eighth - down - 1 - continue - - - - G - 1 - 3 - - 4 - 1 - eighth - down - 1 - end - - - - - - 32 - - - - E - 3 - - 8 - 3 - quarter - down - 2 - - - - - - - 8 - 3 - quarter - 2 - - - - 16 - 3 - half - 2 - - - - - diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/BrookeWestSample.musicxml canorus-0.7.3.RC3+dfsg/examples/musicxml/BrookeWestSample.musicxml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/BrookeWestSample.musicxml 1970-01-01 00:00:00.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/BrookeWestSample.musicxml 2018-06-20 18:42:55.000000000 +0000 @@ -0,0 +1,5912 @@ + + + + West Point + + Jonatha Brooke + © 1995 Dog Dream Music. All rights reserved. + + Finale 2005 for Windows + Dolet 4.0 Beta 4 for Finale + 2007-06-19 + + + + + + + 7.2319 + 40 + + + 1545 + 1194 + + 140 + 70 + 70 + 70 + + + + + 0 + 0 + + 181 + 70 + + + 81 + + + 0.8175 + 4.2708 + 1.2457 + 1.2457 + 4.2708 + 1.6016 + 1.2457 + 0.8008 + 1.2457 + 1.2457 + 50 + 50 + + + + + + + Words and Music by +Jonatha Brooke + + + © 1995 Dog Dream Music. All rights reserved. Transcription by Ken Temple, Marian Russell, and Michael Good. + + + West Point + + + + Voice + + Voice + + + 1 + 55 + + + + Guitar + + Acoustic Guitar (steel) + + + 2 + 26 + + + + + + + + 4 + + 6 + major + + + + G + 2 + + + + + + + 16 + 1 + + + + + + + 16 + 1 + + + + + + + 16 + 1 + + + + + + + 16 + 1 + + + + + + + + 16 + 1 + + + + + + + 16 + 1 + + + + + + + 16 + 1 + + + + + + + 16 + 1 + + + + + + + 16 + 1 + + + + + + + 83 + + + + + + + + 8 + 1 + half + + + + 4 + 1 + quarter + + + + F + 1 + 4 + + 2 + 1 + eighth + up + begin + + single + I'm + + + + + A + 1 + 4 + + 2 + 1 + eighth + up + end + + begin + re + + + + + + + + G + 1 + 4 + + 1 + 1 + 16th + up + begin + forward hook + + middle + tra + + + + + G + 1 + 4 + + 2 + 1 + eighth + up + continue + + middle + vel + + + + + G + 1 + 4 + + 2 + 1 + eighth + up + continue + + end + ling + + + + + G + 1 + 4 + + 2 + 1 + eighth + up + continue + + single + this + + + + + G + 1 + 4 + + 1 + + 1 + 16th + up + end + backward hook + + + + + begin + life + + + + + G + 1 + 4 + + 1 + + 1 + 16th + up + begin + forward hook + + + + + + + F + 1 + 4 + + 3 + 1 + eighth + + up + end + + end + line + + + + + F + 1 + 4 + + 2 + 1 + eighth + up + begin + + single + that's + + + + + A + 1 + 4 + + 2 + 1 + eighth + up + end + + single + so + + + + + + + + G + 1 + 4 + + 3 + 1 + eighth + + up + begin + + single + close + + + + + F + 1 + 4 + + 1 + + 1 + 16th + up + end + backward hook + + + + + single + to + + + + + + F + 1 + 4 + + 2 + + 1 + eighth + up + begin + + + + + + + E + 1 + 4 + + 2 + + 1 + eighth + up + end + + + + + single + home + + + + + + E + 1 + 4 + + 4 + + 1 + quarter + up + + + + + + + 2 + 1 + eighth + + + + D + 1 + 4 + + 1 + 1 + 16th + up + begin + begin + + single + We + + + + + E + 1 + 4 + + 1 + 1 + 16th + up + end + end + + single + are + + + + + + + + 83 + + + + + F + 1 + 4 + + 1 + 1 + 16th + up + begin + forward hook + + single + on + + + + + E + 1 + 4 + + 2 + 1 + eighth + up + continue + + single + our + + + + + F + 1 + 4 + + 2 + 1 + eighth + up + continue + + single + way + + + + + A + 1 + 3 + + 2 + 1 + eighth + up + continue + + single + to + + + + + G + 1 + 3 + + 1 + + 1 + 16th + up + end + backward hook + + + + + single + West + + + + + + G + 1 + 3 + + 1 + + 1 + 16th + up + begin + forward hook + + + + + + + F + 1 + 3 + + 3 + 1 + eighth + + up + end + + single + Point + + + + + 2 + 1 + eighth + + + + D + 1 + 4 + + 1 + 1 + 16th + up + begin + begin + + single + Where + + + + + E + 1 + 4 + + 1 + 1 + 16th + up + end + end + + single + your + + + + + + + + F + 1 + 4 + + 1 + 1 + 16th + up + begin + begin + + begin + per + + + + + E + 1 + 4 + + 1 + 1 + 16th + up + end + end + + end + fect, + + + + + 2 + 1 + eighth + + + + D + 1 + 4 + + 4 + 1 + quarter + up + + single + blond + + + + + A + 1 + 3 + + 1 + 1 + 16th + up + begin + forward hook + + begin + cou + + + + + G + 1 + 3 + + 2 + 1 + eighth + up + continue + + end + sin + + + + + F + 1 + 3 + + 2 + 1 + eighth + up + continue + + single + will + + + + + B + 3 + + 2 + 1 + eighth + up + continue + + single + throw + + + + + A + 1 + 3 + + 1 + 1 + 16th + up + end + backward hook + + single + his + + + + + + + + 77 + + + + + A + 1 + 3 + + 2 + 1 + eighth + up + + single + hat + + + + + 2 + 1 + eighth + + + + F + 1 + 4 + + 1 + 1 + 16th + up + begin + begin + + single + in + + + + + G + 1 + 4 + + 1 + 1 + 16th + up + continue + end + + single + the + + + + + A + 1 + 4 + + 2 + + 1 + eighth + up + end + + + + + single + air + + + + + + A + 1 + 4 + + 8 + + + 1 + half + up + + + + + + + + + + + A + 1 + 4 + + 8 + + 1 + half + up + + + + + + + 3 + 1 + eighth + + + + + A + 1 + 3 + + 1 + 1 + 16th + up + + single + And + + + + + A + 1 + 3 + + 1 + 1 + 16th + up + begin + forward hook + + single + we + + + + + A + 1 + 3 + + 2 + 1 + eighth + up + continue + + single + will + + + + + A + 1 + 3 + + 1 + + 1 + 16th + up + end + backward hook + + + + + single + watch + + + + + + + + + A + 1 + 3 + + 1 + + 1 + 16th + up + begin + forward hook + + + + + + + G + 1 + 3 + + 2 + 1 + eighth + up + continue + + single + it + + + + + F + 1 + 3 + + 1 + + 1 + 16th + up + end + backward hook + + + + + single + fall + + + + + + F + 1 + 3 + + 12 + + 1 + half + + up + + + + + + + + + + + + 211 + + + + 4 + + 6 + major + + + TAB + 5 + + + 6 + + D + 2 + + + A + 2 + + + D + 3 + + + G + 3 + + + B + 3 + + + D + 4 + + 4 + 183 + + + + + + Tuning D-A-D-G-B-D, Capo 4th fret + + + + + B + + major-seventh + + D + 1 + + + + + C + 1 + 3 + + 1 + 1 + 16th + none + + + 5 + 0 + + + + + + D + 1 + 3 + + 2 + 1 + eighth + none + + + 5 + 2 + + + + + + B + 3 + + 2 + 1 + eighth + none + + + 3 + 0 + + + + + + A + 1 + 3 + + 1 + 1 + 16th + none + + + 4 + 4 + + + + + + D + 1 + 3 + + 3 + 1 + eighth + + none + + + 5 + 2 + + + + + + B + 3 + + 2 + 1 + eighth + none + + + 3 + 0 + + + + + + A + 1 + 3 + + 1 + 1 + 16th + none + + + 4 + 4 + + + + + + D + 1 + 3 + + 1 + 1 + 16th + none + + + 5 + 2 + + + + + + C + 1 + 3 + + 3 + 1 + eighth + + none + + + 5 + 0 + + + + + + + + + C + 1 + 3 + + 1 + 1 + 16th + none + + + 5 + 0 + + + + + + D + 1 + 3 + + 2 + 1 + eighth + none + + + 5 + 2 + + + + + + B + 3 + + 2 + 1 + eighth + none + + + 3 + 0 + + + + + + A + 1 + 3 + + 1 + 1 + 16th + none + + + 4 + 4 + + + + + + D + 1 + 3 + + 3 + 1 + eighth + + none + + + 5 + 2 + + + + + + B + 3 + + 2 + 1 + eighth + none + + + 3 + 0 + + + + + + A + 1 + 3 + + 1 + 1 + 16th + none + + + 4 + 4 + + + + + + D + 1 + 3 + + 1 + 1 + 16th + none + + + 5 + 2 + + + + + + C + 1 + 3 + + 3 + 1 + eighth + + none + + + 5 + 0 + + + + + + + + + B + + major-seventh + + + + B + 2 + + 3 + 1 + eighth + + none + + + 6 + 5 + + + + + + + F + 1 + 3 + + 3 + 1 + eighth + + none + + + 5 + 5 + + + + + + + A + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 4 + + + + + + + B + 3 + + 3 + 1 + eighth + + none + + + 3 + 0 + + + + + + F + 1 + 4 + + 3 + 1 + eighth + + none + + + 2 + 3 + + + + + + + F + 1 + 4 + + 3 + 1 + eighth + + none + + + 1 + 0 + + + + + + B + 2 + + 3 + 1 + eighth + + none + + + 6 + 5 + + + + + + + F + 1 + 3 + + 3 + 1 + eighth + + none + + + 5 + 5 + + + + + + + A + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 4 + + + + + + + B + 3 + + 3 + 1 + eighth + + none + + + 3 + 0 + + + + + + F + 1 + 4 + + 3 + 1 + eighth + + none + + + 2 + 3 + + + + + + + F + 1 + 4 + + 3 + 1 + eighth + + none + + + 1 + 0 + + + + + + B + 2 + + 1 + 1 + 16th + none + + + 6 + 5 + + + + + + + F + 1 + 3 + + 1 + 1 + 16th + none + + + 5 + 5 + + + + + + + A + 1 + 3 + + 1 + 1 + 16th + none + + + 4 + 4 + + + + + + + B + 3 + + 1 + 1 + 16th + none + + + 3 + 0 + + + + + + D + 1 + 4 + + 3 + 1 + eighth + + none + + + 2 + 0 + + + + + + + + + B + 2 + + 3 + 1 + eighth + + none + + + 6 + 5 + + + + + + + F + 1 + 3 + + 3 + 1 + eighth + + none + + + 5 + 5 + + + + + + + A + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 4 + + + + + + + B + 3 + + 3 + 1 + eighth + + none + + + 3 + 0 + + + + + + F + 1 + 4 + + 3 + 1 + eighth + + none + + + 2 + 3 + + + + + + + F + 1 + 4 + + 3 + 1 + eighth + + none + + + 1 + 0 + + + + + + B + 2 + + 1 + 1 + 16th + none + + + 6 + 5 + + + + + + + F + 1 + 3 + + 1 + 1 + 16th + none + + + 5 + 5 + + + + + + + A + 1 + 3 + + 1 + 1 + 16th + none + + + 4 + 4 + + + + + + F + 1 + 3 + + 2 + 1 + eighth + none + + + 4 + 0 + + + + + + F + 1 + 3 + + 2 + 1 + eighth + none + + + 5 + 5 + + + + + + F + 1 + 3 + + 1 + 1 + 16th + none + + + 5 + 5 + + + + + + E + 1 + 3 + + 1 + 1 + 16th + none + + + P + 5 + 4 + + + + + + C + 1 + 3 + + 3 + 1 + eighth + + none + + + + 5 + 0 + + + + + + + + + 83 + + + + + G + 1 + + minor-ninth + + + + F + 1 + 2 + + 1 + 1 + 16th + none + + + 6 + 0 + + + + + + G + 1 + 2 + + 2 + 1 + eighth + none + + + 6 + 2 + + + + + + A + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 4 + + + + + + + B + 3 + + 3 + 1 + eighth + + none + + + 3 + 0 + + + + + + + D + 1 + 4 + + 3 + 1 + eighth + + none + + + 2 + 0 + + + + + + + F + 1 + 4 + + 3 + 1 + eighth + + none + + + 1 + 0 + + + + + + G + 1 + 2 + + 3 + 1 + eighth + + none + + + 6 + 2 + + + + + + + D + 1 + 3 + + 3 + 1 + eighth + + none + + + 5 + 2 + + + + + + + A + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 4 + + + + + + + B + 3 + + 3 + 1 + eighth + + none + + + 3 + 0 + + + + + + A + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 4 + + + + + + + B + 3 + + 3 + 1 + eighth + + none + + + 3 + 0 + + + + + + + D + 1 + 4 + + 3 + 1 + eighth + + none + + + 2 + 0 + + + + + + + F + 1 + 4 + + 3 + 1 + eighth + + none + + + 1 + 0 + + + + + + G + 1 + 2 + + 1 + 1 + 16th + none + + + 6 + 2 + + + + + + + D + 1 + 3 + + 1 + 1 + 16th + none + + + 5 + 2 + + + + + + + A + 1 + 3 + + 1 + 1 + 16th + none + + + 4 + 4 + + + + + + + B + 3 + + 1 + 1 + 16th + none + + + 3 + 0 + + + + + + A + 1 + 3 + + 2 + 1 + eighth + none + + + 4 + 4 + + + + + + + B + 3 + + 2 + 1 + eighth + none + + + 3 + 0 + + + + + + + D + 1 + 4 + + 2 + 1 + eighth + none + + + 2 + 0 + + + + + + + F + 1 + 4 + + 2 + 1 + eighth + none + + + 1 + 0 + + + + + + G + 1 + 2 + + 1 + 1 + 16th + none + + + 6 + 2 + + + + + + + + + F + 1 + 2 + + 1 + 1 + 16th + none + + + 6 + 0 + + + + + + G + 1 + 2 + + 2 + 1 + eighth + none + + + 6 + 2 + + + + + + G + 1 + 2 + + 3 + 1 + eighth + + none + + + 6 + 2 + + + + + + + D + 1 + 3 + + 3 + 1 + eighth + + none + + + 5 + 2 + + + + + + + A + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 4 + + + + + + G + 1 + 2 + + 3 + 1 + eighth + + none + + + 6 + 2 + + + + + + + D + 1 + 3 + + 3 + 1 + eighth + + none + + + 5 + 2 + + + + + + + A + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 4 + + + + + + + B + 3 + + 3 + 1 + eighth + + none + + + 3 + 0 + + + + + + A + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 4 + + + + + + + B + 3 + + 3 + 1 + eighth + + none + + + 3 + 0 + + + + + + + D + 1 + 4 + + 3 + 1 + eighth + + none + + + 2 + 0 + + + + + + + F + 1 + 4 + + 3 + 1 + eighth + + none + + + 1 + 0 + + + + + + G + 1 + 2 + + 1 + 1 + 16th + none + + + 6 + 2 + + + + + + + D + 1 + 3 + + 1 + 1 + 16th + none + + + 5 + 2 + + + + + + + A + 1 + 3 + + 1 + 1 + 16th + none + + + 4 + 4 + + + + + + + B + 3 + + 1 + 1 + 16th + none + + + 3 + 0 + + + + + + A + 1 + 3 + + 2 + 1 + eighth + none + + + 4 + 4 + + + + + + + B + 3 + + 2 + 1 + eighth + none + + + 3 + 0 + + + + + + + D + 1 + 4 + + 2 + 1 + eighth + none + + + 2 + 0 + + + + + + + F + 1 + 4 + + 2 + 1 + eighth + none + + + 1 + 0 + + + + + + G + 1 + 2 + + 1 + 1 + 16th + none + + + 6 + 2 + + + + + + + + + F + 1 + + major + + + + F + 1 + 2 + + 3 + 1 + eighth + + none + + + 6 + 0 + + + + + + + C + 1 + 3 + + 3 + 1 + eighth + + none + + + 5 + 0 + + + + + + A + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 4 + + + + + + C + 1 + + suspended-fourth + + 7 + 0 + add + + + + + C + 1 + 3 + + 3 + 1 + eighth + + none + + + 5 + 0 + + + + + + + G + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 2 + + + + + + + B + 3 + + 3 + 1 + eighth + + none + + + 3 + 0 + + + + + + G + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 2 + + + + + + + B + 3 + + 3 + 1 + eighth + + none + + + 3 + 0 + + + + + + + F + 1 + 4 + + 3 + 1 + eighth + + none + + + 2 + 3 + + + + + + + F + 1 + 4 + + 3 + 1 + eighth + + none + + + 1 + 0 + + + + + + C + 1 + 3 + + 1 + 1 + 16th + none + + + 5 + 0 + + + + + + + G + 1 + 3 + + 1 + 1 + 16th + none + + + 4 + 2 + + + + + + + B + 3 + + 1 + 1 + 16th + none + + + 3 + 0 + + + + + + F + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 0 + + + + + + + + + F + 1 + + major + + + + F + 1 + 2 + + 3 + 1 + eighth + + none + + + 6 + 0 + + + + + + + C + 1 + 3 + + 3 + 1 + eighth + + none + + + 5 + 0 + + + + + + A + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 4 + + + + + + C + 1 + + suspended-fourth + + 7 + 0 + add + + + + + C + 1 + 3 + + 3 + 1 + eighth + + none + + + 5 + 0 + + + + + + + G + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 2 + + + + + + + B + 3 + + 3 + 1 + eighth + + none + + + 3 + 0 + + + + + + G + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 2 + + + + + + + B + 3 + + 3 + 1 + eighth + + none + + + 3 + 0 + + + + + + + F + 1 + 4 + + 3 + 1 + eighth + + none + + + 2 + 3 + + + + + + + F + 1 + 4 + + 3 + 1 + eighth + + none + + + 1 + 0 + + + + + + C + 1 + 3 + + 1 + 1 + 16th + none + + + 5 + 0 + + + + + + + G + 1 + 3 + + 1 + 1 + 16th + none + + + 4 + 2 + + + + + + + B + 3 + + 1 + 1 + 16th + none + + + 3 + 0 + + + + + + F + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 0 + + + + + + + + + F + 1 + + major + + + + F + 1 + 2 + + 3 + 1 + eighth + + none + + + 6 + 0 + + + + + + + C + 1 + 3 + + 3 + 1 + eighth + + none + + + 5 + 0 + + + + + + A + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 4 + + + + + + C + 1 + + suspended-fourth + + 7 + 0 + add + + + + + C + 1 + 3 + + 3 + 1 + eighth + + none + + + 5 + 0 + + + + + + + G + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 2 + + + + + + + B + 3 + + 3 + 1 + eighth + + none + + + 3 + 0 + + + + + + G + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 2 + + + + + + + B + 3 + + 3 + 1 + eighth + + none + + + 3 + 0 + + + + + + + F + 1 + 4 + + 3 + 1 + eighth + + none + + + 2 + 3 + + + + + + + F + 1 + 4 + + 3 + 1 + eighth + + none + + + 1 + 0 + + + + + + C + 1 + 3 + + 1 + 1 + 16th + none + + + 5 + 0 + + + + + + + G + 1 + 3 + + 1 + 1 + 16th + none + + + 4 + 2 + + + + + + + B + 3 + + 1 + 1 + 16th + none + + + 3 + 0 + + + + + + F + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 0 + + + + + + + + + + F + 1 + 2 + + 3 + 1 + eighth + + none + + + 6 + 0 + + + + + + + C + 1 + 3 + + 3 + 1 + eighth + + none + + + 5 + 0 + + + + + + A + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 4 + + + + + + C + 1 + 3 + + 3 + 1 + eighth + + none + + + 5 + 0 + + + + + + + G + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 2 + + + + + + + B + 3 + + 3 + 1 + eighth + + none + + + 3 + 0 + + + + + + G + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 2 + + + + + + + B + 3 + + 3 + 1 + eighth + + none + + + 3 + 0 + + + + + + + F + 1 + 4 + + 3 + 1 + eighth + + none + + + 2 + 3 + + + + + + + F + 1 + 4 + + 3 + 1 + eighth + + none + + + 1 + 0 + + + + + + C + 1 + 3 + + 1 + 1 + 16th + none + + + 5 + 0 + + + + + + + G + 1 + 3 + + 1 + 1 + 16th + none + + + 4 + 2 + + + + + + + B + 3 + + 1 + 1 + 16th + none + + + 3 + 0 + + + + + + F + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 0 + + + + + + + + + C + 1 + 3 + + 1 + 1 + 16th + none + + + 5 + 0 + + + + + + D + 1 + 3 + + 2 + 1 + eighth + none + + + 5 + 2 + + + + + + B + 3 + + 2 + 1 + eighth + none + + + 3 + 0 + + + + + + A + 1 + 3 + + 1 + 1 + 16th + none + + + 4 + 4 + + + + + + D + 1 + 3 + + 3 + 1 + eighth + + none + + + 5 + 2 + + + + + + B + 3 + + 2 + 1 + eighth + none + + + 3 + 0 + + + + + + A + 1 + 3 + + 1 + 1 + 16th + none + + + 4 + 4 + + + + + + D + 1 + 3 + + 1 + 1 + 16th + none + + + 5 + 2 + + + + + + C + 1 + 3 + + 3 + 1 + eighth + + none + + + 5 + 0 + + + + + + + + + C + 1 + 3 + + 1 + 1 + 16th + none + + + 5 + 0 + + + + + + D + 1 + 3 + + 2 + 1 + eighth + none + + + 5 + 2 + + + + + + B + 3 + + 2 + 1 + eighth + none + + + 3 + 0 + + + + + + A + 1 + 3 + + 1 + 1 + 16th + none + + + 4 + 4 + + + + + + D + 1 + 3 + + 3 + 1 + eighth + + none + + + 5 + 2 + + + + + + B + 3 + + 2 + 1 + eighth + none + + + 3 + 0 + + + + + + A + 1 + 3 + + 1 + 1 + 16th + none + + + 4 + 4 + + + + + + D + 1 + 3 + + 1 + 1 + 16th + none + + + 5 + 2 + + + + + + C + 1 + 3 + + 3 + 1 + eighth + + none + + + 5 + 0 + + + + + + + + + + B + 2 + + 3 + 1 + eighth + + none + + + 6 + 5 + + + + + + + F + 1 + 3 + + 3 + 1 + eighth + + none + + + 5 + 5 + + + + + + + A + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 4 + + + + + + + B + 3 + + 3 + 1 + eighth + + none + + + 3 + 0 + + + + + + F + 1 + 4 + + 3 + 1 + eighth + + none + + + 2 + 3 + + + + + + + F + 1 + 4 + + 3 + 1 + eighth + + none + + + 1 + 0 + + + + + + B + 2 + + 3 + 1 + eighth + + none + + + 6 + 5 + + + + + + + F + 1 + 3 + + 3 + 1 + eighth + + none + + + 5 + 5 + + + + + + + A + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 4 + + + + + + + B + 3 + + 3 + 1 + eighth + + none + + + 3 + 0 + + + + + + F + 1 + 4 + + 3 + 1 + eighth + + none + + + 2 + 3 + + + + + + + F + 1 + 4 + + 3 + 1 + eighth + + none + + + 1 + 0 + + + + + + B + 2 + + 1 + 1 + 16th + none + + + 6 + 5 + + + + + + + F + 1 + 3 + + 1 + 1 + 16th + none + + + 5 + 5 + + + + + + + A + 1 + 3 + + 1 + 1 + 16th + none + + + 4 + 4 + + + + + + + B + 3 + + 1 + 1 + 16th + none + + + 3 + 0 + + + + + + D + 1 + 4 + + 3 + 1 + eighth + + none + + + 2 + 0 + + + + + + + + + B + 2 + + 3 + 1 + eighth + + none + + + 6 + 5 + + + + + + + F + 1 + 3 + + 3 + 1 + eighth + + none + + + 5 + 5 + + + + + + + A + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 4 + + + + + + + B + 3 + + 3 + 1 + eighth + + none + + + 3 + 0 + + + + + + F + 1 + 4 + + 3 + 1 + eighth + + none + + + 2 + 3 + + + + + + + F + 1 + 4 + + 3 + 1 + eighth + + none + + + 1 + 0 + + + + + + B + 2 + + 1 + 1 + 16th + none + + + 6 + 5 + + + + + + + F + 1 + 3 + + 1 + 1 + 16th + none + + + 5 + 5 + + + + + + + A + 1 + 3 + + 1 + 1 + 16th + none + + + 4 + 4 + + + + + + F + 1 + 3 + + 2 + 1 + eighth + none + + + 4 + 0 + + + + + + F + 1 + 3 + + 2 + 1 + eighth + none + + + 5 + 5 + + + + + + F + 1 + 3 + + 1 + 1 + 16th + none + + + 5 + 5 + + + + + + E + 1 + 3 + + 1 + 1 + 16th + none + + + P + 5 + 4 + + + + + + C + 1 + 3 + + 3 + 1 + eighth + + none + + + + 5 + 0 + + + + + + + + + + F + 1 + 2 + + 1 + 1 + 16th + none + + + 6 + 0 + + + + + + G + 1 + 2 + + 2 + 1 + eighth + none + + + 6 + 2 + + + + + + A + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 4 + + + + + + + B + 3 + + 3 + 1 + eighth + + none + + + 3 + 0 + + + + + + + D + 1 + 4 + + 3 + 1 + eighth + + none + + + 2 + 0 + + + + + + + F + 1 + 4 + + 3 + 1 + eighth + + none + + + 1 + 0 + + + + + + G + 1 + 2 + + 3 + 1 + eighth + + none + + + 6 + 2 + + + + + + + D + 1 + 3 + + 3 + 1 + eighth + + none + + + 5 + 2 + + + + + + + A + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 4 + + + + + + + B + 3 + + 3 + 1 + eighth + + none + + + 3 + 0 + + + + + + A + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 4 + + + + + + + B + 3 + + 3 + 1 + eighth + + none + + + 3 + 0 + + + + + + + D + 1 + 4 + + 3 + 1 + eighth + + none + + + 2 + 0 + + + + + + + F + 1 + 4 + + 3 + 1 + eighth + + none + + + 1 + 0 + + + + + + G + 1 + 2 + + 1 + 1 + 16th + none + + + 6 + 2 + + + + + + + D + 1 + 3 + + 1 + 1 + 16th + none + + + 5 + 2 + + + + + + + A + 1 + 3 + + 1 + 1 + 16th + none + + + 4 + 4 + + + + + + + B + 3 + + 1 + 1 + 16th + none + + + 3 + 0 + + + + + + A + 1 + 3 + + 2 + 1 + eighth + none + + + 4 + 4 + + + + + + + B + 3 + + 2 + 1 + eighth + none + + + 3 + 0 + + + + + + + D + 1 + 4 + + 2 + 1 + eighth + none + + + 2 + 0 + + + + + + + F + 1 + 4 + + 2 + 1 + eighth + none + + + 1 + 0 + + + + + + G + 1 + 2 + + 1 + 1 + 16th + none + + + 6 + 2 + + + + + + + + + F + 1 + 2 + + 1 + 1 + 16th + none + + + 6 + 0 + + + + + + G + 1 + 2 + + 2 + 1 + eighth + none + + + 6 + 2 + + + + + + G + 1 + 2 + + 3 + 1 + eighth + + none + + + 6 + 2 + + + + + + + D + 1 + 3 + + 3 + 1 + eighth + + none + + + 5 + 2 + + + + + + + A + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 4 + + + + + + G + 1 + 2 + + 3 + 1 + eighth + + none + + + 6 + 2 + + + + + + + D + 1 + 3 + + 3 + 1 + eighth + + none + + + 5 + 2 + + + + + + + A + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 4 + + + + + + + B + 3 + + 3 + 1 + eighth + + none + + + 3 + 0 + + + + + + A + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 4 + + + + + + + B + 3 + + 3 + 1 + eighth + + none + + + 3 + 0 + + + + + + + D + 1 + 4 + + 3 + 1 + eighth + + none + + + 2 + 0 + + + + + + + F + 1 + 4 + + 3 + 1 + eighth + + none + + + 1 + 0 + + + + + + G + 1 + 2 + + 1 + 1 + 16th + none + + + 6 + 2 + + + + + + + D + 1 + 3 + + 1 + 1 + 16th + none + + + 5 + 2 + + + + + + + A + 1 + 3 + + 1 + 1 + 16th + none + + + 4 + 4 + + + + + + + B + 3 + + 1 + 1 + 16th + none + + + 3 + 0 + + + + + + A + 1 + 3 + + 2 + 1 + eighth + none + + + 4 + 4 + + + + + + + B + 3 + + 2 + 1 + eighth + none + + + 3 + 0 + + + + + + + D + 1 + 4 + + 2 + 1 + eighth + none + + + 2 + 0 + + + + + + + F + 1 + 4 + + 2 + 1 + eighth + none + + + 1 + 0 + + + + + + G + 1 + 2 + + 1 + 1 + 16th + none + + + 6 + 2 + + + + + + + + + F + 1 + 2 + + 3 + 1 + eighth + + none + + + 6 + 0 + + + + + + + C + 1 + 3 + + 3 + 1 + eighth + + none + + + 5 + 0 + + + + + + A + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 4 + + + + + + C + 1 + 3 + + 3 + 1 + eighth + + none + + + 5 + 0 + + + + + + + G + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 2 + + + + + + + B + 3 + + 3 + 1 + eighth + + none + + + 3 + 0 + + + + + + G + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 2 + + + + + + + B + 3 + + 3 + 1 + eighth + + none + + + 3 + 0 + + + + + + + F + 1 + 4 + + 3 + 1 + eighth + + none + + + 2 + 3 + + + + + + + F + 1 + 4 + + 3 + 1 + eighth + + none + + + 1 + 0 + + + + + + C + 1 + 3 + + 1 + 1 + 16th + none + + + 5 + 0 + + + + + + + G + 1 + 3 + + 1 + 1 + 16th + none + + + 4 + 2 + + + + + + + B + 3 + + 1 + 1 + 16th + none + + + 3 + 0 + + + + + + F + 1 + 3 + + 3 + 1 + eighth + + none + + + 4 + 0 + + + + + + + diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/BrookeWestSample.xml canorus-0.7.3.RC3+dfsg/examples/musicxml/BrookeWestSample.xml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/BrookeWestSample.xml 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/BrookeWestSample.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,5912 +0,0 @@ - - - - West Point - - Jonatha Brooke - © 1995 Dog Dream Music. All rights reserved. - - Finale 2005 for Windows - Dolet 4.0 Beta 4 for Finale - 2007-06-19 - - - - - - - 7.2319 - 40 - - - 1545 - 1194 - - 140 - 70 - 70 - 70 - - - - - 0 - 0 - - 181 - 70 - - - 81 - - - 0.8175 - 4.2708 - 1.2457 - 1.2457 - 4.2708 - 1.6016 - 1.2457 - 0.8008 - 1.2457 - 1.2457 - 50 - 50 - - - - - - - Words and Music by -Jonatha Brooke - - - © 1995 Dog Dream Music. All rights reserved. Transcription by Ken Temple, Marian Russell, and Michael Good. - - - West Point - - - - Voice - - Voice - - - 1 - 55 - - - - Guitar - - Acoustic Guitar (steel) - - - 2 - 26 - - - - - - - - 4 - - 6 - major - - - - G - 2 - - - - - - - 16 - 1 - - - - - - - 16 - 1 - - - - - - - 16 - 1 - - - - - - - 16 - 1 - - - - - - - - 16 - 1 - - - - - - - 16 - 1 - - - - - - - 16 - 1 - - - - - - - 16 - 1 - - - - - - - 16 - 1 - - - - - - - 83 - - - - - - - - 8 - 1 - half - - - - 4 - 1 - quarter - - - - F - 1 - 4 - - 2 - 1 - eighth - up - begin - - single - I'm - - - - - A - 1 - 4 - - 2 - 1 - eighth - up - end - - begin - re - - - - - - - - G - 1 - 4 - - 1 - 1 - 16th - up - begin - forward hook - - middle - tra - - - - - G - 1 - 4 - - 2 - 1 - eighth - up - continue - - middle - vel - - - - - G - 1 - 4 - - 2 - 1 - eighth - up - continue - - end - ling - - - - - G - 1 - 4 - - 2 - 1 - eighth - up - continue - - single - this - - - - - G - 1 - 4 - - 1 - - 1 - 16th - up - end - backward hook - - - - - begin - life - - - - - G - 1 - 4 - - 1 - - 1 - 16th - up - begin - forward hook - - - - - - - F - 1 - 4 - - 3 - 1 - eighth - - up - end - - end - line - - - - - F - 1 - 4 - - 2 - 1 - eighth - up - begin - - single - that's - - - - - A - 1 - 4 - - 2 - 1 - eighth - up - end - - single - so - - - - - - - - G - 1 - 4 - - 3 - 1 - eighth - - up - begin - - single - close - - - - - F - 1 - 4 - - 1 - - 1 - 16th - up - end - backward hook - - - - - single - to - - - - - - F - 1 - 4 - - 2 - - 1 - eighth - up - begin - - - - - - - E - 1 - 4 - - 2 - - 1 - eighth - up - end - - - - - single - home - - - - - - E - 1 - 4 - - 4 - - 1 - quarter - up - - - - - - - 2 - 1 - eighth - - - - D - 1 - 4 - - 1 - 1 - 16th - up - begin - begin - - single - We - - - - - E - 1 - 4 - - 1 - 1 - 16th - up - end - end - - single - are - - - - - - - - 83 - - - - - F - 1 - 4 - - 1 - 1 - 16th - up - begin - forward hook - - single - on - - - - - E - 1 - 4 - - 2 - 1 - eighth - up - continue - - single - our - - - - - F - 1 - 4 - - 2 - 1 - eighth - up - continue - - single - way - - - - - A - 1 - 3 - - 2 - 1 - eighth - up - continue - - single - to - - - - - G - 1 - 3 - - 1 - - 1 - 16th - up - end - backward hook - - - - - single - West - - - - - - G - 1 - 3 - - 1 - - 1 - 16th - up - begin - forward hook - - - - - - - F - 1 - 3 - - 3 - 1 - eighth - - up - end - - single - Point - - - - - 2 - 1 - eighth - - - - D - 1 - 4 - - 1 - 1 - 16th - up - begin - begin - - single - Where - - - - - E - 1 - 4 - - 1 - 1 - 16th - up - end - end - - single - your - - - - - - - - F - 1 - 4 - - 1 - 1 - 16th - up - begin - begin - - begin - per - - - - - E - 1 - 4 - - 1 - 1 - 16th - up - end - end - - end - fect, - - - - - 2 - 1 - eighth - - - - D - 1 - 4 - - 4 - 1 - quarter - up - - single - blond - - - - - A - 1 - 3 - - 1 - 1 - 16th - up - begin - forward hook - - begin - cou - - - - - G - 1 - 3 - - 2 - 1 - eighth - up - continue - - end - sin - - - - - F - 1 - 3 - - 2 - 1 - eighth - up - continue - - single - will - - - - - B - 3 - - 2 - 1 - eighth - up - continue - - single - throw - - - - - A - 1 - 3 - - 1 - 1 - 16th - up - end - backward hook - - single - his - - - - - - - - 77 - - - - - A - 1 - 3 - - 2 - 1 - eighth - up - - single - hat - - - - - 2 - 1 - eighth - - - - F - 1 - 4 - - 1 - 1 - 16th - up - begin - begin - - single - in - - - - - G - 1 - 4 - - 1 - 1 - 16th - up - continue - end - - single - the - - - - - A - 1 - 4 - - 2 - - 1 - eighth - up - end - - - - - single - air - - - - - - A - 1 - 4 - - 8 - - - 1 - half - up - - - - - - - - - - - A - 1 - 4 - - 8 - - 1 - half - up - - - - - - - 3 - 1 - eighth - - - - - A - 1 - 3 - - 1 - 1 - 16th - up - - single - And - - - - - A - 1 - 3 - - 1 - 1 - 16th - up - begin - forward hook - - single - we - - - - - A - 1 - 3 - - 2 - 1 - eighth - up - continue - - single - will - - - - - A - 1 - 3 - - 1 - - 1 - 16th - up - end - backward hook - - - - - single - watch - - - - - - - - - A - 1 - 3 - - 1 - - 1 - 16th - up - begin - forward hook - - - - - - - G - 1 - 3 - - 2 - 1 - eighth - up - continue - - single - it - - - - - F - 1 - 3 - - 1 - - 1 - 16th - up - end - backward hook - - - - - single - fall - - - - - - F - 1 - 3 - - 12 - - 1 - half - - up - - - - - - - - - - - - 211 - - - - 4 - - 6 - major - - - TAB - 5 - - - 6 - - D - 2 - - - A - 2 - - - D - 3 - - - G - 3 - - - B - 3 - - - D - 4 - - 4 - 183 - - - - - - Tuning D-A-D-G-B-D, Capo 4th fret - - - - - B - - major-seventh - - D - 1 - - - - - C - 1 - 3 - - 1 - 1 - 16th - none - - - 5 - 0 - - - - - - D - 1 - 3 - - 2 - 1 - eighth - none - - - 5 - 2 - - - - - - B - 3 - - 2 - 1 - eighth - none - - - 3 - 0 - - - - - - A - 1 - 3 - - 1 - 1 - 16th - none - - - 4 - 4 - - - - - - D - 1 - 3 - - 3 - 1 - eighth - - none - - - 5 - 2 - - - - - - B - 3 - - 2 - 1 - eighth - none - - - 3 - 0 - - - - - - A - 1 - 3 - - 1 - 1 - 16th - none - - - 4 - 4 - - - - - - D - 1 - 3 - - 1 - 1 - 16th - none - - - 5 - 2 - - - - - - C - 1 - 3 - - 3 - 1 - eighth - - none - - - 5 - 0 - - - - - - - - - C - 1 - 3 - - 1 - 1 - 16th - none - - - 5 - 0 - - - - - - D - 1 - 3 - - 2 - 1 - eighth - none - - - 5 - 2 - - - - - - B - 3 - - 2 - 1 - eighth - none - - - 3 - 0 - - - - - - A - 1 - 3 - - 1 - 1 - 16th - none - - - 4 - 4 - - - - - - D - 1 - 3 - - 3 - 1 - eighth - - none - - - 5 - 2 - - - - - - B - 3 - - 2 - 1 - eighth - none - - - 3 - 0 - - - - - - A - 1 - 3 - - 1 - 1 - 16th - none - - - 4 - 4 - - - - - - D - 1 - 3 - - 1 - 1 - 16th - none - - - 5 - 2 - - - - - - C - 1 - 3 - - 3 - 1 - eighth - - none - - - 5 - 0 - - - - - - - - - B - - major-seventh - - - - B - 2 - - 3 - 1 - eighth - - none - - - 6 - 5 - - - - - - - F - 1 - 3 - - 3 - 1 - eighth - - none - - - 5 - 5 - - - - - - - A - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 4 - - - - - - - B - 3 - - 3 - 1 - eighth - - none - - - 3 - 0 - - - - - - F - 1 - 4 - - 3 - 1 - eighth - - none - - - 2 - 3 - - - - - - - F - 1 - 4 - - 3 - 1 - eighth - - none - - - 1 - 0 - - - - - - B - 2 - - 3 - 1 - eighth - - none - - - 6 - 5 - - - - - - - F - 1 - 3 - - 3 - 1 - eighth - - none - - - 5 - 5 - - - - - - - A - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 4 - - - - - - - B - 3 - - 3 - 1 - eighth - - none - - - 3 - 0 - - - - - - F - 1 - 4 - - 3 - 1 - eighth - - none - - - 2 - 3 - - - - - - - F - 1 - 4 - - 3 - 1 - eighth - - none - - - 1 - 0 - - - - - - B - 2 - - 1 - 1 - 16th - none - - - 6 - 5 - - - - - - - F - 1 - 3 - - 1 - 1 - 16th - none - - - 5 - 5 - - - - - - - A - 1 - 3 - - 1 - 1 - 16th - none - - - 4 - 4 - - - - - - - B - 3 - - 1 - 1 - 16th - none - - - 3 - 0 - - - - - - D - 1 - 4 - - 3 - 1 - eighth - - none - - - 2 - 0 - - - - - - - - - B - 2 - - 3 - 1 - eighth - - none - - - 6 - 5 - - - - - - - F - 1 - 3 - - 3 - 1 - eighth - - none - - - 5 - 5 - - - - - - - A - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 4 - - - - - - - B - 3 - - 3 - 1 - eighth - - none - - - 3 - 0 - - - - - - F - 1 - 4 - - 3 - 1 - eighth - - none - - - 2 - 3 - - - - - - - F - 1 - 4 - - 3 - 1 - eighth - - none - - - 1 - 0 - - - - - - B - 2 - - 1 - 1 - 16th - none - - - 6 - 5 - - - - - - - F - 1 - 3 - - 1 - 1 - 16th - none - - - 5 - 5 - - - - - - - A - 1 - 3 - - 1 - 1 - 16th - none - - - 4 - 4 - - - - - - F - 1 - 3 - - 2 - 1 - eighth - none - - - 4 - 0 - - - - - - F - 1 - 3 - - 2 - 1 - eighth - none - - - 5 - 5 - - - - - - F - 1 - 3 - - 1 - 1 - 16th - none - - - 5 - 5 - - - - - - E - 1 - 3 - - 1 - 1 - 16th - none - - - P - 5 - 4 - - - - - - C - 1 - 3 - - 3 - 1 - eighth - - none - - - - 5 - 0 - - - - - - - - - 83 - - - - - G - 1 - - minor-ninth - - - - F - 1 - 2 - - 1 - 1 - 16th - none - - - 6 - 0 - - - - - - G - 1 - 2 - - 2 - 1 - eighth - none - - - 6 - 2 - - - - - - A - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 4 - - - - - - - B - 3 - - 3 - 1 - eighth - - none - - - 3 - 0 - - - - - - - D - 1 - 4 - - 3 - 1 - eighth - - none - - - 2 - 0 - - - - - - - F - 1 - 4 - - 3 - 1 - eighth - - none - - - 1 - 0 - - - - - - G - 1 - 2 - - 3 - 1 - eighth - - none - - - 6 - 2 - - - - - - - D - 1 - 3 - - 3 - 1 - eighth - - none - - - 5 - 2 - - - - - - - A - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 4 - - - - - - - B - 3 - - 3 - 1 - eighth - - none - - - 3 - 0 - - - - - - A - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 4 - - - - - - - B - 3 - - 3 - 1 - eighth - - none - - - 3 - 0 - - - - - - - D - 1 - 4 - - 3 - 1 - eighth - - none - - - 2 - 0 - - - - - - - F - 1 - 4 - - 3 - 1 - eighth - - none - - - 1 - 0 - - - - - - G - 1 - 2 - - 1 - 1 - 16th - none - - - 6 - 2 - - - - - - - D - 1 - 3 - - 1 - 1 - 16th - none - - - 5 - 2 - - - - - - - A - 1 - 3 - - 1 - 1 - 16th - none - - - 4 - 4 - - - - - - - B - 3 - - 1 - 1 - 16th - none - - - 3 - 0 - - - - - - A - 1 - 3 - - 2 - 1 - eighth - none - - - 4 - 4 - - - - - - - B - 3 - - 2 - 1 - eighth - none - - - 3 - 0 - - - - - - - D - 1 - 4 - - 2 - 1 - eighth - none - - - 2 - 0 - - - - - - - F - 1 - 4 - - 2 - 1 - eighth - none - - - 1 - 0 - - - - - - G - 1 - 2 - - 1 - 1 - 16th - none - - - 6 - 2 - - - - - - - - - F - 1 - 2 - - 1 - 1 - 16th - none - - - 6 - 0 - - - - - - G - 1 - 2 - - 2 - 1 - eighth - none - - - 6 - 2 - - - - - - G - 1 - 2 - - 3 - 1 - eighth - - none - - - 6 - 2 - - - - - - - D - 1 - 3 - - 3 - 1 - eighth - - none - - - 5 - 2 - - - - - - - A - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 4 - - - - - - G - 1 - 2 - - 3 - 1 - eighth - - none - - - 6 - 2 - - - - - - - D - 1 - 3 - - 3 - 1 - eighth - - none - - - 5 - 2 - - - - - - - A - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 4 - - - - - - - B - 3 - - 3 - 1 - eighth - - none - - - 3 - 0 - - - - - - A - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 4 - - - - - - - B - 3 - - 3 - 1 - eighth - - none - - - 3 - 0 - - - - - - - D - 1 - 4 - - 3 - 1 - eighth - - none - - - 2 - 0 - - - - - - - F - 1 - 4 - - 3 - 1 - eighth - - none - - - 1 - 0 - - - - - - G - 1 - 2 - - 1 - 1 - 16th - none - - - 6 - 2 - - - - - - - D - 1 - 3 - - 1 - 1 - 16th - none - - - 5 - 2 - - - - - - - A - 1 - 3 - - 1 - 1 - 16th - none - - - 4 - 4 - - - - - - - B - 3 - - 1 - 1 - 16th - none - - - 3 - 0 - - - - - - A - 1 - 3 - - 2 - 1 - eighth - none - - - 4 - 4 - - - - - - - B - 3 - - 2 - 1 - eighth - none - - - 3 - 0 - - - - - - - D - 1 - 4 - - 2 - 1 - eighth - none - - - 2 - 0 - - - - - - - F - 1 - 4 - - 2 - 1 - eighth - none - - - 1 - 0 - - - - - - G - 1 - 2 - - 1 - 1 - 16th - none - - - 6 - 2 - - - - - - - - - F - 1 - - major - - - - F - 1 - 2 - - 3 - 1 - eighth - - none - - - 6 - 0 - - - - - - - C - 1 - 3 - - 3 - 1 - eighth - - none - - - 5 - 0 - - - - - - A - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 4 - - - - - - C - 1 - - suspended-fourth - - 7 - 0 - add - - - - - C - 1 - 3 - - 3 - 1 - eighth - - none - - - 5 - 0 - - - - - - - G - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 2 - - - - - - - B - 3 - - 3 - 1 - eighth - - none - - - 3 - 0 - - - - - - G - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 2 - - - - - - - B - 3 - - 3 - 1 - eighth - - none - - - 3 - 0 - - - - - - - F - 1 - 4 - - 3 - 1 - eighth - - none - - - 2 - 3 - - - - - - - F - 1 - 4 - - 3 - 1 - eighth - - none - - - 1 - 0 - - - - - - C - 1 - 3 - - 1 - 1 - 16th - none - - - 5 - 0 - - - - - - - G - 1 - 3 - - 1 - 1 - 16th - none - - - 4 - 2 - - - - - - - B - 3 - - 1 - 1 - 16th - none - - - 3 - 0 - - - - - - F - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 0 - - - - - - - - - F - 1 - - major - - - - F - 1 - 2 - - 3 - 1 - eighth - - none - - - 6 - 0 - - - - - - - C - 1 - 3 - - 3 - 1 - eighth - - none - - - 5 - 0 - - - - - - A - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 4 - - - - - - C - 1 - - suspended-fourth - - 7 - 0 - add - - - - - C - 1 - 3 - - 3 - 1 - eighth - - none - - - 5 - 0 - - - - - - - G - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 2 - - - - - - - B - 3 - - 3 - 1 - eighth - - none - - - 3 - 0 - - - - - - G - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 2 - - - - - - - B - 3 - - 3 - 1 - eighth - - none - - - 3 - 0 - - - - - - - F - 1 - 4 - - 3 - 1 - eighth - - none - - - 2 - 3 - - - - - - - F - 1 - 4 - - 3 - 1 - eighth - - none - - - 1 - 0 - - - - - - C - 1 - 3 - - 1 - 1 - 16th - none - - - 5 - 0 - - - - - - - G - 1 - 3 - - 1 - 1 - 16th - none - - - 4 - 2 - - - - - - - B - 3 - - 1 - 1 - 16th - none - - - 3 - 0 - - - - - - F - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 0 - - - - - - - - - F - 1 - - major - - - - F - 1 - 2 - - 3 - 1 - eighth - - none - - - 6 - 0 - - - - - - - C - 1 - 3 - - 3 - 1 - eighth - - none - - - 5 - 0 - - - - - - A - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 4 - - - - - - C - 1 - - suspended-fourth - - 7 - 0 - add - - - - - C - 1 - 3 - - 3 - 1 - eighth - - none - - - 5 - 0 - - - - - - - G - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 2 - - - - - - - B - 3 - - 3 - 1 - eighth - - none - - - 3 - 0 - - - - - - G - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 2 - - - - - - - B - 3 - - 3 - 1 - eighth - - none - - - 3 - 0 - - - - - - - F - 1 - 4 - - 3 - 1 - eighth - - none - - - 2 - 3 - - - - - - - F - 1 - 4 - - 3 - 1 - eighth - - none - - - 1 - 0 - - - - - - C - 1 - 3 - - 1 - 1 - 16th - none - - - 5 - 0 - - - - - - - G - 1 - 3 - - 1 - 1 - 16th - none - - - 4 - 2 - - - - - - - B - 3 - - 1 - 1 - 16th - none - - - 3 - 0 - - - - - - F - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 0 - - - - - - - - - - F - 1 - 2 - - 3 - 1 - eighth - - none - - - 6 - 0 - - - - - - - C - 1 - 3 - - 3 - 1 - eighth - - none - - - 5 - 0 - - - - - - A - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 4 - - - - - - C - 1 - 3 - - 3 - 1 - eighth - - none - - - 5 - 0 - - - - - - - G - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 2 - - - - - - - B - 3 - - 3 - 1 - eighth - - none - - - 3 - 0 - - - - - - G - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 2 - - - - - - - B - 3 - - 3 - 1 - eighth - - none - - - 3 - 0 - - - - - - - F - 1 - 4 - - 3 - 1 - eighth - - none - - - 2 - 3 - - - - - - - F - 1 - 4 - - 3 - 1 - eighth - - none - - - 1 - 0 - - - - - - C - 1 - 3 - - 1 - 1 - 16th - none - - - 5 - 0 - - - - - - - G - 1 - 3 - - 1 - 1 - 16th - none - - - 4 - 2 - - - - - - - B - 3 - - 1 - 1 - 16th - none - - - 3 - 0 - - - - - - F - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 0 - - - - - - - - - C - 1 - 3 - - 1 - 1 - 16th - none - - - 5 - 0 - - - - - - D - 1 - 3 - - 2 - 1 - eighth - none - - - 5 - 2 - - - - - - B - 3 - - 2 - 1 - eighth - none - - - 3 - 0 - - - - - - A - 1 - 3 - - 1 - 1 - 16th - none - - - 4 - 4 - - - - - - D - 1 - 3 - - 3 - 1 - eighth - - none - - - 5 - 2 - - - - - - B - 3 - - 2 - 1 - eighth - none - - - 3 - 0 - - - - - - A - 1 - 3 - - 1 - 1 - 16th - none - - - 4 - 4 - - - - - - D - 1 - 3 - - 1 - 1 - 16th - none - - - 5 - 2 - - - - - - C - 1 - 3 - - 3 - 1 - eighth - - none - - - 5 - 0 - - - - - - - - - C - 1 - 3 - - 1 - 1 - 16th - none - - - 5 - 0 - - - - - - D - 1 - 3 - - 2 - 1 - eighth - none - - - 5 - 2 - - - - - - B - 3 - - 2 - 1 - eighth - none - - - 3 - 0 - - - - - - A - 1 - 3 - - 1 - 1 - 16th - none - - - 4 - 4 - - - - - - D - 1 - 3 - - 3 - 1 - eighth - - none - - - 5 - 2 - - - - - - B - 3 - - 2 - 1 - eighth - none - - - 3 - 0 - - - - - - A - 1 - 3 - - 1 - 1 - 16th - none - - - 4 - 4 - - - - - - D - 1 - 3 - - 1 - 1 - 16th - none - - - 5 - 2 - - - - - - C - 1 - 3 - - 3 - 1 - eighth - - none - - - 5 - 0 - - - - - - - - - - B - 2 - - 3 - 1 - eighth - - none - - - 6 - 5 - - - - - - - F - 1 - 3 - - 3 - 1 - eighth - - none - - - 5 - 5 - - - - - - - A - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 4 - - - - - - - B - 3 - - 3 - 1 - eighth - - none - - - 3 - 0 - - - - - - F - 1 - 4 - - 3 - 1 - eighth - - none - - - 2 - 3 - - - - - - - F - 1 - 4 - - 3 - 1 - eighth - - none - - - 1 - 0 - - - - - - B - 2 - - 3 - 1 - eighth - - none - - - 6 - 5 - - - - - - - F - 1 - 3 - - 3 - 1 - eighth - - none - - - 5 - 5 - - - - - - - A - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 4 - - - - - - - B - 3 - - 3 - 1 - eighth - - none - - - 3 - 0 - - - - - - F - 1 - 4 - - 3 - 1 - eighth - - none - - - 2 - 3 - - - - - - - F - 1 - 4 - - 3 - 1 - eighth - - none - - - 1 - 0 - - - - - - B - 2 - - 1 - 1 - 16th - none - - - 6 - 5 - - - - - - - F - 1 - 3 - - 1 - 1 - 16th - none - - - 5 - 5 - - - - - - - A - 1 - 3 - - 1 - 1 - 16th - none - - - 4 - 4 - - - - - - - B - 3 - - 1 - 1 - 16th - none - - - 3 - 0 - - - - - - D - 1 - 4 - - 3 - 1 - eighth - - none - - - 2 - 0 - - - - - - - - - B - 2 - - 3 - 1 - eighth - - none - - - 6 - 5 - - - - - - - F - 1 - 3 - - 3 - 1 - eighth - - none - - - 5 - 5 - - - - - - - A - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 4 - - - - - - - B - 3 - - 3 - 1 - eighth - - none - - - 3 - 0 - - - - - - F - 1 - 4 - - 3 - 1 - eighth - - none - - - 2 - 3 - - - - - - - F - 1 - 4 - - 3 - 1 - eighth - - none - - - 1 - 0 - - - - - - B - 2 - - 1 - 1 - 16th - none - - - 6 - 5 - - - - - - - F - 1 - 3 - - 1 - 1 - 16th - none - - - 5 - 5 - - - - - - - A - 1 - 3 - - 1 - 1 - 16th - none - - - 4 - 4 - - - - - - F - 1 - 3 - - 2 - 1 - eighth - none - - - 4 - 0 - - - - - - F - 1 - 3 - - 2 - 1 - eighth - none - - - 5 - 5 - - - - - - F - 1 - 3 - - 1 - 1 - 16th - none - - - 5 - 5 - - - - - - E - 1 - 3 - - 1 - 1 - 16th - none - - - P - 5 - 4 - - - - - - C - 1 - 3 - - 3 - 1 - eighth - - none - - - - 5 - 0 - - - - - - - - - - F - 1 - 2 - - 1 - 1 - 16th - none - - - 6 - 0 - - - - - - G - 1 - 2 - - 2 - 1 - eighth - none - - - 6 - 2 - - - - - - A - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 4 - - - - - - - B - 3 - - 3 - 1 - eighth - - none - - - 3 - 0 - - - - - - - D - 1 - 4 - - 3 - 1 - eighth - - none - - - 2 - 0 - - - - - - - F - 1 - 4 - - 3 - 1 - eighth - - none - - - 1 - 0 - - - - - - G - 1 - 2 - - 3 - 1 - eighth - - none - - - 6 - 2 - - - - - - - D - 1 - 3 - - 3 - 1 - eighth - - none - - - 5 - 2 - - - - - - - A - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 4 - - - - - - - B - 3 - - 3 - 1 - eighth - - none - - - 3 - 0 - - - - - - A - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 4 - - - - - - - B - 3 - - 3 - 1 - eighth - - none - - - 3 - 0 - - - - - - - D - 1 - 4 - - 3 - 1 - eighth - - none - - - 2 - 0 - - - - - - - F - 1 - 4 - - 3 - 1 - eighth - - none - - - 1 - 0 - - - - - - G - 1 - 2 - - 1 - 1 - 16th - none - - - 6 - 2 - - - - - - - D - 1 - 3 - - 1 - 1 - 16th - none - - - 5 - 2 - - - - - - - A - 1 - 3 - - 1 - 1 - 16th - none - - - 4 - 4 - - - - - - - B - 3 - - 1 - 1 - 16th - none - - - 3 - 0 - - - - - - A - 1 - 3 - - 2 - 1 - eighth - none - - - 4 - 4 - - - - - - - B - 3 - - 2 - 1 - eighth - none - - - 3 - 0 - - - - - - - D - 1 - 4 - - 2 - 1 - eighth - none - - - 2 - 0 - - - - - - - F - 1 - 4 - - 2 - 1 - eighth - none - - - 1 - 0 - - - - - - G - 1 - 2 - - 1 - 1 - 16th - none - - - 6 - 2 - - - - - - - - - F - 1 - 2 - - 1 - 1 - 16th - none - - - 6 - 0 - - - - - - G - 1 - 2 - - 2 - 1 - eighth - none - - - 6 - 2 - - - - - - G - 1 - 2 - - 3 - 1 - eighth - - none - - - 6 - 2 - - - - - - - D - 1 - 3 - - 3 - 1 - eighth - - none - - - 5 - 2 - - - - - - - A - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 4 - - - - - - G - 1 - 2 - - 3 - 1 - eighth - - none - - - 6 - 2 - - - - - - - D - 1 - 3 - - 3 - 1 - eighth - - none - - - 5 - 2 - - - - - - - A - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 4 - - - - - - - B - 3 - - 3 - 1 - eighth - - none - - - 3 - 0 - - - - - - A - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 4 - - - - - - - B - 3 - - 3 - 1 - eighth - - none - - - 3 - 0 - - - - - - - D - 1 - 4 - - 3 - 1 - eighth - - none - - - 2 - 0 - - - - - - - F - 1 - 4 - - 3 - 1 - eighth - - none - - - 1 - 0 - - - - - - G - 1 - 2 - - 1 - 1 - 16th - none - - - 6 - 2 - - - - - - - D - 1 - 3 - - 1 - 1 - 16th - none - - - 5 - 2 - - - - - - - A - 1 - 3 - - 1 - 1 - 16th - none - - - 4 - 4 - - - - - - - B - 3 - - 1 - 1 - 16th - none - - - 3 - 0 - - - - - - A - 1 - 3 - - 2 - 1 - eighth - none - - - 4 - 4 - - - - - - - B - 3 - - 2 - 1 - eighth - none - - - 3 - 0 - - - - - - - D - 1 - 4 - - 2 - 1 - eighth - none - - - 2 - 0 - - - - - - - F - 1 - 4 - - 2 - 1 - eighth - none - - - 1 - 0 - - - - - - G - 1 - 2 - - 1 - 1 - 16th - none - - - 6 - 2 - - - - - - - - - F - 1 - 2 - - 3 - 1 - eighth - - none - - - 6 - 0 - - - - - - - C - 1 - 3 - - 3 - 1 - eighth - - none - - - 5 - 0 - - - - - - A - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 4 - - - - - - C - 1 - 3 - - 3 - 1 - eighth - - none - - - 5 - 0 - - - - - - - G - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 2 - - - - - - - B - 3 - - 3 - 1 - eighth - - none - - - 3 - 0 - - - - - - G - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 2 - - - - - - - B - 3 - - 3 - 1 - eighth - - none - - - 3 - 0 - - - - - - - F - 1 - 4 - - 3 - 1 - eighth - - none - - - 2 - 3 - - - - - - - F - 1 - 4 - - 3 - 1 - eighth - - none - - - 1 - 0 - - - - - - C - 1 - 3 - - 1 - 1 - 16th - none - - - 5 - 0 - - - - - - - G - 1 - 3 - - 1 - 1 - 16th - none - - - 4 - 2 - - - - - - - B - 3 - - 1 - 1 - 16th - none - - - 3 - 0 - - - - - - F - 1 - 3 - - 3 - 1 - eighth - - none - - - 4 - 0 - - - - - - - diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/Chant.musicxml canorus-0.7.3.RC3+dfsg/examples/musicxml/Chant.musicxml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/Chant.musicxml 1970-01-01 00:00:00.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/Chant.musicxml 2018-06-20 18:42:55.000000000 +0000 @@ -0,0 +1,414 @@ + + + + Quem queritis + + Copyright © 2003 Recordare LLC + + Finale 2003 for Windows + Dolet for Finale 1.3 + 2003-03-15 + + + + + Voice + + + + + + 2 + + G + 2 + + + + + Angelus dicit: + + + + + G + 4 + + 2 + 1 + quarter + up + + + + + single + Quem + + + + + F + 4 + + 2 + 1 + quarter + up + + + + + + + D + 4 + + 2 + 1 + quarter + up + + + + + begin + que + + + + + F + 4 + + 2 + 1 + quarter + up + + + + E + 4 + + 2 + 1 + quarter + up + + + + + + + F + 4 + + 2 + 1 + quarter + up + + + + + middle + ri + + + + + G + 4 + + 2 + 1 + quarter + up + + + + F + 4 + + 2 + 1 + quarter + up + + + + + + + G + 4 + + 2 + 1 + quarter + up + + end + tis + + + + + F + 4 + + 2 + 1 + quarter + up + + single + in + + + + + A + 4 + + 2 + 1 + quarter + up + + begin + se + + + + + A + 4 + + 2 + 1 + quarter + up + + + + + middle + pul + + + + + C + 5 + + 2 + 1 + quarter + down + + + + B + 4 + + 2 + 1 + quarter + down + + + + A + 4 + + 2 + 1 + quarter + up + + + + + + + C + 5 + + 2 + 1 + quarter + down + + + + + end + chro, + + + + + + G + 4 + + 2 + 1 + quarter + up + + + + A + 4 + + 2 + 1 + quarter + up + + + + G + 4 + + 2 + 1 + quarter + up + + + + + + + | + + -1 + + + + G + 4 + + 2 + 1 + quarter + up + + + + + single + o + + + + + A + 4 + + 2 + 1 + quarter + up + + + + + + + G + 4 + + 2 + 1 + quarter + up + + + + + begin + Chri + + + + + F + 4 + + 2 + 1 + quarter + up + + + + + + + A + 4 + + 2 + 1 + quarter + up + + + + + middle + sti + + + + + C + 5 + + 2 + 1 + quarter + down + + + + + + + A + 4 + + 2 + 1 + quarter + up + + middle + co + + + + + G + 4 + + 2 + 1 + quarter + up + + end + lae? + + + + light-light + + + + diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/Chant.xml canorus-0.7.3.RC3+dfsg/examples/musicxml/Chant.xml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/Chant.xml 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/Chant.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,414 +0,0 @@ - - - - Quem queritis - - Copyright © 2003 Recordare LLC - - Finale 2003 for Windows - Dolet for Finale 1.3 - 2003-03-15 - - - - - Voice - - - - - - 2 - - G - 2 - - - - - Angelus dicit: - - - - - G - 4 - - 2 - 1 - quarter - up - - - - - single - Quem - - - - - F - 4 - - 2 - 1 - quarter - up - - - - - - - D - 4 - - 2 - 1 - quarter - up - - - - - begin - que - - - - - F - 4 - - 2 - 1 - quarter - up - - - - E - 4 - - 2 - 1 - quarter - up - - - - - - - F - 4 - - 2 - 1 - quarter - up - - - - - middle - ri - - - - - G - 4 - - 2 - 1 - quarter - up - - - - F - 4 - - 2 - 1 - quarter - up - - - - - - - G - 4 - - 2 - 1 - quarter - up - - end - tis - - - - - F - 4 - - 2 - 1 - quarter - up - - single - in - - - - - A - 4 - - 2 - 1 - quarter - up - - begin - se - - - - - A - 4 - - 2 - 1 - quarter - up - - - - - middle - pul - - - - - C - 5 - - 2 - 1 - quarter - down - - - - B - 4 - - 2 - 1 - quarter - down - - - - A - 4 - - 2 - 1 - quarter - up - - - - - - - C - 5 - - 2 - 1 - quarter - down - - - - - end - chro, - - - - - - G - 4 - - 2 - 1 - quarter - up - - - - A - 4 - - 2 - 1 - quarter - up - - - - G - 4 - - 2 - 1 - quarter - up - - - - - - - | - - -1 - - - - G - 4 - - 2 - 1 - quarter - up - - - - - single - o - - - - - A - 4 - - 2 - 1 - quarter - up - - - - - - - G - 4 - - 2 - 1 - quarter - up - - - - - begin - Chri - - - - - F - 4 - - 2 - 1 - quarter - up - - - - - - - A - 4 - - 2 - 1 - quarter - up - - - - - middle - sti - - - - - C - 5 - - 2 - 1 - quarter - down - - - - - - - A - 4 - - 2 - 1 - quarter - up - - middle - co - - - - - G - 4 - - 2 - 1 - quarter - up - - end - lae? - - - - light-light - - - - diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/DebuMandSample.musicxml canorus-0.7.3.RC3+dfsg/examples/musicxml/DebuMandSample.musicxml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/DebuMandSample.musicxml 1970-01-01 00:00:00.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/DebuMandSample.musicxml 2018-06-20 18:42:55.000000000 +0000 @@ -0,0 +1,4172 @@ + + + + Mandoline (Page 1) + + Claude Debussy + Paul Verlaine + Copyright © 2002 Recordare LLC + + Finale 2005 for Windows + Dolet 4.0 Beta 4 for Finale + 2007-06-19 + + + + + + + 6.35 + 40 + + + 1760 + 1360 + + 80 + 80 + 80 + 80 + + + + + 0 + 0 + + 127 + 127 + + + 90 + + + 0.9375 + 3.75 + 0.625 + 1.5625 + 5 + 0.9375 + 0.5762 + 0.7178 + 1.25 + 1.0156 + 66 + 66 + + + + + + + Copyright © 2002 Recordare LLC + + + Mandoline + + + Claude Debussy + + + Paul Verlaine + + + + Voice + + Choir Aahs + + + 1 + 53 + + + + Piano + + Grand Piano + + + 2 + 1 + + + + + + + + + + 120 + 0 + + 268 + + + + 48 + + 0 + major + + + + G + 2 + + + + + Allegretto vivace + + + + + + quarter + + 126 + + + 144 + + + + + B + 4 + + 144 + 1 + whole + + + + + + + + + + 144 + 1 + + + + + + + 144 + 1 + + + + + + + dolce e leggiero + + 5 + + + + A + 4 + + 48 + 1 + quarter + up + + single + Les + + + + + A + 4 + + 24 + 1 + eighth + up + + begin + don + + + + + D + 5 + + 48 + 1 + quarter + down + + end + neurs + + + + + D + 5 + + 24 + 1 + eighth + down + + single + de + + + + + + + + 193 + + + + + F + 5 + + 36 + 1 + eighth + + down + begin + + + + + begin + + + + + + E + 5 + + 12 + 1 + 16th + down + continue + backward hook + + + + + + + F + 5 + + 24 + 1 + eighth + down + end + + middle + + + + + + D + 5 + + 48 + 1 + quarter + down + + middle + na + + + + + A + 4 + + 24 + 1 + eighth + up + + end + des + + + + + + + + 24 + 1 + eighth + + + + + + + + + G + 4 + + 24 + 1 + eighth + up + begin + + + + + single + Et + + + + + G + 4 + + 24 + 1 + eighth + up + end + + single + les + + + + + B + 4 + + 24 + 1 + eighth + down + begin + + + + + begin + bel + + + + + + + 11 + + + + D + 5 + + 24 + 1 + eighth + down + continue + + + + + + + B + 4 + + 24 + 1 + eighth + down + end + + end + les + + + + + + + -11 + + + + + + + G + 4 + + 36 + 1 + eighth + + up + begin + + + + + begin + é + + + + + F + 4 + + 12 + 1 + 16th + up + continue + backward hook + + + + + + + E + 4 + + 24 + 1 + eighth + up + end + + middle + cou + + + + + G + 4 + + 48 + 1 + quarter + up + + middle + teu + + + + + + + -4 + + + + G + 4 + + 24 + 1 + eighth + up + + + + + end + ses + + + + + + + + 24 + 1 + eighth + + + + 24 + 1 + eighth + + + + C + 5 + + 24 + 1 + eighth + down + + + + + begin + E + + + + + E + 5 + + 48 + 1 + quarter + down + + middle + chan + + + + + E + 5 + + 24 + 1 + eighth + down + + + + + end + gent + + + + + + + + 196 + + + + + C + 5 + + 24 + 1 + eighth + up + begin + + + + + + + single + des + + + + + G + 4 + + 24 + 1 + eighth + up + continue + + + + + + + begin + pro + + + + + C + 5 + + 24 + 1 + eighth + up + end + + + + + + + end + pos + + + + + B + 4 + + 48 + 1 + quarter + down + + + + + + + begin + fa + + + + + B + 4 + + 24 + 1 + eighth + down + + end + des + + + + + + + + + + + + + B + -1 + 4 + + 24 + 1 + eighth + flat + down + begin + + single + Sous + + + + + B + -1 + 4 + + 24 + 1 + eighth + down + continue + + single + les + + + + + B + -1 + 4 + + 24 + 1 + eighth + down + end + + begin + ra + + + + + C + 5 + + 24 + 1 + eighth + down + begin + + middle + mu + + + + + A + -1 + 4 + + 24 + 1 + eighth + flat + down + continue + + end + res + + + + + C + 5 + + 24 + 1 + eighth + down + end + + begin + chan + + + + + + + -5 + + + + + + + + D + 5 + + 72 + 1 + quarter + + down + + + +

+ + + + + middle + teu + + + + + dim. + + + + + -51 + + + + D + -1 + 5 + + 72 + 1 + quarter + + flat + down + + + + + + + C + 5 + + 72 + 1 + quarter + + down + + + + C + -1 + 5 + + 72 + 1 + quarter + + flat + down + + + + + + -7 + + + + + + + + + 88 + + + + 8 + + 0 + major + + + 2 + + G + 2 + + + F + 4 + + + + + + G + 3 + + 1 + eighth + up + 2 + + + + + + + + + 9 + 1 + + + + + G + 4 + + 24 + 1 + half + + up + 1 + + + + + + + + + + + + + -1 + 1 + + + 24 + + + + D + 3 + + 24 + 2 + whole + 2 + + + + + + + + + + G + 2 + + + + 24 + 1 + 1 + + + 24 + + + + G + 3 + + 4 + 2 + eighth + up + 2 + begin + + + + + + + + D + 4 + + 4 + 2 + eighth + up + 2 + + + + + + + + A + 4 + + 4 + 2 + eighth + up + 2 + + + + + + + + G + 4 + + 4 + 2 + eighth + down + 1 + continue + + + + + + + + + + + D + 5 + + 4 + 2 + eighth + down + 1 + + + + + + + + A + 5 + + 4 + 2 + eighth + down + 1 + + + + + + + G + 3 + + 4 + 2 + eighth + up + 2 + end + + + + + + + + D + 4 + + 4 + 2 + eighth + up + 2 + + + + + + + + A + 4 + + 4 + 2 + eighth + up + 2 + + + + + + + G + 4 + + 4 + 2 + eighth + down + 1 + begin + + + + + + + + D + 5 + + 4 + 2 + eighth + down + 1 + + + + + + + + A + 5 + + 4 + 2 + eighth + down + 1 + + + + + + + G + 3 + + 4 + 2 + eighth + up + 2 + continue + + + + + + + + D + 4 + + 4 + 2 + eighth + up + 2 + + + + + + + + A + 4 + + 4 + 2 + eighth + up + 2 + + + + + + + G + 4 + + 4 + 2 + eighth + down + 1 + end + + + + + + + + D + 5 + + 4 + 2 + eighth + down + 1 + + + + + + + + A + 5 + + 4 + 2 + eighth + down + 1 + + + + + + + + + 24 + 1 + 1 + + + 24 + + + + G + 3 + + 4 + 2 + eighth + up + 2 + begin + + + + + + + + D + 4 + + 4 + 2 + eighth + up + 2 + + + + + + + + A + 4 + + 4 + 2 + eighth + up + 2 + + + + + + + G + 4 + + 4 + 2 + eighth + down + 1 + continue + + + + + + + + D + 5 + + 4 + 2 + eighth + down + 1 + + + + + + + + A + 5 + + 4 + 2 + eighth + down + 1 + + + + + + + G + 3 + + 4 + 2 + eighth + up + 2 + end + + + + + + + + D + 4 + + 4 + 2 + eighth + up + 2 + + + + + + + + A + 4 + + 4 + 2 + eighth + up + 2 + + + + + + + G + 4 + + 4 + 2 + eighth + down + 1 + begin + + + + + + + + D + 5 + + 4 + 2 + eighth + down + 1 + + + + + + + + A + 5 + + 4 + 2 + eighth + down + 1 + + + + + + + G + 3 + + 4 + 2 + eighth + up + 2 + continue + + + + + + + + D + 4 + + 4 + 2 + eighth + up + 2 + + + + + + + + A + 4 + + 4 + 2 + eighth + up + 2 + + + + + + + G + 4 + + 4 + 2 + eighth + down + 1 + end + + + + + + + + D + 5 + + 4 + 2 + eighth + down + 1 + + + + + + + + A + 5 + + 4 + 2 + eighth + down + 1 + + + + + + + + + 24 + 1 + 1 + + + 24 + + + + G + 3 + + 4 + 2 + eighth + up + 2 + begin + + + + + + + + D + 4 + + 4 + 2 + eighth + up + 2 + + + + + + + + A + 4 + + 4 + 2 + eighth + up + 2 + + + + + + + G + 4 + + 4 + 2 + eighth + down + 1 + continue + + + + + + + + D + 5 + + 4 + 2 + eighth + down + 1 + + + + + + + + A + 5 + + 4 + 2 + eighth + down + 1 + + + + + + + G + 3 + + 4 + 2 + eighth + up + 2 + end + + + + + + + + D + 4 + + 4 + 2 + eighth + up + 2 + + + + + + + + A + 4 + + 4 + 2 + eighth + up + 2 + + + + + + + G + 4 + + 4 + 2 + eighth + down + 1 + begin + + + + + + + + D + 5 + + 4 + 2 + eighth + down + 1 + + + + + + + + A + 5 + + 4 + 2 + eighth + down + 1 + + + + + + + G + 3 + + 4 + 2 + eighth + up + 2 + continue + + + + + + + + D + 4 + + 4 + 2 + eighth + up + 2 + + + + + + + + A + 4 + + 4 + 2 + eighth + up + 2 + + + + + + + G + 4 + + 4 + 2 + eighth + down + 1 + end + + + + + + + + D + 5 + + 4 + 2 + eighth + down + 1 + + + + + + + + A + 5 + + 4 + 2 + eighth + down + 1 + + + + + + + + + + 88 + + + + 16 + 1 + 1 + + + 8 + 1 + 1 + + + 24 + + + + G + 3 + + 4 + 2 + eighth + up + 2 + begin + + + + + + + + D + 4 + + 4 + 2 + eighth + up + 2 + + + + + + + + A + 4 + + 4 + 2 + eighth + up + 2 + + + + + + + G + 4 + + 4 + 2 + eighth + down + 1 + continue + + + + + + + + D + 5 + + 4 + 2 + eighth + down + 1 + + + + + + + + A + 5 + + 4 + 2 + eighth + down + 1 + + + + + + + G + 3 + + 4 + 2 + eighth + up + 2 + end + + + + + + + + D + 4 + + 4 + 2 + eighth + up + 2 + + + + + + + + A + 4 + + 4 + 2 + eighth + up + 2 + + + + + + + G + 4 + + 4 + 2 + eighth + down + 1 + begin + + + + + + + + D + 5 + + 4 + 2 + eighth + down + 1 + + + + + + + + A + 5 + + 4 + 2 + eighth + down + 1 + + + + + + + G + 3 + + 4 + 2 + eighth + up + 2 + continue + + + + + + + + D + 4 + + 4 + 2 + eighth + up + 2 + + + + + + + + A + 4 + + 4 + 2 + eighth + up + 2 + + + + + + + G + 4 + + 4 + 2 + eighth + down + 1 + end + + + + + + + + D + 5 + + 4 + 2 + eighth + down + 1 + + + + + + + + A + 5 + + 4 + 2 + eighth + down + 1 + + + + + + + + + + F + 4 + + + + + 4 + 1 + eighth + 1 + + + + G + 4 + + 4 + 1 + eighth + down + 1 + + + + + + + + C + 5 + + 4 + 1 + eighth + down + 1 + + + + + + + + G + 5 + + 4 + 1 + eighth + down + 1 + + + + + + + 4 + 1 + eighth + 1 + + + + 4 + 1 + eighth + 1 + + + + B + 4 + + 4 + 1 + eighth + down + 1 + + + + + + + + D + 5 + + 4 + 1 + eighth + down + 1 + + + + + + + + B + 5 + + 4 + 1 + eighth + down + 1 + + + + + + + 4 + 1 + eighth + 1 + + + 24 + + + + C + 3 + + 4 + 2 + eighth + down + 2 + begin + + + + + + + + G + 3 + + 4 + 2 + eighth + down + 2 + + + + + + + + E + 4 + + 4 + 2 + eighth + down + 2 + + + + + + + + + 2 + + + + 4 + 2 + eighth + 2 + + + + C + 3 + + 4 + 2 + eighth + down + 2 + end + + + + + G + 3 + + 4 + 2 + eighth + down + 2 + + + + + E + 4 + + 4 + 2 + eighth + down + 2 + + + + G + 1 + 3 + + 4 + 2 + eighth + sharp + down + 2 + begin + + + + + B + 3 + + 4 + 2 + eighth + down + 2 + + + + + F + 4 + + 4 + 2 + eighth + down + 2 + + + + + + 2 + 2 + + + + 4 + 2 + eighth + 2 + + + + G + 1 + 3 + + 4 + 2 + eighth + down + 2 + end + + + + + B + 3 + + 4 + 2 + eighth + down + 2 + + + + + F + 4 + + 4 + 2 + eighth + down + 2 + + + + + + -2 + 2 + + + + + + + 4 + 1 + eighth + 1 + + + + G + 4 + + 4 + 1 + eighth + down + 1 + + + + + + + + C + 5 + + 4 + 1 + eighth + down + 1 + + + + + + + + G + 5 + + 4 + 1 + eighth + down + 1 + + + + + + + 4 + 1 + eighth + 1 + + + + 4 + 1 + eighth + 1 + + + + G + 4 + + 4 + 1 + eighth + down + 1 + + + + + + + + B + 4 + + 4 + 1 + eighth + down + 1 + + + + + + + + G + 5 + + 4 + 1 + eighth + down + 1 + + + + + + + 4 + 1 + eighth + 1 + + + 24 + + + + C + 3 + + 4 + 2 + eighth + down + 2 + begin + + + + + + + + G + 3 + + 4 + 2 + eighth + natural + down + 2 + + + + + + + + E + 4 + + 4 + 2 + eighth + down + 2 + + + + + + + 4 + 2 + eighth + 2 + + + + C + 3 + + 4 + 2 + eighth + down + 2 + end + + + + + G + 3 + + 4 + 2 + eighth + down + 2 + + + + + E + 4 + + 4 + 2 + eighth + down + 2 + + + + G + 3 + + 4 + 2 + eighth + down + 2 + begin + + + + + B + 3 + + 4 + 2 + eighth + down + 2 + + + + + D + 4 + + 4 + 2 + eighth + down + 2 + + + + 4 + 2 + eighth + 2 + + + + + + -1 + 2 + + + + G + 3 + + 4 + 2 + eighth + down + 2 + end + + + + + B + 3 + + 4 + 2 + eighth + down + 2 + + + + + D + 4 + + 4 + 2 + eighth + down + 2 + + + + + + + G + 2 + + + + + 4 + 1 + eighth + 1 + + + + C + 5 + + 4 + 1 + eighth + down + 1 + + + + + E + 5 + + 4 + 1 + eighth + down + 1 + + + + + C + 6 + + 4 + 1 + eighth + down + 1 + + + + 4 + 1 + eighth + 1 + + + + 4 + 1 + eighth + 1 + + + + D + 5 + + 4 + 1 + eighth + down + 1 + + + + + G + 1 + 5 + + 4 + 1 + eighth + sharp + down + 1 + + + + + E + 6 + + 4 + 1 + eighth + down + 1 + + + + 4 + 1 + eighth + 1 + + + 24 + + + + C + 4 + + 4 + 2 + eighth + up + 2 + begin + + + + + E + 4 + + 4 + 2 + eighth + up + 2 + + + + + G + 4 + + 4 + 2 + eighth + up + 2 + + + + 4 + 2 + eighth + 2 + + + + C + 4 + + 4 + 2 + eighth + up + 2 + end + + + + + E + 4 + + 4 + 2 + eighth + up + 2 + + + + + G + 4 + + 4 + 2 + eighth + up + 2 + + + + B + 3 + + 4 + 2 + eighth + up + 2 + begin + + + + + D + 4 + + 4 + 2 + eighth + up + 2 + + + + + G + 1 + 4 + + 4 + 2 + eighth + sharp + up + 2 + + + + 4 + 2 + eighth + 2 + + + + B + 3 + + 4 + 2 + eighth + up + 2 + end + + + + + D + 4 + + 4 + 2 + eighth + up + 2 + + + + + G + 1 + 4 + + 4 + 2 + eighth + up + 2 + + + + + + + 78 + + + 87 + + + + + 4 + 1 + eighth + 1 + + + + C + 5 + + 4 + 1 + eighth + down + 1 + + + + + E + 5 + + 4 + 1 + eighth + down + 1 + + + + + C + 6 + + 4 + 1 + eighth + down + 1 + + + + 4 + 1 + eighth + 1 + + + + 4 + 1 + eighth + 1 + + + + D + 5 + + 4 + 1 + eighth + down + 1 + + + + + G + 1 + 5 + + 4 + 1 + eighth + sharp + down + 1 + + + + + E + 6 + + 4 + 1 + eighth + down + 1 + + + + 4 + 1 + eighth + 1 + + + 24 + + + + C + 4 + + 4 + 2 + eighth + up + 2 + begin + + + + + E + 4 + + 4 + 2 + eighth + up + 2 + + + + + G + 4 + + 4 + 2 + eighth + natural + up + 2 + + + + 4 + 2 + eighth + 2 + + + + C + 4 + + 4 + 2 + eighth + up + 2 + end + + + + + E + 4 + + 4 + 2 + eighth + up + 2 + + + + + G + 4 + + 4 + 2 + eighth + up + 2 + + + + B + 3 + + 4 + 2 + eighth + up + 2 + begin + + + + + D + 4 + + 4 + 2 + eighth + up + 2 + + + + + G + 1 + 4 + + 4 + 2 + eighth + sharp + up + 2 + + + + 4 + 2 + eighth + 2 + + + + B + 3 + + 4 + 2 + eighth + up + 2 + end + + + + + D + 4 + + 4 + 2 + eighth + up + 2 + + + + + G + 1 + 4 + + 4 + 2 + eighth + up + 2 + + + + + + + 4 + 1 + eighth + 1 + + + + + + -1 + 1 + + + + D + 5 + + 4 + 1 + eighth + down + 1 + + + + + B + -1 + 5 + + 4 + 1 + eighth + flat + down + 1 + + + + + F + 6 + + 4 + 1 + eighth + down + 1 + + + + 4 + 1 + eighth + 1 + + + + 4 + 1 + eighth + 1 + + + + A + -1 + 5 + + 4 + 1 + eighth + flat + down + 1 + + + + + C + 6 + + 4 + 1 + eighth + down + 1 + + + + + A + -1 + 6 + + 4 + 1 + eighth + flat + down + 1 + + + + 4 + 1 + eighth + 1 + + + 24 + + + + + + 1 + 2 + + + + B + -1 + 3 + + 4 + 2 + eighth + flat + up + 2 + begin + + + + + D + 4 + + 4 + 2 + eighth + up + 2 + + + + + F + 4 + + 4 + 2 + eighth + up + 2 + + + + 4 + 2 + eighth + 2 + + + + B + -1 + 3 + + 4 + 2 + eighth + up + 2 + end + + + + + D + 4 + + 4 + 2 + eighth + up + 2 + + + + + F + 4 + + 4 + 2 + eighth + up + 2 + + + + F + 4 + + + + + A + -1 + 3 + + 4 + 2 + eighth + flat + down + 2 + begin + + + + + C + 4 + + 4 + 2 + eighth + down + 2 + + + + + E + -1 + 4 + + 4 + 2 + eighth + flat + down + 2 + + + + 4 + 2 + eighth + 2 + + + + A + -1 + 3 + + 4 + 2 + eighth + down + 2 + end + + + + + C + 4 + + 4 + 2 + eighth + down + 2 + + + + + E + -1 + 4 + + 4 + 2 + eighth + down + 2 + + + + + + -1 + 2 + + + + + + + + 4 + 1 + eighth + 1 + + +

+ + + + + + dim. + + + + + -1 + 1 + + + + D + 6 + + 4 + 1 + eighth + down + 1 + begin + + + + + + + + + + + G + 6 + + 4 + 1 + eighth + down + 1 + + + + + B + 6 + + 4 + 1 + eighth + down + 1 + + + + B + 5 + + 4 + 1 + eighth + down + 1 + end + + + + + + + + + + + D + 6 + + 4 + 1 + eighth + down + 1 + + + + + G + 6 + + 4 + 1 + eighth + down + 1 + + + + 4 + 1 + eighth + 1 + + + + B + -1 + 5 + + 4 + 1 + eighth + flat + down + 1 + begin + + + + + + + + + + + D + -1 + 6 + + 4 + 1 + eighth + flat + down + 1 + + + + + G + -1 + 6 + + 4 + 1 + eighth + flat + down + 1 + + + + G + -1 + 5 + + 4 + 1 + eighth + flat + down + 1 + end + + + + + + + + + + + B + -1 + 5 + + 4 + 1 + eighth + down + 1 + + + + + D + -1 + 6 + + 4 + 1 + eighth + down + 1 + + + + + + -2 + 1 + + + 24 + + + + G + 3 + + 12 + 2 + quarter + + down + 2 + + + + + + + + B + 3 + + 12 + 2 + quarter + + natural + down + 2 + + + + + D + 4 + + 12 + 2 + quarter + + down + 2 + + + + B + -1 + 3 + + 12 + 2 + quarter + + flat + down + 2 + + + + + D + -1 + 4 + + 12 + 2 + quarter + + flat + down + 2 + + + + + G + -1 + 4 + + 12 + 2 + quarter + + flat + down + 2 + + + + + + + G + 2 + + + + + 4 + 1 + eighth + 1 + + + + G + 5 + + 4 + 1 + eighth + natural + down + 1 + begin + + + + + + + + C + 6 + + 4 + 1 + eighth + natural + down + 1 + + + + + E + 6 + + 4 + 1 + eighth + natural + down + 1 + + + + E + 5 + + 4 + 1 + eighth + down + 1 + end + + + + + + + + G + 5 + + 4 + 1 + eighth + down + 1 + + + + + C + 6 + + 4 + 1 + eighth + down + 1 + + + + 4 + 1 + eighth + 1 + + + + E + -1 + 5 + + 4 + 1 + eighth + flat + down + 1 + begin + + + + + + + + G + -1 + 5 + + 4 + 1 + eighth + flat + down + 1 + + + + + C + -1 + 6 + + 4 + 1 + eighth + flat + down + 1 + + + + + + 1 + 1 + + + + C + -1 + 5 + + 4 + 1 + eighth + flat + down + 1 + end + + + + + + + + E + -1 + 5 + + 4 + 1 + eighth + down + 1 + + + + + G + -1 + 5 + + 4 + 1 + eighth + down + 1 + + + 24 + + + + C + 4 + + 12 + 2 + quarter + + up + 2 + + + + + E + 4 + + 12 + 2 + quarter + + natural + up + 2 + + + + + G + 4 + + 12 + 2 + quarter + + natural + up + 2 + + + + E + -1 + 4 + + 12 + 2 + quarter + + flat + up + 2 + + + + + + + + G + -1 + 4 + + 12 + 2 + quarter + + flat + up + 2 + + + + + C + -1 + 5 + + 12 + 2 + quarter + + flat + up + 2 + + + + + diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/DebuMandSample.xml canorus-0.7.3.RC3+dfsg/examples/musicxml/DebuMandSample.xml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/DebuMandSample.xml 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/DebuMandSample.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,4172 +0,0 @@ - - - - Mandoline (Page 1) - - Claude Debussy - Paul Verlaine - Copyright © 2002 Recordare LLC - - Finale 2005 for Windows - Dolet 4.0 Beta 4 for Finale - 2007-06-19 - - - - - - - 6.35 - 40 - - - 1760 - 1360 - - 80 - 80 - 80 - 80 - - - - - 0 - 0 - - 127 - 127 - - - 90 - - - 0.9375 - 3.75 - 0.625 - 1.5625 - 5 - 0.9375 - 0.5762 - 0.7178 - 1.25 - 1.0156 - 66 - 66 - - - - - - - Copyright © 2002 Recordare LLC - - - Mandoline - - - Claude Debussy - - - Paul Verlaine - - - - Voice - - Choir Aahs - - - 1 - 53 - - - - Piano - - Grand Piano - - - 2 - 1 - - - - - - - - - - 120 - 0 - - 268 - - - - 48 - - 0 - major - - - - G - 2 - - - - - Allegretto vivace - - - - - - quarter - - 126 - - - 144 - - - - - B - 4 - - 144 - 1 - whole - - - - - - - - - - 144 - 1 - - - - - - - 144 - 1 - - - - - - - dolce e leggiero - - 5 - - - - A - 4 - - 48 - 1 - quarter - up - - single - Les - - - - - A - 4 - - 24 - 1 - eighth - up - - begin - don - - - - - D - 5 - - 48 - 1 - quarter - down - - end - neurs - - - - - D - 5 - - 24 - 1 - eighth - down - - single - de - - - - - - - - 193 - - - - - F - 5 - - 36 - 1 - eighth - - down - begin - - - - - begin - - - - - - E - 5 - - 12 - 1 - 16th - down - continue - backward hook - - - - - - - F - 5 - - 24 - 1 - eighth - down - end - - middle - - - - - - D - 5 - - 48 - 1 - quarter - down - - middle - na - - - - - A - 4 - - 24 - 1 - eighth - up - - end - des - - - - - - - - 24 - 1 - eighth - - - - - - - - - G - 4 - - 24 - 1 - eighth - up - begin - - - - - single - Et - - - - - G - 4 - - 24 - 1 - eighth - up - end - - single - les - - - - - B - 4 - - 24 - 1 - eighth - down - begin - - - - - begin - bel - - - - - - - 11 - - - - D - 5 - - 24 - 1 - eighth - down - continue - - - - - - - B - 4 - - 24 - 1 - eighth - down - end - - end - les - - - - - - - -11 - - - - - - - G - 4 - - 36 - 1 - eighth - - up - begin - - - - - begin - é - - - - - F - 4 - - 12 - 1 - 16th - up - continue - backward hook - - - - - - - E - 4 - - 24 - 1 - eighth - up - end - - middle - cou - - - - - G - 4 - - 48 - 1 - quarter - up - - middle - teu - - - - - - - -4 - - - - G - 4 - - 24 - 1 - eighth - up - - - - - end - ses - - - - - - - - 24 - 1 - eighth - - - - 24 - 1 - eighth - - - - C - 5 - - 24 - 1 - eighth - down - - - - - begin - E - - - - - E - 5 - - 48 - 1 - quarter - down - - middle - chan - - - - - E - 5 - - 24 - 1 - eighth - down - - - - - end - gent - - - - - - - - 196 - - - - - C - 5 - - 24 - 1 - eighth - up - begin - - - - - - - single - des - - - - - G - 4 - - 24 - 1 - eighth - up - continue - - - - - - - begin - pro - - - - - C - 5 - - 24 - 1 - eighth - up - end - - - - - - - end - pos - - - - - B - 4 - - 48 - 1 - quarter - down - - - - - - - begin - fa - - - - - B - 4 - - 24 - 1 - eighth - down - - end - des - - - - - - - - - - - - - B - -1 - 4 - - 24 - 1 - eighth - flat - down - begin - - single - Sous - - - - - B - -1 - 4 - - 24 - 1 - eighth - down - continue - - single - les - - - - - B - -1 - 4 - - 24 - 1 - eighth - down - end - - begin - ra - - - - - C - 5 - - 24 - 1 - eighth - down - begin - - middle - mu - - - - - A - -1 - 4 - - 24 - 1 - eighth - flat - down - continue - - end - res - - - - - C - 5 - - 24 - 1 - eighth - down - end - - begin - chan - - - - - - - -5 - - - - - - - - D - 5 - - 72 - 1 - quarter - - down - - - -

- - - - - middle - teu - - - - - dim. - - - - - -51 - - - - D - -1 - 5 - - 72 - 1 - quarter - - flat - down - - - - - - - C - 5 - - 72 - 1 - quarter - - down - - - - C - -1 - 5 - - 72 - 1 - quarter - - flat - down - - - - - - -7 - - - - - - - - - 88 - - - - 8 - - 0 - major - - - 2 - - G - 2 - - - F - 4 - - - - - - G - 3 - - 1 - eighth - up - 2 - - - - - - - - - 9 - 1 - - - - - G - 4 - - 24 - 1 - half - - up - 1 - - - - - - - - - - - - - -1 - 1 - - - 24 - - - - D - 3 - - 24 - 2 - whole - 2 - - - - - - - - - - G - 2 - - - - 24 - 1 - 1 - - - 24 - - - - G - 3 - - 4 - 2 - eighth - up - 2 - begin - - - - - - - - D - 4 - - 4 - 2 - eighth - up - 2 - - - - - - - - A - 4 - - 4 - 2 - eighth - up - 2 - - - - - - - - G - 4 - - 4 - 2 - eighth - down - 1 - continue - - - - - - - - - - - D - 5 - - 4 - 2 - eighth - down - 1 - - - - - - - - A - 5 - - 4 - 2 - eighth - down - 1 - - - - - - - G - 3 - - 4 - 2 - eighth - up - 2 - end - - - - - - - - D - 4 - - 4 - 2 - eighth - up - 2 - - - - - - - - A - 4 - - 4 - 2 - eighth - up - 2 - - - - - - - G - 4 - - 4 - 2 - eighth - down - 1 - begin - - - - - - - - D - 5 - - 4 - 2 - eighth - down - 1 - - - - - - - - A - 5 - - 4 - 2 - eighth - down - 1 - - - - - - - G - 3 - - 4 - 2 - eighth - up - 2 - continue - - - - - - - - D - 4 - - 4 - 2 - eighth - up - 2 - - - - - - - - A - 4 - - 4 - 2 - eighth - up - 2 - - - - - - - G - 4 - - 4 - 2 - eighth - down - 1 - end - - - - - - - - D - 5 - - 4 - 2 - eighth - down - 1 - - - - - - - - A - 5 - - 4 - 2 - eighth - down - 1 - - - - - - - - - 24 - 1 - 1 - - - 24 - - - - G - 3 - - 4 - 2 - eighth - up - 2 - begin - - - - - - - - D - 4 - - 4 - 2 - eighth - up - 2 - - - - - - - - A - 4 - - 4 - 2 - eighth - up - 2 - - - - - - - G - 4 - - 4 - 2 - eighth - down - 1 - continue - - - - - - - - D - 5 - - 4 - 2 - eighth - down - 1 - - - - - - - - A - 5 - - 4 - 2 - eighth - down - 1 - - - - - - - G - 3 - - 4 - 2 - eighth - up - 2 - end - - - - - - - - D - 4 - - 4 - 2 - eighth - up - 2 - - - - - - - - A - 4 - - 4 - 2 - eighth - up - 2 - - - - - - - G - 4 - - 4 - 2 - eighth - down - 1 - begin - - - - - - - - D - 5 - - 4 - 2 - eighth - down - 1 - - - - - - - - A - 5 - - 4 - 2 - eighth - down - 1 - - - - - - - G - 3 - - 4 - 2 - eighth - up - 2 - continue - - - - - - - - D - 4 - - 4 - 2 - eighth - up - 2 - - - - - - - - A - 4 - - 4 - 2 - eighth - up - 2 - - - - - - - G - 4 - - 4 - 2 - eighth - down - 1 - end - - - - - - - - D - 5 - - 4 - 2 - eighth - down - 1 - - - - - - - - A - 5 - - 4 - 2 - eighth - down - 1 - - - - - - - - - 24 - 1 - 1 - - - 24 - - - - G - 3 - - 4 - 2 - eighth - up - 2 - begin - - - - - - - - D - 4 - - 4 - 2 - eighth - up - 2 - - - - - - - - A - 4 - - 4 - 2 - eighth - up - 2 - - - - - - - G - 4 - - 4 - 2 - eighth - down - 1 - continue - - - - - - - - D - 5 - - 4 - 2 - eighth - down - 1 - - - - - - - - A - 5 - - 4 - 2 - eighth - down - 1 - - - - - - - G - 3 - - 4 - 2 - eighth - up - 2 - end - - - - - - - - D - 4 - - 4 - 2 - eighth - up - 2 - - - - - - - - A - 4 - - 4 - 2 - eighth - up - 2 - - - - - - - G - 4 - - 4 - 2 - eighth - down - 1 - begin - - - - - - - - D - 5 - - 4 - 2 - eighth - down - 1 - - - - - - - - A - 5 - - 4 - 2 - eighth - down - 1 - - - - - - - G - 3 - - 4 - 2 - eighth - up - 2 - continue - - - - - - - - D - 4 - - 4 - 2 - eighth - up - 2 - - - - - - - - A - 4 - - 4 - 2 - eighth - up - 2 - - - - - - - G - 4 - - 4 - 2 - eighth - down - 1 - end - - - - - - - - D - 5 - - 4 - 2 - eighth - down - 1 - - - - - - - - A - 5 - - 4 - 2 - eighth - down - 1 - - - - - - - - - - 88 - - - - 16 - 1 - 1 - - - 8 - 1 - 1 - - - 24 - - - - G - 3 - - 4 - 2 - eighth - up - 2 - begin - - - - - - - - D - 4 - - 4 - 2 - eighth - up - 2 - - - - - - - - A - 4 - - 4 - 2 - eighth - up - 2 - - - - - - - G - 4 - - 4 - 2 - eighth - down - 1 - continue - - - - - - - - D - 5 - - 4 - 2 - eighth - down - 1 - - - - - - - - A - 5 - - 4 - 2 - eighth - down - 1 - - - - - - - G - 3 - - 4 - 2 - eighth - up - 2 - end - - - - - - - - D - 4 - - 4 - 2 - eighth - up - 2 - - - - - - - - A - 4 - - 4 - 2 - eighth - up - 2 - - - - - - - G - 4 - - 4 - 2 - eighth - down - 1 - begin - - - - - - - - D - 5 - - 4 - 2 - eighth - down - 1 - - - - - - - - A - 5 - - 4 - 2 - eighth - down - 1 - - - - - - - G - 3 - - 4 - 2 - eighth - up - 2 - continue - - - - - - - - D - 4 - - 4 - 2 - eighth - up - 2 - - - - - - - - A - 4 - - 4 - 2 - eighth - up - 2 - - - - - - - G - 4 - - 4 - 2 - eighth - down - 1 - end - - - - - - - - D - 5 - - 4 - 2 - eighth - down - 1 - - - - - - - - A - 5 - - 4 - 2 - eighth - down - 1 - - - - - - - - - - F - 4 - - - - - 4 - 1 - eighth - 1 - - - - G - 4 - - 4 - 1 - eighth - down - 1 - - - - - - - - C - 5 - - 4 - 1 - eighth - down - 1 - - - - - - - - G - 5 - - 4 - 1 - eighth - down - 1 - - - - - - - 4 - 1 - eighth - 1 - - - - 4 - 1 - eighth - 1 - - - - B - 4 - - 4 - 1 - eighth - down - 1 - - - - - - - - D - 5 - - 4 - 1 - eighth - down - 1 - - - - - - - - B - 5 - - 4 - 1 - eighth - down - 1 - - - - - - - 4 - 1 - eighth - 1 - - - 24 - - - - C - 3 - - 4 - 2 - eighth - down - 2 - begin - - - - - - - - G - 3 - - 4 - 2 - eighth - down - 2 - - - - - - - - E - 4 - - 4 - 2 - eighth - down - 2 - - - - - - - - - 2 - - - - 4 - 2 - eighth - 2 - - - - C - 3 - - 4 - 2 - eighth - down - 2 - end - - - - - G - 3 - - 4 - 2 - eighth - down - 2 - - - - - E - 4 - - 4 - 2 - eighth - down - 2 - - - - G - 1 - 3 - - 4 - 2 - eighth - sharp - down - 2 - begin - - - - - B - 3 - - 4 - 2 - eighth - down - 2 - - - - - F - 4 - - 4 - 2 - eighth - down - 2 - - - - - - 2 - 2 - - - - 4 - 2 - eighth - 2 - - - - G - 1 - 3 - - 4 - 2 - eighth - down - 2 - end - - - - - B - 3 - - 4 - 2 - eighth - down - 2 - - - - - F - 4 - - 4 - 2 - eighth - down - 2 - - - - - - -2 - 2 - - - - - - - 4 - 1 - eighth - 1 - - - - G - 4 - - 4 - 1 - eighth - down - 1 - - - - - - - - C - 5 - - 4 - 1 - eighth - down - 1 - - - - - - - - G - 5 - - 4 - 1 - eighth - down - 1 - - - - - - - 4 - 1 - eighth - 1 - - - - 4 - 1 - eighth - 1 - - - - G - 4 - - 4 - 1 - eighth - down - 1 - - - - - - - - B - 4 - - 4 - 1 - eighth - down - 1 - - - - - - - - G - 5 - - 4 - 1 - eighth - down - 1 - - - - - - - 4 - 1 - eighth - 1 - - - 24 - - - - C - 3 - - 4 - 2 - eighth - down - 2 - begin - - - - - - - - G - 3 - - 4 - 2 - eighth - natural - down - 2 - - - - - - - - E - 4 - - 4 - 2 - eighth - down - 2 - - - - - - - 4 - 2 - eighth - 2 - - - - C - 3 - - 4 - 2 - eighth - down - 2 - end - - - - - G - 3 - - 4 - 2 - eighth - down - 2 - - - - - E - 4 - - 4 - 2 - eighth - down - 2 - - - - G - 3 - - 4 - 2 - eighth - down - 2 - begin - - - - - B - 3 - - 4 - 2 - eighth - down - 2 - - - - - D - 4 - - 4 - 2 - eighth - down - 2 - - - - 4 - 2 - eighth - 2 - - - - - - -1 - 2 - - - - G - 3 - - 4 - 2 - eighth - down - 2 - end - - - - - B - 3 - - 4 - 2 - eighth - down - 2 - - - - - D - 4 - - 4 - 2 - eighth - down - 2 - - - - - - - G - 2 - - - - - 4 - 1 - eighth - 1 - - - - C - 5 - - 4 - 1 - eighth - down - 1 - - - - - E - 5 - - 4 - 1 - eighth - down - 1 - - - - - C - 6 - - 4 - 1 - eighth - down - 1 - - - - 4 - 1 - eighth - 1 - - - - 4 - 1 - eighth - 1 - - - - D - 5 - - 4 - 1 - eighth - down - 1 - - - - - G - 1 - 5 - - 4 - 1 - eighth - sharp - down - 1 - - - - - E - 6 - - 4 - 1 - eighth - down - 1 - - - - 4 - 1 - eighth - 1 - - - 24 - - - - C - 4 - - 4 - 2 - eighth - up - 2 - begin - - - - - E - 4 - - 4 - 2 - eighth - up - 2 - - - - - G - 4 - - 4 - 2 - eighth - up - 2 - - - - 4 - 2 - eighth - 2 - - - - C - 4 - - 4 - 2 - eighth - up - 2 - end - - - - - E - 4 - - 4 - 2 - eighth - up - 2 - - - - - G - 4 - - 4 - 2 - eighth - up - 2 - - - - B - 3 - - 4 - 2 - eighth - up - 2 - begin - - - - - D - 4 - - 4 - 2 - eighth - up - 2 - - - - - G - 1 - 4 - - 4 - 2 - eighth - sharp - up - 2 - - - - 4 - 2 - eighth - 2 - - - - B - 3 - - 4 - 2 - eighth - up - 2 - end - - - - - D - 4 - - 4 - 2 - eighth - up - 2 - - - - - G - 1 - 4 - - 4 - 2 - eighth - up - 2 - - - - - - - 78 - - - 87 - - - - - 4 - 1 - eighth - 1 - - - - C - 5 - - 4 - 1 - eighth - down - 1 - - - - - E - 5 - - 4 - 1 - eighth - down - 1 - - - - - C - 6 - - 4 - 1 - eighth - down - 1 - - - - 4 - 1 - eighth - 1 - - - - 4 - 1 - eighth - 1 - - - - D - 5 - - 4 - 1 - eighth - down - 1 - - - - - G - 1 - 5 - - 4 - 1 - eighth - sharp - down - 1 - - - - - E - 6 - - 4 - 1 - eighth - down - 1 - - - - 4 - 1 - eighth - 1 - - - 24 - - - - C - 4 - - 4 - 2 - eighth - up - 2 - begin - - - - - E - 4 - - 4 - 2 - eighth - up - 2 - - - - - G - 4 - - 4 - 2 - eighth - natural - up - 2 - - - - 4 - 2 - eighth - 2 - - - - C - 4 - - 4 - 2 - eighth - up - 2 - end - - - - - E - 4 - - 4 - 2 - eighth - up - 2 - - - - - G - 4 - - 4 - 2 - eighth - up - 2 - - - - B - 3 - - 4 - 2 - eighth - up - 2 - begin - - - - - D - 4 - - 4 - 2 - eighth - up - 2 - - - - - G - 1 - 4 - - 4 - 2 - eighth - sharp - up - 2 - - - - 4 - 2 - eighth - 2 - - - - B - 3 - - 4 - 2 - eighth - up - 2 - end - - - - - D - 4 - - 4 - 2 - eighth - up - 2 - - - - - G - 1 - 4 - - 4 - 2 - eighth - up - 2 - - - - - - - 4 - 1 - eighth - 1 - - - - - - -1 - 1 - - - - D - 5 - - 4 - 1 - eighth - down - 1 - - - - - B - -1 - 5 - - 4 - 1 - eighth - flat - down - 1 - - - - - F - 6 - - 4 - 1 - eighth - down - 1 - - - - 4 - 1 - eighth - 1 - - - - 4 - 1 - eighth - 1 - - - - A - -1 - 5 - - 4 - 1 - eighth - flat - down - 1 - - - - - C - 6 - - 4 - 1 - eighth - down - 1 - - - - - A - -1 - 6 - - 4 - 1 - eighth - flat - down - 1 - - - - 4 - 1 - eighth - 1 - - - 24 - - - - - - 1 - 2 - - - - B - -1 - 3 - - 4 - 2 - eighth - flat - up - 2 - begin - - - - - D - 4 - - 4 - 2 - eighth - up - 2 - - - - - F - 4 - - 4 - 2 - eighth - up - 2 - - - - 4 - 2 - eighth - 2 - - - - B - -1 - 3 - - 4 - 2 - eighth - up - 2 - end - - - - - D - 4 - - 4 - 2 - eighth - up - 2 - - - - - F - 4 - - 4 - 2 - eighth - up - 2 - - - - F - 4 - - - - - A - -1 - 3 - - 4 - 2 - eighth - flat - down - 2 - begin - - - - - C - 4 - - 4 - 2 - eighth - down - 2 - - - - - E - -1 - 4 - - 4 - 2 - eighth - flat - down - 2 - - - - 4 - 2 - eighth - 2 - - - - A - -1 - 3 - - 4 - 2 - eighth - down - 2 - end - - - - - C - 4 - - 4 - 2 - eighth - down - 2 - - - - - E - -1 - 4 - - 4 - 2 - eighth - down - 2 - - - - - - -1 - 2 - - - - - - - - 4 - 1 - eighth - 1 - - -

- - - - - - dim. - - - - - -1 - 1 - - - - D - 6 - - 4 - 1 - eighth - down - 1 - begin - - - - - - - - - - - G - 6 - - 4 - 1 - eighth - down - 1 - - - - - B - 6 - - 4 - 1 - eighth - down - 1 - - - - B - 5 - - 4 - 1 - eighth - down - 1 - end - - - - - - - - - - - D - 6 - - 4 - 1 - eighth - down - 1 - - - - - G - 6 - - 4 - 1 - eighth - down - 1 - - - - 4 - 1 - eighth - 1 - - - - B - -1 - 5 - - 4 - 1 - eighth - flat - down - 1 - begin - - - - - - - - - - - D - -1 - 6 - - 4 - 1 - eighth - flat - down - 1 - - - - - G - -1 - 6 - - 4 - 1 - eighth - flat - down - 1 - - - - G - -1 - 5 - - 4 - 1 - eighth - flat - down - 1 - end - - - - - - - - - - - B - -1 - 5 - - 4 - 1 - eighth - down - 1 - - - - - D - -1 - 6 - - 4 - 1 - eighth - down - 1 - - - - - - -2 - 1 - - - 24 - - - - G - 3 - - 12 - 2 - quarter - - down - 2 - - - - - - - - B - 3 - - 12 - 2 - quarter - - natural - down - 2 - - - - - D - 4 - - 12 - 2 - quarter - - down - 2 - - - - B - -1 - 3 - - 12 - 2 - quarter - - flat - down - 2 - - - - - D - -1 - 4 - - 12 - 2 - quarter - - flat - down - 2 - - - - - G - -1 - 4 - - 12 - 2 - quarter - - flat - down - 2 - - - - - - - G - 2 - - - - - 4 - 1 - eighth - 1 - - - - G - 5 - - 4 - 1 - eighth - natural - down - 1 - begin - - - - - - - - C - 6 - - 4 - 1 - eighth - natural - down - 1 - - - - - E - 6 - - 4 - 1 - eighth - natural - down - 1 - - - - E - 5 - - 4 - 1 - eighth - down - 1 - end - - - - - - - - G - 5 - - 4 - 1 - eighth - down - 1 - - - - - C - 6 - - 4 - 1 - eighth - down - 1 - - - - 4 - 1 - eighth - 1 - - - - E - -1 - 5 - - 4 - 1 - eighth - flat - down - 1 - begin - - - - - - - - G - -1 - 5 - - 4 - 1 - eighth - flat - down - 1 - - - - - C - -1 - 6 - - 4 - 1 - eighth - flat - down - 1 - - - - - - 1 - 1 - - - - C - -1 - 5 - - 4 - 1 - eighth - flat - down - 1 - end - - - - - - - - E - -1 - 5 - - 4 - 1 - eighth - down - 1 - - - - - G - -1 - 5 - - 4 - 1 - eighth - down - 1 - - - 24 - - - - C - 4 - - 12 - 2 - quarter - - up - 2 - - - - - E - 4 - - 12 - 2 - quarter - - natural - up - 2 - - - - - G - 4 - - 12 - 2 - quarter - - natural - up - 2 - - - - E - -1 - 4 - - 12 - 2 - quarter - - flat - up - 2 - - - - - - - - G - -1 - 4 - - 12 - 2 - quarter - - flat - up - 2 - - - - - C - -1 - 5 - - 12 - 2 - quarter - - flat - up - 2 - - - - - diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/Dichterliebe01.musicxml canorus-0.7.3.RC3+dfsg/examples/musicxml/Dichterliebe01.musicxml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/Dichterliebe01.musicxml 1970-01-01 00:00:00.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/Dichterliebe01.musicxml 2018-06-20 18:42:55.000000000 +0000 @@ -0,0 +1,7586 @@ + + + + + Op. 48 + Dichterliebe + + 1 + Im wunderschönen Monat Mai + + Robert Schumann + Heinrich Heine + Copyright © 2002 Recordare LLC + + Finale 2005 for Windows + Dolet 4.0 Beta 4 for Finale + 2007-06-19 + + + + + + + 6.35 + 40 + + + 1760 + 1360 + + 80 + 80 + 80 + 80 + + + + + 0 + 0 + + 130 + 70 + + + 80 + + + 0.625 + 3.75 + 0.9375 + 1.4062 + 3.75 + 1.4062 + 0.625 + 0.9375 + 0.9375 + 0.625 + 60 + 60 + + + + + + + Copyright © 2002 Recordare LLC + + + 1. Im wunderschönen Monat Mai + + + DICHTERLIEBE, Op. 48 + + + Heinrich Heine + + + Robert Schumann + + + + Voice + + Voice + + + 1 + 53 + + + + Piano + + Acoustic Grand Piano + + + 2 + 1 + + + + + + + + + + 120 + 0 + + 230 + + + + 8 + + 3 + major + + + + G + 2 + + + + + Langsam, zart + + + + + + 2 + 1 + 16th + + + + + + + 16 + 1 + + + + + + + 16 + 1 + + + + + + + 16 + 1 + + + + + + + 175 + + + + + 8 + 1 + quarter + + + + 4 + 1 + eighth + + + + 2 + 1 + 16th + + + + +

+ + + + + + + C + 1 + 5 + + 2 + 1 + 16th + down + + single + Im + + + + + + + + C + 1 + 5 + + 6 + 1 + eighth + + down + begin + + begin + Wun + + + + + B + 4 + + 2 + 1 + 16th + down + end + backward hook + + middle + der + + + + + B + 4 + + 2 + 1 + 16th + up + begin + begin + + middle + schö + + + + + D + 5 + + 2 + 1 + 16th + up + continue + continue + + end + nen + + + + + F + 1 + 4 + + 2 + 1 + 16th + up + continue + continue + + begin + Mo + + + + + G + 1 + 4 + + 2 + 1 + 16th + up + end + end + + end + nat + + + + + + + + A + 4 + + 8 + 1 + quarter + up + + single + Mai, + + + + + 4 + 1 + eighth + + + + 2 + 1 + 16th + + + + C + 1 + 5 + + 2 + 1 + 16th + down + + single + als + + + + + + + + C + 1 + 5 + + 6 + 1 + eighth + + down + begin + + begin + al + + + + + B + 4 + + 2 + 1 + 16th + down + end + backward hook + + end + le + + + + + B + 4 + + 2 + 1 + 16th + up + begin + begin + + + + + begin + Knos + + + + + D + 5 + + 2 + 1 + 16th + up + continue + continue + + + + F + 1 + 4 + + 2 + 1 + 16th + up + continue + continue + + + + + + + G + 1 + 4 + + 2 + 1 + 16th + up + end + end + + end + pen + + + + + + + + 195 + + + + + A + 4 + + 4 + 1 + eighth + up + begin + + begin + spran + + + + + A + 4 + + 4 + 1 + eighth + up + end + + end + gen, + + + + + 4 + 1 + eighth + + + + 2 + 1 + 16th + + + + A + 4 + + 2 + 1 + 16th + up + + single + da + + + + + + + + B + 4 + + 6 + 1 + eighth + + down + begin + + single + ist + + + + + + + + + + B + 4 + + 2 + 1 + 16th + down + end + backward hook + + single + in + + + + + C + 1 + 5 + + 6 + 1 + eighth + + down + begin + + begin + mei + + + + + + + 1 + + + + C + 1 + 5 + + 2 + 1 + 16th + down + end + backward hook + + end + nem + + + + + + + + E + 5 + + 4 + 1 + eighth + down + begin + + begin + Her + + + + + D + 5 + + 4 + 1 + eighth + down + end + + end + zen + + + + + 4 + 1 + eighth + + + + 2 + 1 + 16th + + + + D + 5 + + 2 + 1 + 16th + down + + single + die + + + + + + + + D + 5 + + 6 + 1 + eighth + + down + begin + + begin + Lie + + + + + + + + + + D + 5 + + 2 + 1 + 16th + down + end + backward hook + + end + be + + + + + E + 5 + + 6 + 1 + eighth + + down + begin + + begin + auf + + + + + + + 1 + + + + E + 5 + + 2 + 1 + 16th + down + end + backward hook + + middle + ge + + + + + + + + + G + 5 + + 4 + 1 + eighth + natural + down + begin + + middle + gan + + + + + F + 1 + 5 + + 4 + 1 + eighth + down + end + + end + gen. + + + + + 8 + 1 + quarter + + + + + + + 16 + 1 + + + + + + + 16 + 1 + + + + + + + 8 + 1 + quarter + + + + 4 + 1 + eighth + + + + 2 + 1 + 16th + + + + +

+ + + + + + + C + 1 + 5 + + 2 + 1 + 16th + down + + single + Im + + + + + + + + 93 + + + + + C + 1 + 5 + + 6 + 1 + eighth + + down + begin + + begin + Wun + + + + + B + 4 + + 2 + 1 + 16th + down + end + backward hook + + middle + der + + + + + B + 4 + + 2 + 1 + 16th + up + begin + begin + + middle + schö + + + + + D + 5 + + 2 + 1 + 16th + up + continue + continue + + end + nen + + + + + F + 1 + 4 + + 2 + 1 + 16th + up + continue + continue + + begin + Mo + + + + + G + 1 + 4 + + 2 + 1 + 16th + up + end + end + + end + nat + + + + + + + + A + 4 + + 8 + 1 + quarter + up + + single + Mai, + + + + + 4 + 1 + eighth + + + + 2 + 1 + 16th + + + + C + 1 + 5 + + 2 + 1 + 16th + down + + single + als + + + + + + + + C + 1 + 5 + + 6 + 1 + eighth + + down + begin + + begin + al + + + + + B + 4 + + 2 + 1 + 16th + down + end + backward hook + + end + le + + + + + B + 4 + + 2 + 1 + 16th + up + begin + begin + + + + + begin + + + + + + D + 5 + + 2 + 1 + 16th + up + continue + continue + + + + F + 1 + 4 + + 2 + 1 + 16th + up + continue + continue + + + + + + + G + 1 + 4 + + 2 + 1 + 16th + up + end + end + + end + gel + + + + + + + + A + 4 + + 4 + 1 + eighth + up + begin + + begin + san + + + + + A + 4 + + 4 + 1 + eighth + up + end + + end + gen, + + + + + 4 + 1 + eighth + + + + 2 + 1 + 16th + + + + A + 4 + + 2 + 1 + 16th + up + + single + da + + + + + + + + 93 + + + + + B + 4 + + 6 + 1 + eighth + + down + begin + + single + hab’ + + + + + B + 4 + + 2 + 1 + 16th + down + end + backward hook + + single + ich + + + + + + + + + + C + 1 + 5 + + 6 + 1 + eighth + + down + begin + + single + ihr + + + + + + + 1 + + + + C + 1 + 5 + + 2 + 1 + 16th + down + end + backward hook + + begin + ge + + + + + + + + E + 5 + + 4 + 1 + eighth + down + begin + + middle + stan + + + + + D + 5 + + 4 + 1 + eighth + down + end + + end + den + + + + + 4 + 1 + eighth + + + + 2 + 1 + 16th + + + + D + 5 + + 2 + 1 + 16th + down + + single + mein + + + + + + + + + + + + + D + 5 + + 6 + 1 + eighth + + down + begin + + begin + Seh + + + + + D + 5 + + 2 + 1 + 16th + down + end + backward hook + + end + nen + + + + + E + 5 + + 6 + 1 + eighth + + down + begin + + single + und + + + + + + + 1 + + + + E + 5 + + 2 + 1 + 16th + down + end + backward hook + + begin + Ver + + + + + + + + 93 + + + + + G + 5 + + 4 + 1 + eighth + natural + down + begin + + middle + lan + + + + + F + 1 + 5 + + 4 + 1 + eighth + down + end + + end + gen. + + + + + 8 + 1 + quarter + + + + + + + 16 + 1 + + + + + + + 16 + 1 + + + + + + + 16 + 1 + whole + + + + + + + + + light-heavy + + + + + + + + 8 + + 3 + major + + + 2 + + G + 2 + + + F + 4 + + + + + +

+ + + 1 + + + + + C + 1 + 5 + + 2 + + 1 + 16th + up + 1 + + + + + + + 2 + + + + + + 2 + + + + 2 + 3 + 16th + 2 + + + + + + + C + 1 + 5 + + 8 + + + 1 + quarter + up + 1 + + + + + + + + C + 1 + 5 + + 2 + + 1 + 16th + up + 1 + begin + begin + + + + + + + B + 4 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + G + 1 + 5 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + F + 1 + 5 + + 2 + 1 + 16th + up + 1 + end + end + + + 16 + + + 8 + 2 + 1 + + + + F + 1 + 4 + + 8 + 2 + quarter + down + 1 + + + + + + 16 + + + + D + 3 + + 2 + 3 + 16th + up + 2 + begin + begin + + + + + + + A + 1 + 3 + + 2 + 3 + 16th + sharp + up + 2 + continue + continue + + + + B + 3 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + D + 4 + + 2 + + 3 + 16th + up + 2 + end + end + + + + + + + D + 4 + + 8 + + 3 + quarter + down + 2 + + + + + + 16 + + + + D + 3 + + 8 + + 4 + quarter + down + 2 + + + + + + + D + 3 + + 8 + + 4 + quarter + down + 2 + + + + + + + + + + E + 1 + 5 + + 8 + 1 + quarter + sharp + up + 1 + + + + + + + A + 5 + + 2 + 1 + 16th + 1 + + + + B + 4 + + 2 + 1 + 16th + up + 1 + begin + begin + + + + + + + D + 5 + + 3 + 1 + 16th + + up + 1 + continue + continue + + + + C + 1 + 5 + + 1 + + 1 + 32nd + up + 1 + end + end + backward hook + + + + + + + 16 + + + 8 + 2 + 1 + + + + G + 1 + 4 + + 8 + 2 + quarter + down + 1 + + + + + + 16 + + + + C + 1 + 3 + + 2 + 3 + 16th + up + 2 + begin + begin + + + + + + + B + 3 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + C + 1 + 4 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + E + 1 + 4 + + 2 + 3 + 16th + sharp + down + 1 + end + end + + + 8 + + + + C + 1 + 3 + + 8 + + 4 + quarter + down + 2 + + + + + + + C + 1 + 3 + + 8 + + 4 + quarter + down + 2 + + + + + + 16 + + + 4 + 5 + 2 + + + + C + 1 + 4 + + 4 + + 5 + eighth + down + 2 + + + + + + + C + 1 + 4 + + 8 + + 5 + quarter + down + 2 + + + + + + + + + + C + 1 + 5 + + 8 + + + 1 + quarter + up + 1 + + + + + + + + C + 1 + 5 + + 2 + + 1 + 16th + up + 1 + begin + begin + + + + + + + + B + 4 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + G + 1 + 5 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + F + 1 + 5 + + 2 + 1 + 16th + up + 1 + end + end + + + 16 + + + 8 + 2 + 1 + + + + F + 1 + 4 + + 8 + 2 + quarter + down + 1 + + + + + + 16 + + + + D + 3 + + 2 + 3 + 16th + up + 2 + begin + begin + + + + + + + A + 1 + 3 + + 2 + 3 + 16th + sharp + up + 2 + continue + continue + + + + B + 3 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + D + 4 + + 2 + + 3 + 16th + up + 2 + end + end + + + + + + + D + 4 + + 8 + + 3 + quarter + down + 2 + + + + + + 16 + + + + D + 3 + + 8 + + 4 + quarter + down + 2 + + + + + + + D + 3 + + 8 + + 4 + quarter + down + 2 + + + + + + + + + + 100 + + + + + E + 1 + 5 + + 8 + 1 + quarter + sharp + up + 1 + + + + + + + A + 5 + + 2 + 1 + 16th + 1 + + + + B + 4 + + 2 + 1 + 16th + up + 1 + begin + begin + + + + + + + D + 5 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + C + 1 + 5 + + 2 + + 1 + 16th + up + 1 + end + end + + + + + + + 16 + + + 8 + 2 + 1 + + + + G + 1 + 4 + + 8 + 2 + quarter + down + 1 + + + + + + 16 + + + + C + 1 + 3 + + 2 + 3 + 16th + up + 2 + begin + begin + + + + + + + B + 3 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + C + 1 + 4 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + E + 1 + 4 + + 2 + 3 + 16th + sharp + down + 1 + end + end + + + 8 + + + + C + 1 + 3 + + 8 + + 4 + quarter + down + 2 + + + + + + + C + 1 + 3 + + 8 + + 4 + quarter + down + 2 + + + + + + 16 + + + 4 + 5 + 2 + + + + C + 1 + 4 + + 4 + + 5 + eighth + down + 2 + + + + + + + C + 1 + 4 + + 8 + + 5 + quarter + down + 2 + + + + + + + + + + C + 1 + 5 + + 8 + + 1 + quarter + up + 1 + + + + + + + B + 4 + + 2 + 1 + 16th + up + 1 + begin + begin + + + + + + + D + 5 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + F + 1 + 4 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + G + 1 + 4 + + 2 + 1 + 16th + up + 1 + end + end + + + 16 + + + 8 + 2 + 1 + + + 4 + 2 + 1 + + + + F + 1 + 4 + + 2 + 2 + 16th + down + 1 + begin + begin + + + + D + 4 + + 2 + + 2 + 16th + down + 1 + end + end + + + + + + 16 + + + + D + 3 + + 2 + 3 + 16th + up + 2 + begin + begin + + + + + + + B + 3 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + D + 4 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + F + 1 + 4 + + 2 + 3 + 16th + down + 1 + end + end + + + + + + 4 + 3 + 2 + + + + E + 3 + + 4 + + 3 + eighth + up + 2 + + + + + + 16 + + + + D + 3 + + 8 + 4 + quarter + down + 2 + + + + D + 3 + + 2 + 4 + 16th + 2 + + + + B + 2 + + 2 + 4 + 16th + down + 2 + begin + begin + + + + + + + E + 3 + + 2 + 4 + 16th + down + 2 + continue + continue + + + + E + 2 + + 2 + 4 + 16th + down + 2 + end + end + + + + + + + A + 4 + + 8 + + 1 + quarter + up + 1 + + + + + + + + A + 4 + + 2 + + 1 + 16th + up + 1 + begin + begin + + + + + + + A + 4 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + + + + D + 5 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + C + 1 + 5 + + 2 + + 1 + 16th + up + 1 + end + end + + + + + + + 16 + + + + D + 4 + + 6 + + 2 + eighth + + down + 1 + begin + + + + + + + C + 1 + 4 + + 2 + 2 + 16th + down + 1 + end + backward hook + + + + E + 4 + + 8 + 2 + quarter + down + 1 + + + 16 + + + + E + 3 + + 2 + + 3 + 16th + up + 2 + begin + begin + + + + + + + E + 3 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + A + 3 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + C + 1 + 4 + + 2 + 3 + 16th + down + 1 + end + end + + + 8 + + + + A + 2 + + 8 + 4 + quarter + down + 2 + + + + + + 8 + + + 4 + 5 + 2 + + + + A + 3 + + 4 + + 5 + eighth + down + 2 + + + + + + + A + 3 + + 4 + + 5 + eighth + down + 2 + + + + + + + 2 + 5 + 16th + 2 + + + + A + 3 + + 2 + 5 + 16th + down + 2 + + + + + + + C + 1 + 5 + + 8 + + 1 + quarter + up + 1 + + + + + + + B + 4 + + 2 + 1 + 16th + up + 1 + begin + begin + + + + + + + D + 5 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + F + 1 + 4 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + G + 1 + 4 + + 2 + 1 + 16th + up + 1 + end + end + + + 16 + + + 8 + 2 + 1 + + + 4 + 2 + 1 + + + + F + 1 + 4 + + 2 + 2 + 16th + down + 1 + begin + begin + + + + D + 4 + + 2 + + 2 + 16th + down + 1 + end + end + + + + + + 16 + + + + D + 3 + + 2 + 3 + 16th + up + 2 + begin + begin + + + + + + + B + 3 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + D + 4 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + F + 1 + 4 + + 2 + 3 + 16th + down + 1 + end + end + + + + + + 4 + 3 + 2 + + + + E + 3 + + 4 + + 3 + eighth + down + 2 + + + + + + 16 + + + + D + 3 + + 8 + 4 + quarter + down + 2 + + + + D + 3 + + 2 + 4 + 16th + 2 + + + + B + 2 + + 2 + 4 + 16th + up + 2 + begin + begin + + + + + + + E + 3 + + 2 + 4 + 16th + up + 2 + continue + continue + + + + E + 2 + + 2 + 4 + 16th + up + 2 + end + end + + + + + + + + + + 90 + + + 90 + + + + + A + 4 + + 8 + + 1 + quarter + up + 1 + + + + + + + + A + 4 + + 2 + + 1 + 16th + up + 1 + begin + begin + + + + + + + A + 4 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + + + + D + 5 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + C + 1 + 5 + + 2 + 1 + 16th + up + 1 + end + end + + + + + + 16 + + + + D + 4 + + 6 + + 2 + eighth + + down + 1 + begin + + + + + + + C + 1 + 4 + + 2 + 2 + 16th + down + 1 + end + backward hook + + + + E + 4 + + 8 + 2 + quarter + down + 1 + + + 16 + + + + E + 3 + + 2 + + 3 + 16th + up + 2 + begin + begin + + + + + + + E + 3 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + A + 3 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + C + 1 + 4 + + 2 + 3 + 16th + down + 1 + end + end + + + 8 + + + + A + 2 + + 4 + 4 + eighth + down + 2 + begin + + + + A + 3 + + 4 + + 4 + eighth + down + 2 + end + + + + + + + A + 3 + + 6 + + 4 + eighth + + down + 2 + begin + + + + + + + A + 3 + + 2 + 4 + 16th + down + 2 + end + backward hook + + + + + + + 4 + 1 + eighth + 1 + + + + 2 + 1 + 16th + 1 + + + + B + 4 + + 2 + + 1 + 16th + up + 1 + + + + + + + + + 1 + 1 + + + + B + 4 + + 4 + + 1 + eighth + up + 1 + + + + + + + 2 + 1 + 16th + 1 + + + + + + -1 + 1 + + + + C + 1 + 5 + + 2 + + 1 + 16th + up + 1 + + + + + + 16 + + + + G + 3 + + 2 + 3 + 16th + natural + up + 2 + begin + begin + + + + + + + B + 3 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + E + 4 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + B + 4 + + 2 + 3 + 16th + down + 1 + end + end + + + + + + + F + 1 + 3 + + 2 + 3 + 16th + up + 2 + begin + begin + + + + + + + A + 1 + 3 + + 2 + 3 + 16th + sharp + up + 2 + continue + continue + + + + E + 4 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + C + 1 + 5 + + 2 + 3 + 16th + down + 1 + end + end + + + + + + 16 + + + + G + 3 + + 8 + 4 + quarter + natural + down + 2 + + + + F + 1 + 3 + + 8 + 4 + quarter + down + 2 + + + + + + + C + 1 + 5 + + 4 + + 1 + eighth + up + 1 + + + + + + + D + 5 + + 4 + 1 + eighth + 1 + + + + A + 1 + 4 + + 2 + 1 + 16th + sharp + down + 1 + begin + begin + + + + B + 4 + + 2 + 1 + 16th + down + 1 + continue + continue + + + + G + 5 + + 2 + 1 + 16th + natural + down + 1 + continue + continue + + + + F + 1 + 5 + + 2 + 1 + 16th + down + 1 + end + end + + + + + + 16 + + + + B + 3 + + 2 + 3 + 16th + up + 2 + begin + begin + + + + + + + D + 4 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + E + 1 + 4 + + 2 + 3 + 16th + sharp + up + 2 + continue + continue + + + + F + 1 + 4 + + 2 + 3 + 16th + down + 1 + end + end + + + 8 + + + + B + 3 + + 12 + 4 + quarter + + down + 2 + + + + D + 3 + + 4 + 4 + eighth + 2 + + + + + + + 4 + 1 + eighth + 1 + + + + 2 + 1 + 16th + 1 + + + + D + 5 + + 2 + + 1 + 16th + up + 1 + + + + + + + + + 1 + 1 + + + + D + 5 + + 4 + + 1 + eighth + up + 1 + + + + + + + 2 + 1 + 16th + 1 + + + + + + -1 + 1 + + + + E + 5 + + 2 + + 1 + 16th + up + 1 + + + + + + 16 + + + + B + -1 + 3 + + 2 + 3 + 16th + flat + up + 2 + begin + begin + + + + + + + D + 4 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + G + 4 + + 2 + 3 + 16th + natural + up + 2 + continue + continue + + + + D + 5 + + 2 + 3 + 16th + down + 1 + end + end + + + + + + + A + 3 + + 2 + 3 + 16th + up + 2 + begin + begin + + + + + + + C + 1 + 4 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + G + 4 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + E + 5 + + 2 + 3 + 16th + down + 1 + end + end + + + + + + 16 + + + + B + -1 + 3 + + 8 + 4 + quarter + flat + down + 2 + + + + A + 3 + + 8 + 4 + quarter + down + 2 + + + + + + + 90 + + + + + E + 5 + + 4 + + 1 + eighth + up + 1 + + + + + + + F + 5 + + 4 + 1 + eighth + 1 + + + + ritard. + + + + + 1 + + + + A + 4 + + 2 + 1 + 16th + down + 1 + begin + begin + + + + D + 5 + + 2 + 1 + 16th + down + 1 + continue + continue + + + + G + 1 + 5 + + 2 + 1 + 16th + sharp + down + 1 + continue + continue + + + + F + 1 + 5 + + 2 + 1 + 16th + down + 1 + end + end + + + 16 + + + + D + 3 + + 2 + 3 + 16th + up + 2 + begin + begin + + + + + + + A + 3 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + D + 4 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + F + 1 + 4 + + 2 + 3 + 16th + down + 1 + end + end + + + 8 + + + + D + 3 + + 8 + 4 + quarter + down + 2 + + + + D + 3 + + 4 + 4 + eighth + 2 + + + + D + 3 + + 2 + 4 + 16th + 2 + + + + B + 2 + + 2 + 4 + 16th + down + 2 + + + + + + + E + 1 + 5 + + 8 + 1 + quarter + sharp + up + 1 + + + + + + + A + 5 + + 2 + 1 + 16th + 1 + + + + B + 4 + + 2 + 1 + 16th + up + 1 + begin + begin + + + + + + + D + 5 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + C + 1 + 5 + + 2 + + 1 + 16th + up + 1 + end + end + + + + + + + 16 + + + 8 + 2 + 1 + + + + G + 1 + 4 + + 8 + 2 + quarter + down + 1 + + + + + + 16 + + + + C + 1 + 3 + + 2 + 3 + 16th + up + 2 + begin + begin + + + + + + + B + 3 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + C + 1 + 4 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + E + 1 + 4 + + 2 + 3 + 16th + sharp + down + 1 + end + end + + + 8 + + + + C + 1 + 3 + + 12 + 4 + quarter + + down + 2 + + + + D + 3 + + 2 + 4 + 16th + 2 + + + + C + 1 + 3 + + 2 + 4 + 16th + down + 2 + + + + + + + C + 1 + 5 + + 8 + + + 1 + quarter + up + 1 + + + + + + + + C + 1 + 5 + + 2 + + 1 + 16th + up + 1 + begin + begin + + + + + + + + B + 4 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + G + 1 + 5 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + F + 1 + 5 + + 2 + 1 + 16th + up + 1 + end + end + + + 16 + + + 8 + 2 + 1 + + + + F + 1 + 4 + + 8 + 2 + quarter + down + 1 + + + + + + 16 + + + + D + 3 + + 2 + 3 + 16th + up + 2 + begin + begin + + + + + + + A + 1 + 3 + + 2 + 3 + 16th + sharp + up + 2 + continue + continue + + + + B + 3 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + D + 4 + + 2 + + 3 + 16th + up + 2 + end + end + + + + + + + D + 4 + + 4 + + 3 + eighth + down + 2 + + + + + + 12 + + + + D + 3 + + 12 + 4 + quarter + + down + 2 + + + + D + 3 + + 2 + 4 + 16th + 2 + + + + B + 2 + + 2 + 4 + 16th + down + 2 + + + 16 + + + 4 + 5 + 2 + + + + B + 3 + + 4 + + 5 + eighth + down + 2 + + + + + + + B + 3 + + 4 + + 5 + eighth + down + 2 + + + + + + + + + + E + 1 + 5 + + 8 + 1 + quarter + sharp + up + 1 + + + + + + + + + + + + A + 5 + + 2 + 1 + 16th + 1 + + + + B + 4 + + 2 + 1 + 16th + up + 1 + begin + begin + + + + + + + D + 5 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + C + 1 + 5 + + 2 + + 1 + 16th + up + 1 + end + end + + + + + + + 16 + + + 8 + 2 + 1 + + + + G + 1 + 4 + + 8 + 2 + quarter + down + 1 + + + + + + 16 + + + + C + 1 + 3 + + 2 + 3 + 16th + up + 2 + begin + begin + + + + + + + B + 3 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + C + 1 + 4 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + E + 1 + 4 + + 2 + 3 + 16th + sharp + down + 1 + end + end + + + 8 + + + + C + 1 + 3 + + 8 + + 4 + quarter + down + 2 + + + + + + + C + 1 + 3 + + 8 + + 4 + quarter + down + 2 + + + + + + 16 + + + 4 + 5 + 2 + + + + C + 1 + 4 + + 4 + + 5 + eighth + down + 2 + + + + + + + C + 1 + 4 + + 8 + + 5 + quarter + down + 2 + + + + + + + + + + 100 + + + + + C + 1 + 5 + + 8 + + 1 + quarter + up + 1 + + + + + + + B + 4 + + 2 + 1 + 16th + up + 1 + begin + begin + + + + + + + D + 5 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + F + 1 + 4 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + G + 1 + 4 + + 2 + 1 + 16th + up + 1 + end + end + + + 16 + + + 8 + 2 + 1 + + + 4 + 2 + 1 + + + + F + 1 + 4 + + 2 + 2 + 16th + down + 1 + begin + begin + + + + D + 4 + + 2 + + 2 + 16th + down + 1 + end + end + + + + + + 16 + + + + D + 3 + + 2 + 3 + 16th + up + 2 + begin + begin + + + + + + + B + 3 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + D + 4 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + F + 1 + 4 + + 2 + 3 + 16th + down + 1 + end + end + + + + + + 4 + 3 + 2 + + + + E + 3 + + 4 + + 3 + eighth + up + 2 + + + + + + 16 + + + + D + 3 + + 8 + 4 + quarter + down + 2 + + + + D + 3 + + 2 + 4 + 16th + 2 + + + + B + 2 + + 2 + 4 + 16th + down + 2 + begin + begin + + + + + + + E + 3 + + 2 + 4 + 16th + down + 2 + continue + continue + + + + E + 2 + + 2 + 4 + 16th + down + 2 + end + end + + + + + + + A + 4 + + 8 + + 1 + quarter + up + 1 + + + + + + + + A + 4 + + 2 + + 1 + 16th + up + 1 + begin + begin + + + + + + + A + 4 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + + + + D + 5 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + C + 1 + 5 + + 2 + + 1 + 16th + up + 1 + end + end + + + + + + + 16 + + + + D + 4 + + 6 + + 2 + eighth + + down + 1 + begin + + + + + + + C + 1 + 4 + + 2 + 2 + 16th + down + 1 + end + backward hook + + + + E + 4 + + 8 + 2 + quarter + down + 1 + + + 16 + + + + E + 3 + + 2 + + 3 + 16th + up + 2 + begin + begin + + + + + + + E + 3 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + A + 3 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + C + 1 + 4 + + 2 + 3 + 16th + down + 1 + end + end + + + 8 + + + + A + 2 + + 8 + 4 + quarter + down + 2 + + + + + + 8 + + + 4 + 5 + 2 + + + + A + 3 + + 4 + + 5 + eighth + down + 2 + + + + + + + A + 3 + + 4 + + 5 + eighth + down + 2 + + + + + + + 2 + 5 + 16th + 2 + + + + A + 3 + + 2 + 5 + 16th + down + 2 + + + + + + + C + 1 + 5 + + 8 + + 1 + quarter + up + 1 + + + + + + + B + 4 + + 2 + 1 + 16th + up + 1 + begin + begin + + + + + + + D + 5 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + F + 1 + 4 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + G + 1 + 4 + + 2 + 1 + 16th + up + 1 + end + end + + + 16 + + + 8 + 2 + 1 + + + 4 + 2 + 1 + + + + F + 1 + 4 + + 2 + 2 + 16th + down + 1 + begin + begin + + + + D + 4 + + 2 + + 2 + 16th + down + 1 + end + end + + + + + + 16 + + + + D + 3 + + 2 + 3 + 16th + up + 2 + begin + begin + + + + + + + B + 3 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + D + 4 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + F + 1 + 4 + + 2 + 3 + 16th + down + 1 + end + end + + + + + + 4 + 3 + 2 + + + + E + 3 + + 4 + + 3 + eighth + down + 2 + + + + + + 16 + + + 8 + 4 + 2 + + + + D + 3 + + 2 + 4 + 16th + 2 + + + + B + 2 + + 2 + 4 + 16th + up + 2 + begin + begin + + + + + + + E + 3 + + 2 + 4 + 16th + up + 2 + continue + continue + + + + E + 2 + + 2 + 4 + 16th + up + 2 + end + end + + + + + + + + + + A + 4 + + 8 + + 1 + quarter + up + 1 + + + + + + + + A + 4 + + 2 + + 1 + 16th + up + 1 + begin + begin + + + + + + + A + 4 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + + + + D + 5 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + C + 1 + 5 + + 2 + 1 + 16th + up + 1 + end + end + + + + + + 16 + + + + D + 4 + + 6 + + 2 + eighth + + down + 1 + begin + + + + + + + C + 1 + 4 + + 2 + 2 + 16th + down + 1 + end + backward hook + + + + E + 4 + + 8 + 2 + quarter + down + 1 + + + 16 + + + + E + 3 + + 2 + + 3 + 16th + up + 2 + begin + begin + + + + + + + E + 3 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + A + 3 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + C + 1 + 4 + + 2 + 3 + 16th + down + 1 + end + end + + + 8 + + + + A + 2 + + 4 + 4 + eighth + down + 2 + begin + + + + A + 3 + + 4 + + 4 + eighth + down + 2 + end + + + + + + + A + 3 + + 6 + + 4 + eighth + + down + 2 + begin + + + + + + + A + 3 + + 2 + 4 + 16th + down + 2 + end + backward hook + + + + + + + 90 + + + + + 4 + 1 + eighth + 1 + + + + 2 + 1 + 16th + 1 + + + + + + 1 + + + + B + 4 + + 2 + + 1 + 16th + up + 1 + + + + + + + B + 4 + + 4 + + 1 + eighth + up + 1 + + + + + + + + + 1 + + + + 2 + 1 + 16th + 1 + + + + C + 1 + 5 + + 2 + + 1 + 16th + up + 1 + + + + + + 16 + + + + G + 3 + + 2 + 3 + 16th + natural + up + 2 + begin + begin + + + + + + + B + 3 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + E + 4 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + B + 4 + + 2 + 3 + 16th + down + 1 + end + end + + + + + + + F + 1 + 3 + + 2 + 3 + 16th + up + 2 + begin + begin + + + + + + + A + 1 + 3 + + 2 + 3 + 16th + sharp + up + 2 + continue + continue + + + + E + 4 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + C + 1 + 5 + + 2 + 3 + 16th + down + 1 + end + end + + + + + + 16 + + + + G + 3 + + 8 + 4 + quarter + natural + down + 2 + + + + F + 1 + 3 + + 8 + 4 + quarter + down + 2 + + + + + + + C + 1 + 5 + + 4 + + 1 + eighth + up + 1 + + + + + + + D + 5 + + 4 + 1 + eighth + 1 + + + + A + 1 + 4 + + 2 + 1 + 16th + sharp + down + 1 + begin + begin + + + + B + 4 + + 2 + 1 + 16th + down + 1 + continue + continue + + + + G + 5 + + 2 + 1 + 16th + natural + down + 1 + continue + continue + + + + F + 1 + 5 + + 2 + 1 + 16th + down + 1 + end + end + + + + + + 16 + + + + B + 3 + + 2 + 3 + 16th + up + 2 + begin + begin + + + + + + + D + 4 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + E + 1 + 4 + + 2 + 3 + 16th + sharp + up + 2 + continue + continue + + + + F + 1 + 4 + + 2 + 3 + 16th + down + 1 + end + end + + + 8 + + + + B + 3 + + 12 + 4 + quarter + + down + 2 + + + + D + 3 + + 4 + 4 + eighth + 2 + + + + + + + 4 + 1 + eighth + 1 + + + + 2 + 1 + 16th + 1 + + + + + + 1 + 1 + + + + D + 5 + + 2 + + 1 + 16th + up + 1 + + + + + + + D + 5 + + 4 + + 1 + eighth + up + 1 + + + + + + + + + 1 + + + + 2 + 1 + 16th + 1 + + + + E + 5 + + 2 + + 1 + 16th + up + 1 + + + + + + 16 + + + + B + -1 + 3 + + 2 + 3 + 16th + flat + up + 2 + begin + begin + + + + + + + D + 4 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + G + 4 + + 2 + 3 + 16th + natural + up + 2 + continue + continue + + + + D + 5 + + 2 + 3 + 16th + down + 1 + end + end + + + + + + + A + 3 + + 2 + 3 + 16th + up + 2 + begin + begin + + + + + + + C + 1 + 4 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + G + 4 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + E + 5 + + 2 + 3 + 16th + down + 1 + end + end + + + + + + 16 + + + + B + -1 + 3 + + 8 + 4 + quarter + flat + down + 2 + + + + A + 3 + + 8 + 4 + quarter + down + 2 + + + + + + + 110 + + + + + E + 5 + + 4 + + 1 + eighth + up + 1 + + + + + + + F + 5 + + 4 + 1 + eighth + 1 + + + + A + 4 + + 2 + 1 + 16th + down + 1 + begin + begin + + + + D + 5 + + 2 + 1 + 16th + down + 1 + continue + continue + + + + G + 1 + 5 + + 2 + 1 + 16th + sharp + down + 1 + continue + continue + + + + F + 1 + 5 + + 2 + 1 + 16th + down + 1 + end + end + + + 16 + + + + D + 3 + + 2 + 3 + 16th + up + 2 + begin + begin + + + + + + + A + 3 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + D + 4 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + F + 1 + 4 + + 2 + 3 + 16th + down + 1 + end + end + + + 8 + + + + D + 3 + + 8 + 4 + quarter + down + 2 + + + + D + 3 + + 4 + 4 + eighth + 2 + + + + D + 3 + + 2 + 4 + 16th + 2 + + + + B + 2 + + 2 + 4 + 16th + down + 2 + + + + + + + E + 1 + 5 + + 8 + 1 + quarter + sharp + up + 1 + + + + + + + ritard. + + + + + 1 + + + + A + 5 + + 2 + 1 + 16th + 1 + + + + B + 4 + + 2 + 1 + 16th + up + 1 + begin + begin + + + + + + + D + 5 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + C + 1 + 5 + + 2 + + 1 + 16th + up + 1 + end + end + + + + + + 16 + + + 8 + 2 + 1 + + + + G + 1 + 4 + + 8 + 2 + quarter + down + 1 + + + + + + 16 + + + + C + 1 + 3 + + 2 + 3 + 16th + up + 2 + begin + begin + + + + + + + B + 3 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + C + 1 + 4 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + E + 1 + 4 + + 2 + 3 + 16th + sharp + down + 1 + end + end + + + 8 + + + + C + 1 + 3 + + 12 + 4 + quarter + + down + 2 + + + + D + 3 + + 2 + 4 + 16th + 2 + + + + C + 1 + 3 + + 2 + 4 + 16th + down + 2 + + + + + + + C + 1 + 5 + + 8 + + + 1 + quarter + up + 1 + + + + + + + + C + 1 + 5 + + 2 + + 1 + 16th + up + 1 + begin + begin + + + + + + + B + 4 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + G + 1 + 5 + + 2 + 1 + 16th + up + 1 + continue + continue + + + + F + 1 + 5 + + 2 + 1 + 16th + up + 1 + end + end + + + 16 + + + 8 + 2 + 1 + + + + F + 1 + 4 + + 8 + 2 + quarter + down + 1 + + + 16 + + + + D + 3 + + 2 + 3 + 16th + up + 2 + begin + begin + + + + + + + A + 1 + 3 + + 2 + 3 + 16th + sharp + up + 2 + continue + continue + + + + B + 3 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + D + 4 + + 2 + + 3 + 16th + up + 2 + end + end + + + + + + + + D + 4 + + 4 + + 3 + eighth + down + 2 + + + + + + 12 + + + + D + 3 + + 12 + 4 + quarter + + down + 2 + + + + D + 3 + + 2 + 4 + 16th + 2 + + + + B + 2 + + 2 + 4 + 16th + down + 2 + + + 16 + + + 4 + 5 + 2 + + + + B + 3 + + 4 + + 5 + eighth + down + 2 + + + + + + + B + 3 + + 4 + + 5 + eighth + down + 2 + + + + + + + + + + E + 1 + 5 + + 16 + 1 + half + sharp + up + 1 + + + + + + + + + + -8 + 1 + + + 16 + + + + + + 2 + + + + + C + 1 + 3 + + 2 + 3 + 16th + up + normal + 2 + begin + begin + + + + + + + G + 1 + 3 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + C + 1 + 4 + + 2 + 3 + 16th + up + 2 + continue + continue + + + + E + 1 + 4 + + 2 + + 3 + 16th + sharp + down + 1 + end + end + + + + + + + + + 4 + 2 + + + + + E + 1 + 4 + + 8 + + 3 + quarter + down + 1 + + + + + + + + + + B + 4 + + 8 + 3 + quarter + down + 1 + + + 16 + + + + C + 1 + 3 + + 16 + 4 + half + down + 2 + + + + + + 16 + + + 4 + 5 + 2 + + + + C + 1 + 4 + + 4 + + 5 + eighth + down + 2 + + + + + + + C + 1 + 4 + + 8 + + 5 + quarter + down + 2 + + + + + + + light-heavy + + + + + diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/Dichterliebe01.xml canorus-0.7.3.RC3+dfsg/examples/musicxml/Dichterliebe01.xml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/Dichterliebe01.xml 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/Dichterliebe01.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,7586 +0,0 @@ - - - - - Op. 48 - Dichterliebe - - 1 - Im wunderschönen Monat Mai - - Robert Schumann - Heinrich Heine - Copyright © 2002 Recordare LLC - - Finale 2005 for Windows - Dolet 4.0 Beta 4 for Finale - 2007-06-19 - - - - - - - 6.35 - 40 - - - 1760 - 1360 - - 80 - 80 - 80 - 80 - - - - - 0 - 0 - - 130 - 70 - - - 80 - - - 0.625 - 3.75 - 0.9375 - 1.4062 - 3.75 - 1.4062 - 0.625 - 0.9375 - 0.9375 - 0.625 - 60 - 60 - - - - - - - Copyright © 2002 Recordare LLC - - - 1. Im wunderschönen Monat Mai - - - DICHTERLIEBE, Op. 48 - - - Heinrich Heine - - - Robert Schumann - - - - Voice - - Voice - - - 1 - 53 - - - - Piano - - Acoustic Grand Piano - - - 2 - 1 - - - - - - - - - - 120 - 0 - - 230 - - - - 8 - - 3 - major - - - - G - 2 - - - - - Langsam, zart - - - - - - 2 - 1 - 16th - - - - - - - 16 - 1 - - - - - - - 16 - 1 - - - - - - - 16 - 1 - - - - - - - 175 - - - - - 8 - 1 - quarter - - - - 4 - 1 - eighth - - - - 2 - 1 - 16th - - - - -

- - - - - - - C - 1 - 5 - - 2 - 1 - 16th - down - - single - Im - - - - - - - - C - 1 - 5 - - 6 - 1 - eighth - - down - begin - - begin - Wun - - - - - B - 4 - - 2 - 1 - 16th - down - end - backward hook - - middle - der - - - - - B - 4 - - 2 - 1 - 16th - up - begin - begin - - middle - schö - - - - - D - 5 - - 2 - 1 - 16th - up - continue - continue - - end - nen - - - - - F - 1 - 4 - - 2 - 1 - 16th - up - continue - continue - - begin - Mo - - - - - G - 1 - 4 - - 2 - 1 - 16th - up - end - end - - end - nat - - - - - - - - A - 4 - - 8 - 1 - quarter - up - - single - Mai, - - - - - 4 - 1 - eighth - - - - 2 - 1 - 16th - - - - C - 1 - 5 - - 2 - 1 - 16th - down - - single - als - - - - - - - - C - 1 - 5 - - 6 - 1 - eighth - - down - begin - - begin - al - - - - - B - 4 - - 2 - 1 - 16th - down - end - backward hook - - end - le - - - - - B - 4 - - 2 - 1 - 16th - up - begin - begin - - - - - begin - Knos - - - - - D - 5 - - 2 - 1 - 16th - up - continue - continue - - - - F - 1 - 4 - - 2 - 1 - 16th - up - continue - continue - - - - - - - G - 1 - 4 - - 2 - 1 - 16th - up - end - end - - end - pen - - - - - - - - 195 - - - - - A - 4 - - 4 - 1 - eighth - up - begin - - begin - spran - - - - - A - 4 - - 4 - 1 - eighth - up - end - - end - gen, - - - - - 4 - 1 - eighth - - - - 2 - 1 - 16th - - - - A - 4 - - 2 - 1 - 16th - up - - single - da - - - - - - - - B - 4 - - 6 - 1 - eighth - - down - begin - - single - ist - - - - - - - - - - B - 4 - - 2 - 1 - 16th - down - end - backward hook - - single - in - - - - - C - 1 - 5 - - 6 - 1 - eighth - - down - begin - - begin - mei - - - - - - - 1 - - - - C - 1 - 5 - - 2 - 1 - 16th - down - end - backward hook - - end - nem - - - - - - - - E - 5 - - 4 - 1 - eighth - down - begin - - begin - Her - - - - - D - 5 - - 4 - 1 - eighth - down - end - - end - zen - - - - - 4 - 1 - eighth - - - - 2 - 1 - 16th - - - - D - 5 - - 2 - 1 - 16th - down - - single - die - - - - - - - - D - 5 - - 6 - 1 - eighth - - down - begin - - begin - Lie - - - - - - - - - - D - 5 - - 2 - 1 - 16th - down - end - backward hook - - end - be - - - - - E - 5 - - 6 - 1 - eighth - - down - begin - - begin - auf - - - - - - - 1 - - - - E - 5 - - 2 - 1 - 16th - down - end - backward hook - - middle - ge - - - - - - - - - G - 5 - - 4 - 1 - eighth - natural - down - begin - - middle - gan - - - - - F - 1 - 5 - - 4 - 1 - eighth - down - end - - end - gen. - - - - - 8 - 1 - quarter - - - - - - - 16 - 1 - - - - - - - 16 - 1 - - - - - - - 8 - 1 - quarter - - - - 4 - 1 - eighth - - - - 2 - 1 - 16th - - - - -

- - - - - - - C - 1 - 5 - - 2 - 1 - 16th - down - - single - Im - - - - - - - - 93 - - - - - C - 1 - 5 - - 6 - 1 - eighth - - down - begin - - begin - Wun - - - - - B - 4 - - 2 - 1 - 16th - down - end - backward hook - - middle - der - - - - - B - 4 - - 2 - 1 - 16th - up - begin - begin - - middle - schö - - - - - D - 5 - - 2 - 1 - 16th - up - continue - continue - - end - nen - - - - - F - 1 - 4 - - 2 - 1 - 16th - up - continue - continue - - begin - Mo - - - - - G - 1 - 4 - - 2 - 1 - 16th - up - end - end - - end - nat - - - - - - - - A - 4 - - 8 - 1 - quarter - up - - single - Mai, - - - - - 4 - 1 - eighth - - - - 2 - 1 - 16th - - - - C - 1 - 5 - - 2 - 1 - 16th - down - - single - als - - - - - - - - C - 1 - 5 - - 6 - 1 - eighth - - down - begin - - begin - al - - - - - B - 4 - - 2 - 1 - 16th - down - end - backward hook - - end - le - - - - - B - 4 - - 2 - 1 - 16th - up - begin - begin - - - - - begin - - - - - - D - 5 - - 2 - 1 - 16th - up - continue - continue - - - - F - 1 - 4 - - 2 - 1 - 16th - up - continue - continue - - - - - - - G - 1 - 4 - - 2 - 1 - 16th - up - end - end - - end - gel - - - - - - - - A - 4 - - 4 - 1 - eighth - up - begin - - begin - san - - - - - A - 4 - - 4 - 1 - eighth - up - end - - end - gen, - - - - - 4 - 1 - eighth - - - - 2 - 1 - 16th - - - - A - 4 - - 2 - 1 - 16th - up - - single - da - - - - - - - - 93 - - - - - B - 4 - - 6 - 1 - eighth - - down - begin - - single - hab’ - - - - - B - 4 - - 2 - 1 - 16th - down - end - backward hook - - single - ich - - - - - - - - - - C - 1 - 5 - - 6 - 1 - eighth - - down - begin - - single - ihr - - - - - - - 1 - - - - C - 1 - 5 - - 2 - 1 - 16th - down - end - backward hook - - begin - ge - - - - - - - - E - 5 - - 4 - 1 - eighth - down - begin - - middle - stan - - - - - D - 5 - - 4 - 1 - eighth - down - end - - end - den - - - - - 4 - 1 - eighth - - - - 2 - 1 - 16th - - - - D - 5 - - 2 - 1 - 16th - down - - single - mein - - - - - - - - - - - - - D - 5 - - 6 - 1 - eighth - - down - begin - - begin - Seh - - - - - D - 5 - - 2 - 1 - 16th - down - end - backward hook - - end - nen - - - - - E - 5 - - 6 - 1 - eighth - - down - begin - - single - und - - - - - - - 1 - - - - E - 5 - - 2 - 1 - 16th - down - end - backward hook - - begin - Ver - - - - - - - - 93 - - - - - G - 5 - - 4 - 1 - eighth - natural - down - begin - - middle - lan - - - - - F - 1 - 5 - - 4 - 1 - eighth - down - end - - end - gen. - - - - - 8 - 1 - quarter - - - - - - - 16 - 1 - - - - - - - 16 - 1 - - - - - - - 16 - 1 - whole - - - - - - - - - light-heavy - - - - - - - - 8 - - 3 - major - - - 2 - - G - 2 - - - F - 4 - - - - - -

- - - 1 - - - - - C - 1 - 5 - - 2 - - 1 - 16th - up - 1 - - - - - - - 2 - - - - - - 2 - - - - 2 - 3 - 16th - 2 - - - - - - - C - 1 - 5 - - 8 - - - 1 - quarter - up - 1 - - - - - - - - C - 1 - 5 - - 2 - - 1 - 16th - up - 1 - begin - begin - - - - - - - B - 4 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - G - 1 - 5 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - F - 1 - 5 - - 2 - 1 - 16th - up - 1 - end - end - - - 16 - - - 8 - 2 - 1 - - - - F - 1 - 4 - - 8 - 2 - quarter - down - 1 - - - - - - 16 - - - - D - 3 - - 2 - 3 - 16th - up - 2 - begin - begin - - - - - - - A - 1 - 3 - - 2 - 3 - 16th - sharp - up - 2 - continue - continue - - - - B - 3 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - D - 4 - - 2 - - 3 - 16th - up - 2 - end - end - - - - - - - D - 4 - - 8 - - 3 - quarter - down - 2 - - - - - - 16 - - - - D - 3 - - 8 - - 4 - quarter - down - 2 - - - - - - - D - 3 - - 8 - - 4 - quarter - down - 2 - - - - - - - - - - E - 1 - 5 - - 8 - 1 - quarter - sharp - up - 1 - - - - - - - A - 5 - - 2 - 1 - 16th - 1 - - - - B - 4 - - 2 - 1 - 16th - up - 1 - begin - begin - - - - - - - D - 5 - - 3 - 1 - 16th - - up - 1 - continue - continue - - - - C - 1 - 5 - - 1 - - 1 - 32nd - up - 1 - end - end - backward hook - - - - - - - 16 - - - 8 - 2 - 1 - - - - G - 1 - 4 - - 8 - 2 - quarter - down - 1 - - - - - - 16 - - - - C - 1 - 3 - - 2 - 3 - 16th - up - 2 - begin - begin - - - - - - - B - 3 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - C - 1 - 4 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - E - 1 - 4 - - 2 - 3 - 16th - sharp - down - 1 - end - end - - - 8 - - - - C - 1 - 3 - - 8 - - 4 - quarter - down - 2 - - - - - - - C - 1 - 3 - - 8 - - 4 - quarter - down - 2 - - - - - - 16 - - - 4 - 5 - 2 - - - - C - 1 - 4 - - 4 - - 5 - eighth - down - 2 - - - - - - - C - 1 - 4 - - 8 - - 5 - quarter - down - 2 - - - - - - - - - - C - 1 - 5 - - 8 - - - 1 - quarter - up - 1 - - - - - - - - C - 1 - 5 - - 2 - - 1 - 16th - up - 1 - begin - begin - - - - - - - - B - 4 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - G - 1 - 5 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - F - 1 - 5 - - 2 - 1 - 16th - up - 1 - end - end - - - 16 - - - 8 - 2 - 1 - - - - F - 1 - 4 - - 8 - 2 - quarter - down - 1 - - - - - - 16 - - - - D - 3 - - 2 - 3 - 16th - up - 2 - begin - begin - - - - - - - A - 1 - 3 - - 2 - 3 - 16th - sharp - up - 2 - continue - continue - - - - B - 3 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - D - 4 - - 2 - - 3 - 16th - up - 2 - end - end - - - - - - - D - 4 - - 8 - - 3 - quarter - down - 2 - - - - - - 16 - - - - D - 3 - - 8 - - 4 - quarter - down - 2 - - - - - - - D - 3 - - 8 - - 4 - quarter - down - 2 - - - - - - - - - - 100 - - - - - E - 1 - 5 - - 8 - 1 - quarter - sharp - up - 1 - - - - - - - A - 5 - - 2 - 1 - 16th - 1 - - - - B - 4 - - 2 - 1 - 16th - up - 1 - begin - begin - - - - - - - D - 5 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - C - 1 - 5 - - 2 - - 1 - 16th - up - 1 - end - end - - - - - - - 16 - - - 8 - 2 - 1 - - - - G - 1 - 4 - - 8 - 2 - quarter - down - 1 - - - - - - 16 - - - - C - 1 - 3 - - 2 - 3 - 16th - up - 2 - begin - begin - - - - - - - B - 3 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - C - 1 - 4 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - E - 1 - 4 - - 2 - 3 - 16th - sharp - down - 1 - end - end - - - 8 - - - - C - 1 - 3 - - 8 - - 4 - quarter - down - 2 - - - - - - - C - 1 - 3 - - 8 - - 4 - quarter - down - 2 - - - - - - 16 - - - 4 - 5 - 2 - - - - C - 1 - 4 - - 4 - - 5 - eighth - down - 2 - - - - - - - C - 1 - 4 - - 8 - - 5 - quarter - down - 2 - - - - - - - - - - C - 1 - 5 - - 8 - - 1 - quarter - up - 1 - - - - - - - B - 4 - - 2 - 1 - 16th - up - 1 - begin - begin - - - - - - - D - 5 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - F - 1 - 4 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - G - 1 - 4 - - 2 - 1 - 16th - up - 1 - end - end - - - 16 - - - 8 - 2 - 1 - - - 4 - 2 - 1 - - - - F - 1 - 4 - - 2 - 2 - 16th - down - 1 - begin - begin - - - - D - 4 - - 2 - - 2 - 16th - down - 1 - end - end - - - - - - 16 - - - - D - 3 - - 2 - 3 - 16th - up - 2 - begin - begin - - - - - - - B - 3 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - D - 4 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - F - 1 - 4 - - 2 - 3 - 16th - down - 1 - end - end - - - - - - 4 - 3 - 2 - - - - E - 3 - - 4 - - 3 - eighth - up - 2 - - - - - - 16 - - - - D - 3 - - 8 - 4 - quarter - down - 2 - - - - D - 3 - - 2 - 4 - 16th - 2 - - - - B - 2 - - 2 - 4 - 16th - down - 2 - begin - begin - - - - - - - E - 3 - - 2 - 4 - 16th - down - 2 - continue - continue - - - - E - 2 - - 2 - 4 - 16th - down - 2 - end - end - - - - - - - A - 4 - - 8 - - 1 - quarter - up - 1 - - - - - - - - A - 4 - - 2 - - 1 - 16th - up - 1 - begin - begin - - - - - - - A - 4 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - - - - D - 5 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - C - 1 - 5 - - 2 - - 1 - 16th - up - 1 - end - end - - - - - - - 16 - - - - D - 4 - - 6 - - 2 - eighth - - down - 1 - begin - - - - - - - C - 1 - 4 - - 2 - 2 - 16th - down - 1 - end - backward hook - - - - E - 4 - - 8 - 2 - quarter - down - 1 - - - 16 - - - - E - 3 - - 2 - - 3 - 16th - up - 2 - begin - begin - - - - - - - E - 3 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - A - 3 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - C - 1 - 4 - - 2 - 3 - 16th - down - 1 - end - end - - - 8 - - - - A - 2 - - 8 - 4 - quarter - down - 2 - - - - - - 8 - - - 4 - 5 - 2 - - - - A - 3 - - 4 - - 5 - eighth - down - 2 - - - - - - - A - 3 - - 4 - - 5 - eighth - down - 2 - - - - - - - 2 - 5 - 16th - 2 - - - - A - 3 - - 2 - 5 - 16th - down - 2 - - - - - - - C - 1 - 5 - - 8 - - 1 - quarter - up - 1 - - - - - - - B - 4 - - 2 - 1 - 16th - up - 1 - begin - begin - - - - - - - D - 5 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - F - 1 - 4 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - G - 1 - 4 - - 2 - 1 - 16th - up - 1 - end - end - - - 16 - - - 8 - 2 - 1 - - - 4 - 2 - 1 - - - - F - 1 - 4 - - 2 - 2 - 16th - down - 1 - begin - begin - - - - D - 4 - - 2 - - 2 - 16th - down - 1 - end - end - - - - - - 16 - - - - D - 3 - - 2 - 3 - 16th - up - 2 - begin - begin - - - - - - - B - 3 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - D - 4 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - F - 1 - 4 - - 2 - 3 - 16th - down - 1 - end - end - - - - - - 4 - 3 - 2 - - - - E - 3 - - 4 - - 3 - eighth - down - 2 - - - - - - 16 - - - - D - 3 - - 8 - 4 - quarter - down - 2 - - - - D - 3 - - 2 - 4 - 16th - 2 - - - - B - 2 - - 2 - 4 - 16th - up - 2 - begin - begin - - - - - - - E - 3 - - 2 - 4 - 16th - up - 2 - continue - continue - - - - E - 2 - - 2 - 4 - 16th - up - 2 - end - end - - - - - - - - - - 90 - - - 90 - - - - - A - 4 - - 8 - - 1 - quarter - up - 1 - - - - - - - - A - 4 - - 2 - - 1 - 16th - up - 1 - begin - begin - - - - - - - A - 4 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - - - - D - 5 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - C - 1 - 5 - - 2 - 1 - 16th - up - 1 - end - end - - - - - - 16 - - - - D - 4 - - 6 - - 2 - eighth - - down - 1 - begin - - - - - - - C - 1 - 4 - - 2 - 2 - 16th - down - 1 - end - backward hook - - - - E - 4 - - 8 - 2 - quarter - down - 1 - - - 16 - - - - E - 3 - - 2 - - 3 - 16th - up - 2 - begin - begin - - - - - - - E - 3 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - A - 3 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - C - 1 - 4 - - 2 - 3 - 16th - down - 1 - end - end - - - 8 - - - - A - 2 - - 4 - 4 - eighth - down - 2 - begin - - - - A - 3 - - 4 - - 4 - eighth - down - 2 - end - - - - - - - A - 3 - - 6 - - 4 - eighth - - down - 2 - begin - - - - - - - A - 3 - - 2 - 4 - 16th - down - 2 - end - backward hook - - - - - - - 4 - 1 - eighth - 1 - - - - 2 - 1 - 16th - 1 - - - - B - 4 - - 2 - - 1 - 16th - up - 1 - - - - - - - - - 1 - 1 - - - - B - 4 - - 4 - - 1 - eighth - up - 1 - - - - - - - 2 - 1 - 16th - 1 - - - - - - -1 - 1 - - - - C - 1 - 5 - - 2 - - 1 - 16th - up - 1 - - - - - - 16 - - - - G - 3 - - 2 - 3 - 16th - natural - up - 2 - begin - begin - - - - - - - B - 3 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - E - 4 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - B - 4 - - 2 - 3 - 16th - down - 1 - end - end - - - - - - - F - 1 - 3 - - 2 - 3 - 16th - up - 2 - begin - begin - - - - - - - A - 1 - 3 - - 2 - 3 - 16th - sharp - up - 2 - continue - continue - - - - E - 4 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - C - 1 - 5 - - 2 - 3 - 16th - down - 1 - end - end - - - - - - 16 - - - - G - 3 - - 8 - 4 - quarter - natural - down - 2 - - - - F - 1 - 3 - - 8 - 4 - quarter - down - 2 - - - - - - - C - 1 - 5 - - 4 - - 1 - eighth - up - 1 - - - - - - - D - 5 - - 4 - 1 - eighth - 1 - - - - A - 1 - 4 - - 2 - 1 - 16th - sharp - down - 1 - begin - begin - - - - B - 4 - - 2 - 1 - 16th - down - 1 - continue - continue - - - - G - 5 - - 2 - 1 - 16th - natural - down - 1 - continue - continue - - - - F - 1 - 5 - - 2 - 1 - 16th - down - 1 - end - end - - - - - - 16 - - - - B - 3 - - 2 - 3 - 16th - up - 2 - begin - begin - - - - - - - D - 4 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - E - 1 - 4 - - 2 - 3 - 16th - sharp - up - 2 - continue - continue - - - - F - 1 - 4 - - 2 - 3 - 16th - down - 1 - end - end - - - 8 - - - - B - 3 - - 12 - 4 - quarter - - down - 2 - - - - D - 3 - - 4 - 4 - eighth - 2 - - - - - - - 4 - 1 - eighth - 1 - - - - 2 - 1 - 16th - 1 - - - - D - 5 - - 2 - - 1 - 16th - up - 1 - - - - - - - - - 1 - 1 - - - - D - 5 - - 4 - - 1 - eighth - up - 1 - - - - - - - 2 - 1 - 16th - 1 - - - - - - -1 - 1 - - - - E - 5 - - 2 - - 1 - 16th - up - 1 - - - - - - 16 - - - - B - -1 - 3 - - 2 - 3 - 16th - flat - up - 2 - begin - begin - - - - - - - D - 4 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - G - 4 - - 2 - 3 - 16th - natural - up - 2 - continue - continue - - - - D - 5 - - 2 - 3 - 16th - down - 1 - end - end - - - - - - - A - 3 - - 2 - 3 - 16th - up - 2 - begin - begin - - - - - - - C - 1 - 4 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - G - 4 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - E - 5 - - 2 - 3 - 16th - down - 1 - end - end - - - - - - 16 - - - - B - -1 - 3 - - 8 - 4 - quarter - flat - down - 2 - - - - A - 3 - - 8 - 4 - quarter - down - 2 - - - - - - - 90 - - - - - E - 5 - - 4 - - 1 - eighth - up - 1 - - - - - - - F - 5 - - 4 - 1 - eighth - 1 - - - - ritard. - - - - - 1 - - - - A - 4 - - 2 - 1 - 16th - down - 1 - begin - begin - - - - D - 5 - - 2 - 1 - 16th - down - 1 - continue - continue - - - - G - 1 - 5 - - 2 - 1 - 16th - sharp - down - 1 - continue - continue - - - - F - 1 - 5 - - 2 - 1 - 16th - down - 1 - end - end - - - 16 - - - - D - 3 - - 2 - 3 - 16th - up - 2 - begin - begin - - - - - - - A - 3 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - D - 4 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - F - 1 - 4 - - 2 - 3 - 16th - down - 1 - end - end - - - 8 - - - - D - 3 - - 8 - 4 - quarter - down - 2 - - - - D - 3 - - 4 - 4 - eighth - 2 - - - - D - 3 - - 2 - 4 - 16th - 2 - - - - B - 2 - - 2 - 4 - 16th - down - 2 - - - - - - - E - 1 - 5 - - 8 - 1 - quarter - sharp - up - 1 - - - - - - - A - 5 - - 2 - 1 - 16th - 1 - - - - B - 4 - - 2 - 1 - 16th - up - 1 - begin - begin - - - - - - - D - 5 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - C - 1 - 5 - - 2 - - 1 - 16th - up - 1 - end - end - - - - - - - 16 - - - 8 - 2 - 1 - - - - G - 1 - 4 - - 8 - 2 - quarter - down - 1 - - - - - - 16 - - - - C - 1 - 3 - - 2 - 3 - 16th - up - 2 - begin - begin - - - - - - - B - 3 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - C - 1 - 4 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - E - 1 - 4 - - 2 - 3 - 16th - sharp - down - 1 - end - end - - - 8 - - - - C - 1 - 3 - - 12 - 4 - quarter - - down - 2 - - - - D - 3 - - 2 - 4 - 16th - 2 - - - - C - 1 - 3 - - 2 - 4 - 16th - down - 2 - - - - - - - C - 1 - 5 - - 8 - - - 1 - quarter - up - 1 - - - - - - - - C - 1 - 5 - - 2 - - 1 - 16th - up - 1 - begin - begin - - - - - - - - B - 4 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - G - 1 - 5 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - F - 1 - 5 - - 2 - 1 - 16th - up - 1 - end - end - - - 16 - - - 8 - 2 - 1 - - - - F - 1 - 4 - - 8 - 2 - quarter - down - 1 - - - - - - 16 - - - - D - 3 - - 2 - 3 - 16th - up - 2 - begin - begin - - - - - - - A - 1 - 3 - - 2 - 3 - 16th - sharp - up - 2 - continue - continue - - - - B - 3 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - D - 4 - - 2 - - 3 - 16th - up - 2 - end - end - - - - - - - D - 4 - - 4 - - 3 - eighth - down - 2 - - - - - - 12 - - - - D - 3 - - 12 - 4 - quarter - - down - 2 - - - - D - 3 - - 2 - 4 - 16th - 2 - - - - B - 2 - - 2 - 4 - 16th - down - 2 - - - 16 - - - 4 - 5 - 2 - - - - B - 3 - - 4 - - 5 - eighth - down - 2 - - - - - - - B - 3 - - 4 - - 5 - eighth - down - 2 - - - - - - - - - - E - 1 - 5 - - 8 - 1 - quarter - sharp - up - 1 - - - - - - - - - - - - A - 5 - - 2 - 1 - 16th - 1 - - - - B - 4 - - 2 - 1 - 16th - up - 1 - begin - begin - - - - - - - D - 5 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - C - 1 - 5 - - 2 - - 1 - 16th - up - 1 - end - end - - - - - - - 16 - - - 8 - 2 - 1 - - - - G - 1 - 4 - - 8 - 2 - quarter - down - 1 - - - - - - 16 - - - - C - 1 - 3 - - 2 - 3 - 16th - up - 2 - begin - begin - - - - - - - B - 3 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - C - 1 - 4 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - E - 1 - 4 - - 2 - 3 - 16th - sharp - down - 1 - end - end - - - 8 - - - - C - 1 - 3 - - 8 - - 4 - quarter - down - 2 - - - - - - - C - 1 - 3 - - 8 - - 4 - quarter - down - 2 - - - - - - 16 - - - 4 - 5 - 2 - - - - C - 1 - 4 - - 4 - - 5 - eighth - down - 2 - - - - - - - C - 1 - 4 - - 8 - - 5 - quarter - down - 2 - - - - - - - - - - 100 - - - - - C - 1 - 5 - - 8 - - 1 - quarter - up - 1 - - - - - - - B - 4 - - 2 - 1 - 16th - up - 1 - begin - begin - - - - - - - D - 5 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - F - 1 - 4 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - G - 1 - 4 - - 2 - 1 - 16th - up - 1 - end - end - - - 16 - - - 8 - 2 - 1 - - - 4 - 2 - 1 - - - - F - 1 - 4 - - 2 - 2 - 16th - down - 1 - begin - begin - - - - D - 4 - - 2 - - 2 - 16th - down - 1 - end - end - - - - - - 16 - - - - D - 3 - - 2 - 3 - 16th - up - 2 - begin - begin - - - - - - - B - 3 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - D - 4 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - F - 1 - 4 - - 2 - 3 - 16th - down - 1 - end - end - - - - - - 4 - 3 - 2 - - - - E - 3 - - 4 - - 3 - eighth - up - 2 - - - - - - 16 - - - - D - 3 - - 8 - 4 - quarter - down - 2 - - - - D - 3 - - 2 - 4 - 16th - 2 - - - - B - 2 - - 2 - 4 - 16th - down - 2 - begin - begin - - - - - - - E - 3 - - 2 - 4 - 16th - down - 2 - continue - continue - - - - E - 2 - - 2 - 4 - 16th - down - 2 - end - end - - - - - - - A - 4 - - 8 - - 1 - quarter - up - 1 - - - - - - - - A - 4 - - 2 - - 1 - 16th - up - 1 - begin - begin - - - - - - - A - 4 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - - - - D - 5 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - C - 1 - 5 - - 2 - - 1 - 16th - up - 1 - end - end - - - - - - - 16 - - - - D - 4 - - 6 - - 2 - eighth - - down - 1 - begin - - - - - - - C - 1 - 4 - - 2 - 2 - 16th - down - 1 - end - backward hook - - - - E - 4 - - 8 - 2 - quarter - down - 1 - - - 16 - - - - E - 3 - - 2 - - 3 - 16th - up - 2 - begin - begin - - - - - - - E - 3 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - A - 3 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - C - 1 - 4 - - 2 - 3 - 16th - down - 1 - end - end - - - 8 - - - - A - 2 - - 8 - 4 - quarter - down - 2 - - - - - - 8 - - - 4 - 5 - 2 - - - - A - 3 - - 4 - - 5 - eighth - down - 2 - - - - - - - A - 3 - - 4 - - 5 - eighth - down - 2 - - - - - - - 2 - 5 - 16th - 2 - - - - A - 3 - - 2 - 5 - 16th - down - 2 - - - - - - - C - 1 - 5 - - 8 - - 1 - quarter - up - 1 - - - - - - - B - 4 - - 2 - 1 - 16th - up - 1 - begin - begin - - - - - - - D - 5 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - F - 1 - 4 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - G - 1 - 4 - - 2 - 1 - 16th - up - 1 - end - end - - - 16 - - - 8 - 2 - 1 - - - 4 - 2 - 1 - - - - F - 1 - 4 - - 2 - 2 - 16th - down - 1 - begin - begin - - - - D - 4 - - 2 - - 2 - 16th - down - 1 - end - end - - - - - - 16 - - - - D - 3 - - 2 - 3 - 16th - up - 2 - begin - begin - - - - - - - B - 3 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - D - 4 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - F - 1 - 4 - - 2 - 3 - 16th - down - 1 - end - end - - - - - - 4 - 3 - 2 - - - - E - 3 - - 4 - - 3 - eighth - down - 2 - - - - - - 16 - - - 8 - 4 - 2 - - - - D - 3 - - 2 - 4 - 16th - 2 - - - - B - 2 - - 2 - 4 - 16th - up - 2 - begin - begin - - - - - - - E - 3 - - 2 - 4 - 16th - up - 2 - continue - continue - - - - E - 2 - - 2 - 4 - 16th - up - 2 - end - end - - - - - - - - - - A - 4 - - 8 - - 1 - quarter - up - 1 - - - - - - - - A - 4 - - 2 - - 1 - 16th - up - 1 - begin - begin - - - - - - - A - 4 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - - - - D - 5 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - C - 1 - 5 - - 2 - 1 - 16th - up - 1 - end - end - - - - - - 16 - - - - D - 4 - - 6 - - 2 - eighth - - down - 1 - begin - - - - - - - C - 1 - 4 - - 2 - 2 - 16th - down - 1 - end - backward hook - - - - E - 4 - - 8 - 2 - quarter - down - 1 - - - 16 - - - - E - 3 - - 2 - - 3 - 16th - up - 2 - begin - begin - - - - - - - E - 3 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - A - 3 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - C - 1 - 4 - - 2 - 3 - 16th - down - 1 - end - end - - - 8 - - - - A - 2 - - 4 - 4 - eighth - down - 2 - begin - - - - A - 3 - - 4 - - 4 - eighth - down - 2 - end - - - - - - - A - 3 - - 6 - - 4 - eighth - - down - 2 - begin - - - - - - - A - 3 - - 2 - 4 - 16th - down - 2 - end - backward hook - - - - - - - 90 - - - - - 4 - 1 - eighth - 1 - - - - 2 - 1 - 16th - 1 - - - - - - 1 - - - - B - 4 - - 2 - - 1 - 16th - up - 1 - - - - - - - B - 4 - - 4 - - 1 - eighth - up - 1 - - - - - - - - - 1 - - - - 2 - 1 - 16th - 1 - - - - C - 1 - 5 - - 2 - - 1 - 16th - up - 1 - - - - - - 16 - - - - G - 3 - - 2 - 3 - 16th - natural - up - 2 - begin - begin - - - - - - - B - 3 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - E - 4 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - B - 4 - - 2 - 3 - 16th - down - 1 - end - end - - - - - - - F - 1 - 3 - - 2 - 3 - 16th - up - 2 - begin - begin - - - - - - - A - 1 - 3 - - 2 - 3 - 16th - sharp - up - 2 - continue - continue - - - - E - 4 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - C - 1 - 5 - - 2 - 3 - 16th - down - 1 - end - end - - - - - - 16 - - - - G - 3 - - 8 - 4 - quarter - natural - down - 2 - - - - F - 1 - 3 - - 8 - 4 - quarter - down - 2 - - - - - - - C - 1 - 5 - - 4 - - 1 - eighth - up - 1 - - - - - - - D - 5 - - 4 - 1 - eighth - 1 - - - - A - 1 - 4 - - 2 - 1 - 16th - sharp - down - 1 - begin - begin - - - - B - 4 - - 2 - 1 - 16th - down - 1 - continue - continue - - - - G - 5 - - 2 - 1 - 16th - natural - down - 1 - continue - continue - - - - F - 1 - 5 - - 2 - 1 - 16th - down - 1 - end - end - - - - - - 16 - - - - B - 3 - - 2 - 3 - 16th - up - 2 - begin - begin - - - - - - - D - 4 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - E - 1 - 4 - - 2 - 3 - 16th - sharp - up - 2 - continue - continue - - - - F - 1 - 4 - - 2 - 3 - 16th - down - 1 - end - end - - - 8 - - - - B - 3 - - 12 - 4 - quarter - - down - 2 - - - - D - 3 - - 4 - 4 - eighth - 2 - - - - - - - 4 - 1 - eighth - 1 - - - - 2 - 1 - 16th - 1 - - - - - - 1 - 1 - - - - D - 5 - - 2 - - 1 - 16th - up - 1 - - - - - - - D - 5 - - 4 - - 1 - eighth - up - 1 - - - - - - - - - 1 - - - - 2 - 1 - 16th - 1 - - - - E - 5 - - 2 - - 1 - 16th - up - 1 - - - - - - 16 - - - - B - -1 - 3 - - 2 - 3 - 16th - flat - up - 2 - begin - begin - - - - - - - D - 4 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - G - 4 - - 2 - 3 - 16th - natural - up - 2 - continue - continue - - - - D - 5 - - 2 - 3 - 16th - down - 1 - end - end - - - - - - - A - 3 - - 2 - 3 - 16th - up - 2 - begin - begin - - - - - - - C - 1 - 4 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - G - 4 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - E - 5 - - 2 - 3 - 16th - down - 1 - end - end - - - - - - 16 - - - - B - -1 - 3 - - 8 - 4 - quarter - flat - down - 2 - - - - A - 3 - - 8 - 4 - quarter - down - 2 - - - - - - - 110 - - - - - E - 5 - - 4 - - 1 - eighth - up - 1 - - - - - - - F - 5 - - 4 - 1 - eighth - 1 - - - - A - 4 - - 2 - 1 - 16th - down - 1 - begin - begin - - - - D - 5 - - 2 - 1 - 16th - down - 1 - continue - continue - - - - G - 1 - 5 - - 2 - 1 - 16th - sharp - down - 1 - continue - continue - - - - F - 1 - 5 - - 2 - 1 - 16th - down - 1 - end - end - - - 16 - - - - D - 3 - - 2 - 3 - 16th - up - 2 - begin - begin - - - - - - - A - 3 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - D - 4 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - F - 1 - 4 - - 2 - 3 - 16th - down - 1 - end - end - - - 8 - - - - D - 3 - - 8 - 4 - quarter - down - 2 - - - - D - 3 - - 4 - 4 - eighth - 2 - - - - D - 3 - - 2 - 4 - 16th - 2 - - - - B - 2 - - 2 - 4 - 16th - down - 2 - - - - - - - E - 1 - 5 - - 8 - 1 - quarter - sharp - up - 1 - - - - - - - ritard. - - - - - 1 - - - - A - 5 - - 2 - 1 - 16th - 1 - - - - B - 4 - - 2 - 1 - 16th - up - 1 - begin - begin - - - - - - - D - 5 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - C - 1 - 5 - - 2 - - 1 - 16th - up - 1 - end - end - - - - - - 16 - - - 8 - 2 - 1 - - - - G - 1 - 4 - - 8 - 2 - quarter - down - 1 - - - - - - 16 - - - - C - 1 - 3 - - 2 - 3 - 16th - up - 2 - begin - begin - - - - - - - B - 3 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - C - 1 - 4 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - E - 1 - 4 - - 2 - 3 - 16th - sharp - down - 1 - end - end - - - 8 - - - - C - 1 - 3 - - 12 - 4 - quarter - - down - 2 - - - - D - 3 - - 2 - 4 - 16th - 2 - - - - C - 1 - 3 - - 2 - 4 - 16th - down - 2 - - - - - - - C - 1 - 5 - - 8 - - - 1 - quarter - up - 1 - - - - - - - - C - 1 - 5 - - 2 - - 1 - 16th - up - 1 - begin - begin - - - - - - - B - 4 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - G - 1 - 5 - - 2 - 1 - 16th - up - 1 - continue - continue - - - - F - 1 - 5 - - 2 - 1 - 16th - up - 1 - end - end - - - 16 - - - 8 - 2 - 1 - - - - F - 1 - 4 - - 8 - 2 - quarter - down - 1 - - - 16 - - - - D - 3 - - 2 - 3 - 16th - up - 2 - begin - begin - - - - - - - A - 1 - 3 - - 2 - 3 - 16th - sharp - up - 2 - continue - continue - - - - B - 3 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - D - 4 - - 2 - - 3 - 16th - up - 2 - end - end - - - - - - - - D - 4 - - 4 - - 3 - eighth - down - 2 - - - - - - 12 - - - - D - 3 - - 12 - 4 - quarter - - down - 2 - - - - D - 3 - - 2 - 4 - 16th - 2 - - - - B - 2 - - 2 - 4 - 16th - down - 2 - - - 16 - - - 4 - 5 - 2 - - - - B - 3 - - 4 - - 5 - eighth - down - 2 - - - - - - - B - 3 - - 4 - - 5 - eighth - down - 2 - - - - - - - - - - E - 1 - 5 - - 16 - 1 - half - sharp - up - 1 - - - - - - - - - - -8 - 1 - - - 16 - - - - - - 2 - - - - - C - 1 - 3 - - 2 - 3 - 16th - up - normal - 2 - begin - begin - - - - - - - G - 1 - 3 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - C - 1 - 4 - - 2 - 3 - 16th - up - 2 - continue - continue - - - - E - 1 - 4 - - 2 - - 3 - 16th - sharp - down - 1 - end - end - - - - - - - - - 4 - 2 - - - - - E - 1 - 4 - - 8 - - 3 - quarter - down - 1 - - - - - - - - - - B - 4 - - 8 - 3 - quarter - down - 1 - - - 16 - - - - C - 1 - 3 - - 16 - 4 - half - down - 2 - - - - - - 16 - - - 4 - 5 - 2 - - - - C - 1 - 4 - - 4 - - 5 - eighth - down - 2 - - - - - - - C - 1 - 4 - - 8 - - 5 - quarter - down - 2 - - - - - - - light-heavy - - - - - diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/Echigo-Jishi.musicxml canorus-0.7.3.RC3+dfsg/examples/musicxml/Echigo-Jishi.musicxml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/Echigo-Jishi.musicxml 1970-01-01 00:00:00.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/Echigo-Jishi.musicxml 2018-06-20 18:42:55.000000000 +0000 @@ -0,0 +1,2546 @@ + + + + 越後獅子 + + Y. Nagai + K. Kobatake + Transcription donated to the public domain, 2005 by Tom Potter + + Finale 2005 for Windows + Dolet 4.0 Beta 4 for Finale + 2007-06-19 + + + + + + + 7.2319 + 40 + + + 1545 + 1194 + + 105 + 70 + 10 + 70 + + + + + 10 + 0 + + 93 + 93 + + + 1.2457 + 4.2708 + 1.2457 + 1.2457 + 4.2708 + 1.2457 + 1.2457 + 1.2457 + 1.2457 + 1.2457 + 60 + 60 + + + + + + + + 越後獅子 + + + Arr. Y. Nagai , K. Kobatake + + + Transcription donated to the public domain, 2005 by Tom Potter + + + Source: "Japanese Popular Music: a collection of the popular music of Japan rendered in to the +staff notation", by Y. Nagai and K. Kobatake, 2nd ed., Osaka, S. Miki & Co., 1892, pp. 96-97. + +Transcribed into Finale music notation by Tom Potter, 2005. See http://www.daisyfield.com/music/ +Lyrics added by Karen Tanaka and Michael Good, 2006. See http://www.recordare.com/ + + + Echigo-Jishi + + + + MusicXML Part + + Koto + + + 1 + 108 + + + + + + + + + + 69 + 0 + + 265 + + + + 8 + + 0 + major + + + + G + 2 + + + + + Allegro + + + + + + + A + 4 + + 4 + 1 + eighth + up + begin + + + + + + + + + A + 4 + + 4 + 1 + eighth + up + continue + + + + B + 4 + + 4 + 1 + eighth + up + continue + + + + A + 4 + + 4 + 1 + eighth + up + end + + + + + + + B + 4 + + 4 + 1 + eighth + down + begin + + + + A + 4 + + 4 + 1 + eighth + down + continue + + + + B + 4 + + 4 + 1 + eighth + down + continue + + + + C + 5 + + 4 + 1 + eighth + down + end + + + + + + + E + 5 + + 4 + 1 + eighth + down + begin + + + + C + 5 + + 4 + 1 + eighth + down + continue + + + + B + 4 + + 4 + 1 + eighth + down + continue + + + + A + 4 + + 4 + 1 + eighth + down + end + + + + + + + F + 4 + + 12 + 1 + quarter + + up + + + + 4 + 1 + eighth + + + + + + + F + 4 + + 4 + 1 + eighth + up + begin + + + + A + 4 + + 4 + 1 + eighth + up + continue + + + + B + 4 + + 4 + 1 + eighth + up + continue + + + + A + 4 + + 4 + 1 + eighth + up + end + + + + + + + F + 4 + + 12 + 1 + quarter + + up + + + + E + 4 + + 4 + 1 + eighth + up + + + + + + + + 8 + 0 + + 81 + + + + + F + 4 + + 4 + 1 + eighth + up + begin + + + + A + 4 + + 4 + 1 + eighth + up + continue + + + + F + 4 + + 4 + 1 + eighth + up + continue + + + + E + 4 + + 4 + 1 + eighth + up + end + + + + + + + D + 4 + + 4 + 1 + eighth + up + begin + + + + D + 4 + + 4 + 1 + eighth + up + continue + + + + D + 4 + + 4 + 1 + eighth + up + continue + + + + E + 4 + + 4 + 1 + eighth + up + end + + + + + + + + F + 4 + + 4 + 1 + eighth + up + begin + + + + + + + + + E + 4 + + 4 + 1 + eighth + up + continue + + + + B + 3 + + 4 + 1 + eighth + up + continue + + + + D + 4 + + 4 + 1 + eighth + up + end + + + + + + + E + 4 + + 12 + 1 + quarter + + up + + + + 4 + 1 + eighth + + + + + + + + D + 4 + + 4 + 1 + eighth + up + + + + + + + + + D + 4 + + 8 + 1 + quarter + up + + single + オノ + + + + + E + 4 + + 4 + 1 + eighth + up + + single + + + + + + + + + F + 4 + + 4 + 1 + eighth + up + + single + + + + + + F + 4 + + 8 + 1 + quarter + up + + single + ガタ + + + + + E + 4 + + 4 + 1 + eighth + up + + single + + + + + + + + + + A + 4 + + 4 + 1 + eighth + up + begin + + single + + + + + + A + 4 + + 4 + 1 + eighth + up + continue + + single + + + + + + B + 4 + + 4 + 1 + eighth + up + continue + + single + + + + + + A + 4 + + 4 + 1 + eighth + up + end + + single + + + + + + + + + B + 4 + + 8 + 1 + quarter + down + + single + + + + + + + C + 5 + + 4 + 1 + eighth + down + begin + + + + E + 5 + + 4 + 1 + eighth + down + end + + + + + + + F + 1 + 5 + + 4 + 1 + eighth + sharp + down + + single +   + + + + + F + 1 + 5 + + 8 + 1 + quarter + down + + single + + + + + + + E + 5 + + 4 + 1 + eighth + down + + + + + + + C + 5 + + 4 + 1 + eighth + down + begin + + single + + + + + + + C + 5 + + 4 + 1 + eighth + down + continue + + + + C + 5 + + 4 + 1 + eighth + down + continue + + single + + + + + + + E + 5 + + 4 + 1 + eighth + down + end + + + + + + + F + 1 + 5 + + 4 + 1 + eighth + sharp + down + + single +   + + + + + F + 1 + 5 + + 8 + 1 + quarter + down + + single + サイ + + + + + + E + 5 + + 4 + 1 + eighth + down + + + + + + + C + 5 + + 4 + 1 + eighth + down + begin + + single + + + + + + + E + 5 + + 2 + 1 + 16th + down + continue + begin + + + + C + 5 + + 2 + 1 + 16th + down + end + end + + + + B + 4 + + 4 + 1 + eighth + up + begin + + single + + + + + + A + 4 + + 4 + 1 + eighth + up + end + + + + + + + + B + 4 + + 4 + 1 + eighth + down + begin + + single +   + + + + + C + 5 + + 4 + 1 + eighth + down + continue + + single + + + + + + E + 5 + + 4 + 1 + eighth + down + continue + + single + + + + + + + A + 4 + + 4 + 1 + eighth + down + end + + + + + + + C + 5 + + 4 + 1 + eighth + up + begin + + single + + + + + + + B + 4 + + 4 + 1 + eighth + up + continue + + + + A + 4 + + 4 + 1 + eighth + up + continue + + single + + + + + + + F + 4 + + 4 + 1 + eighth + up + end + + + + + + + E + 4 + + 12 + 1 + quarter + + up + + single + + + + + + F + 4 + + 4 + 1 + eighth + up + + single + + + + + + + + + A + 4 + + 4 + 1 + eighth + up + begin + + single + + + + + + B + 4 + + 4 + 1 + eighth + up + end + + single + + + + + + C + 5 + + 8 + 1 + quarter + down + + single + + + + + + + + + E + 5 + + 8 + 1 + quarter + down + + single + + + + + + C + 5 + + 4 + 1 + eighth + down + begin + + single + + + + + + + B + 4 + + 4 + 1 + eighth + down + end + + + + + + + A + 4 + + 8 + 1 + quarter + up + + single + + + + + + A + 4 + + 4 + 1 + eighth + up + begin + + single + + + + + + F + 4 + + 4 + 1 + eighth + up + end + + single + + + + + + + + + + A + 4 + + 12 + 1 + quarter + + up + + single + + + + + + B + 4 + + 4 + 1 + eighth + down + + single + + + + + + + + + C + 5 + + 4 + 1 + eighth + up + begin + + single + + + + + + + B + 4 + + 4 + 1 + eighth + up + continue + + + + A + 4 + + 4 + 1 + eighth + up + continue + + single + + + + + + + F + 4 + + 4 + 1 + eighth + up + end + + + + + + + E + 4 + + 12 + 1 + quarter + + up + + single + + + + + + E + 4 + + 4 + 1 + eighth + up + + + + + + + B + 4 + + 4 + 1 + eighth + down + begin + + + + C + 5 + + 4 + 1 + eighth + down + continue + + single + + + + + + C + 5 + + 4 + 1 + eighth + down + continue + + single + + + + + + B + 4 + + 4 + 1 + eighth + down + end + + single + + + + + + + + + C + 5 + + 4 + 1 + eighth + down + begin + + single + + + + + + E + 5 + + 4 + 1 + eighth + down + continue + + single + + + + + + C + 5 + + 4 + 1 + eighth + down + continue + + single + + + + + + B + 4 + + 4 + 1 + eighth + down + end + + single + + + + + + + + + A + 4 + + 4 + 1 + eighth + up + begin + + single + + + + + + B + 4 + + 4 + 1 + eighth + up + continue + + single + + + + + + C + 5 + + 4 + 1 + eighth + up + continue + + single + + + + + + A + 4 + + 4 + 1 + eighth + up + end + + single + + + + + + + + + + F + 4 + + 4 + 1 + eighth + up + begin + + single + + + + + + A + 4 + + 2 + 1 + 16th + up + continue + begin + + + + F + 4 + + 2 + 1 + 16th + up + end + end + + + + E + 4 + + 4 + 1 + eighth + up + begin + + + + D + 4 + + 4 + 1 + eighth + up + end + + single + + + + + + + + + E + 4 + + 4 + 1 + eighth + up + begin + + single + + + + + + F + 4 + + 4 + 1 + eighth + up + end + + single + + + + + + A + 4 + + 2 + 1 + 16th + up + begin + begin + + single + + + + + + A + 4 + + 2 + 1 + 16th + up + continue + continue + + single + + + + + + A + 4 + + 2 + 1 + 16th + up + continue + continue + + single + + + + + + A + 4 + + 2 + 1 + 16th + up + end + end + + single + + + + + + + + + B + 4 + + 4 + 1 + eighth + down + begin + + single + ショ + + + + + B + 4 + + 4 + 1 + eighth + down + end + + single +   + + + + + C + 5 + + 4 + 1 + eighth + down + begin + + single + コン + + + + + C + 5 + + 2 + 1 + 16th + down + continue + begin + + single + + + + + + C + 5 + + 2 + 1 + 16th + down + end + end + + single + + + + + + + + + B + 4 + + 4 + 1 + eighth + down + begin + + single + + + + + + C + 5 + + 2 + 1 + 16th + down + continue + begin + + single + + + + + + + B + 4 + + 2 + 1 + 16th + down + end + end + + + + A + 4 + + 4 + 1 + eighth + up + begin + + single + + + + + + B + 4 + + 2 + 1 + 16th + up + continue + begin + + single + + + + + + A + 4 + + 2 + 1 + 16th + up + end + end + + + + + + + F + 4 + + 4 + 1 + eighth + up + begin + + single + + + + + + E + 4 + + 4 + 1 + eighth + up + continue + + single + + + + + + D + 4 + + 4 + 1 + eighth + up + continue + + + + D + 4 + + 4 + 1 + eighth + up + end + + single + + + + + + + + + + 4 + 1 + eighth + + single + + + + + + E + 4 + + 4 + 1 + eighth + up + begin + + single + + + + + + F + 4 + + 4 + 1 + eighth + up + continue + + single + + + + + + A + 4 + + 4 + 1 + eighth + up + end + + single + + + + + + + + + F + 4 + + 4 + 1 + eighth + up + begin + + single + + + + + + E + 4 + + 4 + 1 + eighth + up + end + + single + + + + + + B + 3 + + 4 + 1 + eighth + up + begin + + single + コン + + + + + B + 3 + + 2 + 1 + 16th + up + continue + begin + + single + + + + + + B + 3 + + 2 + 1 + 16th + up + end + end + + single + + + + + + + + + B + 3 + + 4 + 1 + eighth + up + begin + + single + + + + + + D + 4 + + 4 + 1 + eighth + up + end + + single + + + + + + E + 4 + + 8 + 1 + quarter + up + + single + + + + + + + + + 4 + 1 + eighth + + + + C + 5 + + 4 + 1 + eighth + down + + + + + single + + + + + + E + 5 + + 8 + 1 + quarter + down + + + + + single + + + + + + + + + C + 5 + + 4 + 1 + eighth + down + begin + + single + + + + + + + B + 4 + + 4 + 1 + eighth + down + continue + + + + A + 4 + + 4 + 1 + eighth + down + continue + + + + B + 4 + + 4 + 1 + eighth + down + end + + single + + + + + + + + + C + 5 + + 4 + 1 + eighth + down + begin + + + + + single + + + + + + + A + 4 + + 4 + 1 + eighth + down + end + + + + + + + F + 4 + + 8 + 1 + quarter + up + + + + + + + + E + 4 + + 4 + 1 + eighth + up + begin + + single + + + + + + + D + 4 + + 4 + 1 + eighth + up + continue + + + + E + 4 + + 4 + 1 + eighth + up + continue + + + + A + 4 + + 4 + 1 + eighth + up + end + + single + + + + + + + + + F + 4 + + 12 + 1 + quarter + + up + + single + + + + + + + E + 4 + + 4 + 1 + eighth + up + + + + + + + F + 4 + + 4 + 1 + eighth + up + begin + + single + + + + + + + F + 4 + + 2 + 1 + 16th + up + continue + begin + + + + F + 4 + + 2 + 1 + 16th + up + end + end + + + + E + 4 + + 4 + 1 + eighth + up + begin + + + + D + 4 + + 4 + 1 + eighth + up + end + + + + + + + D + 4 + + 4 + 1 + eighth + up + begin + + single +   + + + + + E + 4 + + 4 + 1 + eighth + up + end + + + + 4 + 1 + eighth + + + + B + 4 + + 3 + 1 + 16th + + up + begin + begin + + + + + single + キョ + + + + + + A + 4 + + 1 + 1 + 32nd + up + end + end + backward hook + + + + + + + F + 4 + + 8 + 1 + quarter + up + + + + + + + F + 4 + + 8 + 1 + quarter + up + + + + + single + + + + + + + + + + E + 4 + + 8 + 1 + quarter + up + + + + + + + 8 + 1 + quarter + + + light-heavy + + + + + diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/Echigo-Jishi.xml canorus-0.7.3.RC3+dfsg/examples/musicxml/Echigo-Jishi.xml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/Echigo-Jishi.xml 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/Echigo-Jishi.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,2546 +0,0 @@ - - - - 越後獅子 - - Y. Nagai - K. Kobatake - Transcription donated to the public domain, 2005 by Tom Potter - - Finale 2005 for Windows - Dolet 4.0 Beta 4 for Finale - 2007-06-19 - - - - - - - 7.2319 - 40 - - - 1545 - 1194 - - 105 - 70 - 10 - 70 - - - - - 10 - 0 - - 93 - 93 - - - 1.2457 - 4.2708 - 1.2457 - 1.2457 - 4.2708 - 1.2457 - 1.2457 - 1.2457 - 1.2457 - 1.2457 - 60 - 60 - - - - - - - - 越後獅子 - - - Arr. Y. Nagai , K. Kobatake - - - Transcription donated to the public domain, 2005 by Tom Potter - - - Source: "Japanese Popular Music: a collection of the popular music of Japan rendered in to the -staff notation", by Y. Nagai and K. Kobatake, 2nd ed., Osaka, S. Miki & Co., 1892, pp. 96-97. - -Transcribed into Finale music notation by Tom Potter, 2005. See http://www.daisyfield.com/music/ -Lyrics added by Karen Tanaka and Michael Good, 2006. See http://www.recordare.com/ - - - Echigo-Jishi - - - - MusicXML Part - - Koto - - - 1 - 108 - - - - - - - - - - 69 - 0 - - 265 - - - - 8 - - 0 - major - - - - G - 2 - - - - - Allegro - - - - - - - A - 4 - - 4 - 1 - eighth - up - begin - - - - - - - - - A - 4 - - 4 - 1 - eighth - up - continue - - - - B - 4 - - 4 - 1 - eighth - up - continue - - - - A - 4 - - 4 - 1 - eighth - up - end - - - - - - - B - 4 - - 4 - 1 - eighth - down - begin - - - - A - 4 - - 4 - 1 - eighth - down - continue - - - - B - 4 - - 4 - 1 - eighth - down - continue - - - - C - 5 - - 4 - 1 - eighth - down - end - - - - - - - E - 5 - - 4 - 1 - eighth - down - begin - - - - C - 5 - - 4 - 1 - eighth - down - continue - - - - B - 4 - - 4 - 1 - eighth - down - continue - - - - A - 4 - - 4 - 1 - eighth - down - end - - - - - - - F - 4 - - 12 - 1 - quarter - - up - - - - 4 - 1 - eighth - - - - - - - F - 4 - - 4 - 1 - eighth - up - begin - - - - A - 4 - - 4 - 1 - eighth - up - continue - - - - B - 4 - - 4 - 1 - eighth - up - continue - - - - A - 4 - - 4 - 1 - eighth - up - end - - - - - - - F - 4 - - 12 - 1 - quarter - - up - - - - E - 4 - - 4 - 1 - eighth - up - - - - - - - - 8 - 0 - - 81 - - - - - F - 4 - - 4 - 1 - eighth - up - begin - - - - A - 4 - - 4 - 1 - eighth - up - continue - - - - F - 4 - - 4 - 1 - eighth - up - continue - - - - E - 4 - - 4 - 1 - eighth - up - end - - - - - - - D - 4 - - 4 - 1 - eighth - up - begin - - - - D - 4 - - 4 - 1 - eighth - up - continue - - - - D - 4 - - 4 - 1 - eighth - up - continue - - - - E - 4 - - 4 - 1 - eighth - up - end - - - - - - - - F - 4 - - 4 - 1 - eighth - up - begin - - - - - - - - - E - 4 - - 4 - 1 - eighth - up - continue - - - - B - 3 - - 4 - 1 - eighth - up - continue - - - - D - 4 - - 4 - 1 - eighth - up - end - - - - - - - E - 4 - - 12 - 1 - quarter - - up - - - - 4 - 1 - eighth - - - - - - - - D - 4 - - 4 - 1 - eighth - up - - - - - - - - - D - 4 - - 8 - 1 - quarter - up - - single - オノ - - - - - E - 4 - - 4 - 1 - eighth - up - - single - - - - - - - - - F - 4 - - 4 - 1 - eighth - up - - single - - - - - - F - 4 - - 8 - 1 - quarter - up - - single - ガタ - - - - - E - 4 - - 4 - 1 - eighth - up - - single - - - - - - - - - - A - 4 - - 4 - 1 - eighth - up - begin - - single - - - - - - A - 4 - - 4 - 1 - eighth - up - continue - - single - - - - - - B - 4 - - 4 - 1 - eighth - up - continue - - single - - - - - - A - 4 - - 4 - 1 - eighth - up - end - - single - - - - - - - - - B - 4 - - 8 - 1 - quarter - down - - single - - - - - - - C - 5 - - 4 - 1 - eighth - down - begin - - - - E - 5 - - 4 - 1 - eighth - down - end - - - - - - - F - 1 - 5 - - 4 - 1 - eighth - sharp - down - - single -   - - - - - F - 1 - 5 - - 8 - 1 - quarter - down - - single - - - - - - - E - 5 - - 4 - 1 - eighth - down - - - - - - - C - 5 - - 4 - 1 - eighth - down - begin - - single - - - - - - - C - 5 - - 4 - 1 - eighth - down - continue - - - - C - 5 - - 4 - 1 - eighth - down - continue - - single - - - - - - - E - 5 - - 4 - 1 - eighth - down - end - - - - - - - F - 1 - 5 - - 4 - 1 - eighth - sharp - down - - single -   - - - - - F - 1 - 5 - - 8 - 1 - quarter - down - - single - サイ - - - - - - E - 5 - - 4 - 1 - eighth - down - - - - - - - C - 5 - - 4 - 1 - eighth - down - begin - - single - - - - - - - E - 5 - - 2 - 1 - 16th - down - continue - begin - - - - C - 5 - - 2 - 1 - 16th - down - end - end - - - - B - 4 - - 4 - 1 - eighth - up - begin - - single - - - - - - A - 4 - - 4 - 1 - eighth - up - end - - - - - - - - B - 4 - - 4 - 1 - eighth - down - begin - - single -   - - - - - C - 5 - - 4 - 1 - eighth - down - continue - - single - - - - - - E - 5 - - 4 - 1 - eighth - down - continue - - single - - - - - - - A - 4 - - 4 - 1 - eighth - down - end - - - - - - - C - 5 - - 4 - 1 - eighth - up - begin - - single - - - - - - - B - 4 - - 4 - 1 - eighth - up - continue - - - - A - 4 - - 4 - 1 - eighth - up - continue - - single - - - - - - - F - 4 - - 4 - 1 - eighth - up - end - - - - - - - E - 4 - - 12 - 1 - quarter - - up - - single - - - - - - F - 4 - - 4 - 1 - eighth - up - - single - - - - - - - - - A - 4 - - 4 - 1 - eighth - up - begin - - single - - - - - - B - 4 - - 4 - 1 - eighth - up - end - - single - - - - - - C - 5 - - 8 - 1 - quarter - down - - single - - - - - - - - - E - 5 - - 8 - 1 - quarter - down - - single - - - - - - C - 5 - - 4 - 1 - eighth - down - begin - - single - - - - - - - B - 4 - - 4 - 1 - eighth - down - end - - - - - - - A - 4 - - 8 - 1 - quarter - up - - single - - - - - - A - 4 - - 4 - 1 - eighth - up - begin - - single - - - - - - F - 4 - - 4 - 1 - eighth - up - end - - single - - - - - - - - - - A - 4 - - 12 - 1 - quarter - - up - - single - - - - - - B - 4 - - 4 - 1 - eighth - down - - single - - - - - - - - - C - 5 - - 4 - 1 - eighth - up - begin - - single - - - - - - - B - 4 - - 4 - 1 - eighth - up - continue - - - - A - 4 - - 4 - 1 - eighth - up - continue - - single - - - - - - - F - 4 - - 4 - 1 - eighth - up - end - - - - - - - E - 4 - - 12 - 1 - quarter - - up - - single - - - - - - E - 4 - - 4 - 1 - eighth - up - - - - - - - B - 4 - - 4 - 1 - eighth - down - begin - - - - C - 5 - - 4 - 1 - eighth - down - continue - - single - - - - - - C - 5 - - 4 - 1 - eighth - down - continue - - single - - - - - - B - 4 - - 4 - 1 - eighth - down - end - - single - - - - - - - - - C - 5 - - 4 - 1 - eighth - down - begin - - single - - - - - - E - 5 - - 4 - 1 - eighth - down - continue - - single - - - - - - C - 5 - - 4 - 1 - eighth - down - continue - - single - - - - - - B - 4 - - 4 - 1 - eighth - down - end - - single - - - - - - - - - A - 4 - - 4 - 1 - eighth - up - begin - - single - - - - - - B - 4 - - 4 - 1 - eighth - up - continue - - single - - - - - - C - 5 - - 4 - 1 - eighth - up - continue - - single - - - - - - A - 4 - - 4 - 1 - eighth - up - end - - single - - - - - - - - - - F - 4 - - 4 - 1 - eighth - up - begin - - single - - - - - - A - 4 - - 2 - 1 - 16th - up - continue - begin - - - - F - 4 - - 2 - 1 - 16th - up - end - end - - - - E - 4 - - 4 - 1 - eighth - up - begin - - - - D - 4 - - 4 - 1 - eighth - up - end - - single - - - - - - - - - E - 4 - - 4 - 1 - eighth - up - begin - - single - - - - - - F - 4 - - 4 - 1 - eighth - up - end - - single - - - - - - A - 4 - - 2 - 1 - 16th - up - begin - begin - - single - - - - - - A - 4 - - 2 - 1 - 16th - up - continue - continue - - single - - - - - - A - 4 - - 2 - 1 - 16th - up - continue - continue - - single - - - - - - A - 4 - - 2 - 1 - 16th - up - end - end - - single - - - - - - - - - B - 4 - - 4 - 1 - eighth - down - begin - - single - ショ - - - - - B - 4 - - 4 - 1 - eighth - down - end - - single -   - - - - - C - 5 - - 4 - 1 - eighth - down - begin - - single - コン - - - - - C - 5 - - 2 - 1 - 16th - down - continue - begin - - single - - - - - - C - 5 - - 2 - 1 - 16th - down - end - end - - single - - - - - - - - - B - 4 - - 4 - 1 - eighth - down - begin - - single - - - - - - C - 5 - - 2 - 1 - 16th - down - continue - begin - - single - - - - - - - B - 4 - - 2 - 1 - 16th - down - end - end - - - - A - 4 - - 4 - 1 - eighth - up - begin - - single - - - - - - B - 4 - - 2 - 1 - 16th - up - continue - begin - - single - - - - - - A - 4 - - 2 - 1 - 16th - up - end - end - - - - - - - F - 4 - - 4 - 1 - eighth - up - begin - - single - - - - - - E - 4 - - 4 - 1 - eighth - up - continue - - single - - - - - - D - 4 - - 4 - 1 - eighth - up - continue - - - - D - 4 - - 4 - 1 - eighth - up - end - - single - - - - - - - - - - 4 - 1 - eighth - - single - - - - - - E - 4 - - 4 - 1 - eighth - up - begin - - single - - - - - - F - 4 - - 4 - 1 - eighth - up - continue - - single - - - - - - A - 4 - - 4 - 1 - eighth - up - end - - single - - - - - - - - - F - 4 - - 4 - 1 - eighth - up - begin - - single - - - - - - E - 4 - - 4 - 1 - eighth - up - end - - single - - - - - - B - 3 - - 4 - 1 - eighth - up - begin - - single - コン - - - - - B - 3 - - 2 - 1 - 16th - up - continue - begin - - single - - - - - - B - 3 - - 2 - 1 - 16th - up - end - end - - single - - - - - - - - - B - 3 - - 4 - 1 - eighth - up - begin - - single - - - - - - D - 4 - - 4 - 1 - eighth - up - end - - single - - - - - - E - 4 - - 8 - 1 - quarter - up - - single - - - - - - - - - 4 - 1 - eighth - - - - C - 5 - - 4 - 1 - eighth - down - - - - - single - - - - - - E - 5 - - 8 - 1 - quarter - down - - - - - single - - - - - - - - - C - 5 - - 4 - 1 - eighth - down - begin - - single - - - - - - - B - 4 - - 4 - 1 - eighth - down - continue - - - - A - 4 - - 4 - 1 - eighth - down - continue - - - - B - 4 - - 4 - 1 - eighth - down - end - - single - - - - - - - - - C - 5 - - 4 - 1 - eighth - down - begin - - - - - single - - - - - - - A - 4 - - 4 - 1 - eighth - down - end - - - - - - - F - 4 - - 8 - 1 - quarter - up - - - - - - - - E - 4 - - 4 - 1 - eighth - up - begin - - single - - - - - - - D - 4 - - 4 - 1 - eighth - up - continue - - - - E - 4 - - 4 - 1 - eighth - up - continue - - - - A - 4 - - 4 - 1 - eighth - up - end - - single - - - - - - - - - F - 4 - - 12 - 1 - quarter - - up - - single - - - - - - - E - 4 - - 4 - 1 - eighth - up - - - - - - - F - 4 - - 4 - 1 - eighth - up - begin - - single - - - - - - - F - 4 - - 2 - 1 - 16th - up - continue - begin - - - - F - 4 - - 2 - 1 - 16th - up - end - end - - - - E - 4 - - 4 - 1 - eighth - up - begin - - - - D - 4 - - 4 - 1 - eighth - up - end - - - - - - - D - 4 - - 4 - 1 - eighth - up - begin - - single -   - - - - - E - 4 - - 4 - 1 - eighth - up - end - - - - 4 - 1 - eighth - - - - B - 4 - - 3 - 1 - 16th - - up - begin - begin - - - - - single - キョ - - - - - - A - 4 - - 1 - 1 - 32nd - up - end - end - backward hook - - - - - - - F - 4 - - 8 - 1 - quarter - up - - - - - - - F - 4 - - 8 - 1 - quarter - up - - - - - single - - - - - - - - - - E - 4 - - 8 - 1 - quarter - up - - - - - - - 8 - 1 - quarter - - - light-heavy - - - - - diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/FaurReveSample.musicxml canorus-0.7.3.RC3+dfsg/examples/musicxml/FaurReveSample.musicxml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/FaurReveSample.musicxml 1970-01-01 00:00:00.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/FaurReveSample.musicxml 2018-06-20 18:42:55.000000000 +0000 @@ -0,0 +1,5653 @@ + + + + Après un rêve (Page 1) + + Gabriel Fauré + Romain Bussine + Copyright © 2002 Recordare LLC + + Finale 2005 for Windows + Dolet 4.0 Beta 4 for Finale + 2007-06-19 + + + + + + + 6.35 + 40 + + + 1760 + 1360 + + 80 + 80 + 80 + 80 + + + + + 0 + 0 + + 127 + 127 + + + 80 + + + 0.9375 + 3.75 + 0.625 + 1.5625 + 5 + 0.9375 + 0.5762 + 0.7178 + 1.25 + 1.0156 + 66 + 66 + + + + + + + Copyright © 2002 Recordare LLC + + + Après un rêve + + + Op. 7, No. 1 + + + Gabriel Fauré + + + Romain Bussine + + + + Voice + + Choir Aahs + + + 1 + 53 + + + + Piano + + Grand Piano + + + 2 + 1 + + + + + + + + + + 100 + 0 + + 280 + + + + 48 + + -3 + major + + + + G + 2 + + + + + Andantino + + + + + + 144 + 1 + + + + + + + dolce + + + + + G + 4 + + 48 + 1 + quarter + up + + single + Dans + + + + + + + -16 + + + + C + 5 + + 48 + 1 + quarter + down + + single + un + + + + + D + 5 + + 48 + 1 + quarter + down + + begin + som + + + + + + + -22 + + + + + + + E + -1 + 5 + + 48 + + 1 + quarter + down + + + + + end + meil + + + + + + E + -1 + 5 + + 16 + + 1 + eighth + + 3 + 2 + + down + begin + + + + + + + + D + 5 + + 16 + 1 + eighth + + 3 + 2 + + down + continue + + single + que + + + + + C + 5 + + 16 + 1 + eighth + + 3 + 2 + + down + end + + + + + begin + char + + + + + E + -1 + 5 + + 16 + 1 + eighth + + 3 + 2 + + down + begin + + + + + end + mait + + + + + D + 5 + + 16 + 1 + eighth + + 3 + 2 + + down + continue + + single + ton + + + + + C + 5 + + 16 + 1 + eighth + + 3 + 2 + + down + end + + + + + begin + i + + + + + + + + 100 + + + + + + + 7 + + + + C + 5 + + 96 + 1 + half + down + + middle + ma + + + + + + + 6 + + + + B + -1 + 4 + + 48 + 1 + quarter + down + + end + ge + + + + + + + + D + -1 + 5 + + 24 + 1 + eighth + flat + up + begin + + single + Je + + + + + F + 4 + + 24 + 1 + eighth + up + end + + begin + + + + + + D + -1 + 5 + + 48 + 1 + quarter + down + + end + vais + + + + + C + 5 + + 24 + 1 + eighth + down + begin + + single + le + + + + + B + 4 + + 24 + 1 + eighth + natural + down + end + + begin + bon + + + + + + + + + + + + + C + 5 + + 72 + 1 + quarter + + down + + end + heur + + + + + C + 5 + + 24 + 1 + eighth + down + + begin + ar + + + + + B + -1 + 4 + + 36 + 1 + eighth + + flat + up + begin + + end + dent + + + + + + + + + + A + -1 + 4 + + 12 + 1 + 16th + up + end + backward hook + + begin + mi + + + + + + + + G + 4 + + 48 + + 1 + quarter + up + + + + + middle + ra + + + + + + + -21 + + + + G + 4 + + 16 + + 1 + eighth + + 3 + 2 + + up + begin + + + + + + + + + A + -1 + 4 + + 16 + 1 + eighth + + 3 + 2 + + up + continue + + + + B + -1 + 4 + + 16 + 1 + eighth + flat + + 3 + 2 + + up + end + + + + + + + A + -1 + 4 + + 16 + 1 + eighth + + 3 + 2 + + up + begin + + + + + + + B + -1 + 4 + + 16 + 1 + eighth + + 3 + 2 + + up + continue + + + + + + + + + C + 5 + + 16 + 1 + eighth + + 3 + 2 + + up + end + + + + + + + + + + + 100 + + + + + G + 4 + + 144 + 1 + half + + up + + end + ge, + + + + + + + + G + 4 + + 48 + 1 + quarter + up + + single + Tes + + + + + E + -1 + 4 + + 32 + 1 + quarter + + 3 + 2 + eighth + + up + + + + + single + yeux + + + + + F + 4 + + 16 + 1 + eighth + + 3 + 2 + eighth + + up + + + + + begin + é + + + + + G + 4 + + 32 + 1 + quarter + + 3 + 2 + eighth + + up + + + + + end + taient + + + + + A + -1 + 4 + + 16 + 1 + eighth + + 3 + 2 + eighth + + up + + + + + single + plus + + + + + + + + B + -1 + 4 + + 48 + + 1 + quarter + down + + + + + single + doux, + + + + + + B + -1 + 4 + + 16 + + 1 + eighth + + 3 + 2 + + up + begin + + + + + + + + F + 4 + + 16 + 1 + eighth + + 3 + 2 + + up + continue + + single + ta + + + + + F + 4 + + 16 + 1 + eighth + + 3 + 2 + + up + end + + + + + single + voix + + + + + F + 4 + + 16 + 1 + eighth + + 3 + 2 + + up + begin + + + + + single + pure + + + + + E + 4 + + 16 + 1 + eighth + natural + + 3 + 2 + + up + continue + + single + et + + + + + F + 4 + + 16 + 1 + eighth + + 3 + 2 + + up + end + + + + + begin + so + + + + + + + + A + -1 + 4 + + 96 + 1 + half + up + + middle + no + + + + + G + 4 + + 48 + 1 + quarter + up + + end + re, + + + + + + + + 100 + + + + + + + + + + C + 5 + + 48 + 1 + quarter + down + + single + Tu + + + + + C + 5 + + 72 + 1 + quarter + + down + + begin + ray + + + + + + + 12 + + + + C + -1 + 5 + + 24 + 1 + eighth + flat + down + + middle + on + + + + + + + + B + -1 + 4 + + 48 + 1 + quarter + down + + end + nais + + + + + E + -1 + 4 + + 48 + 1 + quarter + up + + single + comme + + + + + E + -1 + 4 + + 48 + 1 + quarter + up + + single + un + + + + + + + + F + 4 + + 48 + + 1 + quarter + up + + + + + single + ciel + + + + + + F + 4 + + 16 + + 1 + eighth + + 3 + 2 + + up + begin + + + + + + + + + + -7 + + + + G + -1 + 4 + + 16 + 1 + eighth + flat + + 3 + 2 + + up + continue + + begin + é + + + + + A + -1 + 4 + + 16 + 1 + eighth + + 3 + 2 + + up + end + + + + + middle + clair + + + + + G + -1 + 4 + + 16 + 1 + eighth + + 3 + 2 + + up + begin + + + + + end + é + + + + + A + -1 + 4 + + 16 + 1 + eighth + + 3 + 2 + + up + continue + + single + par + + + + + + + -10 + + + + B + -1 + 4 + + 16 + 1 + eighth + + 3 + 2 + + up + end + + + + + begin + l’au + + + + + + + + B + -1 + 4 + + 96 + 1 + half + down + + middle + ro + + + + + E + -1 + 4 + + 48 + 1 + quarter + up + + end + re; + + + + + + + + + + 65 + + + 48 + + + + 8 + + -3 + major + + + 2 + + G + 2 + + + F + 4 + + + + + + C + 4 + + 4 + 1 + eighth + up + 1 + begin + + + + + + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + G + 4 + + 4 + 1 + eighth + up + 1 + + + + C + 4 + + 4 + 1 + eighth + up + 1 + continue + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + G + 4 + + 4 + 1 + eighth + up + 1 + + + + C + 4 + + 4 + 1 + eighth + up + 1 + continue + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + G + 4 + + 4 + 1 + eighth + up + 1 + + + + C + 4 + + 4 + 1 + eighth + up + 1 + continue + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + G + 4 + + 4 + 1 + eighth + up + 1 + + + + C + 4 + + 4 + 1 + eighth + up + 1 + continue + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + G + 4 + + 4 + 1 + eighth + up + 1 + + + + C + 4 + + 4 + 1 + eighth + up + 1 + end + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + G + 4 + + 4 + 1 + eighth + up + 1 + + + 24 + + + + 24 + 2 + 2 + + + + + + + C + 4 + + 4 + 1 + eighth + up + 1 + begin + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + G + 4 + + 4 + 1 + eighth + up + 1 + + + + C + 4 + + 4 + 1 + eighth + up + 1 + continue + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + G + 4 + + 4 + 1 + eighth + up + 1 + + + + C + 4 + + 4 + 1 + eighth + up + 1 + continue + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + G + 4 + + 4 + 1 + eighth + up + 1 + + + + C + 4 + + 4 + 1 + eighth + up + 1 + continue + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + G + 4 + + 4 + 1 + eighth + up + 1 + + + + B + -1 + 3 + + 4 + 1 + eighth + up + 1 + continue + + + + + D + 4 + + 4 + 1 + eighth + up + 1 + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + G + 4 + + 4 + 1 + eighth + up + 1 + + + + B + -1 + 3 + + 4 + 1 + eighth + up + 1 + end + + + + + D + 4 + + 4 + 1 + eighth + up + 1 + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + G + 4 + + 4 + 1 + eighth + up + 1 + + + 24 + + + + 24 + 2 + 2 + + + + + + + A + 3 + + 4 + 1 + eighth + natural + up + 2 + begin + + + + + C + 4 + + 4 + 1 + eighth + up + 2 + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + G + 4 + + 4 + 1 + eighth + up + 1 + + + + A + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + C + 4 + + 4 + 1 + eighth + up + 2 + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + G + 4 + + 4 + 1 + eighth + up + 1 + + + + A + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + C + 4 + + 4 + 1 + eighth + up + 2 + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + G + 4 + + 4 + 1 + eighth + up + 1 + + + + A + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + C + 4 + + 4 + 1 + eighth + up + 2 + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + G + 4 + + 4 + 1 + eighth + up + 1 + + + + A + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + C + 4 + + 4 + 1 + eighth + up + 2 + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + F + 4 + + 4 + 1 + eighth + up + 1 + + + + A + 3 + + 4 + 1 + eighth + up + 2 + end + + + + + C + 4 + + 4 + 1 + eighth + up + 2 + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + F + 4 + + 4 + 1 + eighth + up + 1 + + + 24 + + + + F + 1 + + 24 + 2 + half + + down + 2 + + + + + F + 2 + + 24 + 2 + half + + down + 2 + + + + + + + 65 + + + 48 + + + + + A + -1 + 3 + + 4 + 1 + eighth + flat + up + 2 + begin + + + + + C + 4 + + 4 + 1 + eighth + up + 2 + + + + + D + 4 + + 4 + 1 + eighth + up + 2 + + + + + F + 4 + + 4 + 1 + eighth + up + 1 + + + + A + -1 + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + C + 4 + + 4 + 1 + eighth + up + 2 + + + + + D + 4 + + 4 + 1 + eighth + up + 2 + + + + + F + 4 + + 4 + 1 + eighth + up + 1 + + + + A + -1 + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + C + 4 + + 4 + 1 + eighth + up + 2 + + + + + D + 4 + + 4 + 1 + eighth + up + 2 + + + + + F + 4 + + 4 + 1 + eighth + up + 1 + + + + A + -1 + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + C + 4 + + 4 + 1 + eighth + up + 2 + + + + + D + 4 + + 4 + 1 + eighth + up + 2 + + + + + F + 4 + + 4 + 1 + eighth + up + 1 + + + + A + -1 + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + C + 4 + + 4 + 1 + eighth + up + 2 + + + + + D + 4 + + 4 + 1 + eighth + up + 2 + + + + + F + 4 + + 4 + 1 + eighth + up + 1 + + + + A + -1 + 3 + + 4 + 1 + eighth + up + 2 + end + + + + + C + 4 + + 4 + 1 + eighth + up + 2 + + + + + D + 4 + + 4 + 1 + eighth + up + 2 + + + + + F + 4 + + 4 + 1 + eighth + up + 1 + + + 24 + + + + B + -1 + 1 + + 24 + 2 + half + + down + 2 + + + + + B + -1 + 2 + + 24 + 2 + half + + down + 2 + + + + + + + A + -1 + 3 + + 4 + 1 + eighth + up + 2 + begin + + + + + D + -1 + 4 + + 4 + 1 + eighth + flat + up + 1 + + + + + F + 4 + + 4 + 1 + eighth + up + 1 + + + + A + -1 + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + D + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + F + 4 + + 4 + 1 + eighth + up + 1 + + + + A + -1 + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + D + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + F + 4 + + 4 + 1 + eighth + up + 1 + + + + A + -1 + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + D + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + F + 4 + + 4 + 1 + eighth + up + 1 + + + + G + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + D + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + F + -1 + 4 + + 4 + 1 + eighth + flat + up + 1 + + + + G + 3 + + 4 + 1 + eighth + up + 2 + end + + + + + D + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + F + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + 24 + + + + E + -1 + 1 + + 24 + 2 + half + + down + 2 + + + + + E + -1 + 2 + + 24 + 2 + half + + down + 2 + + + + + + + A + -1 + 3 + + 4 + 1 + eighth + up + 2 + begin + + + + + C + 4 + + 4 + 1 + eighth + up + 1 + + + + + E + 4 + + 4 + 1 + eighth + natural + up + 1 + + + + A + -1 + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + C + 4 + + 4 + 1 + eighth + up + 1 + + + + + E + 4 + + 4 + 1 + eighth + up + 1 + + + + A + -1 + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + C + 4 + + 4 + 1 + eighth + up + 1 + + + + + E + 4 + + 4 + 1 + eighth + up + 1 + + + + A + -1 + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + C + 4 + + 4 + 1 + eighth + up + 1 + + + + + E + 4 + + 4 + 1 + eighth + up + 1 + + + + A + -1 + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + C + 4 + + 4 + 1 + eighth + up + 1 + + + + + F + 4 + + 4 + 1 + eighth + up + 1 + + + + A + -1 + 3 + + 4 + 1 + eighth + up + 2 + end + + + + + C + 4 + + 4 + 1 + eighth + up + 1 + + + + + F + 4 + + 4 + 1 + eighth + up + 1 + + + 24 + + + + A + -1 + 1 + + 16 + 2 + half + down + 2 + + + + + A + -1 + 2 + + 16 + 2 + half + down + 2 + + + + D + 1 + + 8 + 2 + quarter + natural + down + 2 + + + + + D + 2 + + 8 + 2 + quarter + natural + down + 2 + + + + + + + F + 3 + + 4 + 1 + eighth + up + 2 + begin + + + + + G + 3 + + 4 + 1 + eighth + up + 2 + + + + + B + 3 + + 4 + 1 + eighth + natural + up + 2 + + + + + D + 4 + + 4 + 1 + eighth + up + 1 + + + + F + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + G + 3 + + 4 + 1 + eighth + up + 2 + + + + + B + 3 + + 4 + 1 + eighth + up + 2 + + + + + D + 4 + + 4 + 1 + eighth + up + 1 + + + + F + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + G + 3 + + 4 + 1 + eighth + up + 2 + + + + + B + 3 + + 4 + 1 + eighth + up + 2 + + + + + D + 4 + + 4 + 1 + eighth + up + 1 + + + + F + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + G + 3 + + 4 + 1 + eighth + up + 2 + + + + + B + 3 + + 4 + 1 + eighth + up + 2 + + + + + D + 4 + + 4 + 1 + eighth + up + 1 + + + + F + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + A + -1 + 3 + + 4 + 1 + eighth + up + 2 + + + + + C + 4 + + 4 + 1 + eighth + up + 1 + + + + + D + 4 + + 4 + 1 + eighth + up + 1 + + + + F + 3 + + 4 + 1 + eighth + up + 2 + end + + + + + A + -1 + 3 + + 4 + 1 + eighth + up + 2 + + + + + C + 4 + + 4 + 1 + eighth + up + 1 + + + + + D + 4 + + 4 + 1 + eighth + up + 1 + + + 24 + + + + G + 1 + + 24 + + 2 + half + + down + 2 + + + + + + + + G + 2 + + 24 + + 2 + half + + down + 2 + + + + + + + + + + 65 + + + 48 + + + + + F + 3 + + 4 + 1 + eighth + up + 2 + begin + + + + + G + 3 + + 4 + 1 + eighth + up + 2 + + + + + B + 3 + + 4 + 1 + eighth + natural + up + 2 + + + + + D + 4 + + 4 + 1 + eighth + up + 1 + + + + F + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + G + 3 + + 4 + 1 + eighth + up + 2 + + + + + B + 3 + + 4 + 1 + eighth + up + 2 + + + + + D + 4 + + 4 + 1 + eighth + up + 1 + + + + F + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + G + 3 + + 4 + 1 + eighth + up + 2 + + + + + B + 3 + + 4 + 1 + eighth + up + 2 + + + + + D + 4 + + 4 + 1 + eighth + up + 1 + + + + F + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + G + 3 + + 4 + 1 + eighth + up + 2 + + + + + B + 3 + + 4 + 1 + eighth + up + 2 + + + + + D + 4 + + 4 + 1 + eighth + up + 1 + + + + F + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + G + 3 + + 4 + 1 + eighth + up + 2 + + + + + B + 3 + + 4 + 1 + eighth + up + 2 + + + + + D + 4 + + 4 + 1 + eighth + up + 1 + + + + F + 3 + + 4 + 1 + eighth + up + 2 + end + + + + + G + 3 + + 4 + 1 + eighth + up + 2 + + + + + B + 3 + + 4 + 1 + eighth + up + 2 + + + + + D + 4 + + 4 + 1 + eighth + up + 1 + + + 24 + + + + G + 1 + + 24 + + 2 + half + + down + 2 + + + + + + + + G + 2 + + 24 + + 2 + half + + down + 2 + + + + + + + + + + G + 3 + + 4 + 1 + eighth + up + 2 + begin + + + + + C + 4 + + 4 + 1 + eighth + up + 1 + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + G + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + C + 4 + + 4 + 1 + eighth + up + 1 + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + G + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + C + 4 + + 4 + 1 + eighth + up + 1 + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + G + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + C + 4 + + 4 + 1 + eighth + up + 1 + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + G + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + C + 4 + + 4 + 1 + eighth + up + 1 + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + G + 3 + + 4 + 1 + eighth + up + 2 + end + + + + + C + 4 + + 4 + 1 + eighth + up + 1 + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + 24 + + + + C + 2 + + 24 + 2 + half + + down + 2 + + + + + C + 3 + + 24 + 2 + half + + down + 2 + + + + + + + F + 3 + + 4 + 1 + eighth + up + 2 + begin + + + + + B + -1 + 3 + + 4 + 1 + eighth + up + 1 + + + + + F + 4 + + 4 + 1 + eighth + up + 1 + + + + F + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + B + -1 + 3 + + 4 + 1 + eighth + up + 1 + + + + + F + 4 + + 4 + 1 + eighth + up + 1 + + + + F + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + B + -1 + 3 + + 4 + 1 + eighth + up + 1 + + + + + F + 4 + + 4 + 1 + eighth + up + 1 + + + + F + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + B + -1 + 3 + + 4 + 1 + eighth + up + 1 + + + + + F + 4 + + 4 + 1 + eighth + up + 1 + + + + F + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + B + -1 + 3 + + 4 + 1 + eighth + up + 1 + + + + + F + 4 + + 4 + 1 + eighth + up + 1 + + + + F + 3 + + 4 + 1 + eighth + up + 2 + end + + + + + B + -1 + 3 + + 4 + 1 + eighth + up + 1 + + + + + F + 4 + + 4 + 1 + eighth + up + 1 + + + 24 + + + + D + -1 + 2 + + 24 + 2 + half + + flat + down + 2 + + + + + D + -1 + 3 + + 24 + 2 + half + + flat + down + 2 + + + + + + + A + -1 + 3 + + 4 + 1 + eighth + up + 2 + begin + + + + + D + -1 + 4 + + 4 + 1 + eighth + flat + up + 1 + + + + + F + 4 + + 4 + 1 + eighth + up + 1 + + + + A + -1 + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + D + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + F + 4 + + 4 + 1 + eighth + up + 1 + + + + A + -1 + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + D + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + F + 4 + + 4 + 1 + eighth + up + 1 + + + + A + -1 + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + D + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + F + 4 + + 4 + 1 + eighth + up + 1 + + + + G + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + D + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + E + 4 + + 4 + 1 + eighth + natural + up + 1 + + + + G + 3 + + 4 + 1 + eighth + up + 2 + end + + + + + D + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + E + 4 + + 4 + 1 + eighth + up + 1 + + + 24 + + + + B + -1 + 1 + + 24 + 2 + half + + down + 2 + + + + + B + -1 + 2 + + 24 + 2 + half + + down + 2 + + + + + + + 65 + + + 48 + + + + + F + 3 + + 4 + 1 + eighth + up + 2 + begin + + + + + C + 4 + + 4 + 1 + eighth + up + 1 + + + + + F + 4 + + 4 + 1 + eighth + up + 1 + + + + F + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + C + 4 + + 4 + 1 + eighth + up + 1 + + + + + F + 4 + + 4 + 1 + eighth + up + 1 + + + + F + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + C + 4 + + 4 + 1 + eighth + up + 1 + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + F + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + C + 4 + + 4 + 1 + eighth + up + 1 + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + F + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + C + 4 + + 4 + 1 + eighth + up + 1 + + + + + D + 4 + + 4 + 1 + eighth + natural + up + 1 + + + + F + 3 + + 4 + 1 + eighth + up + 2 + end + + + + + C + -1 + 4 + + 4 + 1 + eighth + flat + up + 1 + + + + + D + 4 + + 4 + 1 + eighth + up + 1 + + + 24 + + + + A + -1 + 1 + + 24 + 2 + half + + down + 2 + + + + + A + -1 + 2 + + 24 + 2 + half + + down + 2 + + + + + + + E + -1 + 3 + + 4 + 1 + eighth + up + 2 + begin + + + + + B + -1 + 3 + + 4 + 1 + eighth + up + 2 + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + E + -1 + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + B + -1 + 3 + + 4 + 1 + eighth + up + 2 + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + E + -1 + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + B + -1 + 3 + + 4 + 1 + eighth + up + 2 + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + E + -1 + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + B + -1 + 3 + + 4 + 1 + eighth + up + 2 + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + G + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + C + 4 + + 4 + 1 + eighth + up + 1 + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + G + 3 + + 4 + 1 + eighth + up + 2 + end + + + + + C + 4 + + 4 + 1 + eighth + up + 1 + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + 24 + + + + G + 1 + + 16 + 2 + half + down + 2 + + + + + G + 2 + + 16 + 2 + half + down + 2 + + + + C + 2 + + 8 + 2 + quarter + down + 2 + + + + + C + 3 + + 8 + 2 + quarter + down + 2 + + + + + + + A + -1 + 3 + + 4 + 1 + eighth + up + 2 + begin + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + F + 4 + + 4 + 1 + eighth + up + 1 + + + + A + -1 + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + F + 4 + + 4 + 1 + eighth + up + 1 + + + + A + -1 + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + F + 4 + + 4 + 1 + eighth + up + 1 + + + + A + -1 + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + F + 4 + + 4 + 1 + eighth + up + 1 + + + + A + -1 + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + D + 4 + + 4 + 1 + eighth + up + 1 + + + + + F + 4 + + 4 + 1 + eighth + up + 1 + + + + A + -1 + 3 + + 4 + 1 + eighth + up + 2 + end + + + + + D + 4 + + 4 + 1 + eighth + up + 1 + + + + + F + 4 + + 4 + 1 + eighth + up + 1 + + + 24 + + + + C + -1 + 2 + + 8 + 2 + quarter + flat + down + 2 + + + + + C + -1 + 3 + + 8 + 2 + quarter + flat + down + 2 + + + + B + -1 + 1 + + 16 + 2 + half + down + 2 + + + + + B + -1 + 2 + + 16 + 2 + half + down + 2 + + + + + + + G + 3 + + 4 + 1 + eighth + up + 2 + begin + + + + + B + -1 + 3 + + 4 + 1 + eighth + up + 2 + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + G + 4 + + 4 + 1 + eighth + up + 1 + + + + G + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + B + -1 + 3 + + 4 + 1 + eighth + up + 2 + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + G + 4 + + 4 + 1 + eighth + up + 1 + + + + G + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + B + -1 + 3 + + 4 + 1 + eighth + up + 2 + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + G + 4 + + 4 + 1 + eighth + up + 1 + + + + G + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + B + -1 + 3 + + 4 + 1 + eighth + up + 2 + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + G + 4 + + 4 + 1 + eighth + up + 1 + + + + G + 3 + + 4 + 1 + eighth + up + 2 + continue + + + + + B + -1 + 3 + + 4 + 1 + eighth + up + 2 + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + G + 4 + + 4 + 1 + eighth + up + 1 + + + + G + 3 + + 4 + 1 + eighth + up + 2 + end + + + + + B + -1 + 3 + + 4 + 1 + eighth + up + 2 + + + + + E + -1 + 4 + + 4 + 1 + eighth + up + 1 + + + + + G + 4 + + 4 + 1 + eighth + up + 1 + + + 24 + + + + E + -1 + 1 + + 24 + 2 + half + + down + 2 + + + + + E + -1 + 2 + + 24 + 2 + half + + down + 2 + + + + + diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/FaurReveSample.xml canorus-0.7.3.RC3+dfsg/examples/musicxml/FaurReveSample.xml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/FaurReveSample.xml 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/FaurReveSample.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,5653 +0,0 @@ - - - - Après un rêve (Page 1) - - Gabriel Fauré - Romain Bussine - Copyright © 2002 Recordare LLC - - Finale 2005 for Windows - Dolet 4.0 Beta 4 for Finale - 2007-06-19 - - - - - - - 6.35 - 40 - - - 1760 - 1360 - - 80 - 80 - 80 - 80 - - - - - 0 - 0 - - 127 - 127 - - - 80 - - - 0.9375 - 3.75 - 0.625 - 1.5625 - 5 - 0.9375 - 0.5762 - 0.7178 - 1.25 - 1.0156 - 66 - 66 - - - - - - - Copyright © 2002 Recordare LLC - - - Après un rêve - - - Op. 7, No. 1 - - - Gabriel Fauré - - - Romain Bussine - - - - Voice - - Choir Aahs - - - 1 - 53 - - - - Piano - - Grand Piano - - - 2 - 1 - - - - - - - - - - 100 - 0 - - 280 - - - - 48 - - -3 - major - - - - G - 2 - - - - - Andantino - - - - - - 144 - 1 - - - - - - - dolce - - - - - G - 4 - - 48 - 1 - quarter - up - - single - Dans - - - - - - - -16 - - - - C - 5 - - 48 - 1 - quarter - down - - single - un - - - - - D - 5 - - 48 - 1 - quarter - down - - begin - som - - - - - - - -22 - - - - - - - E - -1 - 5 - - 48 - - 1 - quarter - down - - - - - end - meil - - - - - - E - -1 - 5 - - 16 - - 1 - eighth - - 3 - 2 - - down - begin - - - - - - - - D - 5 - - 16 - 1 - eighth - - 3 - 2 - - down - continue - - single - que - - - - - C - 5 - - 16 - 1 - eighth - - 3 - 2 - - down - end - - - - - begin - char - - - - - E - -1 - 5 - - 16 - 1 - eighth - - 3 - 2 - - down - begin - - - - - end - mait - - - - - D - 5 - - 16 - 1 - eighth - - 3 - 2 - - down - continue - - single - ton - - - - - C - 5 - - 16 - 1 - eighth - - 3 - 2 - - down - end - - - - - begin - i - - - - - - - - 100 - - - - - - - 7 - - - - C - 5 - - 96 - 1 - half - down - - middle - ma - - - - - - - 6 - - - - B - -1 - 4 - - 48 - 1 - quarter - down - - end - ge - - - - - - - - D - -1 - 5 - - 24 - 1 - eighth - flat - up - begin - - single - Je - - - - - F - 4 - - 24 - 1 - eighth - up - end - - begin - - - - - - D - -1 - 5 - - 48 - 1 - quarter - down - - end - vais - - - - - C - 5 - - 24 - 1 - eighth - down - begin - - single - le - - - - - B - 4 - - 24 - 1 - eighth - natural - down - end - - begin - bon - - - - - - - - - - - - - C - 5 - - 72 - 1 - quarter - - down - - end - heur - - - - - C - 5 - - 24 - 1 - eighth - down - - begin - ar - - - - - B - -1 - 4 - - 36 - 1 - eighth - - flat - up - begin - - end - dent - - - - - - - - - - A - -1 - 4 - - 12 - 1 - 16th - up - end - backward hook - - begin - mi - - - - - - - - G - 4 - - 48 - - 1 - quarter - up - - - - - middle - ra - - - - - - - -21 - - - - G - 4 - - 16 - - 1 - eighth - - 3 - 2 - - up - begin - - - - - - - - - A - -1 - 4 - - 16 - 1 - eighth - - 3 - 2 - - up - continue - - - - B - -1 - 4 - - 16 - 1 - eighth - flat - - 3 - 2 - - up - end - - - - - - - A - -1 - 4 - - 16 - 1 - eighth - - 3 - 2 - - up - begin - - - - - - - B - -1 - 4 - - 16 - 1 - eighth - - 3 - 2 - - up - continue - - - - - - - - - C - 5 - - 16 - 1 - eighth - - 3 - 2 - - up - end - - - - - - - - - - - 100 - - - - - G - 4 - - 144 - 1 - half - - up - - end - ge, - - - - - - - - G - 4 - - 48 - 1 - quarter - up - - single - Tes - - - - - E - -1 - 4 - - 32 - 1 - quarter - - 3 - 2 - eighth - - up - - - - - single - yeux - - - - - F - 4 - - 16 - 1 - eighth - - 3 - 2 - eighth - - up - - - - - begin - é - - - - - G - 4 - - 32 - 1 - quarter - - 3 - 2 - eighth - - up - - - - - end - taient - - - - - A - -1 - 4 - - 16 - 1 - eighth - - 3 - 2 - eighth - - up - - - - - single - plus - - - - - - - - B - -1 - 4 - - 48 - - 1 - quarter - down - - - - - single - doux, - - - - - - B - -1 - 4 - - 16 - - 1 - eighth - - 3 - 2 - - up - begin - - - - - - - - F - 4 - - 16 - 1 - eighth - - 3 - 2 - - up - continue - - single - ta - - - - - F - 4 - - 16 - 1 - eighth - - 3 - 2 - - up - end - - - - - single - voix - - - - - F - 4 - - 16 - 1 - eighth - - 3 - 2 - - up - begin - - - - - single - pure - - - - - E - 4 - - 16 - 1 - eighth - natural - - 3 - 2 - - up - continue - - single - et - - - - - F - 4 - - 16 - 1 - eighth - - 3 - 2 - - up - end - - - - - begin - so - - - - - - - - A - -1 - 4 - - 96 - 1 - half - up - - middle - no - - - - - G - 4 - - 48 - 1 - quarter - up - - end - re, - - - - - - - - 100 - - - - - - - - - - C - 5 - - 48 - 1 - quarter - down - - single - Tu - - - - - C - 5 - - 72 - 1 - quarter - - down - - begin - ray - - - - - - - 12 - - - - C - -1 - 5 - - 24 - 1 - eighth - flat - down - - middle - on - - - - - - - - B - -1 - 4 - - 48 - 1 - quarter - down - - end - nais - - - - - E - -1 - 4 - - 48 - 1 - quarter - up - - single - comme - - - - - E - -1 - 4 - - 48 - 1 - quarter - up - - single - un - - - - - - - - F - 4 - - 48 - - 1 - quarter - up - - - - - single - ciel - - - - - - F - 4 - - 16 - - 1 - eighth - - 3 - 2 - - up - begin - - - - - - - - - - -7 - - - - G - -1 - 4 - - 16 - 1 - eighth - flat - - 3 - 2 - - up - continue - - begin - é - - - - - A - -1 - 4 - - 16 - 1 - eighth - - 3 - 2 - - up - end - - - - - middle - clair - - - - - G - -1 - 4 - - 16 - 1 - eighth - - 3 - 2 - - up - begin - - - - - end - é - - - - - A - -1 - 4 - - 16 - 1 - eighth - - 3 - 2 - - up - continue - - single - par - - - - - - - -10 - - - - B - -1 - 4 - - 16 - 1 - eighth - - 3 - 2 - - up - end - - - - - begin - l’au - - - - - - - - B - -1 - 4 - - 96 - 1 - half - down - - middle - ro - - - - - E - -1 - 4 - - 48 - 1 - quarter - up - - end - re; - - - - - - - - - - 65 - - - 48 - - - - 8 - - -3 - major - - - 2 - - G - 2 - - - F - 4 - - - - - - C - 4 - - 4 - 1 - eighth - up - 1 - begin - - - - - - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - G - 4 - - 4 - 1 - eighth - up - 1 - - - - C - 4 - - 4 - 1 - eighth - up - 1 - continue - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - G - 4 - - 4 - 1 - eighth - up - 1 - - - - C - 4 - - 4 - 1 - eighth - up - 1 - continue - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - G - 4 - - 4 - 1 - eighth - up - 1 - - - - C - 4 - - 4 - 1 - eighth - up - 1 - continue - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - G - 4 - - 4 - 1 - eighth - up - 1 - - - - C - 4 - - 4 - 1 - eighth - up - 1 - continue - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - G - 4 - - 4 - 1 - eighth - up - 1 - - - - C - 4 - - 4 - 1 - eighth - up - 1 - end - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - G - 4 - - 4 - 1 - eighth - up - 1 - - - 24 - - - - 24 - 2 - 2 - - - - - - - C - 4 - - 4 - 1 - eighth - up - 1 - begin - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - G - 4 - - 4 - 1 - eighth - up - 1 - - - - C - 4 - - 4 - 1 - eighth - up - 1 - continue - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - G - 4 - - 4 - 1 - eighth - up - 1 - - - - C - 4 - - 4 - 1 - eighth - up - 1 - continue - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - G - 4 - - 4 - 1 - eighth - up - 1 - - - - C - 4 - - 4 - 1 - eighth - up - 1 - continue - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - G - 4 - - 4 - 1 - eighth - up - 1 - - - - B - -1 - 3 - - 4 - 1 - eighth - up - 1 - continue - - - - - D - 4 - - 4 - 1 - eighth - up - 1 - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - G - 4 - - 4 - 1 - eighth - up - 1 - - - - B - -1 - 3 - - 4 - 1 - eighth - up - 1 - end - - - - - D - 4 - - 4 - 1 - eighth - up - 1 - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - G - 4 - - 4 - 1 - eighth - up - 1 - - - 24 - - - - 24 - 2 - 2 - - - - - - - A - 3 - - 4 - 1 - eighth - natural - up - 2 - begin - - - - - C - 4 - - 4 - 1 - eighth - up - 2 - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - G - 4 - - 4 - 1 - eighth - up - 1 - - - - A - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - C - 4 - - 4 - 1 - eighth - up - 2 - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - G - 4 - - 4 - 1 - eighth - up - 1 - - - - A - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - C - 4 - - 4 - 1 - eighth - up - 2 - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - G - 4 - - 4 - 1 - eighth - up - 1 - - - - A - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - C - 4 - - 4 - 1 - eighth - up - 2 - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - G - 4 - - 4 - 1 - eighth - up - 1 - - - - A - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - C - 4 - - 4 - 1 - eighth - up - 2 - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - F - 4 - - 4 - 1 - eighth - up - 1 - - - - A - 3 - - 4 - 1 - eighth - up - 2 - end - - - - - C - 4 - - 4 - 1 - eighth - up - 2 - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - F - 4 - - 4 - 1 - eighth - up - 1 - - - 24 - - - - F - 1 - - 24 - 2 - half - - down - 2 - - - - - F - 2 - - 24 - 2 - half - - down - 2 - - - - - - - 65 - - - 48 - - - - - A - -1 - 3 - - 4 - 1 - eighth - flat - up - 2 - begin - - - - - C - 4 - - 4 - 1 - eighth - up - 2 - - - - - D - 4 - - 4 - 1 - eighth - up - 2 - - - - - F - 4 - - 4 - 1 - eighth - up - 1 - - - - A - -1 - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - C - 4 - - 4 - 1 - eighth - up - 2 - - - - - D - 4 - - 4 - 1 - eighth - up - 2 - - - - - F - 4 - - 4 - 1 - eighth - up - 1 - - - - A - -1 - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - C - 4 - - 4 - 1 - eighth - up - 2 - - - - - D - 4 - - 4 - 1 - eighth - up - 2 - - - - - F - 4 - - 4 - 1 - eighth - up - 1 - - - - A - -1 - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - C - 4 - - 4 - 1 - eighth - up - 2 - - - - - D - 4 - - 4 - 1 - eighth - up - 2 - - - - - F - 4 - - 4 - 1 - eighth - up - 1 - - - - A - -1 - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - C - 4 - - 4 - 1 - eighth - up - 2 - - - - - D - 4 - - 4 - 1 - eighth - up - 2 - - - - - F - 4 - - 4 - 1 - eighth - up - 1 - - - - A - -1 - 3 - - 4 - 1 - eighth - up - 2 - end - - - - - C - 4 - - 4 - 1 - eighth - up - 2 - - - - - D - 4 - - 4 - 1 - eighth - up - 2 - - - - - F - 4 - - 4 - 1 - eighth - up - 1 - - - 24 - - - - B - -1 - 1 - - 24 - 2 - half - - down - 2 - - - - - B - -1 - 2 - - 24 - 2 - half - - down - 2 - - - - - - - A - -1 - 3 - - 4 - 1 - eighth - up - 2 - begin - - - - - D - -1 - 4 - - 4 - 1 - eighth - flat - up - 1 - - - - - F - 4 - - 4 - 1 - eighth - up - 1 - - - - A - -1 - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - D - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - F - 4 - - 4 - 1 - eighth - up - 1 - - - - A - -1 - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - D - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - F - 4 - - 4 - 1 - eighth - up - 1 - - - - A - -1 - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - D - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - F - 4 - - 4 - 1 - eighth - up - 1 - - - - G - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - D - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - F - -1 - 4 - - 4 - 1 - eighth - flat - up - 1 - - - - G - 3 - - 4 - 1 - eighth - up - 2 - end - - - - - D - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - F - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - 24 - - - - E - -1 - 1 - - 24 - 2 - half - - down - 2 - - - - - E - -1 - 2 - - 24 - 2 - half - - down - 2 - - - - - - - A - -1 - 3 - - 4 - 1 - eighth - up - 2 - begin - - - - - C - 4 - - 4 - 1 - eighth - up - 1 - - - - - E - 4 - - 4 - 1 - eighth - natural - up - 1 - - - - A - -1 - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - C - 4 - - 4 - 1 - eighth - up - 1 - - - - - E - 4 - - 4 - 1 - eighth - up - 1 - - - - A - -1 - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - C - 4 - - 4 - 1 - eighth - up - 1 - - - - - E - 4 - - 4 - 1 - eighth - up - 1 - - - - A - -1 - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - C - 4 - - 4 - 1 - eighth - up - 1 - - - - - E - 4 - - 4 - 1 - eighth - up - 1 - - - - A - -1 - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - C - 4 - - 4 - 1 - eighth - up - 1 - - - - - F - 4 - - 4 - 1 - eighth - up - 1 - - - - A - -1 - 3 - - 4 - 1 - eighth - up - 2 - end - - - - - C - 4 - - 4 - 1 - eighth - up - 1 - - - - - F - 4 - - 4 - 1 - eighth - up - 1 - - - 24 - - - - A - -1 - 1 - - 16 - 2 - half - down - 2 - - - - - A - -1 - 2 - - 16 - 2 - half - down - 2 - - - - D - 1 - - 8 - 2 - quarter - natural - down - 2 - - - - - D - 2 - - 8 - 2 - quarter - natural - down - 2 - - - - - - - F - 3 - - 4 - 1 - eighth - up - 2 - begin - - - - - G - 3 - - 4 - 1 - eighth - up - 2 - - - - - B - 3 - - 4 - 1 - eighth - natural - up - 2 - - - - - D - 4 - - 4 - 1 - eighth - up - 1 - - - - F - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - G - 3 - - 4 - 1 - eighth - up - 2 - - - - - B - 3 - - 4 - 1 - eighth - up - 2 - - - - - D - 4 - - 4 - 1 - eighth - up - 1 - - - - F - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - G - 3 - - 4 - 1 - eighth - up - 2 - - - - - B - 3 - - 4 - 1 - eighth - up - 2 - - - - - D - 4 - - 4 - 1 - eighth - up - 1 - - - - F - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - G - 3 - - 4 - 1 - eighth - up - 2 - - - - - B - 3 - - 4 - 1 - eighth - up - 2 - - - - - D - 4 - - 4 - 1 - eighth - up - 1 - - - - F - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - A - -1 - 3 - - 4 - 1 - eighth - up - 2 - - - - - C - 4 - - 4 - 1 - eighth - up - 1 - - - - - D - 4 - - 4 - 1 - eighth - up - 1 - - - - F - 3 - - 4 - 1 - eighth - up - 2 - end - - - - - A - -1 - 3 - - 4 - 1 - eighth - up - 2 - - - - - C - 4 - - 4 - 1 - eighth - up - 1 - - - - - D - 4 - - 4 - 1 - eighth - up - 1 - - - 24 - - - - G - 1 - - 24 - - 2 - half - - down - 2 - - - - - - - - G - 2 - - 24 - - 2 - half - - down - 2 - - - - - - - - - - 65 - - - 48 - - - - - F - 3 - - 4 - 1 - eighth - up - 2 - begin - - - - - G - 3 - - 4 - 1 - eighth - up - 2 - - - - - B - 3 - - 4 - 1 - eighth - natural - up - 2 - - - - - D - 4 - - 4 - 1 - eighth - up - 1 - - - - F - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - G - 3 - - 4 - 1 - eighth - up - 2 - - - - - B - 3 - - 4 - 1 - eighth - up - 2 - - - - - D - 4 - - 4 - 1 - eighth - up - 1 - - - - F - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - G - 3 - - 4 - 1 - eighth - up - 2 - - - - - B - 3 - - 4 - 1 - eighth - up - 2 - - - - - D - 4 - - 4 - 1 - eighth - up - 1 - - - - F - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - G - 3 - - 4 - 1 - eighth - up - 2 - - - - - B - 3 - - 4 - 1 - eighth - up - 2 - - - - - D - 4 - - 4 - 1 - eighth - up - 1 - - - - F - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - G - 3 - - 4 - 1 - eighth - up - 2 - - - - - B - 3 - - 4 - 1 - eighth - up - 2 - - - - - D - 4 - - 4 - 1 - eighth - up - 1 - - - - F - 3 - - 4 - 1 - eighth - up - 2 - end - - - - - G - 3 - - 4 - 1 - eighth - up - 2 - - - - - B - 3 - - 4 - 1 - eighth - up - 2 - - - - - D - 4 - - 4 - 1 - eighth - up - 1 - - - 24 - - - - G - 1 - - 24 - - 2 - half - - down - 2 - - - - - - - - G - 2 - - 24 - - 2 - half - - down - 2 - - - - - - - - - - G - 3 - - 4 - 1 - eighth - up - 2 - begin - - - - - C - 4 - - 4 - 1 - eighth - up - 1 - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - G - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - C - 4 - - 4 - 1 - eighth - up - 1 - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - G - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - C - 4 - - 4 - 1 - eighth - up - 1 - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - G - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - C - 4 - - 4 - 1 - eighth - up - 1 - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - G - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - C - 4 - - 4 - 1 - eighth - up - 1 - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - G - 3 - - 4 - 1 - eighth - up - 2 - end - - - - - C - 4 - - 4 - 1 - eighth - up - 1 - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - 24 - - - - C - 2 - - 24 - 2 - half - - down - 2 - - - - - C - 3 - - 24 - 2 - half - - down - 2 - - - - - - - F - 3 - - 4 - 1 - eighth - up - 2 - begin - - - - - B - -1 - 3 - - 4 - 1 - eighth - up - 1 - - - - - F - 4 - - 4 - 1 - eighth - up - 1 - - - - F - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - B - -1 - 3 - - 4 - 1 - eighth - up - 1 - - - - - F - 4 - - 4 - 1 - eighth - up - 1 - - - - F - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - B - -1 - 3 - - 4 - 1 - eighth - up - 1 - - - - - F - 4 - - 4 - 1 - eighth - up - 1 - - - - F - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - B - -1 - 3 - - 4 - 1 - eighth - up - 1 - - - - - F - 4 - - 4 - 1 - eighth - up - 1 - - - - F - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - B - -1 - 3 - - 4 - 1 - eighth - up - 1 - - - - - F - 4 - - 4 - 1 - eighth - up - 1 - - - - F - 3 - - 4 - 1 - eighth - up - 2 - end - - - - - B - -1 - 3 - - 4 - 1 - eighth - up - 1 - - - - - F - 4 - - 4 - 1 - eighth - up - 1 - - - 24 - - - - D - -1 - 2 - - 24 - 2 - half - - flat - down - 2 - - - - - D - -1 - 3 - - 24 - 2 - half - - flat - down - 2 - - - - - - - A - -1 - 3 - - 4 - 1 - eighth - up - 2 - begin - - - - - D - -1 - 4 - - 4 - 1 - eighth - flat - up - 1 - - - - - F - 4 - - 4 - 1 - eighth - up - 1 - - - - A - -1 - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - D - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - F - 4 - - 4 - 1 - eighth - up - 1 - - - - A - -1 - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - D - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - F - 4 - - 4 - 1 - eighth - up - 1 - - - - A - -1 - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - D - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - F - 4 - - 4 - 1 - eighth - up - 1 - - - - G - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - D - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - E - 4 - - 4 - 1 - eighth - natural - up - 1 - - - - G - 3 - - 4 - 1 - eighth - up - 2 - end - - - - - D - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - E - 4 - - 4 - 1 - eighth - up - 1 - - - 24 - - - - B - -1 - 1 - - 24 - 2 - half - - down - 2 - - - - - B - -1 - 2 - - 24 - 2 - half - - down - 2 - - - - - - - 65 - - - 48 - - - - - F - 3 - - 4 - 1 - eighth - up - 2 - begin - - - - - C - 4 - - 4 - 1 - eighth - up - 1 - - - - - F - 4 - - 4 - 1 - eighth - up - 1 - - - - F - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - C - 4 - - 4 - 1 - eighth - up - 1 - - - - - F - 4 - - 4 - 1 - eighth - up - 1 - - - - F - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - C - 4 - - 4 - 1 - eighth - up - 1 - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - F - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - C - 4 - - 4 - 1 - eighth - up - 1 - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - F - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - C - 4 - - 4 - 1 - eighth - up - 1 - - - - - D - 4 - - 4 - 1 - eighth - natural - up - 1 - - - - F - 3 - - 4 - 1 - eighth - up - 2 - end - - - - - C - -1 - 4 - - 4 - 1 - eighth - flat - up - 1 - - - - - D - 4 - - 4 - 1 - eighth - up - 1 - - - 24 - - - - A - -1 - 1 - - 24 - 2 - half - - down - 2 - - - - - A - -1 - 2 - - 24 - 2 - half - - down - 2 - - - - - - - E - -1 - 3 - - 4 - 1 - eighth - up - 2 - begin - - - - - B - -1 - 3 - - 4 - 1 - eighth - up - 2 - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - E - -1 - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - B - -1 - 3 - - 4 - 1 - eighth - up - 2 - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - E - -1 - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - B - -1 - 3 - - 4 - 1 - eighth - up - 2 - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - E - -1 - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - B - -1 - 3 - - 4 - 1 - eighth - up - 2 - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - G - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - C - 4 - - 4 - 1 - eighth - up - 1 - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - G - 3 - - 4 - 1 - eighth - up - 2 - end - - - - - C - 4 - - 4 - 1 - eighth - up - 1 - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - 24 - - - - G - 1 - - 16 - 2 - half - down - 2 - - - - - G - 2 - - 16 - 2 - half - down - 2 - - - - C - 2 - - 8 - 2 - quarter - down - 2 - - - - - C - 3 - - 8 - 2 - quarter - down - 2 - - - - - - - A - -1 - 3 - - 4 - 1 - eighth - up - 2 - begin - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - F - 4 - - 4 - 1 - eighth - up - 1 - - - - A - -1 - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - F - 4 - - 4 - 1 - eighth - up - 1 - - - - A - -1 - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - F - 4 - - 4 - 1 - eighth - up - 1 - - - - A - -1 - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - F - 4 - - 4 - 1 - eighth - up - 1 - - - - A - -1 - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - D - 4 - - 4 - 1 - eighth - up - 1 - - - - - F - 4 - - 4 - 1 - eighth - up - 1 - - - - A - -1 - 3 - - 4 - 1 - eighth - up - 2 - end - - - - - D - 4 - - 4 - 1 - eighth - up - 1 - - - - - F - 4 - - 4 - 1 - eighth - up - 1 - - - 24 - - - - C - -1 - 2 - - 8 - 2 - quarter - flat - down - 2 - - - - - C - -1 - 3 - - 8 - 2 - quarter - flat - down - 2 - - - - B - -1 - 1 - - 16 - 2 - half - down - 2 - - - - - B - -1 - 2 - - 16 - 2 - half - down - 2 - - - - - - - G - 3 - - 4 - 1 - eighth - up - 2 - begin - - - - - B - -1 - 3 - - 4 - 1 - eighth - up - 2 - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - G - 4 - - 4 - 1 - eighth - up - 1 - - - - G - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - B - -1 - 3 - - 4 - 1 - eighth - up - 2 - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - G - 4 - - 4 - 1 - eighth - up - 1 - - - - G - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - B - -1 - 3 - - 4 - 1 - eighth - up - 2 - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - G - 4 - - 4 - 1 - eighth - up - 1 - - - - G - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - B - -1 - 3 - - 4 - 1 - eighth - up - 2 - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - G - 4 - - 4 - 1 - eighth - up - 1 - - - - G - 3 - - 4 - 1 - eighth - up - 2 - continue - - - - - B - -1 - 3 - - 4 - 1 - eighth - up - 2 - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - G - 4 - - 4 - 1 - eighth - up - 1 - - - - G - 3 - - 4 - 1 - eighth - up - 2 - end - - - - - B - -1 - 3 - - 4 - 1 - eighth - up - 2 - - - - - E - -1 - 4 - - 4 - 1 - eighth - up - 1 - - - - - G - 4 - - 4 - 1 - eighth - up - 1 - - - 24 - - - - E - -1 - 1 - - 24 - 2 - half - - down - 2 - - - - - E - -1 - 2 - - 24 - 2 - half - - down - 2 - - - - - diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/helloworld.musicxml canorus-0.7.3.RC3+dfsg/examples/musicxml/helloworld.musicxml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/helloworld.musicxml 1970-01-01 00:00:00.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/helloworld.musicxml 2018-06-20 18:42:55.000000000 +0000 @@ -0,0 +1,37 @@ + + + + + + Music + + + + + + 1 + + 0 + + + + G + 2 + + + + + C + 4 + + 4 + whole + + + + diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/helloworld.xml canorus-0.7.3.RC3+dfsg/examples/musicxml/helloworld.xml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/helloworld.xml 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/helloworld.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,37 +0,0 @@ - - - - - - Music - - - - - - 1 - - 0 - - - - G - 2 - - - - - C - 4 - - 4 - whole - - - - diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/MahlFaGe4Sample.musicxml canorus-0.7.3.RC3+dfsg/examples/musicxml/MahlFaGe4Sample.musicxml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/MahlFaGe4Sample.musicxml 1970-01-01 00:00:00.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/MahlFaGe4Sample.musicxml 2018-06-20 18:42:55.000000000 +0000 @@ -0,0 +1,4860 @@ + + + + + Lieder eines fahrenden Gesellen + + 4 + Die zwei blauen Augen (Page 1) + + Gustav Mahler + Gustav Mahler + Copyright © 2002 Recordare LLC + + Finale 2005 for Windows + Dolet 4.0 Beta 4 for Finale + 2007-06-19 + + + + + + + 6.35 + 40 + + + 1760 + 1360 + + 80 + 80 + 80 + 80 + + + + + 0 + 0 + + 130 + 70 + + + 80 + + + 0.625 + 3.75 + 0.9375 + 1.4062 + 3.75 + 1.4062 + 0.625 + 0.9375 + 0.9375 + 0.625 + 60 + 60 + + + + + + + Copyright © 2002 Recordare LLC + + + 4. Die zwei blauen Augen + + + LIEDER EINES FAHRENDEN GESELLEN + + + Gustav Mahler + + + Gustav Mahler + + + + Voice + + Voice + + + 1 + 53 + + + + Piano + + Acoustic Grand Piano + + + 2 + 1 + + + + + + + + + + 120 + 0 + + 230 + + + + 24 + + 1 + major + + + + G + 2 + + + + + Alla Marcia + + + + + + + + + + + + + + Durchaus mit geheimnissvoll schwermüthigen Ausdruck (nicht schleppen) + + + + + E + 4 + + 12 + 1 + eighth + up + begin + + single + Die + + + + + F + 1 + 4 + + 12 + 1 + eighth + up + end + + single + zwei + + + + + + + + G + 4 + + 18 + 1 + eighth + + up + begin + + begin + blau + + + + + G + 4 + + 6 + 1 + 16th + up + end + backward hook + + end + en + + + + + G + 4 + + 12 + 1 + eighth + up + begin + + begin + Au + + + + + G + 4 + + 12 + 1 + eighth + up + end + + end + gen + + + + + 12 + 1 + eighth + + + + G + 4 + + 12 + 1 + eighth + up + begin + + single + von + + + + + E + 4 + + 12 + 1 + eighth + up + continue + + begin + mei + + + + + F + 1 + 4 + + 12 + 1 + eighth + up + end + + end + nem + + + + + + + + G + 4 + + 24 + 1 + quarter + up + + single + Schatz, + + + + + 24 + 1 + quarter + + + + 12 + 1 + eighth + + + + G + 4 + + 12 + 1 + eighth + up + begin + + single + die + + + + + F + 1 + 4 + + 12 + 1 + eighth + up + continue + + begin + ha + + + + + G + 4 + + 12 + 1 + eighth + up + end + + end + ben + + + + + + + + A + 4 + + 24 + 1 + quarter + up + + single + mich + + + + + A + 4 + + 12 + 1 + eighth + up + begin + + single + in + + + + + A + 4 + + 12 + 1 + eighth + up + end + + single + die + + + + + A + 4 + + 12 + 1 + eighth + up + begin + + begin + wei + + + + + G + 4 + + 12 + 1 + eighth + up + continue + + end + te + + + + + F + 1 + 4 + + 12 + 1 + eighth + up + continue + + single + Welt + + + + + G + 4 + + 12 + 1 + eighth + up + end + + begin + ge + + + + + + + + 160 + + + + + A + 4 + + 48 + 1 + half + up + + end + schickt. + + + + + 24 + 1 + quarter + + + + G + 4 + + 12 + 1 + eighth + up + begin + + + + + single + Da + + + + + + A + 4 + + 12 + 1 + eighth + up + end + + + + + + + + + + + + + + + B + 4 + + 24 + 1 + quarter + down + + single + musst’ + + + + + B + 4 + + 24 + 1 + quarter + down + + single + ich + + + + + B + 4 + + 24 + 1 + quarter + down + + begin + Ab + + + + + B + 4 + + 24 + 1 + quarter + down + + end + schied + + + + + + + -7 + + + + + + + + + + + + B + 4 + + 36 + 1 + quarter + + down + + + + + begin + neh + + + + + C + 5 + + 12 + 1 + eighth + natural + down + + + + + + + B + 4 + + 24 + 1 + quarter + down + + end + men + + + + + B + 4 + + 24 + 1 + quarter + down + + single + vom + + + + + + + -7 + + + + + + + + + + + + B + 4 + + 12 + 1 + eighth + up + begin + + + + + begin + al + + + + + G + 5 + + 12 + 1 + eighth + up + end + + + + + + + G + 5 + + 24 + 1 + quarter + up + + middle + ler + + + + + + + -17 + + + + + + + + -14 + + + + + G + 5 + + 12 + 1 + eighth + up + begin + + + + + middle + lieb + + + + + F + 1 + 5 + + 12 + 1 + eighth + up + continue + + + + + + + F + 1 + 5 + + 12 + 1 + eighth + up + continue + + + + + end + sten + + + + + E + 5 + + 12 + 1 + eighth + up + end + + + + + + 96 + + + + + B + 4 + + 12 + 2 + eighth + down + begin + + + + + + + + E + 5 + + 12 + 2 + eighth + down + end + + + + + + + + E + 5 + + 24 + 2 + quarter + down + + + + + G + 4 + + 12 + 2 + eighth + down + begin + + + + + + + + F + 1 + 4 + + 12 + 2 + eighth + down + continue + + + + + + + + F + 1 + 4 + + 12 + 2 + eighth + down + continue + + + + + + + + E + 4 + + 12 + 2 + eighth + down + end + + + + + + + + + + 160 + + + + + + + + E + 5 + + 48 + 1 + half + up + + single + Platz! + + + + + B + 4 + + 24 + 1 + quarter + + + + B + 4 + + 24 + 1 + quarter + + + + espress. + + -3 + + + + E + 4 + + 12 + 1 + eighth + up + begin + + + + + single + O + + + + + + F + 1 + 4 + + 12 + 1 + eighth + up + end + + + + + + 120 + + + + + E + 4 + + 48 + 2 + half + down + + + + + + + + + + G + 4 + + 18 + 1 + eighth + + up + begin + + begin + Au + + + + + G + 4 + + 6 + 1 + 16th + up + end + backward hook + + end + gen + + + + + G + 4 + + 24 + 1 + quarter + up + + single + blau + + + + + 12 + 1 + eighth + + + + G + 4 + + 12 + 1 + eighth + up + begin + + + + + + + begin + wa + + + + + E + 4 + + 12 + 1 + eighth + up + continue + + end + rum + + + + + F + 1 + 4 + + 12 + 1 + eighth + up + end + + single + habt + + + + + + + + + + + G + 4 + + 18 + 1 + eighth + + up + begin + + single + ihr + + + + + G + 4 + + 6 + 1 + 16th + up + end + backward hook + + single + mich + + + + + G + 4 + + 18 + 1 + eighth + + up + begin + + begin + an + + + + + G + 4 + + 6 + 1 + 16th + up + end + backward hook + + middle + ge + + + + + G + 4 + + 24 + 1 + quarter + up + + end + blickt!? + + + + + 24 + 1 + quarter + + + + F + 1 + 4 + + 12 + 1 + eighth + up + begin + + + + + single + Nun + + + + + + G + 4 + + 12 + 1 + eighth + up + end + + + + + + + + + + + + 90 + + + 70 + + + + 24 + + 1 + major + + + 2 + + G + 2 + + + F + 4 + + + + + + + + + 1 + + + + + G + 3 + + 12 + 1 + eighth + up + 1 + begin + + + + + + + + + + + E + 4 + + 12 + 1 + eighth + up + 1 + + + + B + 3 + + 12 + 1 + eighth + up + 1 + end + + + + + + + + + + + F + 1 + 4 + + 12 + 1 + eighth + up + 1 + + + 24 + + + + 24 + 4 + quarter + 2 + + + + + + + B + 3 + + 18 + 1 + eighth + + up + 1 + begin + + + + + + + + + + + E + 4 + + 18 + 1 + eighth + + up + 1 + + + + + G + 4 + + 18 + 1 + eighth + + up + 1 + + + + B + 3 + + 6 + 1 + 16th + up + 1 + end + backward hook + + + + + + + + + + E + 4 + + 6 + 1 + 16th + up + 1 + + + + + G + 4 + + 6 + 1 + 16th + up + 1 + + + + B + 3 + + 24 + 1 + quarter + up + 1 + + + + + + + + + + + E + 4 + + 24 + 1 + quarter + up + 1 + + + + + G + 4 + + 24 + 1 + quarter + up + 1 + + + + 24 + 1 + quarter + 1 + + + + C + 4 + + 12 + 1 + eighth + up + 1 + begin + + + + + + + + + + + E + 4 + + 12 + 1 + eighth + up + 1 + + + + B + 3 + + 12 + 1 + eighth + up + 1 + end + + + + + + + + + + + F + 1 + 4 + + 12 + 1 + eighth + up + 1 + + + 96 + + + + E + 1 + + 24 + 4 + quarter + up + 2 + + + + + E + 2 + + 24 + 4 + quarter + up + 2 + + + + B + 2 + + 24 + 4 + quarter + down + 2 + + + + + E + 3 + + 24 + 4 + quarter + down + 2 + + + + + G + 3 + + 24 + 4 + quarter + down + 2 + + + + 48 + 4 + half + 2 + + + + + + + B + 3 + + 24 + 1 + quarter + up + 1 + + + + + + + + + + + G + 4 + + 24 + 1 + quarter + up + 1 + + + + B + 3 + + 18 + 1 + eighth + + up + 1 + begin + + + + + + + + + + E + 4 + + 18 + 1 + eighth + + up + 1 + + + + + G + 4 + + 18 + 1 + eighth + + up + 1 + + + + B + 3 + + 6 + 1 + 16th + up + 1 + end + backward hook + + + + + + + + + + E + 4 + + 6 + 1 + 16th + up + 1 + + + + + G + 4 + + 6 + 1 + 16th + up + 1 + + + + B + 3 + + 24 + 1 + quarter + up + 1 + + + + + + + + + + + E + 4 + + 24 + 1 + quarter + up + 1 + + + + + G + 4 + + 24 + 1 + quarter + up + 1 + + + + 24 + 1 + quarter + 1 + + + 96 + + + + E + 1 + + 24 + 4 + quarter + up + 2 + + + + + E + 2 + + 24 + 4 + quarter + up + 2 + + + + B + 2 + + 18 + 4 + eighth + + down + 2 + begin + + + + + E + 3 + + 18 + 4 + eighth + + down + 2 + + + + + G + 3 + + 18 + 4 + eighth + + down + 2 + + + + B + 2 + + 6 + 4 + 16th + down + 2 + end + backward hook + + + + + E + 3 + + 6 + 4 + 16th + down + 2 + + + + + G + 3 + + 6 + 4 + 16th + down + 2 + + + + B + 2 + + 24 + 4 + quarter + down + 2 + + + + + E + 3 + + 24 + 4 + quarter + down + 2 + + + + + G + 3 + + 24 + 4 + quarter + down + 2 + + + + 24 + 4 + quarter + 2 + + + + + + + D + 4 + + 24 + 1 + quarter + up + 1 + + + + + + + + + + + F + 1 + 4 + + 24 + 1 + quarter + up + 1 + + + + + A + 4 + + 24 + 1 + quarter + up + 1 + + + + D + 4 + + 18 + 1 + eighth + + up + 1 + begin + + + + + + + + + + F + 1 + 4 + + 18 + 1 + eighth + + up + 1 + + + + + A + 4 + + 18 + 1 + eighth + + up + 1 + + + + D + 4 + + 6 + 1 + 16th + up + 1 + end + backward hook + + + + + + + + + + F + 1 + 4 + + 6 + 1 + 16th + up + 1 + + + + + A + 4 + + 6 + 1 + 16th + up + 1 + + + + D + 4 + + 18 + 1 + eighth + + up + 1 + begin + + + + + + + + + + F + 1 + 4 + + 18 + 1 + eighth + + up + 1 + + + + + A + 4 + + 18 + 1 + eighth + + up + 1 + + + + D + 4 + + 6 + 1 + 16th + up + 1 + end + backward hook + + + + + + + + + + E + 4 + + 6 + 1 + 16th + up + 1 + + + + + G + 4 + + 6 + 1 + 16th + up + 1 + + + + D + 4 + + 18 + 1 + eighth + + up + 1 + begin + + + + + + + + + + F + 1 + 4 + + 18 + 1 + eighth + + up + 1 + + + + D + 4 + + 6 + 1 + 16th + up + 1 + end + backward hook + + + + + + + + + + + E + 4 + + 6 + 1 + 16th + up + 1 + + + + + G + 4 + + 6 + 1 + 16th + up + 1 + + + 96 + + + + D + 1 + + 24 + 4 + quarter + up + 2 + + + + + D + 2 + + 24 + 4 + quarter + up + 2 + + + + D + 3 + + 18 + 4 + eighth + + down + 2 + begin + + + + + + + + + + + F + 1 + 3 + + 18 + 4 + eighth + + down + 2 + + + + + A + 3 + + 18 + 4 + eighth + + down + 2 + + + + D + 3 + + 6 + 4 + 16th + down + 2 + end + backward hook + + + + + + + + + + F + 1 + 3 + + 6 + 4 + 16th + down + 2 + + + + + A + 3 + + 6 + 4 + 16th + down + 2 + + + + D + 3 + + 24 + 4 + quarter + down + 2 + + + + + + + + + + + F + 1 + 3 + + 24 + 4 + quarter + down + 2 + + + + + A + 3 + + 24 + 4 + quarter + down + 2 + + + + 24 + 4 + quarter + 2 + + + + + + + 110 + + + 100 + + + + + D + 4 + + 24 + 1 + quarter + up + 1 + + + + + + + + + + + F + 1 + 4 + + 24 + 1 + quarter + up + 1 + + + + + A + 4 + + 24 + 1 + quarter + up + 1 + + + + D + 4 + + 18 + 1 + eighth + + up + 1 + begin + + + + + + + + + + F + 1 + 4 + + 18 + 1 + eighth + + up + 1 + + + + + A + 4 + + 18 + 1 + eighth + + up + 1 + + + + D + 4 + + 6 + 1 + 16th + up + 1 + end + backward hook + + + + + + + + + + F + 1 + 4 + + 6 + 1 + 16th + up + 1 + + + + + A + 4 + + 6 + 1 + 16th + up + 1 + + + + D + 4 + + 24 + 1 + quarter + up + 1 + + + + + + + + + + + F + 1 + 4 + + 24 + 1 + quarter + up + 1 + + + + + A + 4 + + 24 + 1 + quarter + up + 1 + + + + + + 1 + + + + E + 4 + + 12 + 1 + eighth + up + 1 + begin + + + + + + + + G + 4 + + 12 + 1 + eighth + up + 1 + + + 12 + + + + D + 4 + + 24 + 3 + quarter + down + 1 + + + 12 + + + + F + 1 + 4 + + 12 + 1 + eighth + up + 1 + end + + + + + + + + A + 4 + + 12 + 1 + eighth + up + 1 + + + 96 + + + + D + 1 + + 24 + 4 + quarter + up + 2 + + + + + D + 2 + + 24 + 4 + quarter + up + 2 + + + + D + 3 + + 24 + 4 + quarter + down + 2 + + + + + F + 1 + 3 + + 24 + 4 + quarter + down + 2 + + + + + A + 3 + + 24 + 4 + quarter + down + 2 + + + + 48 + 4 + half + 2 + + + + + + + B + 4 + + 24 + 1 + quarter + up + 1 + + + + B + 4 + + 24 + 1 + quarter + up + 1 + + + + + + + + + + B + 4 + + 24 + 1 + quarter + up + 1 + + + + + + + + + B + 4 + + 24 + 1 + quarter + up + 1 + + + + + + + + + 96 + + + + D + 4 + + 24 + 2 + quarter + down + 1 + + + + + G + 4 + + 24 + 2 + quarter + down + 1 + + + + G + 4 + + 12 + 2 + eighth + down + 1 + begin + + + + + + + + B + 4 + + 12 + 2 + eighth + down + 1 + + + + F + 1 + 4 + + 12 + 2 + eighth + down + 1 + end + + + + + + + + A + 4 + + 12 + 2 + eighth + down + 1 + + + + F + 1 + 4 + + 12 + 2 + eighth + down + 1 + begin + + + + + + + + A + 4 + + 12 + 2 + eighth + down + 1 + + + + E + 4 + + 12 + 2 + eighth + down + 1 + end + + + + + + + + G + 4 + + 12 + 2 + eighth + down + 1 + + + + E + 4 + + 12 + 2 + eighth + down + 1 + begin + + + + + + + + G + 4 + + 12 + 2 + eighth + down + 1 + + + + + + 5 + 1 + + + + D + 1 + 4 + + 12 + 2 + eighth + sharp + down + 1 + end + + + + + + + + F + 1 + 4 + + 12 + 2 + eighth + down + 1 + + + 96 + + + + G + 1 + + 24 + 4 + quarter + up + 2 + + + + + G + 2 + + 24 + 4 + quarter + up + 2 + + + + D + 3 + + 24 + 4 + quarter + down + 2 + + + + + G + 3 + + 24 + 4 + quarter + down + 2 + + + + + B + 3 + + 24 + 4 + quarter + down + 2 + + + + G + 2 + + 24 + 4 + quarter + up + 2 + + + + E + 3 + + 24 + 4 + quarter + down + 2 + + + + + G + 3 + + 24 + 4 + quarter + down + 2 + + + + + B + 3 + + 24 + 4 + quarter + down + 2 + + + + + + + + + 5 + 1 + + + + B + 4 + + 48 + + 1 + half + up + 1 + + + + + + + + + 5 + 1 + + + + B + 4 + + 12 + + 1 + eighth + up + 1 + + + + + + + B + 4 + + 12 + 1 + eighth + 1 + + + + B + 4 + + 24 + 1 + quarter + up + 1 + + + 96 + + + + D + 1 + 4 + + 24 + 2 + quarter + sharp + down + 1 + + + + + F + 1 + 4 + + 24 + 2 + quarter + down + 1 + + + + C + 1 + 4 + + 8 + 2 + eighth + sharp + + 3 + 2 + + down + 1 + begin + + + + + + + + + + + E + 4 + + 8 + 2 + eighth + + 3 + 2 + + down + 1 + + + + B + 3 + + 8 + 2 + eighth + + 3 + 2 + + down + 1 + continue + + + + + + + + + + D + 1 + 4 + + 8 + 2 + eighth + + 3 + 2 + + down + 1 + + + + C + 1 + 4 + + 8 + 2 + eighth + + 3 + 2 + + down + 1 + end + + + + + + + + + + + E + 4 + + 8 + 2 + eighth + + 3 + 2 + + down + 1 + + + + D + 1 + 4 + + 12 + 2 + eighth + down + 1 + + + + + F + 1 + 4 + + 12 + 2 + eighth + down + 1 + + + + B + 4 + + 12 + 2 + eighth + 1 + + + + E + 4 + + 12 + 2 + eighth + down + 1 + begin + + + + + + + + G + 4 + + 12 + 2 + eighth + down + 1 + + + + F + 1 + 4 + + 12 + 2 + eighth + down + 1 + end + + + + + + + + A + 4 + + 12 + 2 + eighth + down + 1 + + + 96 + + + + B + 1 + + 24 + 4 + quarter + up + 2 + + + + + B + 2 + + 24 + 4 + quarter + up + 2 + + + + B + 2 + + 18 + 4 + eighth + + down + 2 + begin + + + + + F + 1 + 3 + + 18 + 4 + eighth + + down + 2 + + + + + A + 3 + + 18 + 4 + eighth + + down + 2 + + + + B + 2 + + 6 + 4 + 16th + down + 2 + end + backward hook + + + + + F + 1 + 3 + + 6 + 4 + 16th + down + 2 + + + + + A + 3 + + 6 + 4 + 16th + down + 2 + + + + B + 2 + + 12 + 4 + eighth + down + 2 + + + + + F + 1 + 3 + + 12 + 4 + eighth + down + 2 + + + + + A + 3 + + 12 + 4 + eighth + down + 2 + + + + 12 + 4 + eighth + 2 + + + + 24 + 4 + quarter + 2 + + + + + + + B + 4 + + 24 + 1 + quarter + up + 1 + + + + B + 4 + + 24 + 1 + quarter + up + 1 + + + + + G + 5 + + 24 + 1 + quarter + up + 1 + + + + B + 4 + + 12 + 1 + eighth + up + 1 + begin + + + + + + + + G + 5 + + 12 + 1 + eighth + up + 1 + + + + A + 4 + + 12 + 1 + eighth + up + 1 + continue + + + + + + + + F + 1 + 5 + + 12 + 1 + eighth + up + 1 + + + + A + 4 + + 12 + 1 + eighth + up + 1 + continue + + + + + + + + F + 1 + 5 + + 12 + 1 + eighth + up + 1 + + + + G + 4 + + 12 + 1 + eighth + up + 1 + end + + + + + + + + E + 5 + + 12 + 1 + eighth + up + 1 + + + 96 + + + + G + 4 + + 24 + 2 + quarter + down + 1 + + + + G + 4 + + 24 + 2 + quarter + down + 1 + + + + + B + 4 + + 24 + 2 + quarter + down + 1 + + + + B + 4 + + 24 + 2 + quarter + down + 1 + + + + B + 4 + + 24 + 2 + quarter + down + 1 + + + 96 + + + + E + 1 + + 24 + 4 + quarter + up + 2 + + + + + E + 2 + + 24 + 4 + quarter + up + 2 + + + + G + 1 + + 12 + 4 + eighth + up + 2 + begin + + + + + G + 2 + + 12 + 4 + eighth + up + 2 + + + + A + 1 + + 12 + 4 + eighth + up + 2 + end + + + + + A + 2 + + 12 + 4 + eighth + up + 2 + + + + B + 1 + + 24 + 4 + quarter + up + 2 + + + + + B + 2 + + 24 + 4 + quarter + up + 2 + + + + B + 1 + + 24 + 4 + quarter + up + 2 + + + + + + + + + + + G + 4 + + 48 + 1 + half + down + 1 + + + + + B + 4 + + 48 + 1 + half + down + 1 + + + + + E + 5 + + 48 + 1 + half + down + 1 + + + + B + 4 + + 24 + 1 + quarter + 1 + + + + B + 4 + + 24 + 1 + quarter + 1 + + + + G + 3 + + 12 + 1 + eighth + up + 1 + begin + + + + + + + + + + + E + 4 + + 12 + 1 + eighth + up + 1 + + + + B + 3 + + 12 + 1 + eighth + up + 1 + end + + + + + + + + + + + F + 1 + 4 + + 12 + 1 + eighth + up + 1 + + + 120 + + + + E + 2 + + 24 + 4 + quarter + up + 2 + + + + B + 3 + + 18 + 4 + eighth + + down + 2 + begin + + + + + + + + + + + E + 4 + + 18 + 4 + eighth + + down + 2 + + + + + G + 4 + + 18 + 4 + eighth + + down + 2 + + + + B + 3 + + 6 + 4 + 16th + down + 2 + end + backward hook + + + + + + + + + + E + 4 + + 6 + 4 + 16th + down + 2 + + + + + G + 4 + + 6 + 4 + 16th + down + 2 + + + + B + 3 + + 24 + 4 + quarter + down + 2 + + + + + + + + + + + E + 4 + + 24 + 4 + quarter + down + 2 + + + + + G + 4 + + 24 + 4 + quarter + down + 2 + + + + 24 + 4 + quarter + 2 + + + + 24 + 4 + quarter + 2 + + + + + + + + + + B + 3 + + 18 + 1 + eighth + + up + 1 + begin + + + + + + + + + + + E + 4 + + 18 + 1 + eighth + + up + 1 + + + + + G + 4 + + 18 + 1 + eighth + + up + 1 + + + + B + 3 + + 6 + 1 + 16th + up + 1 + end + backward hook + + + + + + + + + + E + 4 + + 6 + 1 + 16th + up + 1 + + + + + G + 4 + + 6 + 1 + 16th + up + 1 + + + + B + 3 + + 24 + 1 + quarter + up + 1 + + + + + + + + + + + E + 4 + + 24 + 1 + quarter + up + 1 + + + + + G + 4 + + 24 + 1 + quarter + up + 1 + + + + 24 + 1 + quarter + 1 + + + + C + 4 + + 12 + 1 + eighth + up + 1 + begin + + + + + + + + + + + E + 4 + + 12 + 1 + eighth + up + 1 + + + + B + 3 + + 12 + 1 + eighth + up + 1 + end + + + + + + + + + + + F + 1 + 4 + + 12 + 1 + eighth + up + 1 + + + 96 + + + + E + 1 + + 24 + 4 + quarter + up + 2 + + + + + E + 2 + + 24 + 4 + quarter + up + 2 + + + + B + 2 + + 24 + 4 + quarter + down + 2 + + + + + E + 3 + + 24 + 4 + quarter + down + 2 + + + + + G + 3 + + 24 + 4 + quarter + down + 2 + + + + 48 + 4 + half + 2 + + + + + + + + + + B + 3 + + 24 + 1 + quarter + up + 1 + + + + + + + + + + + E + 4 + + 24 + 1 + quarter + up + 1 + + + + + G + 4 + + 24 + 1 + quarter + up + 1 + + + + B + 3 + + 18 + 1 + eighth + + up + 1 + begin + + + + + + + + + + E + 4 + + 18 + 1 + eighth + + up + 1 + + + + + G + 4 + + 18 + 1 + eighth + + up + 1 + + + + B + 3 + + 6 + 1 + 16th + up + 1 + end + backward hook + + + + + + + + + + E + 4 + + 6 + 1 + 16th + up + 1 + + + + + G + 4 + + 6 + 1 + 16th + up + 1 + + + + B + 3 + + 24 + 1 + quarter + up + 1 + + + + + + + + + + + E + 4 + + 24 + 1 + quarter + up + 1 + + + + + G + 4 + + 24 + 1 + quarter + up + 1 + + + + B + 4 + + 24 + 1 + quarter + 1 + + + + F + 1 + 4 + + 12 + 1 + eighth + up + 1 + begin + + + + + + 12 + + + + D + 4 + + 24 + 3 + quarter + down + 1 + + + 12 + + + + E + 4 + + 12 + 1 + eighth + up + 1 + end + + + + + + + + G + 4 + + 12 + 1 + eighth + up + 1 + + + 120 + + + + E + 1 + + 24 + 4 + quarter + up + 2 + + + + + E + 2 + + 24 + 4 + quarter + up + 2 + + + + B + 2 + + 18 + 4 + eighth + + down + 2 + begin + + + + + + + + + + + E + 3 + + 18 + 4 + eighth + + down + 2 + + + + + G + 3 + + 18 + 4 + eighth + + down + 2 + + + + B + 2 + + 6 + 4 + 16th + down + 2 + end + backward hook + + + + + + + + + + E + 3 + + 6 + 4 + 16th + down + 2 + + + + + G + 3 + + 6 + 4 + 16th + down + 2 + + + + B + 2 + + 24 + 4 + quarter + down + 2 + + + + + + + + + + + E + 3 + + 24 + 4 + quarter + down + 2 + + + + + G + 3 + + 24 + 4 + quarter + down + 2 + + + + 24 + 4 + quarter + 2 + + + + 24 + 4 + quarter + 2 + + + + + diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/MahlFaGe4Sample.xml canorus-0.7.3.RC3+dfsg/examples/musicxml/MahlFaGe4Sample.xml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/MahlFaGe4Sample.xml 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/MahlFaGe4Sample.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,4860 +0,0 @@ - - - - - Lieder eines fahrenden Gesellen - - 4 - Die zwei blauen Augen (Page 1) - - Gustav Mahler - Gustav Mahler - Copyright © 2002 Recordare LLC - - Finale 2005 for Windows - Dolet 4.0 Beta 4 for Finale - 2007-06-19 - - - - - - - 6.35 - 40 - - - 1760 - 1360 - - 80 - 80 - 80 - 80 - - - - - 0 - 0 - - 130 - 70 - - - 80 - - - 0.625 - 3.75 - 0.9375 - 1.4062 - 3.75 - 1.4062 - 0.625 - 0.9375 - 0.9375 - 0.625 - 60 - 60 - - - - - - - Copyright © 2002 Recordare LLC - - - 4. Die zwei blauen Augen - - - LIEDER EINES FAHRENDEN GESELLEN - - - Gustav Mahler - - - Gustav Mahler - - - - Voice - - Voice - - - 1 - 53 - - - - Piano - - Acoustic Grand Piano - - - 2 - 1 - - - - - - - - - - 120 - 0 - - 230 - - - - 24 - - 1 - major - - - - G - 2 - - - - - Alla Marcia - - - - - - - - - - - - - - Durchaus mit geheimnissvoll schwermüthigen Ausdruck (nicht schleppen) - - - - - E - 4 - - 12 - 1 - eighth - up - begin - - single - Die - - - - - F - 1 - 4 - - 12 - 1 - eighth - up - end - - single - zwei - - - - - - - - G - 4 - - 18 - 1 - eighth - - up - begin - - begin - blau - - - - - G - 4 - - 6 - 1 - 16th - up - end - backward hook - - end - en - - - - - G - 4 - - 12 - 1 - eighth - up - begin - - begin - Au - - - - - G - 4 - - 12 - 1 - eighth - up - end - - end - gen - - - - - 12 - 1 - eighth - - - - G - 4 - - 12 - 1 - eighth - up - begin - - single - von - - - - - E - 4 - - 12 - 1 - eighth - up - continue - - begin - mei - - - - - F - 1 - 4 - - 12 - 1 - eighth - up - end - - end - nem - - - - - - - - G - 4 - - 24 - 1 - quarter - up - - single - Schatz, - - - - - 24 - 1 - quarter - - - - 12 - 1 - eighth - - - - G - 4 - - 12 - 1 - eighth - up - begin - - single - die - - - - - F - 1 - 4 - - 12 - 1 - eighth - up - continue - - begin - ha - - - - - G - 4 - - 12 - 1 - eighth - up - end - - end - ben - - - - - - - - A - 4 - - 24 - 1 - quarter - up - - single - mich - - - - - A - 4 - - 12 - 1 - eighth - up - begin - - single - in - - - - - A - 4 - - 12 - 1 - eighth - up - end - - single - die - - - - - A - 4 - - 12 - 1 - eighth - up - begin - - begin - wei - - - - - G - 4 - - 12 - 1 - eighth - up - continue - - end - te - - - - - F - 1 - 4 - - 12 - 1 - eighth - up - continue - - single - Welt - - - - - G - 4 - - 12 - 1 - eighth - up - end - - begin - ge - - - - - - - - 160 - - - - - A - 4 - - 48 - 1 - half - up - - end - schickt. - - - - - 24 - 1 - quarter - - - - G - 4 - - 12 - 1 - eighth - up - begin - - - - - single - Da - - - - - - A - 4 - - 12 - 1 - eighth - up - end - - - - - - - - - - - - - - - B - 4 - - 24 - 1 - quarter - down - - single - musst’ - - - - - B - 4 - - 24 - 1 - quarter - down - - single - ich - - - - - B - 4 - - 24 - 1 - quarter - down - - begin - Ab - - - - - B - 4 - - 24 - 1 - quarter - down - - end - schied - - - - - - - -7 - - - - - - - - - - - - B - 4 - - 36 - 1 - quarter - - down - - - - - begin - neh - - - - - C - 5 - - 12 - 1 - eighth - natural - down - - - - - - - B - 4 - - 24 - 1 - quarter - down - - end - men - - - - - B - 4 - - 24 - 1 - quarter - down - - single - vom - - - - - - - -7 - - - - - - - - - - - - B - 4 - - 12 - 1 - eighth - up - begin - - - - - begin - al - - - - - G - 5 - - 12 - 1 - eighth - up - end - - - - - - - G - 5 - - 24 - 1 - quarter - up - - middle - ler - - - - - - - -17 - - - - - - - - -14 - - - - - G - 5 - - 12 - 1 - eighth - up - begin - - - - - middle - lieb - - - - - F - 1 - 5 - - 12 - 1 - eighth - up - continue - - - - - - - F - 1 - 5 - - 12 - 1 - eighth - up - continue - - - - - end - sten - - - - - E - 5 - - 12 - 1 - eighth - up - end - - - - - - 96 - - - - - B - 4 - - 12 - 2 - eighth - down - begin - - - - - - - - E - 5 - - 12 - 2 - eighth - down - end - - - - - - - - E - 5 - - 24 - 2 - quarter - down - - - - - G - 4 - - 12 - 2 - eighth - down - begin - - - - - - - - F - 1 - 4 - - 12 - 2 - eighth - down - continue - - - - - - - - F - 1 - 4 - - 12 - 2 - eighth - down - continue - - - - - - - - E - 4 - - 12 - 2 - eighth - down - end - - - - - - - - - - 160 - - - - - - - - E - 5 - - 48 - 1 - half - up - - single - Platz! - - - - - B - 4 - - 24 - 1 - quarter - - - - B - 4 - - 24 - 1 - quarter - - - - espress. - - -3 - - - - E - 4 - - 12 - 1 - eighth - up - begin - - - - - single - O - - - - - - F - 1 - 4 - - 12 - 1 - eighth - up - end - - - - - - 120 - - - - - E - 4 - - 48 - 2 - half - down - - - - - - - - - - G - 4 - - 18 - 1 - eighth - - up - begin - - begin - Au - - - - - G - 4 - - 6 - 1 - 16th - up - end - backward hook - - end - gen - - - - - G - 4 - - 24 - 1 - quarter - up - - single - blau - - - - - 12 - 1 - eighth - - - - G - 4 - - 12 - 1 - eighth - up - begin - - - - - - - begin - wa - - - - - E - 4 - - 12 - 1 - eighth - up - continue - - end - rum - - - - - F - 1 - 4 - - 12 - 1 - eighth - up - end - - single - habt - - - - - - - - - - - G - 4 - - 18 - 1 - eighth - - up - begin - - single - ihr - - - - - G - 4 - - 6 - 1 - 16th - up - end - backward hook - - single - mich - - - - - G - 4 - - 18 - 1 - eighth - - up - begin - - begin - an - - - - - G - 4 - - 6 - 1 - 16th - up - end - backward hook - - middle - ge - - - - - G - 4 - - 24 - 1 - quarter - up - - end - blickt!? - - - - - 24 - 1 - quarter - - - - F - 1 - 4 - - 12 - 1 - eighth - up - begin - - - - - single - Nun - - - - - - G - 4 - - 12 - 1 - eighth - up - end - - - - - - - - - - - - 90 - - - 70 - - - - 24 - - 1 - major - - - 2 - - G - 2 - - - F - 4 - - - - - - - - - 1 - - - - - G - 3 - - 12 - 1 - eighth - up - 1 - begin - - - - - - - - - - - E - 4 - - 12 - 1 - eighth - up - 1 - - - - B - 3 - - 12 - 1 - eighth - up - 1 - end - - - - - - - - - - - F - 1 - 4 - - 12 - 1 - eighth - up - 1 - - - 24 - - - - 24 - 4 - quarter - 2 - - - - - - - B - 3 - - 18 - 1 - eighth - - up - 1 - begin - - - - - - - - - - - E - 4 - - 18 - 1 - eighth - - up - 1 - - - - - G - 4 - - 18 - 1 - eighth - - up - 1 - - - - B - 3 - - 6 - 1 - 16th - up - 1 - end - backward hook - - - - - - - - - - E - 4 - - 6 - 1 - 16th - up - 1 - - - - - G - 4 - - 6 - 1 - 16th - up - 1 - - - - B - 3 - - 24 - 1 - quarter - up - 1 - - - - - - - - - - - E - 4 - - 24 - 1 - quarter - up - 1 - - - - - G - 4 - - 24 - 1 - quarter - up - 1 - - - - 24 - 1 - quarter - 1 - - - - C - 4 - - 12 - 1 - eighth - up - 1 - begin - - - - - - - - - - - E - 4 - - 12 - 1 - eighth - up - 1 - - - - B - 3 - - 12 - 1 - eighth - up - 1 - end - - - - - - - - - - - F - 1 - 4 - - 12 - 1 - eighth - up - 1 - - - 96 - - - - E - 1 - - 24 - 4 - quarter - up - 2 - - - - - E - 2 - - 24 - 4 - quarter - up - 2 - - - - B - 2 - - 24 - 4 - quarter - down - 2 - - - - - E - 3 - - 24 - 4 - quarter - down - 2 - - - - - G - 3 - - 24 - 4 - quarter - down - 2 - - - - 48 - 4 - half - 2 - - - - - - - B - 3 - - 24 - 1 - quarter - up - 1 - - - - - - - - - - - G - 4 - - 24 - 1 - quarter - up - 1 - - - - B - 3 - - 18 - 1 - eighth - - up - 1 - begin - - - - - - - - - - E - 4 - - 18 - 1 - eighth - - up - 1 - - - - - G - 4 - - 18 - 1 - eighth - - up - 1 - - - - B - 3 - - 6 - 1 - 16th - up - 1 - end - backward hook - - - - - - - - - - E - 4 - - 6 - 1 - 16th - up - 1 - - - - - G - 4 - - 6 - 1 - 16th - up - 1 - - - - B - 3 - - 24 - 1 - quarter - up - 1 - - - - - - - - - - - E - 4 - - 24 - 1 - quarter - up - 1 - - - - - G - 4 - - 24 - 1 - quarter - up - 1 - - - - 24 - 1 - quarter - 1 - - - 96 - - - - E - 1 - - 24 - 4 - quarter - up - 2 - - - - - E - 2 - - 24 - 4 - quarter - up - 2 - - - - B - 2 - - 18 - 4 - eighth - - down - 2 - begin - - - - - E - 3 - - 18 - 4 - eighth - - down - 2 - - - - - G - 3 - - 18 - 4 - eighth - - down - 2 - - - - B - 2 - - 6 - 4 - 16th - down - 2 - end - backward hook - - - - - E - 3 - - 6 - 4 - 16th - down - 2 - - - - - G - 3 - - 6 - 4 - 16th - down - 2 - - - - B - 2 - - 24 - 4 - quarter - down - 2 - - - - - E - 3 - - 24 - 4 - quarter - down - 2 - - - - - G - 3 - - 24 - 4 - quarter - down - 2 - - - - 24 - 4 - quarter - 2 - - - - - - - D - 4 - - 24 - 1 - quarter - up - 1 - - - - - - - - - - - F - 1 - 4 - - 24 - 1 - quarter - up - 1 - - - - - A - 4 - - 24 - 1 - quarter - up - 1 - - - - D - 4 - - 18 - 1 - eighth - - up - 1 - begin - - - - - - - - - - F - 1 - 4 - - 18 - 1 - eighth - - up - 1 - - - - - A - 4 - - 18 - 1 - eighth - - up - 1 - - - - D - 4 - - 6 - 1 - 16th - up - 1 - end - backward hook - - - - - - - - - - F - 1 - 4 - - 6 - 1 - 16th - up - 1 - - - - - A - 4 - - 6 - 1 - 16th - up - 1 - - - - D - 4 - - 18 - 1 - eighth - - up - 1 - begin - - - - - - - - - - F - 1 - 4 - - 18 - 1 - eighth - - up - 1 - - - - - A - 4 - - 18 - 1 - eighth - - up - 1 - - - - D - 4 - - 6 - 1 - 16th - up - 1 - end - backward hook - - - - - - - - - - E - 4 - - 6 - 1 - 16th - up - 1 - - - - - G - 4 - - 6 - 1 - 16th - up - 1 - - - - D - 4 - - 18 - 1 - eighth - - up - 1 - begin - - - - - - - - - - F - 1 - 4 - - 18 - 1 - eighth - - up - 1 - - - - D - 4 - - 6 - 1 - 16th - up - 1 - end - backward hook - - - - - - - - - - - E - 4 - - 6 - 1 - 16th - up - 1 - - - - - G - 4 - - 6 - 1 - 16th - up - 1 - - - 96 - - - - D - 1 - - 24 - 4 - quarter - up - 2 - - - - - D - 2 - - 24 - 4 - quarter - up - 2 - - - - D - 3 - - 18 - 4 - eighth - - down - 2 - begin - - - - - - - - - - - F - 1 - 3 - - 18 - 4 - eighth - - down - 2 - - - - - A - 3 - - 18 - 4 - eighth - - down - 2 - - - - D - 3 - - 6 - 4 - 16th - down - 2 - end - backward hook - - - - - - - - - - F - 1 - 3 - - 6 - 4 - 16th - down - 2 - - - - - A - 3 - - 6 - 4 - 16th - down - 2 - - - - D - 3 - - 24 - 4 - quarter - down - 2 - - - - - - - - - - - F - 1 - 3 - - 24 - 4 - quarter - down - 2 - - - - - A - 3 - - 24 - 4 - quarter - down - 2 - - - - 24 - 4 - quarter - 2 - - - - - - - 110 - - - 100 - - - - - D - 4 - - 24 - 1 - quarter - up - 1 - - - - - - - - - - - F - 1 - 4 - - 24 - 1 - quarter - up - 1 - - - - - A - 4 - - 24 - 1 - quarter - up - 1 - - - - D - 4 - - 18 - 1 - eighth - - up - 1 - begin - - - - - - - - - - F - 1 - 4 - - 18 - 1 - eighth - - up - 1 - - - - - A - 4 - - 18 - 1 - eighth - - up - 1 - - - - D - 4 - - 6 - 1 - 16th - up - 1 - end - backward hook - - - - - - - - - - F - 1 - 4 - - 6 - 1 - 16th - up - 1 - - - - - A - 4 - - 6 - 1 - 16th - up - 1 - - - - D - 4 - - 24 - 1 - quarter - up - 1 - - - - - - - - - - - F - 1 - 4 - - 24 - 1 - quarter - up - 1 - - - - - A - 4 - - 24 - 1 - quarter - up - 1 - - - - - - 1 - - - - E - 4 - - 12 - 1 - eighth - up - 1 - begin - - - - - - - - G - 4 - - 12 - 1 - eighth - up - 1 - - - 12 - - - - D - 4 - - 24 - 3 - quarter - down - 1 - - - 12 - - - - F - 1 - 4 - - 12 - 1 - eighth - up - 1 - end - - - - - - - - A - 4 - - 12 - 1 - eighth - up - 1 - - - 96 - - - - D - 1 - - 24 - 4 - quarter - up - 2 - - - - - D - 2 - - 24 - 4 - quarter - up - 2 - - - - D - 3 - - 24 - 4 - quarter - down - 2 - - - - - F - 1 - 3 - - 24 - 4 - quarter - down - 2 - - - - - A - 3 - - 24 - 4 - quarter - down - 2 - - - - 48 - 4 - half - 2 - - - - - - - B - 4 - - 24 - 1 - quarter - up - 1 - - - - B - 4 - - 24 - 1 - quarter - up - 1 - - - - - - - - - - B - 4 - - 24 - 1 - quarter - up - 1 - - - - - - - - - B - 4 - - 24 - 1 - quarter - up - 1 - - - - - - - - - 96 - - - - D - 4 - - 24 - 2 - quarter - down - 1 - - - - - G - 4 - - 24 - 2 - quarter - down - 1 - - - - G - 4 - - 12 - 2 - eighth - down - 1 - begin - - - - - - - - B - 4 - - 12 - 2 - eighth - down - 1 - - - - F - 1 - 4 - - 12 - 2 - eighth - down - 1 - end - - - - - - - - A - 4 - - 12 - 2 - eighth - down - 1 - - - - F - 1 - 4 - - 12 - 2 - eighth - down - 1 - begin - - - - - - - - A - 4 - - 12 - 2 - eighth - down - 1 - - - - E - 4 - - 12 - 2 - eighth - down - 1 - end - - - - - - - - G - 4 - - 12 - 2 - eighth - down - 1 - - - - E - 4 - - 12 - 2 - eighth - down - 1 - begin - - - - - - - - G - 4 - - 12 - 2 - eighth - down - 1 - - - - - - 5 - 1 - - - - D - 1 - 4 - - 12 - 2 - eighth - sharp - down - 1 - end - - - - - - - - F - 1 - 4 - - 12 - 2 - eighth - down - 1 - - - 96 - - - - G - 1 - - 24 - 4 - quarter - up - 2 - - - - - G - 2 - - 24 - 4 - quarter - up - 2 - - - - D - 3 - - 24 - 4 - quarter - down - 2 - - - - - G - 3 - - 24 - 4 - quarter - down - 2 - - - - - B - 3 - - 24 - 4 - quarter - down - 2 - - - - G - 2 - - 24 - 4 - quarter - up - 2 - - - - E - 3 - - 24 - 4 - quarter - down - 2 - - - - - G - 3 - - 24 - 4 - quarter - down - 2 - - - - - B - 3 - - 24 - 4 - quarter - down - 2 - - - - - - - - - 5 - 1 - - - - B - 4 - - 48 - - 1 - half - up - 1 - - - - - - - - - 5 - 1 - - - - B - 4 - - 12 - - 1 - eighth - up - 1 - - - - - - - B - 4 - - 12 - 1 - eighth - 1 - - - - B - 4 - - 24 - 1 - quarter - up - 1 - - - 96 - - - - D - 1 - 4 - - 24 - 2 - quarter - sharp - down - 1 - - - - - F - 1 - 4 - - 24 - 2 - quarter - down - 1 - - - - C - 1 - 4 - - 8 - 2 - eighth - sharp - - 3 - 2 - - down - 1 - begin - - - - - - - - - - - E - 4 - - 8 - 2 - eighth - - 3 - 2 - - down - 1 - - - - B - 3 - - 8 - 2 - eighth - - 3 - 2 - - down - 1 - continue - - - - - - - - - - D - 1 - 4 - - 8 - 2 - eighth - - 3 - 2 - - down - 1 - - - - C - 1 - 4 - - 8 - 2 - eighth - - 3 - 2 - - down - 1 - end - - - - - - - - - - - E - 4 - - 8 - 2 - eighth - - 3 - 2 - - down - 1 - - - - D - 1 - 4 - - 12 - 2 - eighth - down - 1 - - - - - F - 1 - 4 - - 12 - 2 - eighth - down - 1 - - - - B - 4 - - 12 - 2 - eighth - 1 - - - - E - 4 - - 12 - 2 - eighth - down - 1 - begin - - - - - - - - G - 4 - - 12 - 2 - eighth - down - 1 - - - - F - 1 - 4 - - 12 - 2 - eighth - down - 1 - end - - - - - - - - A - 4 - - 12 - 2 - eighth - down - 1 - - - 96 - - - - B - 1 - - 24 - 4 - quarter - up - 2 - - - - - B - 2 - - 24 - 4 - quarter - up - 2 - - - - B - 2 - - 18 - 4 - eighth - - down - 2 - begin - - - - - F - 1 - 3 - - 18 - 4 - eighth - - down - 2 - - - - - A - 3 - - 18 - 4 - eighth - - down - 2 - - - - B - 2 - - 6 - 4 - 16th - down - 2 - end - backward hook - - - - - F - 1 - 3 - - 6 - 4 - 16th - down - 2 - - - - - A - 3 - - 6 - 4 - 16th - down - 2 - - - - B - 2 - - 12 - 4 - eighth - down - 2 - - - - - F - 1 - 3 - - 12 - 4 - eighth - down - 2 - - - - - A - 3 - - 12 - 4 - eighth - down - 2 - - - - 12 - 4 - eighth - 2 - - - - 24 - 4 - quarter - 2 - - - - - - - B - 4 - - 24 - 1 - quarter - up - 1 - - - - B - 4 - - 24 - 1 - quarter - up - 1 - - - - - G - 5 - - 24 - 1 - quarter - up - 1 - - - - B - 4 - - 12 - 1 - eighth - up - 1 - begin - - - - - - - - G - 5 - - 12 - 1 - eighth - up - 1 - - - - A - 4 - - 12 - 1 - eighth - up - 1 - continue - - - - - - - - F - 1 - 5 - - 12 - 1 - eighth - up - 1 - - - - A - 4 - - 12 - 1 - eighth - up - 1 - continue - - - - - - - - F - 1 - 5 - - 12 - 1 - eighth - up - 1 - - - - G - 4 - - 12 - 1 - eighth - up - 1 - end - - - - - - - - E - 5 - - 12 - 1 - eighth - up - 1 - - - 96 - - - - G - 4 - - 24 - 2 - quarter - down - 1 - - - - G - 4 - - 24 - 2 - quarter - down - 1 - - - - - B - 4 - - 24 - 2 - quarter - down - 1 - - - - B - 4 - - 24 - 2 - quarter - down - 1 - - - - B - 4 - - 24 - 2 - quarter - down - 1 - - - 96 - - - - E - 1 - - 24 - 4 - quarter - up - 2 - - - - - E - 2 - - 24 - 4 - quarter - up - 2 - - - - G - 1 - - 12 - 4 - eighth - up - 2 - begin - - - - - G - 2 - - 12 - 4 - eighth - up - 2 - - - - A - 1 - - 12 - 4 - eighth - up - 2 - end - - - - - A - 2 - - 12 - 4 - eighth - up - 2 - - - - B - 1 - - 24 - 4 - quarter - up - 2 - - - - - B - 2 - - 24 - 4 - quarter - up - 2 - - - - B - 1 - - 24 - 4 - quarter - up - 2 - - - - - - - - - - - G - 4 - - 48 - 1 - half - down - 1 - - - - - B - 4 - - 48 - 1 - half - down - 1 - - - - - E - 5 - - 48 - 1 - half - down - 1 - - - - B - 4 - - 24 - 1 - quarter - 1 - - - - B - 4 - - 24 - 1 - quarter - 1 - - - - G - 3 - - 12 - 1 - eighth - up - 1 - begin - - - - - - - - - - - E - 4 - - 12 - 1 - eighth - up - 1 - - - - B - 3 - - 12 - 1 - eighth - up - 1 - end - - - - - - - - - - - F - 1 - 4 - - 12 - 1 - eighth - up - 1 - - - 120 - - - - E - 2 - - 24 - 4 - quarter - up - 2 - - - - B - 3 - - 18 - 4 - eighth - - down - 2 - begin - - - - - - - - - - - E - 4 - - 18 - 4 - eighth - - down - 2 - - - - - G - 4 - - 18 - 4 - eighth - - down - 2 - - - - B - 3 - - 6 - 4 - 16th - down - 2 - end - backward hook - - - - - - - - - - E - 4 - - 6 - 4 - 16th - down - 2 - - - - - G - 4 - - 6 - 4 - 16th - down - 2 - - - - B - 3 - - 24 - 4 - quarter - down - 2 - - - - - - - - - - - E - 4 - - 24 - 4 - quarter - down - 2 - - - - - G - 4 - - 24 - 4 - quarter - down - 2 - - - - 24 - 4 - quarter - 2 - - - - 24 - 4 - quarter - 2 - - - - - - - - - - B - 3 - - 18 - 1 - eighth - - up - 1 - begin - - - - - - - - - - - E - 4 - - 18 - 1 - eighth - - up - 1 - - - - - G - 4 - - 18 - 1 - eighth - - up - 1 - - - - B - 3 - - 6 - 1 - 16th - up - 1 - end - backward hook - - - - - - - - - - E - 4 - - 6 - 1 - 16th - up - 1 - - - - - G - 4 - - 6 - 1 - 16th - up - 1 - - - - B - 3 - - 24 - 1 - quarter - up - 1 - - - - - - - - - - - E - 4 - - 24 - 1 - quarter - up - 1 - - - - - G - 4 - - 24 - 1 - quarter - up - 1 - - - - 24 - 1 - quarter - 1 - - - - C - 4 - - 12 - 1 - eighth - up - 1 - begin - - - - - - - - - - - E - 4 - - 12 - 1 - eighth - up - 1 - - - - B - 3 - - 12 - 1 - eighth - up - 1 - end - - - - - - - - - - - F - 1 - 4 - - 12 - 1 - eighth - up - 1 - - - 96 - - - - E - 1 - - 24 - 4 - quarter - up - 2 - - - - - E - 2 - - 24 - 4 - quarter - up - 2 - - - - B - 2 - - 24 - 4 - quarter - down - 2 - - - - - E - 3 - - 24 - 4 - quarter - down - 2 - - - - - G - 3 - - 24 - 4 - quarter - down - 2 - - - - 48 - 4 - half - 2 - - - - - - - - - - B - 3 - - 24 - 1 - quarter - up - 1 - - - - - - - - - - - E - 4 - - 24 - 1 - quarter - up - 1 - - - - - G - 4 - - 24 - 1 - quarter - up - 1 - - - - B - 3 - - 18 - 1 - eighth - - up - 1 - begin - - - - - - - - - - E - 4 - - 18 - 1 - eighth - - up - 1 - - - - - G - 4 - - 18 - 1 - eighth - - up - 1 - - - - B - 3 - - 6 - 1 - 16th - up - 1 - end - backward hook - - - - - - - - - - E - 4 - - 6 - 1 - 16th - up - 1 - - - - - G - 4 - - 6 - 1 - 16th - up - 1 - - - - B - 3 - - 24 - 1 - quarter - up - 1 - - - - - - - - - - - E - 4 - - 24 - 1 - quarter - up - 1 - - - - - G - 4 - - 24 - 1 - quarter - up - 1 - - - - B - 4 - - 24 - 1 - quarter - 1 - - - - F - 1 - 4 - - 12 - 1 - eighth - up - 1 - begin - - - - - - 12 - - - - D - 4 - - 24 - 3 - quarter - down - 1 - - - 12 - - - - E - 4 - - 12 - 1 - eighth - up - 1 - end - - - - - - - - G - 4 - - 12 - 1 - eighth - up - 1 - - - 120 - - - - E - 1 - - 24 - 4 - quarter - up - 2 - - - - - E - 2 - - 24 - 4 - quarter - up - 2 - - - - B - 2 - - 18 - 4 - eighth - - down - 2 - begin - - - - - - - - - - - E - 3 - - 18 - 4 - eighth - - down - 2 - - - - - G - 3 - - 18 - 4 - eighth - - down - 2 - - - - B - 2 - - 6 - 4 - 16th - down - 2 - end - backward hook - - - - - - - - - - E - 3 - - 6 - 4 - 16th - down - 2 - - - - - G - 3 - - 6 - 4 - 16th - down - 2 - - - - B - 2 - - 24 - 4 - quarter - down - 2 - - - - - - - - - - - E - 3 - - 24 - 4 - quarter - down - 2 - - - - - G - 3 - - 24 - 4 - quarter - down - 2 - - - - 24 - 4 - quarter - 2 - - - - 24 - 4 - quarter - 2 - - - - - Binary files /tmp/tmpUS6AUv/JqGHY27wrN/canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/MozaChloSample.musicxml and /tmp/tmpUS6AUv/3S7fxFGnW7/canorus-0.7.3.RC3+dfsg/examples/musicxml/MozaChloSample.musicxml differ Binary files /tmp/tmpUS6AUv/JqGHY27wrN/canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/MozaChloSample.xml and /tmp/tmpUS6AUv/3S7fxFGnW7/canorus-0.7.3.RC3+dfsg/examples/musicxml/MozaChloSample.xml differ diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/MozartPianoSonata.musicxml canorus-0.7.3.RC3+dfsg/examples/musicxml/MozartPianoSonata.musicxml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/MozartPianoSonata.musicxml 1970-01-01 00:00:00.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/MozartPianoSonata.musicxml 2018-06-20 18:42:55.000000000 +0000 @@ -0,0 +1,1062 @@ + + + + + K. 331 + Piano Sonata in A Major + + + Wolfgang Amadeus Mozart + Copyright © 2003 Recordare LLC + + Finale 2003 for Windows + Dolet for Finale 1.3 + 2003-03-14 + + + + + Piano + + Acoustic Grand Piano + + + 1 + 1 + + + + + + + 4 + + 3 + major + + + 2 + + G + 2 + + + F + 4 + + + + + C + 1 + 6 + + 8 + 1 + half + up + 1 + + + + + + 8 + + + + C + 1 + 5 + + 4 + 2 + quarter + down + 1 + + + + + + + + E + 5 + + 4 + 2 + quarter + down + 1 + + + + + + + + A + 5 + + 4 + 2 + quarter + down + 1 + + + + + + 4 + 2 + 1 + + + 8 + + + + + A + 2 + + 3 + 16th + up + 2 + begin + begin + + + + + + + + C + 1 + 3 + + 3 + 16th + up + 2 + continue + continue + + + + + E + 3 + + 3 + 16th + up + 2 + end + end + + + + A + 3 + + 2 + 3 + eighth + down + 2 + begin + + + + + + + A + 3 + + 2 + 3 + eighth + down + 2 + continue + + + + A + 3 + + 2 + 3 + eighth + down + 2 + continue + + + + A + 3 + + 2 + 3 + eighth + down + 2 + end + + + + + + D + 6 + + 1 + 1 + 16th + down + 1 + begin + begin + + + + + + + C + 1 + 6 + + 1 + 1 + 16th + down + 1 + continue + continue + + + + + + + B + 5 + + 1 + 1 + 16th + down + 1 + continue + continue + + + + + + + + + C + 1 + 6 + + 1 + 1 + 16th + down + 1 + end + end + + + + + + + + + D + 6 + + 1 + 1 + 16th + down + 1 + begin + begin + + + + + + + C + 1 + 6 + + 1 + 1 + 16th + down + 1 + continue + continue + + + + + + + B + 5 + + 1 + 1 + 16th + down + 1 + continue + continue + + + + + + + + + C + 1 + 6 + + 1 + 1 + 16th + down + 1 + end + end + + + + + + + + 8 + + + + + A + 2 + + 3 + 16th + up + 2 + begin + begin + + + + + + + + C + 1 + 3 + + 3 + 16th + up + 2 + continue + continue + + + + + E + 3 + + 3 + 16th + up + 2 + end + end + + + + A + 3 + + 2 + 3 + eighth + down + 2 + begin + + + + + + + A + 3 + + 2 + 3 + eighth + down + 2 + continue + + + + A + 3 + + 2 + 3 + eighth + down + 2 + continue + + + + A + 3 + + 2 + 3 + eighth + down + 2 + end + + + + + + F + 1 + 5 + + 8 + 1 + half + down + 1 + + + + + A + 5 + + 8 + 1 + half + down + 1 + + + + + D + 6 + + 8 + 1 + half + down + 1 + + + 8 + + + + + D + 2 + + 3 + 16th + up + 2 + begin + begin + + + + + + + + F + 1 + 2 + + 3 + 16th + up + 2 + continue + continue + + + + + A + 2 + + 3 + 16th + up + 2 + end + end + + + + D + 3 + + 2 + 3 + eighth + down + 2 + begin + + + + + + + D + 3 + + 2 + 3 + eighth + down + 2 + continue + + + + D + 3 + + 2 + 3 + eighth + down + 2 + continue + + + + D + 3 + + 2 + 3 + eighth + down + 2 + end + + + + + + + D + 6 + + 1 + 16th + up + 1 + + + + + + + E + 5 + + 2 + 1 + eighth + down + 1 + begin + + + + + + + + A + 5 + + 2 + 1 + eighth + down + 1 + + + + + C + 1 + 6 + + 2 + 1 + eighth + down + 1 + + + + + D + 6 + + 1 + 16th + up + 1 + + + + + + + E + 5 + + 2 + 1 + eighth + down + 1 + continue + + + + + + + + A + 5 + + 2 + 1 + eighth + down + 1 + + + + + C + 1 + 6 + + 2 + 1 + eighth + down + 1 + + + + + D + 6 + + 1 + 16th + up + 1 + + + + + + + E + 5 + + 2 + 1 + eighth + down + 1 + continue + + + + + + + + A + 5 + + 2 + 1 + eighth + down + 1 + + + + + C + 1 + 6 + + 2 + 1 + eighth + down + 1 + + + + + D + 6 + + 1 + 16th + up + 1 + + + + + + + E + 5 + + 2 + 1 + eighth + down + 1 + end + + + + + + + + A + 5 + + 2 + 1 + eighth + down + 1 + + + + + C + 1 + 6 + + 2 + 1 + eighth + down + 1 + + + 8 + + + + + A + 2 + + 3 + 16th + up + 2 + begin + begin + + + + + + + + C + 1 + 3 + + 3 + 16th + up + 2 + continue + continue + + + + + E + 3 + + 3 + 16th + up + 2 + end + end + + + + A + 3 + + 2 + 3 + eighth + down + 2 + begin + + + + + + + A + 3 + + 2 + 3 + eighth + down + 2 + continue + + + + A + 3 + + 2 + 3 + eighth + down + 2 + continue + + + + A + 3 + + 2 + 3 + eighth + down + 2 + end + + + + + + B + 5 + + 6 + 1 + quarter + + up + 1 + + + + + + + E + 6 + + 2 + 1 + eighth + up + 1 + + + + + + 8 + + + + E + 5 + + 8 + 2 + half + down + 1 + + + + + G + 1 + 5 + + 8 + 2 + half + down + 1 + + + 8 + + + + + E + 2 + + 3 + 16th + up + 2 + begin + begin + + + + + + + + G + 1 + 2 + + 3 + 16th + up + 2 + continue + continue + + + + + B + 2 + + 3 + 16th + up + 2 + end + end + + + + E + 3 + + 2 + 3 + eighth + down + 2 + begin + + + + + + + E + 3 + + 2 + 3 + eighth + down + 2 + continue + + + + E + 3 + + 2 + 3 + eighth + down + 2 + continue + + + + E + 3 + + 2 + 3 + eighth + down + 2 + end + + + + diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/MozartPianoSonata.xml canorus-0.7.3.RC3+dfsg/examples/musicxml/MozartPianoSonata.xml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/MozartPianoSonata.xml 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/MozartPianoSonata.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,1062 +0,0 @@ - - - - - K. 331 - Piano Sonata in A Major - - - Wolfgang Amadeus Mozart - Copyright © 2003 Recordare LLC - - Finale 2003 for Windows - Dolet for Finale 1.3 - 2003-03-14 - - - - - Piano - - Acoustic Grand Piano - - - 1 - 1 - - - - - - - 4 - - 3 - major - - - 2 - - G - 2 - - - F - 4 - - - - - C - 1 - 6 - - 8 - 1 - half - up - 1 - - - - - - 8 - - - - C - 1 - 5 - - 4 - 2 - quarter - down - 1 - - - - - - - - E - 5 - - 4 - 2 - quarter - down - 1 - - - - - - - - A - 5 - - 4 - 2 - quarter - down - 1 - - - - - - 4 - 2 - 1 - - - 8 - - - - - A - 2 - - 3 - 16th - up - 2 - begin - begin - - - - - - - - C - 1 - 3 - - 3 - 16th - up - 2 - continue - continue - - - - - E - 3 - - 3 - 16th - up - 2 - end - end - - - - A - 3 - - 2 - 3 - eighth - down - 2 - begin - - - - - - - A - 3 - - 2 - 3 - eighth - down - 2 - continue - - - - A - 3 - - 2 - 3 - eighth - down - 2 - continue - - - - A - 3 - - 2 - 3 - eighth - down - 2 - end - - - - - - D - 6 - - 1 - 1 - 16th - down - 1 - begin - begin - - - - - - - C - 1 - 6 - - 1 - 1 - 16th - down - 1 - continue - continue - - - - - - - B - 5 - - 1 - 1 - 16th - down - 1 - continue - continue - - - - - - - - - C - 1 - 6 - - 1 - 1 - 16th - down - 1 - end - end - - - - - - - - - D - 6 - - 1 - 1 - 16th - down - 1 - begin - begin - - - - - - - C - 1 - 6 - - 1 - 1 - 16th - down - 1 - continue - continue - - - - - - - B - 5 - - 1 - 1 - 16th - down - 1 - continue - continue - - - - - - - - - C - 1 - 6 - - 1 - 1 - 16th - down - 1 - end - end - - - - - - - - 8 - - - - - A - 2 - - 3 - 16th - up - 2 - begin - begin - - - - - - - - C - 1 - 3 - - 3 - 16th - up - 2 - continue - continue - - - - - E - 3 - - 3 - 16th - up - 2 - end - end - - - - A - 3 - - 2 - 3 - eighth - down - 2 - begin - - - - - - - A - 3 - - 2 - 3 - eighth - down - 2 - continue - - - - A - 3 - - 2 - 3 - eighth - down - 2 - continue - - - - A - 3 - - 2 - 3 - eighth - down - 2 - end - - - - - - F - 1 - 5 - - 8 - 1 - half - down - 1 - - - - - A - 5 - - 8 - 1 - half - down - 1 - - - - - D - 6 - - 8 - 1 - half - down - 1 - - - 8 - - - - - D - 2 - - 3 - 16th - up - 2 - begin - begin - - - - - - - - F - 1 - 2 - - 3 - 16th - up - 2 - continue - continue - - - - - A - 2 - - 3 - 16th - up - 2 - end - end - - - - D - 3 - - 2 - 3 - eighth - down - 2 - begin - - - - - - - D - 3 - - 2 - 3 - eighth - down - 2 - continue - - - - D - 3 - - 2 - 3 - eighth - down - 2 - continue - - - - D - 3 - - 2 - 3 - eighth - down - 2 - end - - - - - - - D - 6 - - 1 - 16th - up - 1 - - - - - - - E - 5 - - 2 - 1 - eighth - down - 1 - begin - - - - - - - - A - 5 - - 2 - 1 - eighth - down - 1 - - - - - C - 1 - 6 - - 2 - 1 - eighth - down - 1 - - - - - D - 6 - - 1 - 16th - up - 1 - - - - - - - E - 5 - - 2 - 1 - eighth - down - 1 - continue - - - - - - - - A - 5 - - 2 - 1 - eighth - down - 1 - - - - - C - 1 - 6 - - 2 - 1 - eighth - down - 1 - - - - - D - 6 - - 1 - 16th - up - 1 - - - - - - - E - 5 - - 2 - 1 - eighth - down - 1 - continue - - - - - - - - A - 5 - - 2 - 1 - eighth - down - 1 - - - - - C - 1 - 6 - - 2 - 1 - eighth - down - 1 - - - - - D - 6 - - 1 - 16th - up - 1 - - - - - - - E - 5 - - 2 - 1 - eighth - down - 1 - end - - - - - - - - A - 5 - - 2 - 1 - eighth - down - 1 - - - - - C - 1 - 6 - - 2 - 1 - eighth - down - 1 - - - 8 - - - - - A - 2 - - 3 - 16th - up - 2 - begin - begin - - - - - - - - C - 1 - 3 - - 3 - 16th - up - 2 - continue - continue - - - - - E - 3 - - 3 - 16th - up - 2 - end - end - - - - A - 3 - - 2 - 3 - eighth - down - 2 - begin - - - - - - - A - 3 - - 2 - 3 - eighth - down - 2 - continue - - - - A - 3 - - 2 - 3 - eighth - down - 2 - continue - - - - A - 3 - - 2 - 3 - eighth - down - 2 - end - - - - - - B - 5 - - 6 - 1 - quarter - - up - 1 - - - - - - - E - 6 - - 2 - 1 - eighth - up - 1 - - - - - - 8 - - - - E - 5 - - 8 - 2 - half - down - 1 - - - - - G - 1 - 5 - - 8 - 2 - half - down - 1 - - - 8 - - - - - E - 2 - - 3 - 16th - up - 2 - begin - begin - - - - - - - - G - 1 - 2 - - 3 - 16th - up - 2 - continue - continue - - - - - B - 2 - - 3 - 16th - up - 2 - end - end - - - - E - 3 - - 2 - 3 - eighth - down - 2 - begin - - - - - - - E - 3 - - 2 - 3 - eighth - down - 2 - continue - - - - E - 3 - - 2 - 3 - eighth - down - 2 - continue - - - - E - 3 - - 2 - 3 - eighth - down - 2 - end - - - - diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/MozartTrio.musicxml canorus-0.7.3.RC3+dfsg/examples/musicxml/MozartTrio.musicxml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/MozartTrio.musicxml 1970-01-01 00:00:00.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/MozartTrio.musicxml 2018-06-20 18:42:55.000000000 +0000 @@ -0,0 +1,3099 @@ + + + + + K. 581 + Quintet for Clarinet and Strings + + 3 + Menuetto (Excerpt from Second Trio) + + Wolfgang Amadeus Mozart + Copyright © 2003 Recordare LLC + + Finale 2003 for Windows + Dolet for Finale 1.3 + 2003-12-05 + + + + + bracket + + + clarinet in A + + Clarinet + + + 1 + 72 + + + + violino I + + Violin + + + 3 + 41 + + + + violino II + + Violin II + + + 4 + 41 + + + + viola + + Viola + + + 6 + 42 + + + + violoncello + + Cello + + + 5 + 43 + + + + + + + + 6 + + 0 + major + + + + G + 2 + + + -2 + -3 + + + + + +

+ + + + + + + C + 5 + + 3 + 1 + eighth + down + begin + + + + + + + E + 5 + + 3 + 1 + eighth + down + end + + + + + + G + 5 + + 3 + 1 + eighth + down + begin + + + + E + 5 + + 3 + 1 + eighth + down + end + + + + C + 6 + + 6 + 1 + quarter + down + + + + + + + G + 5 + + 3 + 1 + eighth + down + begin + + + + + + + E + 5 + + 3 + 1 + eighth + down + end + + + + + + D + 5 + + 3 + 1 + eighth + down + begin + + + + F + 5 + + 3 + 1 + eighth + down + end + + + + A + 5 + + 6 + 1 + quarter + down + + + + + + + F + 5 + + 3 + 1 + eighth + down + begin + + + + + + + D + 5 + + 3 + 1 + eighth + down + end + + + + + + C + 5 + + 3 + 1 + eighth + down + begin + + + + B + 4 + + 3 + 1 + eighth + down + continue + + + + E + 5 + + 3 + 1 + eighth + down + continue + + + + D + 5 + + 3 + 1 + eighth + down + continue + + + + G + 5 + + 3 + 1 + eighth + down + continue + + + + F + 5 + + 3 + 1 + eighth + down + end + + + + + + + + + D + 1 + 5 + + 6 + 1 + quarter + sharp + down + + + + + + + E + 5 + + 6 + 1 + quarter + down + + + + + + + C + 5 + + 3 + 1 + eighth + down + begin + + + + + + + E + 5 + + 3 + 1 + eighth + down + end + + + + + + G + 5 + + 3 + 1 + eighth + down + begin + + + + E + 5 + + 3 + 1 + eighth + down + end + + + + C + 6 + + 6 + 1 + quarter + down + + + + + + + G + 5 + + 3 + 1 + eighth + down + begin + + + + + + + E + 5 + + 3 + 1 + eighth + down + end + + + + + + D + 5 + + 3 + 1 + eighth + natural + down + begin + + + + F + 5 + + 3 + 1 + eighth + down + end + + + + A + 5 + + 6 + 1 + quarter + down + + + + + + + 6 + 1 + quarter + + + + + + 18 + 1 + + + + + + + 6 + 1 + quarter + + + + 6 + 1 + quarter + + + + D + 4 + + 2 + 1 + eighth + + 3 + 2 + + up + begin + + + + + + + + A + 3 + + 2 + 1 + eighth + + 3 + 2 + + up + continue + + + + F + 3 + + 2 + 1 + eighth + + 3 + 2 + + up + end + + + + + + + + + A + 3 + + 3 + 1 + eighth + up + begin + + + + + + + D + 4 + + 3 + 1 + eighth + up + continue + + + + + + + + + F + 4 + + 3 + 1 + eighth + up + continue + + + + + + + + + A + 4 + + 3 + 1 + eighth + up + continue + + + + + + + + + D + 5 + + 3 + 1 + eighth + up + continue + + + + + + + + + F + 5 + + 3 + 1 + eighth + up + end + + + + + + + + + + + A + 5 + + 3 + 1 + eighth + down + begin + + + + + + + G + 5 + + 3 + 1 + eighth + down + continue + + + + F + 5 + + 3 + 1 + eighth + down + continue + + + + E + 5 + + 3 + 1 + eighth + down + continue + + + + F + 5 + + 3 + 1 + eighth + down + continue + + + + D + 5 + + 3 + 1 + eighth + down + end + + + + + + + + + C + 5 + + 12 + 1 + half + down + + + + + + + E + 5 + + 3 + 1 + eighth + down + begin + + + + D + 5 + + 3 + 1 + eighth + down + end + + + + + + + + + C + 5 + + 6 + 1 + quarter + down + + + + 6 + 1 + quarter + + + light-heavy + + + + + + heavy-light + + + + + 6 + 1 + quarter + + + + + + 18 + 1 + + + + + + 18 + 1 + + + + + + 18 + 1 + + + + + + 6 + 1 + quarter + + + + 6 + 1 + quarter + + + + G + 5 + + 6 + 1 + quarter + down + + + + + + + + + + 8 + + 3 + major + + + + G + 2 + + + + + 8 + 1 + quarter + + + + + + +

+ + + 7 + + + + + 8 + 1 + quarter + + + + A + 4 + + 8 + 1 + quarter + up + + + + A + 4 + + 8 + 1 + quarter + up + + + + + + 8 + 1 + quarter + + + + A + 4 + + 8 + 1 + quarter + up + + + + A + 4 + + 8 + 1 + quarter + up + + + + + + 8 + 1 + quarter + + + + G + 1 + 4 + + 8 + 1 + quarter + up + + + + G + 1 + 4 + + 8 + 1 + quarter + up + + + + + + 8 + 1 + quarter + + + + A + 4 + + 8 + 1 + quarter + up + + + + A + 4 + + 8 + 1 + quarter + up + + + + + + 8 + 1 + quarter + + + + A + 4 + + 8 + 1 + quarter + up + + + + A + 4 + + 8 + 1 + quarter + up + + + + + + F + 1 + 4 + + 8 + 1 + quarter + up + + + + 8 + 1 + quarter + + + + C + 1 + 5 + + 4 + 1 + eighth + down + begin + + + + + + + A + 1 + 4 + + 4 + 1 + eighth + sharp + down + end + + + + + + B + 4 + + 4 + 1 + eighth + down + begin + + + + D + 5 + + 4 + 1 + eighth + down + end + + + + F + 1 + 5 + + 8 + 1 + quarter + down + + + + + + + C + 1 + 5 + + 4 + 1 + eighth + down + begin + + + + + + + A + 1 + 4 + + 4 + 1 + eighth + sharp + down + end + + + + + + + B + 4 + + 4 + 1 + eighth + down + begin + + + + D + 5 + + 4 + 1 + eighth + down + end + + + + F + 1 + 5 + + 8 + 1 + quarter + down + + + + + + + 8 + 1 + quarter + + + + + + 24 + 1 + + + + + + 24 + 1 + + + + + + C + 1 + 4 + + 4 + 1 + eighth + up + begin + + + + + + + E + 4 + + 4 + 1 + eighth + up + continue + + + + C + 1 + 4 + + 4 + 1 + eighth + up + continue + + + + E + 4 + + 4 + 1 + eighth + up + continue + + + + D + 4 + + 4 + 1 + eighth + up + continue + + + + E + 4 + + 4 + 1 + eighth + up + end + + + + + + + + + C + 1 + 4 + + 8 + 1 + quarter + up + + + + 8 + 1 + quarter + + + light-heavy + + + + + + heavy-light + + + + + E + 4 + + 4 + 1 + eighth + up + begin + + + + + + + G + 1 + 4 + + 4 + 1 + eighth + up + end + + + + + + B + 4 + + 4 + 1 + eighth + up + begin + + + + G + 1 + 4 + + 4 + 1 + eighth + up + end + + + + E + 5 + + 8 + 1 + quarter + down + + + + + + + E + 4 + + 4 + 1 + eighth + up + begin + + + + + + + A + 4 + + 4 + 1 + eighth + up + end + + + + + + C + 1 + 5 + + 4 + 1 + eighth + down + begin + + + + A + 4 + + 4 + 1 + eighth + down + end + + + + E + 5 + + 8 + 1 + quarter + down + + + + + + + E + 4 + + 4 + 1 + eighth + up + begin + + + + + + + B + 4 + + 4 + 1 + eighth + up + end + + + + + + D + 5 + + 4 + 1 + eighth + down + begin + + + + B + 4 + + 4 + 1 + eighth + down + continue + + + + E + 5 + + 4 + 1 + eighth + down + continue + + + + D + 5 + + 4 + 1 + eighth + down + continue + + + + C + 1 + 5 + + 4 + 1 + eighth + down + continue + + + + A + 4 + + 4 + 1 + eighth + down + end + + + + + + + + + G + 1 + 4 + + 4 + 1 + eighth + up + begin + + + + + + + B + 4 + + 4 + 1 + eighth + up + end + + + + E + 5 + + 8 + 1 + quarter + down + + + + + + + E + 4 + + 4 + 1 + eighth + up + begin + + + + + + + G + 1 + 4 + + 4 + 1 + eighth + up + end + + + + + + + 8 + + 3 + major + + + + G + 2 + + + + + 8 + 1 + quarter + + + + + + +

+ + + 7 + + + + + 8 + 1 + quarter + + + + E + 4 + + 8 + 1 + quarter + up + + + + E + 4 + + 8 + 1 + quarter + up + + + + + + 8 + 1 + quarter + + + + F + 1 + 4 + + 8 + 1 + quarter + up + + + + F + 1 + 4 + + 8 + 1 + quarter + up + + + + + + 8 + 1 + quarter + + + + D + 4 + + 8 + 1 + quarter + up + + + + D + 4 + + 8 + 1 + quarter + up + + + + + + 8 + 1 + quarter + + + + C + 1 + 4 + + 8 + 1 + quarter + up + + + + C + 1 + 4 + + 8 + 1 + quarter + up + + + + + + 8 + 1 + quarter + + + + E + 4 + + 8 + 1 + quarter + up + + + + E + 4 + + 8 + 1 + quarter + up + + + + + + D + 4 + + 8 + 1 + quarter + up + + + + 8 + 1 + quarter + + + + G + 4 + + 8 + 1 + quarter + natural + up + + + + + + + + + F + 1 + 4 + + 16 + 1 + half + up + + + + G + 4 + + 8 + 1 + quarter + natural + up + + + + + + + F + 1 + 4 + + 16 + 1 + half + up + + + + + + + 8 + 1 + quarter + + + + + + 24 + 1 + + + + + + 24 + 1 + + + + + + A + 3 + + 16 + 1 + half + up + + + + + + + G + 1 + 3 + + 8 + 1 + quarter + sharp + up + + + + + + + + + A + 3 + + 8 + 1 + quarter + up + + + + 8 + 1 + quarter + + + light-heavy + + + + + + heavy-light + + + + + 8 + 1 + quarter + + + + + + +

+ + + + + + + pizz. + + + + 46 + + + + + + B + 3 + + 8 + 1 + quarter + up + + + + + G + 1 + 4 + + 8 + 1 + quarter + up + + + + B + 3 + + 8 + 1 + quarter + up + + + + + G + 1 + 4 + + 8 + 1 + quarter + up + + + + 8 + 1 + quarter + + + + + + A + 3 + + 8 + 1 + quarter + up + + + + + A + 4 + + 8 + 1 + quarter + up + + + + A + 3 + + 8 + 1 + quarter + up + + + + + A + 4 + + 8 + 1 + quarter + up + + + + 8 + 1 + quarter + + + + + + G + 1 + 4 + + 8 + 1 + quarter + up + + + + + B + 4 + + 8 + 1 + quarter + up + + + + G + 1 + 4 + + 8 + 1 + quarter + up + + + + + B + 4 + + 8 + 1 + quarter + up + + + + A + 4 + + 8 + 1 + quarter + down + + + + + C + 1 + 5 + + 8 + 1 + quarter + down + + + + + + G + 1 + 4 + + 8 + 1 + quarter + up + + + + + B + 4 + + 8 + 1 + quarter + up + + + + G + 1 + 4 + + 8 + 1 + quarter + up + + + + + B + 4 + + 8 + 1 + quarter + up + + + + 8 + 1 + quarter + + + + + + + 8 + + 3 + major + + + + C + 3 + + + + + 8 + 1 + quarter + + + + + + +

+ + + 7 + + + + + 8 + 1 + quarter + + + + C + 1 + 4 + + 8 + 1 + quarter + down + + + + C + 1 + 4 + + 8 + 1 + quarter + down + + + + + + 8 + 1 + quarter + + + + B + 3 + + 8 + 1 + quarter + up + + + + B + 3 + + 8 + 1 + quarter + up + + + + + + 8 + 1 + quarter + + + + B + 3 + + 8 + 1 + quarter + up + + + + B + 3 + + 8 + 1 + quarter + up + + + + + + 8 + 1 + quarter + + + + A + 3 + + 8 + 1 + quarter + up + + + + A + 3 + + 8 + 1 + quarter + up + + + + + + 8 + 1 + quarter + + + + C + 1 + 4 + + 8 + 1 + quarter + down + + + + C + 1 + 4 + + 8 + 1 + quarter + down + + + + + + B + 3 + + 8 + 1 + quarter + up + + + + 8 + 1 + quarter + + + + E + 4 + + 8 + 1 + quarter + down + + + + + + + + + D + 4 + + 16 + 1 + half + down + + + + E + 4 + + 8 + 1 + quarter + down + + + + + + + D + 4 + + 16 + 1 + half + down + + + + + + + 8 + 1 + quarter + + + + + + 24 + 1 + + + + + + 24 + 1 + + + + + + E + 3 + + 24 + + 1 + half + + up + + + + + + + + + E + 3 + + 8 + + 1 + quarter + up + + + + + + + 8 + 1 + quarter + + + light-heavy + + + + + + heavy-light + + + + + 8 + 1 + quarter + + + + + + pizz. + + + + 46 + + + + + + +

+ + + + + + + D + 4 + + 8 + 1 + quarter + down + + + + + E + 4 + + 8 + 1 + quarter + down + + + + D + 4 + + 8 + 1 + quarter + down + + + + + E + 4 + + 8 + 1 + quarter + down + + + + 8 + 1 + quarter + + + + + + C + 1 + 4 + + 8 + 1 + quarter + down + + + + + E + 4 + + 8 + 1 + quarter + down + + + + C + 1 + 4 + + 8 + 1 + quarter + down + + + + + E + 4 + + 8 + 1 + quarter + down + + + + 8 + 1 + quarter + + + + + + E + 4 + + 8 + 1 + quarter + down + + + + E + 4 + + 8 + 1 + quarter + down + + + + E + 4 + + 8 + 1 + quarter + down + + + + + + E + 4 + + 8 + 1 + quarter + down + + + + E + 4 + + 8 + 1 + quarter + down + + + + 8 + 1 + quarter + + + + + + + 8 + + 3 + major + + + + F + 4 + + + + + 8 + 1 + quarter + + + + + + +

+ + + + + + + A + 3 + + 8 + 1 + quarter + down + + + + 8 + 1 + quarter + + + + 8 + 1 + quarter + + + + + + D + 3 + + 8 + 1 + quarter + down + + + + 8 + 1 + quarter + + + + 8 + 1 + quarter + + + + + + E + 3 + + 8 + 1 + quarter + down + + + + 8 + 1 + quarter + + + + 8 + 1 + quarter + + + + + + F + 1 + 3 + + 8 + 1 + quarter + down + + + + 8 + 1 + quarter + + + + 8 + 1 + quarter + + + + + + C + 1 + 3 + + 8 + 1 + quarter + up + + + + 8 + 1 + quarter + + + + 8 + 1 + quarter + + + + + + D + 3 + + 8 + 1 + quarter + down + + + + 8 + 1 + quarter + + + + 8 + 1 + quarter + + + + + + 24 + 1 + + + + + + + 24 + 1 + + + + + + 24 + 1 + + + + + + 24 + 1 + + + + + + E + 2 + + 8 + 1 + quarter + up + + + + + + + + + + E + 2 + + 8 + 1 + quarter + up + + + + + + + + + E + 2 + + 8 + 1 + quarter + up + + + + + + + + + + + + A + 2 + + 8 + 1 + quarter + up + + + + 8 + 1 + quarter + + + light-heavy + + + + + + heavy-light + + + + + 8 + 1 + quarter + + + + + + +

+ + + + + + + pizz. + + + + 46 + + + + + + E + 3 + + 8 + 1 + quarter + down + + + + E + 3 + + 8 + 1 + quarter + down + + + + 8 + 1 + quarter + + + + + + E + 3 + + 8 + 1 + quarter + down + + + + E + 3 + + 8 + 1 + quarter + down + + + + 8 + 1 + quarter + + + + + + E + 3 + + 8 + 1 + quarter + down + + + + E + 3 + + 8 + 1 + quarter + down + + + + E + 3 + + 8 + 1 + quarter + down + + + + + + E + 3 + + 8 + 1 + quarter + down + + + + E + 2 + + 8 + 1 + quarter + up + + + + 8 + 1 + quarter + + + + diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/MozartTrio.xml canorus-0.7.3.RC3+dfsg/examples/musicxml/MozartTrio.xml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/MozartTrio.xml 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/MozartTrio.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,3099 +0,0 @@ - - - - - K. 581 - Quintet for Clarinet and Strings - - 3 - Menuetto (Excerpt from Second Trio) - - Wolfgang Amadeus Mozart - Copyright © 2003 Recordare LLC - - Finale 2003 for Windows - Dolet for Finale 1.3 - 2003-12-05 - - - - - bracket - - - clarinet in A - - Clarinet - - - 1 - 72 - - - - violino I - - Violin - - - 3 - 41 - - - - violino II - - Violin II - - - 4 - 41 - - - - viola - - Viola - - - 6 - 42 - - - - violoncello - - Cello - - - 5 - 43 - - - - - - - - 6 - - 0 - major - - - - G - 2 - - - -2 - -3 - - - - - -

- - - - - - - C - 5 - - 3 - 1 - eighth - down - begin - - - - - - - E - 5 - - 3 - 1 - eighth - down - end - - - - - - G - 5 - - 3 - 1 - eighth - down - begin - - - - E - 5 - - 3 - 1 - eighth - down - end - - - - C - 6 - - 6 - 1 - quarter - down - - - - - - - G - 5 - - 3 - 1 - eighth - down - begin - - - - - - - E - 5 - - 3 - 1 - eighth - down - end - - - - - - D - 5 - - 3 - 1 - eighth - down - begin - - - - F - 5 - - 3 - 1 - eighth - down - end - - - - A - 5 - - 6 - 1 - quarter - down - - - - - - - F - 5 - - 3 - 1 - eighth - down - begin - - - - - - - D - 5 - - 3 - 1 - eighth - down - end - - - - - - C - 5 - - 3 - 1 - eighth - down - begin - - - - B - 4 - - 3 - 1 - eighth - down - continue - - - - E - 5 - - 3 - 1 - eighth - down - continue - - - - D - 5 - - 3 - 1 - eighth - down - continue - - - - G - 5 - - 3 - 1 - eighth - down - continue - - - - F - 5 - - 3 - 1 - eighth - down - end - - - - - - - - - D - 1 - 5 - - 6 - 1 - quarter - sharp - down - - - - - - - E - 5 - - 6 - 1 - quarter - down - - - - - - - C - 5 - - 3 - 1 - eighth - down - begin - - - - - - - E - 5 - - 3 - 1 - eighth - down - end - - - - - - G - 5 - - 3 - 1 - eighth - down - begin - - - - E - 5 - - 3 - 1 - eighth - down - end - - - - C - 6 - - 6 - 1 - quarter - down - - - - - - - G - 5 - - 3 - 1 - eighth - down - begin - - - - - - - E - 5 - - 3 - 1 - eighth - down - end - - - - - - D - 5 - - 3 - 1 - eighth - natural - down - begin - - - - F - 5 - - 3 - 1 - eighth - down - end - - - - A - 5 - - 6 - 1 - quarter - down - - - - - - - 6 - 1 - quarter - - - - - - 18 - 1 - - - - - - - 6 - 1 - quarter - - - - 6 - 1 - quarter - - - - D - 4 - - 2 - 1 - eighth - - 3 - 2 - - up - begin - - - - - - - - A - 3 - - 2 - 1 - eighth - - 3 - 2 - - up - continue - - - - F - 3 - - 2 - 1 - eighth - - 3 - 2 - - up - end - - - - - - - - - A - 3 - - 3 - 1 - eighth - up - begin - - - - - - - D - 4 - - 3 - 1 - eighth - up - continue - - - - - - - - - F - 4 - - 3 - 1 - eighth - up - continue - - - - - - - - - A - 4 - - 3 - 1 - eighth - up - continue - - - - - - - - - D - 5 - - 3 - 1 - eighth - up - continue - - - - - - - - - F - 5 - - 3 - 1 - eighth - up - end - - - - - - - - - - - A - 5 - - 3 - 1 - eighth - down - begin - - - - - - - G - 5 - - 3 - 1 - eighth - down - continue - - - - F - 5 - - 3 - 1 - eighth - down - continue - - - - E - 5 - - 3 - 1 - eighth - down - continue - - - - F - 5 - - 3 - 1 - eighth - down - continue - - - - D - 5 - - 3 - 1 - eighth - down - end - - - - - - - - - C - 5 - - 12 - 1 - half - down - - - - - - - E - 5 - - 3 - 1 - eighth - down - begin - - - - D - 5 - - 3 - 1 - eighth - down - end - - - - - - - - - C - 5 - - 6 - 1 - quarter - down - - - - 6 - 1 - quarter - - - light-heavy - - - - - - heavy-light - - - - - 6 - 1 - quarter - - - - - - 18 - 1 - - - - - - 18 - 1 - - - - - - 18 - 1 - - - - - - 6 - 1 - quarter - - - - 6 - 1 - quarter - - - - G - 5 - - 6 - 1 - quarter - down - - - - - - - - - - 8 - - 3 - major - - - - G - 2 - - - - - 8 - 1 - quarter - - - - - - -

- - - 7 - - - - - 8 - 1 - quarter - - - - A - 4 - - 8 - 1 - quarter - up - - - - A - 4 - - 8 - 1 - quarter - up - - - - - - 8 - 1 - quarter - - - - A - 4 - - 8 - 1 - quarter - up - - - - A - 4 - - 8 - 1 - quarter - up - - - - - - 8 - 1 - quarter - - - - G - 1 - 4 - - 8 - 1 - quarter - up - - - - G - 1 - 4 - - 8 - 1 - quarter - up - - - - - - 8 - 1 - quarter - - - - A - 4 - - 8 - 1 - quarter - up - - - - A - 4 - - 8 - 1 - quarter - up - - - - - - 8 - 1 - quarter - - - - A - 4 - - 8 - 1 - quarter - up - - - - A - 4 - - 8 - 1 - quarter - up - - - - - - F - 1 - 4 - - 8 - 1 - quarter - up - - - - 8 - 1 - quarter - - - - C - 1 - 5 - - 4 - 1 - eighth - down - begin - - - - - - - A - 1 - 4 - - 4 - 1 - eighth - sharp - down - end - - - - - - B - 4 - - 4 - 1 - eighth - down - begin - - - - D - 5 - - 4 - 1 - eighth - down - end - - - - F - 1 - 5 - - 8 - 1 - quarter - down - - - - - - - C - 1 - 5 - - 4 - 1 - eighth - down - begin - - - - - - - A - 1 - 4 - - 4 - 1 - eighth - sharp - down - end - - - - - - - B - 4 - - 4 - 1 - eighth - down - begin - - - - D - 5 - - 4 - 1 - eighth - down - end - - - - F - 1 - 5 - - 8 - 1 - quarter - down - - - - - - - 8 - 1 - quarter - - - - - - 24 - 1 - - - - - - 24 - 1 - - - - - - C - 1 - 4 - - 4 - 1 - eighth - up - begin - - - - - - - E - 4 - - 4 - 1 - eighth - up - continue - - - - C - 1 - 4 - - 4 - 1 - eighth - up - continue - - - - E - 4 - - 4 - 1 - eighth - up - continue - - - - D - 4 - - 4 - 1 - eighth - up - continue - - - - E - 4 - - 4 - 1 - eighth - up - end - - - - - - - - - C - 1 - 4 - - 8 - 1 - quarter - up - - - - 8 - 1 - quarter - - - light-heavy - - - - - - heavy-light - - - - - E - 4 - - 4 - 1 - eighth - up - begin - - - - - - - G - 1 - 4 - - 4 - 1 - eighth - up - end - - - - - - B - 4 - - 4 - 1 - eighth - up - begin - - - - G - 1 - 4 - - 4 - 1 - eighth - up - end - - - - E - 5 - - 8 - 1 - quarter - down - - - - - - - E - 4 - - 4 - 1 - eighth - up - begin - - - - - - - A - 4 - - 4 - 1 - eighth - up - end - - - - - - C - 1 - 5 - - 4 - 1 - eighth - down - begin - - - - A - 4 - - 4 - 1 - eighth - down - end - - - - E - 5 - - 8 - 1 - quarter - down - - - - - - - E - 4 - - 4 - 1 - eighth - up - begin - - - - - - - B - 4 - - 4 - 1 - eighth - up - end - - - - - - D - 5 - - 4 - 1 - eighth - down - begin - - - - B - 4 - - 4 - 1 - eighth - down - continue - - - - E - 5 - - 4 - 1 - eighth - down - continue - - - - D - 5 - - 4 - 1 - eighth - down - continue - - - - C - 1 - 5 - - 4 - 1 - eighth - down - continue - - - - A - 4 - - 4 - 1 - eighth - down - end - - - - - - - - - G - 1 - 4 - - 4 - 1 - eighth - up - begin - - - - - - - B - 4 - - 4 - 1 - eighth - up - end - - - - E - 5 - - 8 - 1 - quarter - down - - - - - - - E - 4 - - 4 - 1 - eighth - up - begin - - - - - - - G - 1 - 4 - - 4 - 1 - eighth - up - end - - - - - - - 8 - - 3 - major - - - - G - 2 - - - - - 8 - 1 - quarter - - - - - - -

- - - 7 - - - - - 8 - 1 - quarter - - - - E - 4 - - 8 - 1 - quarter - up - - - - E - 4 - - 8 - 1 - quarter - up - - - - - - 8 - 1 - quarter - - - - F - 1 - 4 - - 8 - 1 - quarter - up - - - - F - 1 - 4 - - 8 - 1 - quarter - up - - - - - - 8 - 1 - quarter - - - - D - 4 - - 8 - 1 - quarter - up - - - - D - 4 - - 8 - 1 - quarter - up - - - - - - 8 - 1 - quarter - - - - C - 1 - 4 - - 8 - 1 - quarter - up - - - - C - 1 - 4 - - 8 - 1 - quarter - up - - - - - - 8 - 1 - quarter - - - - E - 4 - - 8 - 1 - quarter - up - - - - E - 4 - - 8 - 1 - quarter - up - - - - - - D - 4 - - 8 - 1 - quarter - up - - - - 8 - 1 - quarter - - - - G - 4 - - 8 - 1 - quarter - natural - up - - - - - - - - - F - 1 - 4 - - 16 - 1 - half - up - - - - G - 4 - - 8 - 1 - quarter - natural - up - - - - - - - F - 1 - 4 - - 16 - 1 - half - up - - - - - - - 8 - 1 - quarter - - - - - - 24 - 1 - - - - - - 24 - 1 - - - - - - A - 3 - - 16 - 1 - half - up - - - - - - - G - 1 - 3 - - 8 - 1 - quarter - sharp - up - - - - - - - - - A - 3 - - 8 - 1 - quarter - up - - - - 8 - 1 - quarter - - - light-heavy - - - - - - heavy-light - - - - - 8 - 1 - quarter - - - - - - -

- - - - - - - pizz. - - - - 46 - - - - - - B - 3 - - 8 - 1 - quarter - up - - - - - G - 1 - 4 - - 8 - 1 - quarter - up - - - - B - 3 - - 8 - 1 - quarter - up - - - - - G - 1 - 4 - - 8 - 1 - quarter - up - - - - 8 - 1 - quarter - - - - - - A - 3 - - 8 - 1 - quarter - up - - - - - A - 4 - - 8 - 1 - quarter - up - - - - A - 3 - - 8 - 1 - quarter - up - - - - - A - 4 - - 8 - 1 - quarter - up - - - - 8 - 1 - quarter - - - - - - G - 1 - 4 - - 8 - 1 - quarter - up - - - - - B - 4 - - 8 - 1 - quarter - up - - - - G - 1 - 4 - - 8 - 1 - quarter - up - - - - - B - 4 - - 8 - 1 - quarter - up - - - - A - 4 - - 8 - 1 - quarter - down - - - - - C - 1 - 5 - - 8 - 1 - quarter - down - - - - - - G - 1 - 4 - - 8 - 1 - quarter - up - - - - - B - 4 - - 8 - 1 - quarter - up - - - - G - 1 - 4 - - 8 - 1 - quarter - up - - - - - B - 4 - - 8 - 1 - quarter - up - - - - 8 - 1 - quarter - - - - - - - 8 - - 3 - major - - - - C - 3 - - - - - 8 - 1 - quarter - - - - - - -

- - - 7 - - - - - 8 - 1 - quarter - - - - C - 1 - 4 - - 8 - 1 - quarter - down - - - - C - 1 - 4 - - 8 - 1 - quarter - down - - - - - - 8 - 1 - quarter - - - - B - 3 - - 8 - 1 - quarter - up - - - - B - 3 - - 8 - 1 - quarter - up - - - - - - 8 - 1 - quarter - - - - B - 3 - - 8 - 1 - quarter - up - - - - B - 3 - - 8 - 1 - quarter - up - - - - - - 8 - 1 - quarter - - - - A - 3 - - 8 - 1 - quarter - up - - - - A - 3 - - 8 - 1 - quarter - up - - - - - - 8 - 1 - quarter - - - - C - 1 - 4 - - 8 - 1 - quarter - down - - - - C - 1 - 4 - - 8 - 1 - quarter - down - - - - - - B - 3 - - 8 - 1 - quarter - up - - - - 8 - 1 - quarter - - - - E - 4 - - 8 - 1 - quarter - down - - - - - - - - - D - 4 - - 16 - 1 - half - down - - - - E - 4 - - 8 - 1 - quarter - down - - - - - - - D - 4 - - 16 - 1 - half - down - - - - - - - 8 - 1 - quarter - - - - - - 24 - 1 - - - - - - 24 - 1 - - - - - - E - 3 - - 24 - - 1 - half - - up - - - - - - - - - E - 3 - - 8 - - 1 - quarter - up - - - - - - - 8 - 1 - quarter - - - light-heavy - - - - - - heavy-light - - - - - 8 - 1 - quarter - - - - - - pizz. - - - - 46 - - - - - - -

- - - - - - - D - 4 - - 8 - 1 - quarter - down - - - - - E - 4 - - 8 - 1 - quarter - down - - - - D - 4 - - 8 - 1 - quarter - down - - - - - E - 4 - - 8 - 1 - quarter - down - - - - 8 - 1 - quarter - - - - - - C - 1 - 4 - - 8 - 1 - quarter - down - - - - - E - 4 - - 8 - 1 - quarter - down - - - - C - 1 - 4 - - 8 - 1 - quarter - down - - - - - E - 4 - - 8 - 1 - quarter - down - - - - 8 - 1 - quarter - - - - - - E - 4 - - 8 - 1 - quarter - down - - - - E - 4 - - 8 - 1 - quarter - down - - - - E - 4 - - 8 - 1 - quarter - down - - - - - - E - 4 - - 8 - 1 - quarter - down - - - - E - 4 - - 8 - 1 - quarter - down - - - - 8 - 1 - quarter - - - - - - - 8 - - 3 - major - - - - F - 4 - - - - - 8 - 1 - quarter - - - - - - -

- - - - - - - A - 3 - - 8 - 1 - quarter - down - - - - 8 - 1 - quarter - - - - 8 - 1 - quarter - - - - - - D - 3 - - 8 - 1 - quarter - down - - - - 8 - 1 - quarter - - - - 8 - 1 - quarter - - - - - - E - 3 - - 8 - 1 - quarter - down - - - - 8 - 1 - quarter - - - - 8 - 1 - quarter - - - - - - F - 1 - 3 - - 8 - 1 - quarter - down - - - - 8 - 1 - quarter - - - - 8 - 1 - quarter - - - - - - C - 1 - 3 - - 8 - 1 - quarter - up - - - - 8 - 1 - quarter - - - - 8 - 1 - quarter - - - - - - D - 3 - - 8 - 1 - quarter - down - - - - 8 - 1 - quarter - - - - 8 - 1 - quarter - - - - - - 24 - 1 - - - - - - - 24 - 1 - - - - - - 24 - 1 - - - - - - 24 - 1 - - - - - - E - 2 - - 8 - 1 - quarter - up - - - - - - - - - - E - 2 - - 8 - 1 - quarter - up - - - - - - - - - E - 2 - - 8 - 1 - quarter - up - - - - - - - - - - - - A - 2 - - 8 - 1 - quarter - up - - - - 8 - 1 - quarter - - - light-heavy - - - - - - heavy-light - - - - - 8 - 1 - quarter - - - - - - -

- - - - - - - pizz. - - - - 46 - - - - - - E - 3 - - 8 - 1 - quarter - down - - - - E - 3 - - 8 - 1 - quarter - down - - - - 8 - 1 - quarter - - - - - - E - 3 - - 8 - 1 - quarter - down - - - - E - 3 - - 8 - 1 - quarter - down - - - - 8 - 1 - quarter - - - - - - E - 3 - - 8 - 1 - quarter - down - - - - E - 3 - - 8 - 1 - quarter - down - - - - E - 3 - - 8 - 1 - quarter - down - - - - - - E - 3 - - 8 - 1 - quarter - down - - - - E - 2 - - 8 - 1 - quarter - up - - - - 8 - 1 - quarter - - - - Binary files /tmp/tmpUS6AUv/JqGHY27wrN/canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/MozaVeilSample.musicxml and /tmp/tmpUS6AUv/3S7fxFGnW7/canorus-0.7.3.RC3+dfsg/examples/musicxml/MozaVeilSample.musicxml differ Binary files /tmp/tmpUS6AUv/JqGHY27wrN/canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/MozaVeilSample.xml and /tmp/tmpUS6AUv/3S7fxFGnW7/canorus-0.7.3.RC3+dfsg/examples/musicxml/MozaVeilSample.xml differ diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/Saltarello.musicxml canorus-0.7.3.RC3+dfsg/examples/musicxml/Saltarello.musicxml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/Saltarello.musicxml 1970-01-01 00:00:00.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/Saltarello.musicxml 2018-06-20 18:42:55.000000000 +0000 @@ -0,0 +1,1453 @@ + + + + Saltarello + + Anonymous + Copyright © 2003 Recordare LLC + + Finale 2003 for Windows + Dolet for Finale 1.3 + 2003-03-14 + + + + + MusicXML Part + + + + + + 4 + + 0 + major + + + + C + 3 + + + + + 1. + + + + + C + 4 + + 2 + 1 + eighth + up + begin + + + + B + 3 + + 2 + 1 + eighth + up + continue + + + + A + 3 + + 2 + 1 + eighth + up + end + + + + G + 3 + + 2 + 1 + eighth + up + begin + + + + A + 3 + + 2 + 1 + eighth + up + continue + + + + B + 3 + + 2 + 1 + eighth + up + end + + + + + + C + 4 + + 2 + 1 + eighth + down + begin + + + + D + 4 + + 2 + 1 + eighth + down + continue + + + + B + 3 + + 2 + 1 + eighth + down + end + + + + C + 4 + + 4 + 1 + quarter + down + + + + + + + G + 3 + + 2 + 1 + eighth + up + + + + + + + + + A + 3 + + 2 + 1 + eighth + up + begin + + + + B + 3 + + 2 + 1 + eighth + up + continue + + + + C + 4 + + 2 + 1 + eighth + up + end + + + + A + 3 + + 2 + 1 + eighth + up + begin + + + + B + 3 + + 2 + 1 + eighth + up + continue + + + + G + 3 + + 2 + 1 + eighth + up + end + + + + + + C + 4 + + 2 + 1 + eighth + up + begin + + + + B + 3 + + 2 + 1 + eighth + up + continue + + + + C + 4 + + 2 + 1 + eighth + up + end + + + + D + 4 + + 4 + 1 + quarter + down + + + + + + + E + 4 + + 2 + 1 + eighth + down + + + + + + + + + C + 4 + + 2 + 1 + eighth + down + begin + + + + G + 4 + + 2 + 1 + eighth + down + continue + + + + F + 4 + + 2 + 1 + eighth + down + end + + + + E + 4 + + 4 + 1 + quarter + down + + + + D + 4 + + 2 + 1 + eighth + down + + + + + + C + 4 + + 2 + 1 + eighth + down + begin + + + + G + 4 + + 2 + 1 + eighth + down + continue + + + + F + 4 + + 2 + 1 + eighth + down + end + + + + E + 4 + + 4 + 1 + quarter + down + + + + + + + D + 4 + + 2 + 1 + eighth + down + + + + + + + + + + + + C + 4 + + 2 + 1 + eighth + up + begin + + + + B + 3 + + 2 + 1 + eighth + up + continue + + + + C + 4 + + 2 + 1 + eighth + up + end + + + + A + 3 + + 4 + 1 + quarter + up + + + + + + + E + 4 + + 2 + 1 + eighth + down + + + + + + + + + A + 3 + + 2 + 1 + eighth + down + begin + + + + + + + + + E + 4 + + 2 + 1 + eighth + down + continue + + + + + + + + + E + 4 + + 2 + 1 + eighth + down + end + + + + + + + + + A + 3 + + 6 + 1 + quarter + + up + + + light-heavy + + + + + + + + + + + + C + 4 + + 2 + 1 + eighth + up + begin + + + + B + 3 + + 2 + 1 + eighth + up + continue + + + + C + 4 + + 2 + 1 + eighth + up + end + + + + A + 3 + + 2 + 1 + eighth + up + begin + + + + B + 3 + + 2 + 1 + eighth + up + continue + + + + C + 4 + + 2 + 1 + eighth + up + end + + + + + + D + 4 + + 1 + 1 + 16th + down + begin + begin + + + + + + + C + 4 + + 1 + 1 + 16th + down + continue + end + + + + D + 4 + + 2 + 1 + eighth + down + continue + + + + + + + B + 3 + + 2 + 1 + eighth + down + end + + + + C + 4 + + 6 + 1 + quarter + + down + + + + + + + + heavy-light + + + + + 2. + + + + + E + 4 + + 2 + 1 + eighth + down + begin + + + + D + 4 + + 2 + 1 + eighth + down + continue + + + + C + 4 + + 2 + 1 + eighth + down + end + + + + B + 3 + + 4 + 1 + quarter + up + + + + + + + A + 3 + + 2 + 1 + eighth + up + + + + + + + + + C + 4 + + 4 + 1 + quarter + down + + + + + + + D + 4 + + 2 + 1 + eighth + down + + + + + + + E + 4 + + 4 + 1 + quarter + down + + + + + + + D + 4 + + 2 + 1 + eighth + down + + + + + + + + + C + 4 + + 2 + 1 + eighth + up + begin + + + + B + 3 + + 2 + 1 + eighth + up + continue + + + + C + 4 + + 2 + 1 + eighth + up + end + + + + A + 3 + + 4 + 1 + quarter + up + + + + + + + B + 3 + + 2 + 1 + eighth + up + + + + + + + + + G + 3 + + 2 + 1 + eighth + up + begin + + + + A + 3 + + 2 + 1 + eighth + up + continue + + + + B + 3 + + 2 + 1 + eighth + up + end + + + + C + 4 + + 4 + 1 + quarter + down + + + + + + + G + 3 + + 2 + 1 + eighth + up + + + + + + + + + A + 3 + + 2 + 1 + eighth + up + begin + + + + B + 3 + + 2 + 1 + eighth + up + continue + + + + C + 4 + + 2 + 1 + eighth + up + end + + + + A + 3 + + 2 + 1 + eighth + up + begin + + + + B + 3 + + 2 + 1 + eighth + up + continue + + + + G + 3 + + 2 + 1 + eighth + up + end + + + + + + + C + 4 + + 2 + 1 + eighth + up + begin + + + + B + 3 + + 2 + 1 + eighth + up + continue + + + + C + 4 + + 2 + 1 + eighth + up + end + + + + D + 4 + + 4 + 1 + quarter + down + + + + + + + E + 4 + + 2 + 1 + eighth + down + + + + + + + + + C + 4 + + 2 + 1 + eighth + down + begin + + + + G + 4 + + 2 + 1 + eighth + down + continue + + + + F + 4 + + 2 + 1 + eighth + down + end + + + + E + 4 + + 4 + 1 + quarter + down + + + + + + + D + 4 + + 2 + 1 + eighth + down + + + + + + + + + C + 4 + + 2 + 1 + eighth + down + begin + + + + G + 4 + + 2 + 1 + eighth + down + continue + + + + F + 4 + + 2 + 1 + eighth + down + end + + + + E + 4 + + 4 + 1 + quarter + down + + + + + + + D + 4 + + 2 + 1 + eighth + down + + + + + + + + + + + + C + 4 + + 2 + 1 + eighth + up + begin + + + + B + 3 + + 2 + 1 + eighth + up + continue + + + + C + 4 + + 2 + 1 + eighth + up + end + + + + A + 3 + + 4 + 1 + quarter + up + + + + + + + E + 4 + + 2 + 1 + eighth + down + + + + + + + + + A + 3 + + 2 + 1 + eighth + down + begin + + + + + + + + + E + 4 + + 2 + 1 + eighth + down + continue + + + + + + + + + E + 4 + + 2 + 1 + eighth + down + end + + + + + + + + + A + 3 + + 6 + 1 + quarter + + up + + + light-heavy + + + + + + + + + + + C + 4 + + 2 + 1 + eighth + up + begin + + + + B + 3 + + 2 + 1 + eighth + up + continue + + + + C + 4 + + 2 + 1 + eighth + up + end + + + + A + 3 + + 2 + 1 + eighth + up + begin + + + + B + 3 + + 2 + 1 + eighth + up + continue + + + + C + 4 + + 2 + 1 + eighth + up + end + + + + + + D + 4 + + 1 + 1 + 16th + down + begin + begin + + + + + + + C + 4 + + 1 + 1 + 16th + down + continue + end + + + + D + 4 + + 2 + 1 + eighth + down + continue + + + + + + + B + 3 + + 2 + 1 + eighth + down + end + + + + C + 4 + + 6 + 1 + quarter + + down + + + light-heavy + + + + + diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/Saltarello.xml canorus-0.7.3.RC3+dfsg/examples/musicxml/Saltarello.xml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/Saltarello.xml 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/Saltarello.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,1453 +0,0 @@ - - - - Saltarello - - Anonymous - Copyright © 2003 Recordare LLC - - Finale 2003 for Windows - Dolet for Finale 1.3 - 2003-03-14 - - - - - MusicXML Part - - - - - - 4 - - 0 - major - - - - C - 3 - - - - - 1. - - - - - C - 4 - - 2 - 1 - eighth - up - begin - - - - B - 3 - - 2 - 1 - eighth - up - continue - - - - A - 3 - - 2 - 1 - eighth - up - end - - - - G - 3 - - 2 - 1 - eighth - up - begin - - - - A - 3 - - 2 - 1 - eighth - up - continue - - - - B - 3 - - 2 - 1 - eighth - up - end - - - - - - C - 4 - - 2 - 1 - eighth - down - begin - - - - D - 4 - - 2 - 1 - eighth - down - continue - - - - B - 3 - - 2 - 1 - eighth - down - end - - - - C - 4 - - 4 - 1 - quarter - down - - - - - - - G - 3 - - 2 - 1 - eighth - up - - - - - - - - - A - 3 - - 2 - 1 - eighth - up - begin - - - - B - 3 - - 2 - 1 - eighth - up - continue - - - - C - 4 - - 2 - 1 - eighth - up - end - - - - A - 3 - - 2 - 1 - eighth - up - begin - - - - B - 3 - - 2 - 1 - eighth - up - continue - - - - G - 3 - - 2 - 1 - eighth - up - end - - - - - - C - 4 - - 2 - 1 - eighth - up - begin - - - - B - 3 - - 2 - 1 - eighth - up - continue - - - - C - 4 - - 2 - 1 - eighth - up - end - - - - D - 4 - - 4 - 1 - quarter - down - - - - - - - E - 4 - - 2 - 1 - eighth - down - - - - - - - - - C - 4 - - 2 - 1 - eighth - down - begin - - - - G - 4 - - 2 - 1 - eighth - down - continue - - - - F - 4 - - 2 - 1 - eighth - down - end - - - - E - 4 - - 4 - 1 - quarter - down - - - - D - 4 - - 2 - 1 - eighth - down - - - - - - C - 4 - - 2 - 1 - eighth - down - begin - - - - G - 4 - - 2 - 1 - eighth - down - continue - - - - F - 4 - - 2 - 1 - eighth - down - end - - - - E - 4 - - 4 - 1 - quarter - down - - - - - - - D - 4 - - 2 - 1 - eighth - down - - - - - - - - - - - - C - 4 - - 2 - 1 - eighth - up - begin - - - - B - 3 - - 2 - 1 - eighth - up - continue - - - - C - 4 - - 2 - 1 - eighth - up - end - - - - A - 3 - - 4 - 1 - quarter - up - - - - - - - E - 4 - - 2 - 1 - eighth - down - - - - - - - - - A - 3 - - 2 - 1 - eighth - down - begin - - - - - - - - - E - 4 - - 2 - 1 - eighth - down - continue - - - - - - - - - E - 4 - - 2 - 1 - eighth - down - end - - - - - - - - - A - 3 - - 6 - 1 - quarter - - up - - - light-heavy - - - - - - - - - - - - C - 4 - - 2 - 1 - eighth - up - begin - - - - B - 3 - - 2 - 1 - eighth - up - continue - - - - C - 4 - - 2 - 1 - eighth - up - end - - - - A - 3 - - 2 - 1 - eighth - up - begin - - - - B - 3 - - 2 - 1 - eighth - up - continue - - - - C - 4 - - 2 - 1 - eighth - up - end - - - - - - D - 4 - - 1 - 1 - 16th - down - begin - begin - - - - - - - C - 4 - - 1 - 1 - 16th - down - continue - end - - - - D - 4 - - 2 - 1 - eighth - down - continue - - - - - - - B - 3 - - 2 - 1 - eighth - down - end - - - - C - 4 - - 6 - 1 - quarter - - down - - - - - - - - heavy-light - - - - - 2. - - - - - E - 4 - - 2 - 1 - eighth - down - begin - - - - D - 4 - - 2 - 1 - eighth - down - continue - - - - C - 4 - - 2 - 1 - eighth - down - end - - - - B - 3 - - 4 - 1 - quarter - up - - - - - - - A - 3 - - 2 - 1 - eighth - up - - - - - - - - - C - 4 - - 4 - 1 - quarter - down - - - - - - - D - 4 - - 2 - 1 - eighth - down - - - - - - - E - 4 - - 4 - 1 - quarter - down - - - - - - - D - 4 - - 2 - 1 - eighth - down - - - - - - - - - C - 4 - - 2 - 1 - eighth - up - begin - - - - B - 3 - - 2 - 1 - eighth - up - continue - - - - C - 4 - - 2 - 1 - eighth - up - end - - - - A - 3 - - 4 - 1 - quarter - up - - - - - - - B - 3 - - 2 - 1 - eighth - up - - - - - - - - - G - 3 - - 2 - 1 - eighth - up - begin - - - - A - 3 - - 2 - 1 - eighth - up - continue - - - - B - 3 - - 2 - 1 - eighth - up - end - - - - C - 4 - - 4 - 1 - quarter - down - - - - - - - G - 3 - - 2 - 1 - eighth - up - - - - - - - - - A - 3 - - 2 - 1 - eighth - up - begin - - - - B - 3 - - 2 - 1 - eighth - up - continue - - - - C - 4 - - 2 - 1 - eighth - up - end - - - - A - 3 - - 2 - 1 - eighth - up - begin - - - - B - 3 - - 2 - 1 - eighth - up - continue - - - - G - 3 - - 2 - 1 - eighth - up - end - - - - - - - C - 4 - - 2 - 1 - eighth - up - begin - - - - B - 3 - - 2 - 1 - eighth - up - continue - - - - C - 4 - - 2 - 1 - eighth - up - end - - - - D - 4 - - 4 - 1 - quarter - down - - - - - - - E - 4 - - 2 - 1 - eighth - down - - - - - - - - - C - 4 - - 2 - 1 - eighth - down - begin - - - - G - 4 - - 2 - 1 - eighth - down - continue - - - - F - 4 - - 2 - 1 - eighth - down - end - - - - E - 4 - - 4 - 1 - quarter - down - - - - - - - D - 4 - - 2 - 1 - eighth - down - - - - - - - - - C - 4 - - 2 - 1 - eighth - down - begin - - - - G - 4 - - 2 - 1 - eighth - down - continue - - - - F - 4 - - 2 - 1 - eighth - down - end - - - - E - 4 - - 4 - 1 - quarter - down - - - - - - - D - 4 - - 2 - 1 - eighth - down - - - - - - - - - - - - C - 4 - - 2 - 1 - eighth - up - begin - - - - B - 3 - - 2 - 1 - eighth - up - continue - - - - C - 4 - - 2 - 1 - eighth - up - end - - - - A - 3 - - 4 - 1 - quarter - up - - - - - - - E - 4 - - 2 - 1 - eighth - down - - - - - - - - - A - 3 - - 2 - 1 - eighth - down - begin - - - - - - - - - E - 4 - - 2 - 1 - eighth - down - continue - - - - - - - - - E - 4 - - 2 - 1 - eighth - down - end - - - - - - - - - A - 3 - - 6 - 1 - quarter - - up - - - light-heavy - - - - - - - - - - - C - 4 - - 2 - 1 - eighth - up - begin - - - - B - 3 - - 2 - 1 - eighth - up - continue - - - - C - 4 - - 2 - 1 - eighth - up - end - - - - A - 3 - - 2 - 1 - eighth - up - begin - - - - B - 3 - - 2 - 1 - eighth - up - continue - - - - C - 4 - - 2 - 1 - eighth - up - end - - - - - - D - 4 - - 1 - 1 - 16th - down - begin - begin - - - - - - - C - 4 - - 1 - 1 - 16th - down - continue - end - - - - D - 4 - - 2 - 1 - eighth - down - continue - - - - - - - B - 3 - - 2 - 1 - eighth - down - end - - - - C - 4 - - 6 - 1 - quarter - - down - - - light-heavy - - - - - diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/SchbAvMaSample.musicxml canorus-0.7.3.RC3+dfsg/examples/musicxml/SchbAvMaSample.musicxml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/SchbAvMaSample.musicxml 1970-01-01 00:00:00.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/SchbAvMaSample.musicxml 2018-06-20 18:42:55.000000000 +0000 @@ -0,0 +1,8767 @@ + + + + + D. 839 + Ave Maria (Ellen's Gesang III) - Page 1 + + + Franz Schubert + Walter Scott + D. Adam Storck + Copyright © 2002 Recordare LLC + + Finale 2005 for Windows + Dolet 4.0 Beta 4 for Finale + 2007-06-19 + + + + + + + 6.35 + 40 + + + 1760 + 1360 + + 80 + 80 + 80 + 80 + + + + + 0 + 0 + + 127 + 127 + + + 126 + + + 0.9375 + 3.75 + 0.625 + 1.4062 + 3.75 + 0.9375 + 0.5762 + 0.7178 + 1.25 + 1.0156 + 66 + 66 + + + + + + + Copyright © 2002 Recordare LLC + + + (Ellen’s Gesang III) + + + Ave Maria + + + D. Adam Storck +(after Walter Scott) + + + Franz Schubert + + + D. 839 + + + + Voice + + Choir Aahs + + + 1 + 53 + + + + Piano + + Grand Piano + + + 2 + 1 + + + + + + + + 48 + + -2 + major + + + + G + 2 + + + + + + 192 + 1 + + + + + + + 192 + 1 + + + + + + + 85 + + + + heavy-light + + + + + + + + B + -1 + 4 + + 72 + 1 + quarter + + down + + begin + A + + + begin + A + + + begin + A + + + + + A + 4 + + 12 + 1 + 16th + up + begin + begin + + end + ve + + + end + ve + + + end + ve + + + + + B + -1 + 4 + + 12 + 1 + 16th + up + end + end + + begin + Ma + + + begin + Ma + + + begin + Ma + + + + + D + 5 + + 84 + 1 + quarter + + + down + + + + + middle + ri + + + middle + ri + + + middle + ri + + + + + C + 5 + + 12 + 1 + 16th + down + + + + + + + + + + B + -1 + 4 + + 48 + 1 + quarter + down + + end + a! + + + end + a! + + + end + a! + + + + + 48 + 1 + quarter + + + + C + 5 + + 48 + 1 + quarter + down + + + + + begin + Jung + + + begin + Un + + + begin + Rei + + + + + + D + 5 + + 1 + 32nd + up + begin + begin + begin + + + + + C + 5 + + 1 + 32nd + up + end + end + end + + + + B + -1 + 4 + + 12 + 1 + 16th + up + begin + begin + + + + A + 4 + + 12 + 1 + 16th + up + continue + continue + + + + + + + G + 4 + + 12 + 1 + 16th + up + continue + continue + + + + + end + frau + + + middle + be + + + end + ne + + + + + + A + 4 + + 12 + 1 + 16th + up + end + end + + + + + + + + + + 85 + + + + + + + + B + -1 + 4 + + 48 + 1 + quarter + down + + single + mild! + + + + end + fleckt! + + + + single + Magd! + + + + + + 24 + 1 + eighth + + + + D + 5 + + 24 + 1 + eighth + down + + begin + Er + + + single + Wenn + + + single + Der + + + + + D + 5 + + 36 + 1 + eighth + + down + begin + + middle + + + + single + wir + + + begin + Er + + + + + C + 5 + + 6 + 1 + 32nd + down + continue + begin + begin + + + + + end + re + + + + single + auf + + + end + de + + + + + + B + -1 + 4 + + 6 + 1 + 32nd + down + end + end + end + + + + + + + A + 4 + + 12 + 1 + 16th + up + begin + begin + + begin + ei + + + begin + die + + + single + und + + + + + G + 4 + + 12 + 1 + 16th + up + end + end + + end + ner + + + end + sen + + + single + der + + + + + D + 5 + + 12 + 1 + 16th + down + begin + begin + + begin + Jung + + + single + Fels + + + single + Luft + + + + + E + 5 + + 12 + 1 + 16th + natural + down + end + end + + end + frau + + + begin + hin + + + begin + + + + + + + + + D + 5 + + 48 + 1 + quarter + down + + begin + Fle + + + middle + sin + + + middle + mo + + + + + C + 1 + 5 + + 36 + 1 + eighth + + sharp + down + begin + + end + hen! + + + + end + ken + + + + end + nen, + + + + + + A + 4 + + 12 + 1 + 16th + down + end + backward hook + + single + Aus + + + single + zum + + + single + von + + + + + C + 5 + + 36 + 1 + eighth + + natural + down + begin + + begin + die + + + single + Schlaf, + + + begin + dei + + + + + B + -1 + 4 + + 12 + 1 + 16th + down + end + backward hook + + end + sem + + + single + und + + + end + nes + + + + + A + 4 + + 8 + 1 + 16th + + 3 + 2 + + down + begin + begin + + + + + + begin + Fel + + + single + uns + + + begin + Au + + + + + C + 5 + + 8 + 1 + 16th + + 3 + 2 + + down + continue + continue + + + + + + + D + 5 + + 8 + 1 + 16th + + 3 + 2 + + down + continue + end + + + + + end + sen, + + + single + dein + + + end + ges + + + + + E + -1 + 5 + + 8 + 1 + 16th + + 3 + 2 + + down + continue + begin + + + + + + single + starr + + + single + Schutz + + + single + Huld + + + + + C + 5 + + 8 + 1 + 16th + + 3 + 2 + + down + continue + continue + + + + + + + A + 4 + + 8 + 1 + 16th + + 3 + 2 + + down + end + end + + + + + single + und + + + begin + be + + + begin + ver + + + + + + + + 85 + + + + + + + + B + -1 + 4 + + 72 + 1 + quarter + + down + + single + wild, + + + + end + deckt, + + + + end + jagt, + + + + + + D + 5 + + 12 + 1 + 16th + down + begin + begin + + + + + single + soll + + + single + wird + + + single + sie + + + + + + C + 5 + + 12 + 1 + 16th + down + end + end + + + + + + + C + 5 + + 36 + 1 + eighth + + down + begin + + single + mein + + + single + weich + + + begin + kön + + + + + A + 4 + + 12 + 1 + 16th + down + end + backward hook + + begin + Ge + + + single + der + + + end + nen + + + + + G + 4 + + 8 + 1 + 16th + + 3 + 2 + + down + begin + begin + + + + + + end + bet + + + + begin + har + + + single + hier + + + + + B + 4 + + 8 + 1 + 16th + natural + + 3 + 2 + + down + continue + continue + + + + + + + D + 5 + + 8 + 1 + 16th + + 3 + 2 + + down + end + end + + + + + single + zu + + + end + te + + + single + nicht + + + + + F + 5 + + 8 + 1 + 16th + + 3 + 2 + + down + begin + begin + + + + + + single + dir + + + + single + Fels + + + single + bei + + + + + D + 5 + + 8 + 1 + 16th + + 3 + 2 + + down + continue + continue + + + + + + + B + 4 + + 8 + 1 + 16th + + 3 + 2 + + down + end + end + + + + + single + hin + + + single + uns + + + single + uns + + + + + + + + C + 5 + + 48 + + 1 + quarter + down + + + + + + begin + we + + + begin + dün + + + begin + woh + + + + + C + 5 + + 8 + + 1 + 16th + + 6 + 4 + + up + begin + begin + + + + + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + continue + continue + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + continue + continue + + + + B + -1 + 4 + + 8 + 1 + 16th + flat + + 6 + 4 + + up + continue + continue + + + + + C + 5 + + 1 + 16th + down + begin + begin + + + + + B + -1 + 4 + + 1 + 16th + down + end + end + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + continue + continue + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + end + end + + + + + + + + F + 4 + + 48 + 1 + quarter + up + + end + hen. + + + + + end + ken. + + + + + end + nen! + + + + + + + 24 + 1 + eighth + + + + F + 4 + + 24 + 1 + eighth + up + + single + Wir + + + single + Du + + + single + Wir + + + + + + + + + + + 94 + 0 + + 250 + + + 70 + + + + 48 + + -2 + major + + + 2 + + G + 2 + + + F + 4 + + + + + Sehr langsam + + 1 + + + + + + 8 + 1 + 16th + + 6 + 4 + + 1 + + + + + + + + + + D + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + begin + begin + + + + + + + + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + + + + + + + D + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + D + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + end + end + + + + + + + + + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + 8 + 1 + 16th + + 6 + 4 + + 1 + + + + + + + D + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + begin + begin + + + + + + + + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + + + + + + + D + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + D + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + end + end + + + + + + + + + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + + + 1 + + + + 8 + 1 + 16th + + 6 + 4 + + 1 + + + + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + begin + begin + + + + + + + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + continue + continue + + + + + + + + + + D + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + D + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + continue + continue + + + + + + + + + + + F + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + continue + continue + + + + + + + + + + D + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + end + end + + + + + + + + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + 8 + 1 + 16th + + 6 + 4 + + 1 + + + + + + + A + -1 + 4 + + 8 + 1 + 16th + flat + + 6 + 4 + + down + 1 + begin + begin + + + + + + + + + + + D + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + D + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + continue + continue + + + + + + + + + + F + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + F + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + continue + continue + + + + + + + + + + + A + -1 + 5 + + 8 + 1 + 16th + flat + + 6 + 4 + + down + 1 + + + + D + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + continue + continue + + + + + + + + + + F + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + + + 1 + + + + A + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + end + end + + + + + + + + + + + + D + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + 192 + + + + col Pedale + + 2 + + + + B + -1 + 1 + + 24 + 2 + eighth + up + 2 + + + + + B + -1 + 2 + + 24 + 2 + eighth + up + 2 + + + + 24 + 2 + eighth + 2 + + + + B + -1 + 1 + + 24 + 2 + eighth + up + 2 + + + + + B + -1 + 2 + + 24 + 2 + eighth + up + 2 + + + + 24 + 2 + eighth + 2 + + + + B + -1 + 1 + + 24 + 2 + eighth + up + 2 + + + + + B + -1 + 2 + + 24 + 2 + eighth + up + 2 + + + + 24 + 2 + eighth + 2 + + + + B + -1 + 1 + + 24 + 2 + eighth + up + 2 + + + + + B + -1 + 2 + + 24 + 2 + eighth + up + 2 + + + + 24 + 2 + eighth + 2 + + + + + + + + + 1 + + + + 8 + 1 + 16th + + 6 + 4 + + 1 + + + + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + begin + begin + + + + + + + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + continue + continue + + + + + + + + + + E + -1 + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + E + -1 + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + continue + continue + + + + + + + + + + + G + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + continue + continue + + + + + + + + + + E + -1 + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + end + end + + + + + + + + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + 8 + 1 + 16th + + 6 + 4 + + 1 + + + + + + + G + -1 + 4 + + 8 + 1 + 16th + flat + + 6 + 4 + + down + 1 + begin + begin + + + + + + + + + + + A + 4 + + 8 + 1 + 16th + natural + + 6 + 4 + + down + 1 + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + continue + continue + + + + + + + + + + E + -1 + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + E + -1 + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + continue + continue + + + + + + + + + + + G + -1 + 5 + + 8 + 1 + 16th + flat + + 6 + 4 + + down + 1 + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + continue + continue + + + + + + + + + + E + -1 + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + + + 4 + 1 + + + + G + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + end + end + + + + + + + + + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + 8 + 1 + 16th + + 6 + 4 + + 1 + + + + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + begin + begin + + + + + + + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + continue + continue + + + + + + + + + + D + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + D + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + continue + continue + + + + + + + + + + + F + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + continue + continue + + + + + + + + + + D + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + end + end + + + + + + + + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + 8 + 1 + 16th + + 6 + 4 + + 1 + + + + + + + D + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + begin + begin + + + + + + + + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + + + + + + + D + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + D + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + end + end + + + + + + + + + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + 192 + + + + B + -1 + 1 + + 24 + 2 + eighth + up + 2 + + + + + B + -1 + 2 + + 24 + 2 + eighth + up + 2 + + + + 24 + 2 + eighth + 2 + + + + B + -1 + 1 + + 24 + 2 + eighth + up + 2 + + + + + B + -1 + 2 + + 24 + 2 + eighth + up + 2 + + + + 24 + 2 + eighth + 2 + + + + B + -1 + 1 + + 24 + 2 + eighth + up + 2 + + + + + B + -1 + 2 + + 24 + 2 + eighth + up + 2 + + + + 24 + 2 + eighth + 2 + + + + B + -1 + 1 + + 24 + 2 + eighth + up + 2 + + + + + B + -1 + 2 + + 24 + 2 + eighth + up + 2 + + + + 24 + 2 + eighth + 2 + + + + + + + 45 + + + + heavy-light + + + + + 8 + 1 + 16th + + 6 + 4 + + 1 + + + + + + + D + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + begin + begin + + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + D + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + D + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + end + end + + + + + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + 8 + 1 + 16th + + 6 + 4 + + 1 + + + + + + + D + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + begin + begin + + + + + E + 4 + + 8 + 1 + 16th + natural + + 6 + 4 + + up + 1 + + + + E + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + D + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + E + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + D + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + end + end + + + + + + + + E + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + 8 + 1 + 16th + + 6 + 4 + + 1 + + + + + + + D + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + begin + begin + + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + D + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + D + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + end + end + + + + + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + 8 + 1 + 16th + + 6 + 4 + + 1 + + + + + + + E + -1 + 4 + + 8 + 1 + 16th + flat + + 6 + 4 + + up + 1 + begin + begin + + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + C + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + C + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + E + -1 + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + C + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + E + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + end + end + + + + + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + 192 + + + + B + -1 + 1 + + 24 + 2 + eighth + up + 2 + + + + + B + -1 + 2 + + 24 + 2 + eighth + up + 2 + + + + 24 + 2 + eighth + 2 + + + + G + 1 + + 24 + 2 + eighth + up + 2 + + + + + G + 2 + + 24 + 2 + eighth + up + 2 + + + + 24 + 2 + eighth + 2 + + + + F + 1 + + 24 + 2 + eighth + up + 2 + + + + + F + 2 + + 24 + 2 + eighth + up + 2 + + + + 24 + 2 + eighth + 2 + + + + F + 1 + + 24 + 2 + eighth + up + 2 + + + + + F + 2 + + 24 + 2 + eighth + up + 2 + + + + 24 + 2 + eighth + 2 + + + + + + + 8 + 1 + 16th + + 6 + 4 + + 1 + + + + + + + D + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + begin + begin + + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + D + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + D + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + end + end + + + + + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + 8 + 1 + 16th + + 6 + 4 + + 1 + + + + + + + D + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + begin + begin + + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + D + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + D + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + end + end + + + + + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + 8 + 1 + 16th + + 6 + 4 + + 1 + + + + + + + E + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + begin + begin + + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + C + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + C + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + E + -1 + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + C + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + E + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + end + end + + + + + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + 8 + 1 + 16th + + 6 + 4 + + 1 + + + + + + + E + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + begin + begin + + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + C + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + E + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + end + end + + + + + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + 192 + + + + G + 1 + + 24 + 2 + eighth + up + 2 + + + + + G + 2 + + 24 + 2 + eighth + up + 2 + + + + 24 + 2 + eighth + 2 + + + + G + 1 + + 24 + 2 + eighth + up + 2 + + + + + G + 2 + + 24 + 2 + eighth + up + 2 + + + + 24 + 2 + eighth + 2 + + + + E + -1 + 1 + + 24 + 2 + eighth + up + 2 + + + + + E + -1 + 2 + + 24 + 2 + eighth + up + 2 + + + + 24 + 2 + eighth + 2 + + + + F + 1 + + 24 + 2 + eighth + up + 2 + + + + + F + 2 + + 24 + 2 + eighth + up + 2 + + + + 24 + 2 + eighth + 2 + + + + + + + 45 + + + + + 8 + 1 + 16th + + 6 + 4 + + 1 + + + + + + + D + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + begin + begin + + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + D + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + D + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + end + end + + + + + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + 8 + 1 + 16th + + 6 + 4 + + 1 + + + + + + + D + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + begin + begin + + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + D + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + D + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + end + end + + + + + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + + + 1 + + + + 8 + 1 + 16th + + 6 + 4 + + 1 + + + + + + + D + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + begin + begin + + + + + F + 1 + 4 + + 8 + 1 + 16th + sharp + + 6 + 4 + + up + 1 + + + + F + 1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + D + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + F + 1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + D + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + end + end + + + + + + + + F + 1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + 8 + 1 + 16th + + 6 + 4 + + 1 + + + + + + + D + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + begin + begin + + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + D + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + + + 3 + 1 + + + + D + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + end + end + + + + + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + 192 + + + + B + -1 + 1 + + 24 + 2 + eighth + up + 2 + + + + + B + -1 + 2 + + 24 + 2 + eighth + up + 2 + + + + 24 + 2 + eighth + 2 + + + + B + -1 + 1 + + 24 + 2 + eighth + up + 2 + + + + + B + -1 + 2 + + 24 + 2 + eighth + up + 2 + + + + 24 + 2 + eighth + 2 + + + + B + -1 + 1 + + 24 + 2 + eighth + up + 2 + + + + + B + -1 + 2 + + 24 + 2 + eighth + up + 2 + + + + 24 + 2 + eighth + 2 + + + + B + -1 + 1 + + 24 + 2 + eighth + up + 2 + + + + + B + -1 + 2 + + 24 + 2 + eighth + up + 2 + + + + 24 + 2 + eighth + 2 + + + + + + + + + 1 + + + + 8 + 1 + 16th + + 6 + 4 + + 1 + + + + + + + E + 4 + + 8 + 1 + 16th + natural + + 6 + 4 + + up + 1 + begin + begin + + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + D + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + E + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + end + end + + + + + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + 8 + 1 + 16th + + 6 + 4 + + 1 + + + + + + + E + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + begin + begin + + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + C + 1 + 5 + + 8 + 1 + 16th + sharp + + 6 + 4 + + up + 1 + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + E + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + end + end + + + + + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + + + -3 + 1 + + + + 8 + 1 + 16th + + 6 + 4 + + 1 + + + + + + + E + -1 + 4 + + 8 + 1 + 16th + flat + + 6 + 4 + + up + 1 + begin + begin + + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + C + 5 + + 8 + 1 + 16th + natural + + 6 + 4 + + up + 1 + + + + C + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + E + -1 + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + C + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + E + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + end + end + + + + + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + 8 + 1 + 16th + + 6 + 4 + + 1 + + + + + + + E + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + begin + begin + + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + C + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + C + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + E + -1 + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + C + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + E + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + end + end + + + + + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + 192 + + + + A + 1 + + 24 + 2 + eighth + up + 2 + + + + + A + 2 + + 24 + 2 + eighth + up + 2 + + + + 24 + 2 + eighth + 2 + + + + A + 1 + + 24 + 2 + eighth + up + 2 + + + + + A + 2 + + 24 + 2 + eighth + up + 2 + + + + 24 + 2 + eighth + 2 + + + + F + 1 + 1 + + 24 + 2 + eighth + sharp + up + 2 + + + + + F + 1 + 2 + + 24 + 2 + eighth + sharp + up + 2 + + + + 24 + 2 + eighth + 2 + + + + F + 1 + 1 + + 24 + 2 + eighth + up + 2 + + + + + F + 1 + 2 + + 24 + 2 + eighth + up + 2 + + + + 24 + 2 + eighth + 2 + + + + + + + 45 + + + + + 8 + 1 + 16th + + 6 + 4 + + 1 + + + + + + + D + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + begin + begin + + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + D + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + D + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + end + end + + + + + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + 8 + 1 + 16th + + 6 + 4 + + 1 + + + + + + + D + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + begin + begin + + + + + E + 4 + + 8 + 1 + 16th + natural + + 6 + 4 + + up + 1 + + + + E + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + D + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + E + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + D + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + end + end + + + + + + + + E + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + 8 + 1 + 16th + + 6 + 4 + + 1 + + + + + + + C + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + begin + begin + + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + C + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + C + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + end + end + + + + + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + 8 + 1 + 16th + + 6 + 4 + + 1 + + + + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + begin + begin + + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + continue + continue + + + + + B + 4 + + 8 + 1 + 16th + natural + + 6 + 4 + + down + 1 + + + + B + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + continue + continue + + + + + F + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + continue + continue + + + + + B + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + end + end + + + + + + + + G + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + 192 + + + + G + 1 + + 24 + 2 + eighth + up + 2 + + + + + G + 2 + + 24 + 2 + eighth + up + 2 + + + + 24 + 2 + eighth + 2 + + + + G + 1 + + 24 + 2 + eighth + up + 2 + + + + + G + 2 + + 24 + 2 + eighth + up + 2 + + + + 24 + 2 + eighth + 2 + + + + A + 1 + + 24 + 2 + eighth + up + 2 + + + + + A + 2 + + 24 + 2 + eighth + up + 2 + + + + 24 + 2 + eighth + 2 + + + + D + 2 + + 24 + 2 + eighth + up + 2 + + + + + D + 3 + + 24 + 2 + eighth + up + 2 + + + + 24 + 2 + eighth + 2 + + + + + + + 8 + 1 + 16th + + 6 + 4 + + 1 + + + + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + begin + begin + + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + continue + continue + + + + + C + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + C + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + continue + continue + + + + + F + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + continue + continue + + + + + C + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + end + end + + + + + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + 8 + 1 + 16th + + 6 + 4 + + 1 + + + + + + + E + 4 + + 8 + 1 + 16th + natural + + 6 + 4 + + up + 1 + begin + begin + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + C + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + C + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + E + 5 + + 8 + 1 + 16th + natural + + 6 + 4 + + up + 1 + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + continue + continue + + + + + C + 5 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + E + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + end + end + + + + + + + + B + -1 + 4 + + 8 + 1 + 16th + + 6 + 4 + + up + 1 + + + + 8 + 1 + 16th + + 6 + 4 + + 1 + + + + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + begin + begin + + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + continue + continue + + + + + C + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + C + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + continue + continue + + + + + F + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + continue + continue + + + + + C + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + end + end + + + + + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + 8 + 1 + 16th + + 6 + 4 + + 1 + + + + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + begin + begin + + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + continue + continue + + + + + C + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + C + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + continue + continue + + + + + F + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + continue + continue + + + + + C + 5 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + + F + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + end + end + + + + + + + + A + 4 + + 8 + 1 + 16th + + 6 + 4 + + down + 1 + + + 192 + + + + C + 2 + + 24 + 2 + eighth + up + 2 + + + + + C + 3 + + 24 + 2 + eighth + up + 2 + + + + 24 + 2 + eighth + 2 + + + + C + 2 + + 24 + 2 + eighth + up + 2 + + + + + C + 3 + + 24 + 2 + eighth + up + 2 + + + + 24 + 2 + eighth + 2 + + + + F + 2 + + 24 + 2 + eighth + up + 2 + + + + + F + 3 + + 24 + 2 + eighth + up + 2 + + + + 24 + 2 + eighth + 2 + + + + F + 2 + + 24 + 2 + eighth + up + 2 + + + + + F + 3 + + 24 + 2 + eighth + up + 2 + + + + 24 + 2 + eighth + 2 + + + + + diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/SchbAvMaSample.xml canorus-0.7.3.RC3+dfsg/examples/musicxml/SchbAvMaSample.xml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/SchbAvMaSample.xml 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/SchbAvMaSample.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,8767 +0,0 @@ - - - - - D. 839 - Ave Maria (Ellen's Gesang III) - Page 1 - - - Franz Schubert - Walter Scott - D. Adam Storck - Copyright © 2002 Recordare LLC - - Finale 2005 for Windows - Dolet 4.0 Beta 4 for Finale - 2007-06-19 - - - - - - - 6.35 - 40 - - - 1760 - 1360 - - 80 - 80 - 80 - 80 - - - - - 0 - 0 - - 127 - 127 - - - 126 - - - 0.9375 - 3.75 - 0.625 - 1.4062 - 3.75 - 0.9375 - 0.5762 - 0.7178 - 1.25 - 1.0156 - 66 - 66 - - - - - - - Copyright © 2002 Recordare LLC - - - (Ellen’s Gesang III) - - - Ave Maria - - - D. Adam Storck -(after Walter Scott) - - - Franz Schubert - - - D. 839 - - - - Voice - - Choir Aahs - - - 1 - 53 - - - - Piano - - Grand Piano - - - 2 - 1 - - - - - - - - 48 - - -2 - major - - - - G - 2 - - - - - - 192 - 1 - - - - - - - 192 - 1 - - - - - - - 85 - - - - heavy-light - - - - - - - - B - -1 - 4 - - 72 - 1 - quarter - - down - - begin - A - - - begin - A - - - begin - A - - - - - A - 4 - - 12 - 1 - 16th - up - begin - begin - - end - ve - - - end - ve - - - end - ve - - - - - B - -1 - 4 - - 12 - 1 - 16th - up - end - end - - begin - Ma - - - begin - Ma - - - begin - Ma - - - - - D - 5 - - 84 - 1 - quarter - - - down - - - - - middle - ri - - - middle - ri - - - middle - ri - - - - - C - 5 - - 12 - 1 - 16th - down - - - - - - - - - - B - -1 - 4 - - 48 - 1 - quarter - down - - end - a! - - - end - a! - - - end - a! - - - - - 48 - 1 - quarter - - - - C - 5 - - 48 - 1 - quarter - down - - - - - begin - Jung - - - begin - Un - - - begin - Rei - - - - - - D - 5 - - 1 - 32nd - up - begin - begin - begin - - - - - C - 5 - - 1 - 32nd - up - end - end - end - - - - B - -1 - 4 - - 12 - 1 - 16th - up - begin - begin - - - - A - 4 - - 12 - 1 - 16th - up - continue - continue - - - - - - - G - 4 - - 12 - 1 - 16th - up - continue - continue - - - - - end - frau - - - middle - be - - - end - ne - - - - - - A - 4 - - 12 - 1 - 16th - up - end - end - - - - - - - - - - 85 - - - - - - - - B - -1 - 4 - - 48 - 1 - quarter - down - - single - mild! - - - - end - fleckt! - - - - single - Magd! - - - - - - 24 - 1 - eighth - - - - D - 5 - - 24 - 1 - eighth - down - - begin - Er - - - single - Wenn - - - single - Der - - - - - D - 5 - - 36 - 1 - eighth - - down - begin - - middle - - - - single - wir - - - begin - Er - - - - - C - 5 - - 6 - 1 - 32nd - down - continue - begin - begin - - - - - end - re - - - - single - auf - - - end - de - - - - - - B - -1 - 4 - - 6 - 1 - 32nd - down - end - end - end - - - - - - - A - 4 - - 12 - 1 - 16th - up - begin - begin - - begin - ei - - - begin - die - - - single - und - - - - - G - 4 - - 12 - 1 - 16th - up - end - end - - end - ner - - - end - sen - - - single - der - - - - - D - 5 - - 12 - 1 - 16th - down - begin - begin - - begin - Jung - - - single - Fels - - - single - Luft - - - - - E - 5 - - 12 - 1 - 16th - natural - down - end - end - - end - frau - - - begin - hin - - - begin - - - - - - - - - D - 5 - - 48 - 1 - quarter - down - - begin - Fle - - - middle - sin - - - middle - mo - - - - - C - 1 - 5 - - 36 - 1 - eighth - - sharp - down - begin - - end - hen! - - - - end - ken - - - - end - nen, - - - - - - A - 4 - - 12 - 1 - 16th - down - end - backward hook - - single - Aus - - - single - zum - - - single - von - - - - - C - 5 - - 36 - 1 - eighth - - natural - down - begin - - begin - die - - - single - Schlaf, - - - begin - dei - - - - - B - -1 - 4 - - 12 - 1 - 16th - down - end - backward hook - - end - sem - - - single - und - - - end - nes - - - - - A - 4 - - 8 - 1 - 16th - - 3 - 2 - - down - begin - begin - - - - - - begin - Fel - - - single - uns - - - begin - Au - - - - - C - 5 - - 8 - 1 - 16th - - 3 - 2 - - down - continue - continue - - - - - - - D - 5 - - 8 - 1 - 16th - - 3 - 2 - - down - continue - end - - - - - end - sen, - - - single - dein - - - end - ges - - - - - E - -1 - 5 - - 8 - 1 - 16th - - 3 - 2 - - down - continue - begin - - - - - - single - starr - - - single - Schutz - - - single - Huld - - - - - C - 5 - - 8 - 1 - 16th - - 3 - 2 - - down - continue - continue - - - - - - - A - 4 - - 8 - 1 - 16th - - 3 - 2 - - down - end - end - - - - - single - und - - - begin - be - - - begin - ver - - - - - - - - 85 - - - - - - - - B - -1 - 4 - - 72 - 1 - quarter - - down - - single - wild, - - - - end - deckt, - - - - end - jagt, - - - - - - D - 5 - - 12 - 1 - 16th - down - begin - begin - - - - - single - soll - - - single - wird - - - single - sie - - - - - - C - 5 - - 12 - 1 - 16th - down - end - end - - - - - - - C - 5 - - 36 - 1 - eighth - - down - begin - - single - mein - - - single - weich - - - begin - kön - - - - - A - 4 - - 12 - 1 - 16th - down - end - backward hook - - begin - Ge - - - single - der - - - end - nen - - - - - G - 4 - - 8 - 1 - 16th - - 3 - 2 - - down - begin - begin - - - - - - end - bet - - - - begin - har - - - single - hier - - - - - B - 4 - - 8 - 1 - 16th - natural - - 3 - 2 - - down - continue - continue - - - - - - - D - 5 - - 8 - 1 - 16th - - 3 - 2 - - down - end - end - - - - - single - zu - - - end - te - - - single - nicht - - - - - F - 5 - - 8 - 1 - 16th - - 3 - 2 - - down - begin - begin - - - - - - single - dir - - - - single - Fels - - - single - bei - - - - - D - 5 - - 8 - 1 - 16th - - 3 - 2 - - down - continue - continue - - - - - - - B - 4 - - 8 - 1 - 16th - - 3 - 2 - - down - end - end - - - - - single - hin - - - single - uns - - - single - uns - - - - - - - - C - 5 - - 48 - - 1 - quarter - down - - - - - - begin - we - - - begin - dün - - - begin - woh - - - - - C - 5 - - 8 - - 1 - 16th - - 6 - 4 - - up - begin - begin - - - - - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - continue - continue - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - continue - continue - - - - B - -1 - 4 - - 8 - 1 - 16th - flat - - 6 - 4 - - up - continue - continue - - - - - C - 5 - - 1 - 16th - down - begin - begin - - - - - B - -1 - 4 - - 1 - 16th - down - end - end - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - continue - continue - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - end - end - - - - - - - - F - 4 - - 48 - 1 - quarter - up - - end - hen. - - - - - end - ken. - - - - - end - nen! - - - - - - - 24 - 1 - eighth - - - - F - 4 - - 24 - 1 - eighth - up - - single - Wir - - - single - Du - - - single - Wir - - - - - - - - - - - 94 - 0 - - 250 - - - 70 - - - - 48 - - -2 - major - - - 2 - - G - 2 - - - F - 4 - - - - - Sehr langsam - - 1 - - - - - - 8 - 1 - 16th - - 6 - 4 - - 1 - - - - - - - - - - D - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - begin - begin - - - - - - - - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - - - - - - - D - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - D - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - end - end - - - - - - - - - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - 8 - 1 - 16th - - 6 - 4 - - 1 - - - - - - - D - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - begin - begin - - - - - - - - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - - - - - - - D - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - D - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - end - end - - - - - - - - - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - - - 1 - - - - 8 - 1 - 16th - - 6 - 4 - - 1 - - - - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - begin - begin - - - - - - - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - continue - continue - - - - - - - - - - D - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - D - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - continue - continue - - - - - - - - - - - F - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - continue - continue - - - - - - - - - - D - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - end - end - - - - - - - - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - 8 - 1 - 16th - - 6 - 4 - - 1 - - - - - - - A - -1 - 4 - - 8 - 1 - 16th - flat - - 6 - 4 - - down - 1 - begin - begin - - - - - - - - - - - D - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - D - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - continue - continue - - - - - - - - - - F - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - F - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - continue - continue - - - - - - - - - - - A - -1 - 5 - - 8 - 1 - 16th - flat - - 6 - 4 - - down - 1 - - - - D - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - continue - continue - - - - - - - - - - F - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - - - 1 - - - - A - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - end - end - - - - - - - - - - - - D - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - 192 - - - - col Pedale - - 2 - - - - B - -1 - 1 - - 24 - 2 - eighth - up - 2 - - - - - B - -1 - 2 - - 24 - 2 - eighth - up - 2 - - - - 24 - 2 - eighth - 2 - - - - B - -1 - 1 - - 24 - 2 - eighth - up - 2 - - - - - B - -1 - 2 - - 24 - 2 - eighth - up - 2 - - - - 24 - 2 - eighth - 2 - - - - B - -1 - 1 - - 24 - 2 - eighth - up - 2 - - - - - B - -1 - 2 - - 24 - 2 - eighth - up - 2 - - - - 24 - 2 - eighth - 2 - - - - B - -1 - 1 - - 24 - 2 - eighth - up - 2 - - - - - B - -1 - 2 - - 24 - 2 - eighth - up - 2 - - - - 24 - 2 - eighth - 2 - - - - - - - - - 1 - - - - 8 - 1 - 16th - - 6 - 4 - - 1 - - - - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - begin - begin - - - - - - - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - continue - continue - - - - - - - - - - E - -1 - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - E - -1 - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - continue - continue - - - - - - - - - - - G - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - continue - continue - - - - - - - - - - E - -1 - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - end - end - - - - - - - - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - 8 - 1 - 16th - - 6 - 4 - - 1 - - - - - - - G - -1 - 4 - - 8 - 1 - 16th - flat - - 6 - 4 - - down - 1 - begin - begin - - - - - - - - - - - A - 4 - - 8 - 1 - 16th - natural - - 6 - 4 - - down - 1 - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - continue - continue - - - - - - - - - - E - -1 - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - E - -1 - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - continue - continue - - - - - - - - - - - G - -1 - 5 - - 8 - 1 - 16th - flat - - 6 - 4 - - down - 1 - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - continue - continue - - - - - - - - - - E - -1 - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - - - 4 - 1 - - - - G - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - end - end - - - - - - - - - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - 8 - 1 - 16th - - 6 - 4 - - 1 - - - - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - begin - begin - - - - - - - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - continue - continue - - - - - - - - - - D - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - D - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - continue - continue - - - - - - - - - - - F - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - continue - continue - - - - - - - - - - D - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - end - end - - - - - - - - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - 8 - 1 - 16th - - 6 - 4 - - 1 - - - - - - - D - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - begin - begin - - - - - - - - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - - - - - - - D - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - D - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - end - end - - - - - - - - - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - 192 - - - - B - -1 - 1 - - 24 - 2 - eighth - up - 2 - - - - - B - -1 - 2 - - 24 - 2 - eighth - up - 2 - - - - 24 - 2 - eighth - 2 - - - - B - -1 - 1 - - 24 - 2 - eighth - up - 2 - - - - - B - -1 - 2 - - 24 - 2 - eighth - up - 2 - - - - 24 - 2 - eighth - 2 - - - - B - -1 - 1 - - 24 - 2 - eighth - up - 2 - - - - - B - -1 - 2 - - 24 - 2 - eighth - up - 2 - - - - 24 - 2 - eighth - 2 - - - - B - -1 - 1 - - 24 - 2 - eighth - up - 2 - - - - - B - -1 - 2 - - 24 - 2 - eighth - up - 2 - - - - 24 - 2 - eighth - 2 - - - - - - - 45 - - - - heavy-light - - - - - 8 - 1 - 16th - - 6 - 4 - - 1 - - - - - - - D - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - begin - begin - - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - D - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - D - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - end - end - - - - - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - 8 - 1 - 16th - - 6 - 4 - - 1 - - - - - - - D - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - begin - begin - - - - - E - 4 - - 8 - 1 - 16th - natural - - 6 - 4 - - up - 1 - - - - E - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - D - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - E - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - D - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - end - end - - - - - - - - E - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - 8 - 1 - 16th - - 6 - 4 - - 1 - - - - - - - D - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - begin - begin - - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - D - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - D - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - end - end - - - - - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - 8 - 1 - 16th - - 6 - 4 - - 1 - - - - - - - E - -1 - 4 - - 8 - 1 - 16th - flat - - 6 - 4 - - up - 1 - begin - begin - - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - C - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - C - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - E - -1 - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - C - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - E - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - end - end - - - - - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - 192 - - - - B - -1 - 1 - - 24 - 2 - eighth - up - 2 - - - - - B - -1 - 2 - - 24 - 2 - eighth - up - 2 - - - - 24 - 2 - eighth - 2 - - - - G - 1 - - 24 - 2 - eighth - up - 2 - - - - - G - 2 - - 24 - 2 - eighth - up - 2 - - - - 24 - 2 - eighth - 2 - - - - F - 1 - - 24 - 2 - eighth - up - 2 - - - - - F - 2 - - 24 - 2 - eighth - up - 2 - - - - 24 - 2 - eighth - 2 - - - - F - 1 - - 24 - 2 - eighth - up - 2 - - - - - F - 2 - - 24 - 2 - eighth - up - 2 - - - - 24 - 2 - eighth - 2 - - - - - - - 8 - 1 - 16th - - 6 - 4 - - 1 - - - - - - - D - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - begin - begin - - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - D - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - D - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - end - end - - - - - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - 8 - 1 - 16th - - 6 - 4 - - 1 - - - - - - - D - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - begin - begin - - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - D - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - D - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - end - end - - - - - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - 8 - 1 - 16th - - 6 - 4 - - 1 - - - - - - - E - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - begin - begin - - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - C - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - C - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - E - -1 - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - C - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - E - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - end - end - - - - - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - 8 - 1 - 16th - - 6 - 4 - - 1 - - - - - - - E - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - begin - begin - - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - C - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - E - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - end - end - - - - - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - 192 - - - - G - 1 - - 24 - 2 - eighth - up - 2 - - - - - G - 2 - - 24 - 2 - eighth - up - 2 - - - - 24 - 2 - eighth - 2 - - - - G - 1 - - 24 - 2 - eighth - up - 2 - - - - - G - 2 - - 24 - 2 - eighth - up - 2 - - - - 24 - 2 - eighth - 2 - - - - E - -1 - 1 - - 24 - 2 - eighth - up - 2 - - - - - E - -1 - 2 - - 24 - 2 - eighth - up - 2 - - - - 24 - 2 - eighth - 2 - - - - F - 1 - - 24 - 2 - eighth - up - 2 - - - - - F - 2 - - 24 - 2 - eighth - up - 2 - - - - 24 - 2 - eighth - 2 - - - - - - - 45 - - - - - 8 - 1 - 16th - - 6 - 4 - - 1 - - - - - - - D - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - begin - begin - - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - D - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - D - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - end - end - - - - - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - 8 - 1 - 16th - - 6 - 4 - - 1 - - - - - - - D - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - begin - begin - - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - D - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - D - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - end - end - - - - - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - - - 1 - - - - 8 - 1 - 16th - - 6 - 4 - - 1 - - - - - - - D - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - begin - begin - - - - - F - 1 - 4 - - 8 - 1 - 16th - sharp - - 6 - 4 - - up - 1 - - - - F - 1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - D - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - F - 1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - D - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - end - end - - - - - - - - F - 1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - 8 - 1 - 16th - - 6 - 4 - - 1 - - - - - - - D - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - begin - begin - - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - D - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - - - 3 - 1 - - - - D - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - end - end - - - - - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - 192 - - - - B - -1 - 1 - - 24 - 2 - eighth - up - 2 - - - - - B - -1 - 2 - - 24 - 2 - eighth - up - 2 - - - - 24 - 2 - eighth - 2 - - - - B - -1 - 1 - - 24 - 2 - eighth - up - 2 - - - - - B - -1 - 2 - - 24 - 2 - eighth - up - 2 - - - - 24 - 2 - eighth - 2 - - - - B - -1 - 1 - - 24 - 2 - eighth - up - 2 - - - - - B - -1 - 2 - - 24 - 2 - eighth - up - 2 - - - - 24 - 2 - eighth - 2 - - - - B - -1 - 1 - - 24 - 2 - eighth - up - 2 - - - - - B - -1 - 2 - - 24 - 2 - eighth - up - 2 - - - - 24 - 2 - eighth - 2 - - - - - - - - - 1 - - - - 8 - 1 - 16th - - 6 - 4 - - 1 - - - - - - - E - 4 - - 8 - 1 - 16th - natural - - 6 - 4 - - up - 1 - begin - begin - - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - D - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - E - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - end - end - - - - - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - 8 - 1 - 16th - - 6 - 4 - - 1 - - - - - - - E - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - begin - begin - - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - C - 1 - 5 - - 8 - 1 - 16th - sharp - - 6 - 4 - - up - 1 - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - E - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - end - end - - - - - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - - - -3 - 1 - - - - 8 - 1 - 16th - - 6 - 4 - - 1 - - - - - - - E - -1 - 4 - - 8 - 1 - 16th - flat - - 6 - 4 - - up - 1 - begin - begin - - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - C - 5 - - 8 - 1 - 16th - natural - - 6 - 4 - - up - 1 - - - - C - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - E - -1 - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - C - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - E - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - end - end - - - - - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - 8 - 1 - 16th - - 6 - 4 - - 1 - - - - - - - E - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - begin - begin - - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - C - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - C - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - E - -1 - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - C - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - E - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - end - end - - - - - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - 192 - - - - A - 1 - - 24 - 2 - eighth - up - 2 - - - - - A - 2 - - 24 - 2 - eighth - up - 2 - - - - 24 - 2 - eighth - 2 - - - - A - 1 - - 24 - 2 - eighth - up - 2 - - - - - A - 2 - - 24 - 2 - eighth - up - 2 - - - - 24 - 2 - eighth - 2 - - - - F - 1 - 1 - - 24 - 2 - eighth - sharp - up - 2 - - - - - F - 1 - 2 - - 24 - 2 - eighth - sharp - up - 2 - - - - 24 - 2 - eighth - 2 - - - - F - 1 - 1 - - 24 - 2 - eighth - up - 2 - - - - - F - 1 - 2 - - 24 - 2 - eighth - up - 2 - - - - 24 - 2 - eighth - 2 - - - - - - - 45 - - - - - 8 - 1 - 16th - - 6 - 4 - - 1 - - - - - - - D - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - begin - begin - - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - D - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - D - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - end - end - - - - - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - 8 - 1 - 16th - - 6 - 4 - - 1 - - - - - - - D - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - begin - begin - - - - - E - 4 - - 8 - 1 - 16th - natural - - 6 - 4 - - up - 1 - - - - E - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - D - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - E - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - D - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - end - end - - - - - - - - E - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - 8 - 1 - 16th - - 6 - 4 - - 1 - - - - - - - C - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - begin - begin - - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - C - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - C - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - end - end - - - - - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - 8 - 1 - 16th - - 6 - 4 - - 1 - - - - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - begin - begin - - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - continue - continue - - - - - B - 4 - - 8 - 1 - 16th - natural - - 6 - 4 - - down - 1 - - - - B - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - continue - continue - - - - - F - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - continue - continue - - - - - B - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - end - end - - - - - - - - G - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - 192 - - - - G - 1 - - 24 - 2 - eighth - up - 2 - - - - - G - 2 - - 24 - 2 - eighth - up - 2 - - - - 24 - 2 - eighth - 2 - - - - G - 1 - - 24 - 2 - eighth - up - 2 - - - - - G - 2 - - 24 - 2 - eighth - up - 2 - - - - 24 - 2 - eighth - 2 - - - - A - 1 - - 24 - 2 - eighth - up - 2 - - - - - A - 2 - - 24 - 2 - eighth - up - 2 - - - - 24 - 2 - eighth - 2 - - - - D - 2 - - 24 - 2 - eighth - up - 2 - - - - - D - 3 - - 24 - 2 - eighth - up - 2 - - - - 24 - 2 - eighth - 2 - - - - - - - 8 - 1 - 16th - - 6 - 4 - - 1 - - - - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - begin - begin - - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - continue - continue - - - - - C - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - C - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - continue - continue - - - - - F - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - continue - continue - - - - - C - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - end - end - - - - - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - 8 - 1 - 16th - - 6 - 4 - - 1 - - - - - - - E - 4 - - 8 - 1 - 16th - natural - - 6 - 4 - - up - 1 - begin - begin - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - C - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - C - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - E - 5 - - 8 - 1 - 16th - natural - - 6 - 4 - - up - 1 - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - continue - continue - - - - - C - 5 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - E - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - end - end - - - - - - - - B - -1 - 4 - - 8 - 1 - 16th - - 6 - 4 - - up - 1 - - - - 8 - 1 - 16th - - 6 - 4 - - 1 - - - - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - begin - begin - - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - continue - continue - - - - - C - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - C - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - continue - continue - - - - - F - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - continue - continue - - - - - C - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - end - end - - - - - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - 8 - 1 - 16th - - 6 - 4 - - 1 - - - - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - begin - begin - - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - continue - continue - - - - - C - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - C - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - continue - continue - - - - - F - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - continue - continue - - - - - C - 5 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - - F - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - end - end - - - - - - - - A - 4 - - 8 - 1 - 16th - - 6 - 4 - - down - 1 - - - 192 - - - - C - 2 - - 24 - 2 - eighth - up - 2 - - - - - C - 3 - - 24 - 2 - eighth - up - 2 - - - - 24 - 2 - eighth - 2 - - - - C - 2 - - 24 - 2 - eighth - up - 2 - - - - - C - 3 - - 24 - 2 - eighth - up - 2 - - - - 24 - 2 - eighth - 2 - - - - F - 2 - - 24 - 2 - eighth - up - 2 - - - - - F - 3 - - 24 - 2 - eighth - up - 2 - - - - 24 - 2 - eighth - 2 - - - - F - 2 - - 24 - 2 - eighth - up - 2 - - - - - F - 3 - - 24 - 2 - eighth - up - 2 - - - - 24 - 2 - eighth - 2 - - - - - diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/Telemann.musicxml canorus-0.7.3.RC3+dfsg/examples/musicxml/Telemann.musicxml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/Telemann.musicxml 1970-01-01 00:00:00.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/Telemann.musicxml 2018-06-20 18:42:55.000000000 +0000 @@ -0,0 +1,5277 @@ + + + + Excerpt from "Liebe! Liebe! Was ist schöner als die Liebe?" + + Georg Philipp Telemann + Copyright © 2003 Recordare LLC + + Finale 2003 for Windows + Dolet for Finale 1.3 + 2003-12-02 + + + + + Voice + + Voice + + + 1 + 55 + + + + Ensemble + + Oboe + + + Viola + + + Violin + + + Cembalo + + + Cello + + + 2 + 69 + + + 5 + 42 + + + 4 + 41 + + + 6 + 7 + + + 3 + 43 + + + + + + + 8 + + 2 + major + + + + G + 2 + + + + + 12 + 1 + + + + + + 12 + 1 + + + + + + 12 + 1 + + + + + + 12 + 1 + + + + + + 12 + 1 + + + + + + 12 + 1 + + + + + + 12 + 1 + + + + + + 12 + 1 + + + + + + 12 + 1 + + + + + + 12 + 1 + + + + + + 12 + 1 + + + + + + E + 5 + + 8 + 1 + quarter + down + + begin + Lie + + + + + A + 4 + + 4 + 1 + eighth + up + + end + be! + + + + + + + + 12 + 1 + + + + + + 12 + 1 + + + + + + C + 1 + 5 + + 3 + 1 + 16th + + down + begin + begin + + + + + begin + Lie + + + + + D + 5 + + 1 + 1 + 32nd + down + continue + end + backward hook + + + + + + + E + 5 + + 4 + 1 + eighth + down + end + + + + A + 4 + + 4 + 1 + eighth + up + + end + be! + + + + + + + 12 + 1 + + + + + + 12 + 1 + + + + + + D + 5 + + 4 + 1 + eighth + down + begin + + + + + single + Was + + + + + A + 4 + + 4 + 1 + eighth + down + end + + + + + + + B + 4 + + 4 + 1 + eighth + down + + single + ist + + + + + + + F + 1 + 4 + + 3 + 1 + 16th + + up + begin + begin + + + + + begin + schö + + + + + G + 4 + + 1 + 1 + 32nd + up + continue + end + backward hook + + + + + + + A + 4 + + 4 + 1 + eighth + up + end + + + + D + 4 + + 4 + 1 + eighth + up + + end + ner + + + + + + + F + 1 + 5 + + 4 + 1 + eighth + down + + single + als + + + + + G + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + single + die + + + + + F + 1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + E + 5 + + 2 + 1 + 16th + down + continue + continue + + + + D + 5 + + 2 + 1 + 16th + down + end + end + + + + + + + + + C + 1 + 5 + + 6 + 1 + eighth + + down + + begin + Lie + + + + + B + 4 + + 2 + 1 + 16th + up + begin + forward hook + + + + A + 4 + + 4 + 1 + eighth + up + end + + end + be, + + + + + + + 4 + 1 + eighth + + + + D + 5 + + 4 + 1 + eighth + down + begin + + single + was + + + + + D + 5 + + 4 + 1 + eighth + down + end + + single + schmeckt + + + + + + + D + 5 + + 8 + 1 + quarter + down + + begin + + + + + + D + 5 + + 4 + 1 + eighth + down + + end + ßer, + + + + + + + 4 + 1 + eighth + + + + B + 4 + + 4 + 1 + eighth + down + begin + + single + was + + + + + E + 5 + + 4 + 1 + eighth + down + end + + single + schmeckt + + + + + + + + E + 5 + + 12 + + 1 + quarter + + down + + + + + begin + + + + + + + + E + 5 + + 12 + + + 1 + quarter + + down + + + + + + + + + + E + 5 + + 12 + + + 1 + quarter + + down + + + + + + + + + + E + 5 + + 4 + + 1 + eighth + down + + + + + + + D + 5 + + 2 + 1 + 16th + down + begin + begin + + + + + end + ßer + + + + + C + 1 + 5 + + 2 + 1 + 16th + down + continue + continue + + + + B + 4 + + 2 + 1 + 16th + down + continue + continue + + + + A + 4 + + 2 + 1 + 16th + down + end + end + + + + + + + + + 4 + 1 + eighth + + + + G + 1 + 4 + + 4 + 1 + eighth + sharp + up + + single + als + + + + + D + 5 + + 4 + 1 + eighth + down + + single + ein + + + + + + + C + 1 + 5 + + 12 + 1 + quarter + + down + + single + Kuß? + + + + 12 + + + + + D + 5 + + 4 + 2 + eighth + up + + + + + C + 1 + 5 + + 8 + 2 + quarter + up + + + + + + D + 5 + + 4 + 1 + eighth + down + begin + + + + + single + Was + + + + + A + 4 + + 4 + 1 + eighth + down + end + + + + + + + B + 4 + + 4 + 1 + eighth + down + + single + ist + + + + + + + F + 1 + 4 + + 3 + 1 + 16th + + up + begin + begin + + + + + begin + schö + + + + + G + 4 + + 1 + 1 + 32nd + up + continue + end + backward hook + + + + A + 4 + + 4 + 1 + eighth + up + end + + + + + + + D + 4 + + 4 + 1 + eighth + up + + end + ner, + + + + + + + 12 + 1 + + + + + + 12 + 1 + + + + + + D + 5 + + 4 + 1 + eighth + down + begin + + + + + single + was + + + + + A + 4 + + 4 + 1 + eighth + down + end + + + + + + + B + 4 + + 4 + 1 + eighth + down + + single + schmuckt + + + + + + + + 8 + + 2 + major + + + 2 + 5 + + G + 2 + + + F + 4 + + + + + Ob. Viol. + + 1 + + + + Viola + + 1 + + + + Ob. + + 1 + + + + D + 5 + + 4 + + 1 + eighth + up + 1 + begin + + + + + + + A + 4 + + 4 + + 1 + eighth + up + 1 + continue + + + + + + + B + 4 + + 4 + + 1 + eighth + up + 1 + end + + + 12 + + + + D + 4 + + 4 + + 2 + eighth + down + 1 + begin + + + + + + + F + 1 + 4 + + 4 + + 2 + eighth + down + 1 + continue + + + + G + 4 + + 4 + + 2 + eighth + down + 1 + end + + + + + + 12 + + + + Bc. (u. Cemb.) + + 2 + + + + 12 + 6 + 2 + + + + + + F + 1 + 4 + + 3 + + 1 + 16th + + up + 1 + begin + begin + + + + G + 4 + + 1 + + 1 + 32nd + up + 1 + continue + end + backward hook + + + + A + 4 + + 4 + + 1 + eighth + up + 1 + continue + + + + D + 4 + + 4 + + 1 + eighth + up + 1 + end + + + 12 + + + + D + 4 + + 8 + + 2 + quarter + down + 1 + + + + B + 3 + + 4 + + 2 + eighth + 1 + + + 12 + + + + 12 + 6 + 2 + + + + + + Viol. + + 1 + + + + A + 4 + + 4 + + 2 + eighth + down + 1 + begin + + + + A + 4 + + 4 + + 2 + eighth + down + 1 + continue + + + + G + 4 + + 2 + + 2 + 16th + down + 1 + continue + begin + + + + F + 1 + 4 + + 2 + + 2 + 16th + down + 1 + end + end + + + 12 + + + + F + 1 + 5 + + 4 + + 3 + eighth + up + 1 + begin + + + + G + 5 + + 2 + + 3 + 16th + up + 1 + continue + begin + + + + + + + F + 1 + 5 + + 2 + + 3 + 16th + up + 1 + continue + continue + + + + + + + E + 5 + + 2 + + 3 + 16th + up + 1 + continue + continue + + + + + + + D + 5 + + 2 + + 3 + 16th + up + 1 + end + end + + + + + + 12 + + + + D + 4 + + 4 + + 6 + eighth + up + 2 + begin + + + + E + 4 + + 4 + + 6 + eighth + up + 2 + continue + + + + D + 4 + + 4 + + 6 + eighth + up + 2 + end + + + 12 + + + + D + 3 + + 4 + + 7 + eighth + down + 2 + begin + + + + C + 1 + 3 + + 4 + + 7 + eighth + down + 2 + continue + + + + D + 3 + + 4 + + 7 + eighth + down + 2 + end + + + + + + E + 4 + + 8 + + 2 + quarter + down + 1 + + + + C + 1 + 4 + + 4 + + 2 + eighth + down + 1 + + + 12 + + + + C + 1 + 5 + + 3 + + 3 + 16th + + up + 1 + begin + begin + + + + + + + D + 5 + + 1 + + 3 + 32nd + up + 1 + continue + end + backward hook + + + + E + 5 + + 4 + + 3 + eighth + up + 1 + continue + + + + + + + A + 4 + + 4 + + 3 + eighth + up + 1 + end + + + 12 + + + + A + 3 + + 8 + + 6 + quarter + up + 2 + + + + 4 + + 6 + eighth + 2 + + + 12 + + + + A + 2 + + 8 + + 7 + quarter + down + 2 + + + + D + 3 + + 4 + + 7 + eighth + 2 + + + + + + D + 5 + + 4 + + 1 + eighth + up + 1 + begin + + + + + + + Ob. + + -3 + 1 + + + + A + 4 + + 4 + + 1 + eighth + up + 1 + continue + + + + + + + B + 4 + + 4 + + 1 + eighth + up + 1 + end + + + 12 + + + + F + 1 + 4 + + 8 + + 2 + quarter + down + 1 + + + + G + 4 + + 4 + + 2 + eighth + down + 1 + + + 12 + + + + 12 + 7 + 2 + + + + + + F + 1 + 4 + + 3 + + 1 + 16th + + up + 1 + begin + begin + + + + + + + G + 4 + + 1 + + 1 + 32nd + up + 1 + continue + end + backward hook + + + + A + 4 + + 4 + + 1 + eighth + up + 1 + continue + + + + + + + D + 4 + + 4 + + 1 + eighth + up + 1 + end + + + 12 + + + + D + 4 + + 8 + + 2 + quarter + down + 1 + + + + A + 3 + + 4 + + 2 + eighth + 1 + + + 12 + + + + 12 + 7 + 2 + + + + + + Viol. u. Ob. + + 1 + + + + E + 5 + + 6 + + 1 + eighth + + up + 1 + begin + + + + C + 1 + 5 + + 2 + + 1 + 16th + up + 1 + continue + backward hook + + + + D + 5 + + 4 + + 1 + eighth + up + 1 + end + + + 12 + + + + E + 4 + + 4 + + 2 + eighth + down + 1 + + + + + B + 4 + + 4 + + 2 + eighth + down + 1 + + + + E + 4 + + 8 + + 2 + quarter + down + 1 + + + 8 + + + + A + 4 + + 4 + + 5 + eighth + down + 1 + begin + + + + G + 4 + + 4 + + 5 + eighth + down + 1 + end + + + 12 + + + + E + 5 + + 6 + + 3 + eighth + + up + 1 + begin + + + + C + 1 + 5 + + 2 + + 3 + 16th + up + 1 + continue + backward hook + + + + D + 5 + + 4 + + 3 + eighth + up + 1 + end + + + 12 + + + + G + 3 + + 4 + + 7 + eighth + down + 2 + begin + + + + A + 3 + + 4 + + 7 + eighth + down + 2 + continue + + + + A + 2 + + 4 + + 7 + eighth + down + 2 + end + + + + + + D + 5 + + 8 + + 1 + quarter + up + 1 + + + + F + 5 + + 4 + + 1 + eighth + 1 + + + 12 + + + + F + 1 + 4 + + 8 + + 2 + quarter + down + 1 + + + 8 + + + + D + 5 + + 4 + + 5 + eighth + down + 1 + begin + + + + A + 4 + + 4 + + 5 + eighth + down + 1 + continue + + + + B + 4 + + 4 + + 5 + eighth + down + 1 + end + + + 4 + + + + G + 4 + + 4 + + 2 + eighth + down + 1 + + + 12 + + + + D + 5 + + 8 + + 3 + quarter + up + 1 + + + + F + 5 + + 4 + + 3 + eighth + 1 + + + 12 + + + + D + 4 + + 8 + + 4 + quarter + down + 1 + + + 4 + 4 + 1 + + + 12 + + + + D + 3 + + 8 + + 7 + quarter + down + 2 + + + + 4 + + 7 + eighth + 2 + + + + + + F + 5 + + 8 + + 1 + quarter + 1 + + + + B + 4 + + 4 + + 1 + eighth + 1 + + + 12 + + + + D + 4 + + 8 + + 2 + quarter + down + 1 + + + 8 + + + + F + 1 + 4 + + 3 + + 5 + 16th + + down + 1 + begin + begin + + + + G + 4 + + 1 + + 5 + 32nd + down + 1 + continue + end + backward hook + + + + A + 4 + + 4 + + 5 + eighth + down + 1 + continue + + + + D + 4 + + 4 + + 5 + eighth + down + 1 + end + + + 4 + + + 4 + 2 + 1 + + + 12 + + + + 12 + 7 + 2 + + + + + + (a 2) + + 1 + + + + B + 4 + + 4 + + 1 + eighth + up + 1 + begin + + + + G + 1 + 4 + + 6 + + 1 + eighth + + sharp + up + 1 + continue + + + + + + + + + A + 4 + + 2 + + 1 + 16th + up + 1 + end + backward hook + + + 12 + + + + B + 3 + + 4 + + 2 + eighth + down + 1 + + + + + F + 1 + 4 + + 4 + + 2 + eighth + down + 1 + + + + B + 3 + + 8 + + 2 + quarter + down + 1 + + + 8 + + + + E + 4 + + 4 + + 5 + eighth + down + 1 + begin + + + + D + 4 + + 4 + + 5 + eighth + down + 1 + end + + + 12 + + + + B + 4 + + 4 + + 3 + eighth + up + 1 + begin + + + + G + 1 + 4 + + 6 + + 3 + eighth + + sharp + up + 1 + continue + + + + A + 4 + + 2 + + 3 + 16th + up + 1 + end + backward hook + + + 12 + + + + D + 3 + + 4 + + 7 + eighth + up + 2 + begin + + + + E + 3 + + 4 + + 7 + eighth + up + 2 + continue + + + + E + 2 + + 4 + + 7 + eighth + up + 2 + end + + + + + + A + 4 + + 12 + + 1 + quarter + + up + 1 + + + 12 + + + + A + 3 + + 12 + + 2 + quarter + + down + 1 + + + + + C + 1 + 4 + + 12 + + 2 + quarter + + down + 1 + + + 12 + + + + A + 4 + + 12 + + 3 + quarter + + up + 1 + + + 12 + + + + A + 2 + + 12 + + 7 + quarter + + up + 2 + + + + + + 12 + 3 + 1 + + + 12 + + + + 12 + 7 + 2 + + + + + + + Ob. + + 1 + + + + A + 5 + + 4 + + 1 + eighth + up + 1 + begin + + + + + + + E + 5 + + 4 + + 1 + eighth + up + 1 + continue + + + + + + + F + 1 + 5 + + 4 + + 1 + eighth + up + 1 + end + + + 12 + + + + C + 1 + 5 + + 4 + + 2 + eighth + down + 1 + begin + + + + A + 4 + + 4 + + 2 + eighth + down + 1 + continue + + + + A + 4 + + 4 + + 2 + eighth + down + 1 + end + + + 12 + + + + A + 3 + + 4 + + 6 + eighth + up + 2 + begin + + + + C + 1 + 4 + + 4 + + 6 + eighth + up + 2 + continue + + + + D + 4 + + 4 + + 6 + eighth + up + 2 + end + + + 12 + + + + G + 2 + + 12 + + 7 + whole + 2 + + + + + + C + 1 + 5 + + 3 + + 1 + 16th + + up + 1 + begin + begin + + + + + + + D + 5 + + 1 + + 1 + 32nd + up + 1 + continue + end + backward hook + + + + E + 5 + + 4 + + 1 + eighth + up + 1 + continue + + + + + + + A + 4 + + 4 + + 1 + eighth + up + 1 + end + + + 12 + + + + E + 4 + + 8 + + 2 + quarter + down + 1 + + + + + A + 4 + + 8 + + 2 + quarter + down + 1 + + + + C + 1 + 4 + + 4 + + 2 + eighth + down + 1 + + + 12 + + + + A + 3 + + 8 + + 6 + quarter + up + 2 + + + + A + 3 + + 4 + + 6 + eighth + 2 + + + 12 + + + + G + 2 + + 12 + + 7 + whole + 2 + + + + + + 12 + 2 + 1 + + + 12 + + + + 12 + 7 + 2 + + + + + + Ob. + + 1 + + + + A + 5 + + 4 + + 1 + eighth + up + 1 + begin + + + + + + + E + 5 + + 4 + + 1 + eighth + up + 1 + continue + + + + + + + F + 1 + 5 + + 4 + + 1 + eighth + up + 1 + end + + + 12 + + + + E + 4 + + 8 + + 2 + quarter + down + 1 + + + + + C + 1 + 5 + + 8 + + 2 + quarter + down + 1 + + + + G + 4 + + 4 + + 2 + eighth + 1 + + + 12 + + + + A + 3 + + 8 + + 6 + quarter + up + 2 + + + + A + 3 + + 4 + + 6 + eighth + 2 + + + 12 + + + + G + 2 + + 12 + + 7 + whole + 2 + + + + + + C + 1 + 5 + + 3 + + 1 + 16th + + up + 1 + begin + begin + + + + + + + D + 5 + + 1 + + 1 + 32nd + up + 1 + continue + end + backward hook + + + + E + 5 + + 4 + + 1 + eighth + up + 1 + continue + + + + + + + A + 4 + + 4 + + 1 + eighth + up + 1 + end + + + 12 + + + + A + 4 + + 12 + + 2 + quarter + + down + 1 + + + 12 + + + + 12 + 7 + 2 + + + + + + 12 + + 1 + whole + 1 + + + 12 + + + + D + 4 + + 8 + + 2 + quarter + down + 1 + + + + + A + 4 + + 8 + + 2 + quarter + down + 1 + + + + D + 4 + + 4 + + 2 + eighth + down + 1 + + + + + G + 4 + + 4 + + 2 + eighth + down + 1 + + + + + B + 4 + + 4 + + 2 + eighth + down + 1 + + + 12 + + + + F + 1 + 3 + + 8 + + 7 + quarter + down + 2 + + + + G + 3 + + 4 + + 7 + eighth + down + 2 + + + + + + 12 + + 1 + whole + 1 + + + 12 + + + + D + 4 + + 12 + + 2 + quarter + + down + 1 + + + + + F + 1 + 4 + + 12 + + 2 + quarter + + down + 1 + + + + + A + 4 + + 12 + + 2 + quarter + + down + 1 + + + 12 + + + + D + 3 + + 12 + + 7 + quarter + + down + 2 + + + + + + F + 1 + 5 + + 4 + + 1 + eighth + up + 1 + begin + + + + G + 5 + + 2 + + 1 + 16th + up + 1 + continue + begin + + + + + + + F + 1 + 5 + + 2 + + 1 + 16th + up + 1 + continue + continue + + + + + + + E + 5 + + 2 + + 1 + 16th + up + 1 + continue + continue + + + + + + + D + 5 + + 2 + + 1 + 16th + up + 1 + end + end + + + + + + 12 + + + + A + 4 + + 4 + + 2 + eighth + down + 1 + begin + + + + A + 4 + + 4 + + 2 + eighth + down + 1 + continue + + + + G + 1 + 4 + + 4 + + 2 + eighth + sharp + down + 1 + end + + + 12 + + + + D + 4 + + 4 + + 6 + eighth + up + 2 + + + + E + 4 + + 8 + + 6 + quarter + up + 2 + + + 12 + + + + D + 4 + + 4 + + 7 + eighth + down + 2 + begin + + + + C + 1 + 4 + + 4 + + 7 + eighth + down + 2 + continue + + + + B + 3 + + 4 + + 7 + eighth + down + 2 + end + + + + + + C + 1 + 5 + + 6 + + 1 + eighth + + up + 1 + begin + + + + B + 4 + + 2 + + 1 + 16th + up + 1 + continue + backward hook + + + + A + 4 + + 4 + + 1 + eighth + up + 1 + end + + + 12 + + + + A + 4 + + 12 + + 2 + quarter + + down + 1 + + + 12 + + + + E + 4 + + 8 + + 6 + quarter + up + 2 + + + + C + 1 + 4 + + 4 + + 6 + eighth + up + 2 + + + 12 + + + + A + 3 + + 8 + + 7 + quarter + down + 2 + + + + 4 + + 7 + eighth + 2 + + + + + + F + 5 + + 8 + + 1 + quarter + 1 + + + + F + 5 + + 4 + + 1 + eighth + 1 + + + 12 + + + + D + 4 + + 8 + + 2 + quarter + down + 1 + + + + + A + 4 + + 8 + + 2 + quarter + down + 1 + + + 4 + 2 + 1 + + + 12 + + + + F + 1 + 3 + + 8 + + 7 + quarter + down + 2 + + + + 4 + + 7 + eighth + 2 + + + + + + 4 + + 1 + eighth + 1 + + + + B + 4 + + 4 + + 1 + eighth + up + 1 + begin + + + + A + 4 + + 4 + + 1 + eighth + up + 1 + end + + + 12 + + + + 4 + + 2 + eighth + 1 + + + + D + 4 + + 4 + + 2 + eighth + down + 1 + begin + + + + D + 4 + + 4 + + 2 + eighth + down + 1 + end + + + 12 + + + + 4 + + 3 + eighth + 1 + + + + G + 4 + + 4 + + 3 + eighth + up + 1 + begin + + + + F + 1 + 4 + + 4 + + 3 + eighth + up + 1 + end + + + 12 + + + + 4 + + 7 + eighth + 2 + + + + G + 3 + + 4 + + 7 + eighth + down + 2 + begin + + + + D + 3 + + 4 + + 7 + eighth + down + 2 + end + + + + + + B + 4 + + 8 + + 1 + quarter + up + 1 + + + + 4 + + 1 + eighth + 1 + + + 12 + + + + D + 4 + + 8 + + 2 + quarter + down + 1 + + + + 4 + + 2 + eighth + 1 + + + 12 + + + + G + 4 + + 8 + + 3 + quarter + up + 1 + + + + 4 + + 3 + eighth + 1 + + + 12 + + + + G + 2 + + 8 + + 7 + quarter + up + 2 + + + + 4 + + 7 + eighth + 2 + + + + + + + 4 + + 1 + eighth + 1 + + + + C + 1 + 5 + + 4 + + 1 + eighth + up + 1 + begin + + + + B + 4 + + 4 + + 1 + eighth + up + 1 + end + + + 12 + + + + 4 + + 2 + eighth + 1 + + + + E + 4 + + 4 + + 2 + eighth + down + 1 + begin + + + + E + 4 + + 4 + + 2 + eighth + down + 1 + end + + + 12 + + + + 4 + + 3 + eighth + 1 + + + + A + 4 + + 4 + + 3 + eighth + up + 1 + begin + + + + G + 1 + 4 + + 4 + + 3 + eighth + sharp + up + 1 + end + + + 12 + + + + 4 + + 7 + eighth + 2 + + + + A + 3 + + 4 + + 7 + eighth + down + 2 + begin + + + + E + 3 + + 4 + + 7 + eighth + down + 2 + end + + + + + + C + 1 + 5 + + 3 + + 1 + 16th + + up + 1 + begin + begin + + + + + + + D + 5 + + 1 + + 1 + 32nd + up + 1 + continue + end + backward hook + + + + E + 5 + + 4 + + 1 + eighth + up + 1 + continue + + + + + + + B + 4 + + 4 + + 1 + eighth + up + 1 + end + + + 12 + + + + E + 4 + + 8 + + 2 + quarter + down + 1 + + + + E + 4 + + 4 + + 2 + eighth + down + 1 + + + 12 + + + + A + 4 + + 3 + + 3 + 16th + + up + 1 + begin + begin + + + + B + 4 + + 1 + + 3 + 32nd + up + 1 + continue + end + backward hook + + + + C + 1 + 5 + + 4 + + 3 + eighth + up + 1 + continue + + + + G + 1 + 4 + + 4 + + 3 + eighth + up + 1 + end + + + 12 + + + + A + 2 + + 8 + + 7 + quarter + up + 2 + + + + 4 + + 7 + eighth + 2 + + + + + + C + 1 + 5 + + 3 + + 1 + 16th + + up + 1 + begin + begin + + + + + + + D + 5 + + 1 + + 1 + 32nd + up + 1 + continue + end + backward hook + + + + E + 5 + + 4 + + 1 + eighth + up + 1 + continue + + + + + + + B + 4 + + 4 + + 1 + eighth + up + 1 + end + + + 12 + + + + A + 3 + + 8 + + 2 + quarter + down + 1 + + + + E + 4 + + 4 + + 2 + eighth + down + 1 + + + 12 + + + + A + 4 + + 3 + + 3 + 16th + + up + 1 + begin + begin + + + + B + 4 + + 1 + + 3 + 32nd + up + 1 + continue + end + backward hook + + + + C + 1 + 5 + + 4 + + 3 + eighth + up + 1 + continue + + + + G + 1 + 4 + + 4 + + 3 + eighth + sharp + up + 1 + end + + + 12 + + + + 8 + + 7 + quarter + 2 + + + + 4 + + 7 + eighth + 2 + + + + + + C + 1 + 5 + + 8 + + 1 + quarter + up + 1 + + + + F + 5 + + 4 + + 1 + eighth + 1 + + + 12 + + + + E + 4 + + 8 + + 2 + quarter + down + 1 + + + + F + 1 + 4 + + 4 + + 2 + eighth + down + 1 + + + + + B + 4 + + 4 + + 2 + eighth + down + 1 + + + 12 + + + + A + 4 + + 8 + + 3 + quarter + up + 1 + + + + F + 5 + + 4 + + 3 + eighth + 1 + + + 12 + + + + A + 2 + + 8 + + 7 + quarter + up + 2 + + + + D + 3 + + 4 + + 7 + eighth + down + 2 + + + + + + F + 5 + + 8 + + 1 + quarter + 1 + + + + 4 + + 1 + eighth + 1 + + + 12 + + + + D + 4 + + 12 + + 2 + quarter + + down + 1 + + + + + G + 1 + 4 + + 12 + + 2 + quarter + + sharp + down + 1 + + + 12 + + + + B + 2 + + 12 + + 7 + quarter + + up + 2 + + + + + + E + 5 + + 12 + + 1 + quarter + + up + 1 + + + 12 + + + + C + 1 + 4 + + 12 + + 2 + quarter + + down + 1 + + + + + A + 4 + + 12 + + 2 + quarter + + down + 1 + + + 12 + + + + A + 4 + + 12 + + 3 + quarter + + up + 1 + + + 12 + + + + A + 2 + + 12 + + 7 + quarter + + up + 2 + + + + + + 12 + + 1 + whole + 1 + + + 12 + + + + F + 1 + 4 + + 8 + + 2 + quarter + down + 1 + + + + G + 4 + + 4 + + 2 + eighth + down + 1 + + + 12 + + + + 12 + 7 + 2 + + + + + + 12 + + 1 + whole + 1 + + + 12 + + + + D + 4 + + 12 + + 2 + quarter + + down + 1 + + + 12 + + + + 12 + 7 + 2 + + + + + + Ob. + + 1 + + + + Viol. + + 1 + + + + F + 1 + 5 + + 4 + + 1 + eighth + up + 1 + begin + + + + G + 5 + + 2 + + 1 + 16th + up + 1 + continue + begin + + + + + + + F + 1 + 5 + + 2 + + 1 + 16th + up + 1 + continue + continue + + + + + + + E + 5 + + 2 + + 1 + 16th + up + 1 + continue + continue + + + + + + + D + 5 + + 2 + + 1 + 16th + up + 1 + end + end + + + + + + 12 + + + + A + 4 + + 4 + + 3 + eighth + up + 1 + begin + + + + B + 4 + + 2 + + 3 + 16th + up + 1 + continue + begin + + + + A + 4 + + 2 + + 3 + 16th + up + 1 + continue + continue + + + + G + 4 + + 2 + + 3 + 16th + up + 1 + continue + continue + + + + F + 1 + 4 + + 2 + + 3 + 16th + up + 1 + end + end + + + 12 + + + + D + 4 + + 4 + + 6 + eighth + up + 2 + + + + B + 3 + + 8 + + 6 + quarter + up + 2 + + + 12 + + + + D + 3 + + 4 + + 7 + eighth + down + 2 + + + + G + 2 + + 8 + + 7 + quarter + up + 2 + + + + + + C + 1 + 5 + + 3 + + 1 + 16th + + up + 1 + begin + begin + + + + + + + D + 5 + + 1 + + 1 + 32nd + up + 1 + continue + end + backward hook + + + + E + 5 + + 4 + + 1 + eighth + up + 1 + continue + + + + + + + A + 4 + + 4 + + 1 + eighth + up + 1 + end + + + 12 + + + + E + 4 + + 12 + + 2 + quarter + + down + 1 + + + 12 + + + + C + 1 + 5 + + 3 + + 3 + 16th + + up + 1 + begin + begin + + + + D + 5 + + 1 + + 3 + 32nd + up + 1 + continue + end + backward hook + + + + E + 5 + + 4 + + 3 + eighth + up + 1 + continue + + + + A + 4 + + 4 + + 3 + eighth + up + 1 + end + + + 12 + + + + E + 4 + + 8 + + 6 + quarter + up + 2 + + + + C + 1 + 4 + + 4 + + 6 + eighth + up + 2 + + + 12 + + + + A + 2 + + 12 + + 7 + quarter + + down + 2 + + + + + + B + 4 + + 12 + + 1 + whole + 1 + + + 12 + + + + F + 1 + 4 + + 8 + + 2 + quarter + down + 1 + + + + G + 4 + + 4 + + 2 + eighth + down + 1 + + + 12 + + + + 12 + 7 + 2 + + + + diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/Telemann.xml canorus-0.7.3.RC3+dfsg/examples/musicxml/Telemann.xml --- canorus-0.7.3.RC1+svn1485+dfsg/examples/musicxml/Telemann.xml 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/examples/musicxml/Telemann.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,5277 +0,0 @@ - - - - Excerpt from "Liebe! Liebe! Was ist schöner als die Liebe?" - - Georg Philipp Telemann - Copyright © 2003 Recordare LLC - - Finale 2003 for Windows - Dolet for Finale 1.3 - 2003-12-02 - - - - - Voice - - Voice - - - 1 - 55 - - - - Ensemble - - Oboe - - - Viola - - - Violin - - - Cembalo - - - Cello - - - 2 - 69 - - - 5 - 42 - - - 4 - 41 - - - 6 - 7 - - - 3 - 43 - - - - - - - 8 - - 2 - major - - - - G - 2 - - - - - 12 - 1 - - - - - - 12 - 1 - - - - - - 12 - 1 - - - - - - 12 - 1 - - - - - - 12 - 1 - - - - - - 12 - 1 - - - - - - 12 - 1 - - - - - - 12 - 1 - - - - - - 12 - 1 - - - - - - 12 - 1 - - - - - - 12 - 1 - - - - - - E - 5 - - 8 - 1 - quarter - down - - begin - Lie - - - - - A - 4 - - 4 - 1 - eighth - up - - end - be! - - - - - - - - 12 - 1 - - - - - - 12 - 1 - - - - - - C - 1 - 5 - - 3 - 1 - 16th - - down - begin - begin - - - - - begin - Lie - - - - - D - 5 - - 1 - 1 - 32nd - down - continue - end - backward hook - - - - - - - E - 5 - - 4 - 1 - eighth - down - end - - - - A - 4 - - 4 - 1 - eighth - up - - end - be! - - - - - - - 12 - 1 - - - - - - 12 - 1 - - - - - - D - 5 - - 4 - 1 - eighth - down - begin - - - - - single - Was - - - - - A - 4 - - 4 - 1 - eighth - down - end - - - - - - - B - 4 - - 4 - 1 - eighth - down - - single - ist - - - - - - - F - 1 - 4 - - 3 - 1 - 16th - - up - begin - begin - - - - - begin - schö - - - - - G - 4 - - 1 - 1 - 32nd - up - continue - end - backward hook - - - - - - - A - 4 - - 4 - 1 - eighth - up - end - - - - D - 4 - - 4 - 1 - eighth - up - - end - ner - - - - - - - F - 1 - 5 - - 4 - 1 - eighth - down - - single - als - - - - - G - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - single - die - - - - - F - 1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - E - 5 - - 2 - 1 - 16th - down - continue - continue - - - - D - 5 - - 2 - 1 - 16th - down - end - end - - - - - - - - - C - 1 - 5 - - 6 - 1 - eighth - - down - - begin - Lie - - - - - B - 4 - - 2 - 1 - 16th - up - begin - forward hook - - - - A - 4 - - 4 - 1 - eighth - up - end - - end - be, - - - - - - - 4 - 1 - eighth - - - - D - 5 - - 4 - 1 - eighth - down - begin - - single - was - - - - - D - 5 - - 4 - 1 - eighth - down - end - - single - schmeckt - - - - - - - D - 5 - - 8 - 1 - quarter - down - - begin - - - - - - D - 5 - - 4 - 1 - eighth - down - - end - ßer, - - - - - - - 4 - 1 - eighth - - - - B - 4 - - 4 - 1 - eighth - down - begin - - single - was - - - - - E - 5 - - 4 - 1 - eighth - down - end - - single - schmeckt - - - - - - - - E - 5 - - 12 - - 1 - quarter - - down - - - - - begin - - - - - - - - E - 5 - - 12 - - - 1 - quarter - - down - - - - - - - - - - E - 5 - - 12 - - - 1 - quarter - - down - - - - - - - - - - E - 5 - - 4 - - 1 - eighth - down - - - - - - - D - 5 - - 2 - 1 - 16th - down - begin - begin - - - - - end - ßer - - - - - C - 1 - 5 - - 2 - 1 - 16th - down - continue - continue - - - - B - 4 - - 2 - 1 - 16th - down - continue - continue - - - - A - 4 - - 2 - 1 - 16th - down - end - end - - - - - - - - - 4 - 1 - eighth - - - - G - 1 - 4 - - 4 - 1 - eighth - sharp - up - - single - als - - - - - D - 5 - - 4 - 1 - eighth - down - - single - ein - - - - - - - C - 1 - 5 - - 12 - 1 - quarter - - down - - single - Kuß? - - - - 12 - - - - - D - 5 - - 4 - 2 - eighth - up - - - - - C - 1 - 5 - - 8 - 2 - quarter - up - - - - - - D - 5 - - 4 - 1 - eighth - down - begin - - - - - single - Was - - - - - A - 4 - - 4 - 1 - eighth - down - end - - - - - - - B - 4 - - 4 - 1 - eighth - down - - single - ist - - - - - - - F - 1 - 4 - - 3 - 1 - 16th - - up - begin - begin - - - - - begin - schö - - - - - G - 4 - - 1 - 1 - 32nd - up - continue - end - backward hook - - - - A - 4 - - 4 - 1 - eighth - up - end - - - - - - - D - 4 - - 4 - 1 - eighth - up - - end - ner, - - - - - - - 12 - 1 - - - - - - 12 - 1 - - - - - - D - 5 - - 4 - 1 - eighth - down - begin - - - - - single - was - - - - - A - 4 - - 4 - 1 - eighth - down - end - - - - - - - B - 4 - - 4 - 1 - eighth - down - - single - schmuckt - - - - - - - - 8 - - 2 - major - - - 2 - 5 - - G - 2 - - - F - 4 - - - - - Ob. Viol. - - 1 - - - - Viola - - 1 - - - - Ob. - - 1 - - - - D - 5 - - 4 - - 1 - eighth - up - 1 - begin - - - - - - - A - 4 - - 4 - - 1 - eighth - up - 1 - continue - - - - - - - B - 4 - - 4 - - 1 - eighth - up - 1 - end - - - 12 - - - - D - 4 - - 4 - - 2 - eighth - down - 1 - begin - - - - - - - F - 1 - 4 - - 4 - - 2 - eighth - down - 1 - continue - - - - G - 4 - - 4 - - 2 - eighth - down - 1 - end - - - - - - 12 - - - - Bc. (u. Cemb.) - - 2 - - - - 12 - 6 - 2 - - - - - - F - 1 - 4 - - 3 - - 1 - 16th - - up - 1 - begin - begin - - - - G - 4 - - 1 - - 1 - 32nd - up - 1 - continue - end - backward hook - - - - A - 4 - - 4 - - 1 - eighth - up - 1 - continue - - - - D - 4 - - 4 - - 1 - eighth - up - 1 - end - - - 12 - - - - D - 4 - - 8 - - 2 - quarter - down - 1 - - - - B - 3 - - 4 - - 2 - eighth - 1 - - - 12 - - - - 12 - 6 - 2 - - - - - - Viol. - - 1 - - - - A - 4 - - 4 - - 2 - eighth - down - 1 - begin - - - - A - 4 - - 4 - - 2 - eighth - down - 1 - continue - - - - G - 4 - - 2 - - 2 - 16th - down - 1 - continue - begin - - - - F - 1 - 4 - - 2 - - 2 - 16th - down - 1 - end - end - - - 12 - - - - F - 1 - 5 - - 4 - - 3 - eighth - up - 1 - begin - - - - G - 5 - - 2 - - 3 - 16th - up - 1 - continue - begin - - - - - - - F - 1 - 5 - - 2 - - 3 - 16th - up - 1 - continue - continue - - - - - - - E - 5 - - 2 - - 3 - 16th - up - 1 - continue - continue - - - - - - - D - 5 - - 2 - - 3 - 16th - up - 1 - end - end - - - - - - 12 - - - - D - 4 - - 4 - - 6 - eighth - up - 2 - begin - - - - E - 4 - - 4 - - 6 - eighth - up - 2 - continue - - - - D - 4 - - 4 - - 6 - eighth - up - 2 - end - - - 12 - - - - D - 3 - - 4 - - 7 - eighth - down - 2 - begin - - - - C - 1 - 3 - - 4 - - 7 - eighth - down - 2 - continue - - - - D - 3 - - 4 - - 7 - eighth - down - 2 - end - - - - - - E - 4 - - 8 - - 2 - quarter - down - 1 - - - - C - 1 - 4 - - 4 - - 2 - eighth - down - 1 - - - 12 - - - - C - 1 - 5 - - 3 - - 3 - 16th - - up - 1 - begin - begin - - - - - - - D - 5 - - 1 - - 3 - 32nd - up - 1 - continue - end - backward hook - - - - E - 5 - - 4 - - 3 - eighth - up - 1 - continue - - - - - - - A - 4 - - 4 - - 3 - eighth - up - 1 - end - - - 12 - - - - A - 3 - - 8 - - 6 - quarter - up - 2 - - - - 4 - - 6 - eighth - 2 - - - 12 - - - - A - 2 - - 8 - - 7 - quarter - down - 2 - - - - D - 3 - - 4 - - 7 - eighth - 2 - - - - - - D - 5 - - 4 - - 1 - eighth - up - 1 - begin - - - - - - - Ob. - - -3 - 1 - - - - A - 4 - - 4 - - 1 - eighth - up - 1 - continue - - - - - - - B - 4 - - 4 - - 1 - eighth - up - 1 - end - - - 12 - - - - F - 1 - 4 - - 8 - - 2 - quarter - down - 1 - - - - G - 4 - - 4 - - 2 - eighth - down - 1 - - - 12 - - - - 12 - 7 - 2 - - - - - - F - 1 - 4 - - 3 - - 1 - 16th - - up - 1 - begin - begin - - - - - - - G - 4 - - 1 - - 1 - 32nd - up - 1 - continue - end - backward hook - - - - A - 4 - - 4 - - 1 - eighth - up - 1 - continue - - - - - - - D - 4 - - 4 - - 1 - eighth - up - 1 - end - - - 12 - - - - D - 4 - - 8 - - 2 - quarter - down - 1 - - - - A - 3 - - 4 - - 2 - eighth - 1 - - - 12 - - - - 12 - 7 - 2 - - - - - - Viol. u. Ob. - - 1 - - - - E - 5 - - 6 - - 1 - eighth - - up - 1 - begin - - - - C - 1 - 5 - - 2 - - 1 - 16th - up - 1 - continue - backward hook - - - - D - 5 - - 4 - - 1 - eighth - up - 1 - end - - - 12 - - - - E - 4 - - 4 - - 2 - eighth - down - 1 - - - - - B - 4 - - 4 - - 2 - eighth - down - 1 - - - - E - 4 - - 8 - - 2 - quarter - down - 1 - - - 8 - - - - A - 4 - - 4 - - 5 - eighth - down - 1 - begin - - - - G - 4 - - 4 - - 5 - eighth - down - 1 - end - - - 12 - - - - E - 5 - - 6 - - 3 - eighth - - up - 1 - begin - - - - C - 1 - 5 - - 2 - - 3 - 16th - up - 1 - continue - backward hook - - - - D - 5 - - 4 - - 3 - eighth - up - 1 - end - - - 12 - - - - G - 3 - - 4 - - 7 - eighth - down - 2 - begin - - - - A - 3 - - 4 - - 7 - eighth - down - 2 - continue - - - - A - 2 - - 4 - - 7 - eighth - down - 2 - end - - - - - - D - 5 - - 8 - - 1 - quarter - up - 1 - - - - F - 5 - - 4 - - 1 - eighth - 1 - - - 12 - - - - F - 1 - 4 - - 8 - - 2 - quarter - down - 1 - - - 8 - - - - D - 5 - - 4 - - 5 - eighth - down - 1 - begin - - - - A - 4 - - 4 - - 5 - eighth - down - 1 - continue - - - - B - 4 - - 4 - - 5 - eighth - down - 1 - end - - - 4 - - - - G - 4 - - 4 - - 2 - eighth - down - 1 - - - 12 - - - - D - 5 - - 8 - - 3 - quarter - up - 1 - - - - F - 5 - - 4 - - 3 - eighth - 1 - - - 12 - - - - D - 4 - - 8 - - 4 - quarter - down - 1 - - - 4 - 4 - 1 - - - 12 - - - - D - 3 - - 8 - - 7 - quarter - down - 2 - - - - 4 - - 7 - eighth - 2 - - - - - - F - 5 - - 8 - - 1 - quarter - 1 - - - - B - 4 - - 4 - - 1 - eighth - 1 - - - 12 - - - - D - 4 - - 8 - - 2 - quarter - down - 1 - - - 8 - - - - F - 1 - 4 - - 3 - - 5 - 16th - - down - 1 - begin - begin - - - - G - 4 - - 1 - - 5 - 32nd - down - 1 - continue - end - backward hook - - - - A - 4 - - 4 - - 5 - eighth - down - 1 - continue - - - - D - 4 - - 4 - - 5 - eighth - down - 1 - end - - - 4 - - - 4 - 2 - 1 - - - 12 - - - - 12 - 7 - 2 - - - - - - (a 2) - - 1 - - - - B - 4 - - 4 - - 1 - eighth - up - 1 - begin - - - - G - 1 - 4 - - 6 - - 1 - eighth - - sharp - up - 1 - continue - - - - - - - - - A - 4 - - 2 - - 1 - 16th - up - 1 - end - backward hook - - - 12 - - - - B - 3 - - 4 - - 2 - eighth - down - 1 - - - - - F - 1 - 4 - - 4 - - 2 - eighth - down - 1 - - - - B - 3 - - 8 - - 2 - quarter - down - 1 - - - 8 - - - - E - 4 - - 4 - - 5 - eighth - down - 1 - begin - - - - D - 4 - - 4 - - 5 - eighth - down - 1 - end - - - 12 - - - - B - 4 - - 4 - - 3 - eighth - up - 1 - begin - - - - G - 1 - 4 - - 6 - - 3 - eighth - - sharp - up - 1 - continue - - - - A - 4 - - 2 - - 3 - 16th - up - 1 - end - backward hook - - - 12 - - - - D - 3 - - 4 - - 7 - eighth - up - 2 - begin - - - - E - 3 - - 4 - - 7 - eighth - up - 2 - continue - - - - E - 2 - - 4 - - 7 - eighth - up - 2 - end - - - - - - A - 4 - - 12 - - 1 - quarter - - up - 1 - - - 12 - - - - A - 3 - - 12 - - 2 - quarter - - down - 1 - - - - - C - 1 - 4 - - 12 - - 2 - quarter - - down - 1 - - - 12 - - - - A - 4 - - 12 - - 3 - quarter - - up - 1 - - - 12 - - - - A - 2 - - 12 - - 7 - quarter - - up - 2 - - - - - - 12 - 3 - 1 - - - 12 - - - - 12 - 7 - 2 - - - - - - - Ob. - - 1 - - - - A - 5 - - 4 - - 1 - eighth - up - 1 - begin - - - - - - - E - 5 - - 4 - - 1 - eighth - up - 1 - continue - - - - - - - F - 1 - 5 - - 4 - - 1 - eighth - up - 1 - end - - - 12 - - - - C - 1 - 5 - - 4 - - 2 - eighth - down - 1 - begin - - - - A - 4 - - 4 - - 2 - eighth - down - 1 - continue - - - - A - 4 - - 4 - - 2 - eighth - down - 1 - end - - - 12 - - - - A - 3 - - 4 - - 6 - eighth - up - 2 - begin - - - - C - 1 - 4 - - 4 - - 6 - eighth - up - 2 - continue - - - - D - 4 - - 4 - - 6 - eighth - up - 2 - end - - - 12 - - - - G - 2 - - 12 - - 7 - whole - 2 - - - - - - C - 1 - 5 - - 3 - - 1 - 16th - - up - 1 - begin - begin - - - - - - - D - 5 - - 1 - - 1 - 32nd - up - 1 - continue - end - backward hook - - - - E - 5 - - 4 - - 1 - eighth - up - 1 - continue - - - - - - - A - 4 - - 4 - - 1 - eighth - up - 1 - end - - - 12 - - - - E - 4 - - 8 - - 2 - quarter - down - 1 - - - - - A - 4 - - 8 - - 2 - quarter - down - 1 - - - - C - 1 - 4 - - 4 - - 2 - eighth - down - 1 - - - 12 - - - - A - 3 - - 8 - - 6 - quarter - up - 2 - - - - A - 3 - - 4 - - 6 - eighth - 2 - - - 12 - - - - G - 2 - - 12 - - 7 - whole - 2 - - - - - - 12 - 2 - 1 - - - 12 - - - - 12 - 7 - 2 - - - - - - Ob. - - 1 - - - - A - 5 - - 4 - - 1 - eighth - up - 1 - begin - - - - - - - E - 5 - - 4 - - 1 - eighth - up - 1 - continue - - - - - - - F - 1 - 5 - - 4 - - 1 - eighth - up - 1 - end - - - 12 - - - - E - 4 - - 8 - - 2 - quarter - down - 1 - - - - - C - 1 - 5 - - 8 - - 2 - quarter - down - 1 - - - - G - 4 - - 4 - - 2 - eighth - 1 - - - 12 - - - - A - 3 - - 8 - - 6 - quarter - up - 2 - - - - A - 3 - - 4 - - 6 - eighth - 2 - - - 12 - - - - G - 2 - - 12 - - 7 - whole - 2 - - - - - - C - 1 - 5 - - 3 - - 1 - 16th - - up - 1 - begin - begin - - - - - - - D - 5 - - 1 - - 1 - 32nd - up - 1 - continue - end - backward hook - - - - E - 5 - - 4 - - 1 - eighth - up - 1 - continue - - - - - - - A - 4 - - 4 - - 1 - eighth - up - 1 - end - - - 12 - - - - A - 4 - - 12 - - 2 - quarter - - down - 1 - - - 12 - - - - 12 - 7 - 2 - - - - - - 12 - - 1 - whole - 1 - - - 12 - - - - D - 4 - - 8 - - 2 - quarter - down - 1 - - - - - A - 4 - - 8 - - 2 - quarter - down - 1 - - - - D - 4 - - 4 - - 2 - eighth - down - 1 - - - - - G - 4 - - 4 - - 2 - eighth - down - 1 - - - - - B - 4 - - 4 - - 2 - eighth - down - 1 - - - 12 - - - - F - 1 - 3 - - 8 - - 7 - quarter - down - 2 - - - - G - 3 - - 4 - - 7 - eighth - down - 2 - - - - - - 12 - - 1 - whole - 1 - - - 12 - - - - D - 4 - - 12 - - 2 - quarter - - down - 1 - - - - - F - 1 - 4 - - 12 - - 2 - quarter - - down - 1 - - - - - A - 4 - - 12 - - 2 - quarter - - down - 1 - - - 12 - - - - D - 3 - - 12 - - 7 - quarter - - down - 2 - - - - - - F - 1 - 5 - - 4 - - 1 - eighth - up - 1 - begin - - - - G - 5 - - 2 - - 1 - 16th - up - 1 - continue - begin - - - - - - - F - 1 - 5 - - 2 - - 1 - 16th - up - 1 - continue - continue - - - - - - - E - 5 - - 2 - - 1 - 16th - up - 1 - continue - continue - - - - - - - D - 5 - - 2 - - 1 - 16th - up - 1 - end - end - - - - - - 12 - - - - A - 4 - - 4 - - 2 - eighth - down - 1 - begin - - - - A - 4 - - 4 - - 2 - eighth - down - 1 - continue - - - - G - 1 - 4 - - 4 - - 2 - eighth - sharp - down - 1 - end - - - 12 - - - - D - 4 - - 4 - - 6 - eighth - up - 2 - - - - E - 4 - - 8 - - 6 - quarter - up - 2 - - - 12 - - - - D - 4 - - 4 - - 7 - eighth - down - 2 - begin - - - - C - 1 - 4 - - 4 - - 7 - eighth - down - 2 - continue - - - - B - 3 - - 4 - - 7 - eighth - down - 2 - end - - - - - - C - 1 - 5 - - 6 - - 1 - eighth - - up - 1 - begin - - - - B - 4 - - 2 - - 1 - 16th - up - 1 - continue - backward hook - - - - A - 4 - - 4 - - 1 - eighth - up - 1 - end - - - 12 - - - - A - 4 - - 12 - - 2 - quarter - - down - 1 - - - 12 - - - - E - 4 - - 8 - - 6 - quarter - up - 2 - - - - C - 1 - 4 - - 4 - - 6 - eighth - up - 2 - - - 12 - - - - A - 3 - - 8 - - 7 - quarter - down - 2 - - - - 4 - - 7 - eighth - 2 - - - - - - F - 5 - - 8 - - 1 - quarter - 1 - - - - F - 5 - - 4 - - 1 - eighth - 1 - - - 12 - - - - D - 4 - - 8 - - 2 - quarter - down - 1 - - - - - A - 4 - - 8 - - 2 - quarter - down - 1 - - - 4 - 2 - 1 - - - 12 - - - - F - 1 - 3 - - 8 - - 7 - quarter - down - 2 - - - - 4 - - 7 - eighth - 2 - - - - - - 4 - - 1 - eighth - 1 - - - - B - 4 - - 4 - - 1 - eighth - up - 1 - begin - - - - A - 4 - - 4 - - 1 - eighth - up - 1 - end - - - 12 - - - - 4 - - 2 - eighth - 1 - - - - D - 4 - - 4 - - 2 - eighth - down - 1 - begin - - - - D - 4 - - 4 - - 2 - eighth - down - 1 - end - - - 12 - - - - 4 - - 3 - eighth - 1 - - - - G - 4 - - 4 - - 3 - eighth - up - 1 - begin - - - - F - 1 - 4 - - 4 - - 3 - eighth - up - 1 - end - - - 12 - - - - 4 - - 7 - eighth - 2 - - - - G - 3 - - 4 - - 7 - eighth - down - 2 - begin - - - - D - 3 - - 4 - - 7 - eighth - down - 2 - end - - - - - - B - 4 - - 8 - - 1 - quarter - up - 1 - - - - 4 - - 1 - eighth - 1 - - - 12 - - - - D - 4 - - 8 - - 2 - quarter - down - 1 - - - - 4 - - 2 - eighth - 1 - - - 12 - - - - G - 4 - - 8 - - 3 - quarter - up - 1 - - - - 4 - - 3 - eighth - 1 - - - 12 - - - - G - 2 - - 8 - - 7 - quarter - up - 2 - - - - 4 - - 7 - eighth - 2 - - - - - - - 4 - - 1 - eighth - 1 - - - - C - 1 - 5 - - 4 - - 1 - eighth - up - 1 - begin - - - - B - 4 - - 4 - - 1 - eighth - up - 1 - end - - - 12 - - - - 4 - - 2 - eighth - 1 - - - - E - 4 - - 4 - - 2 - eighth - down - 1 - begin - - - - E - 4 - - 4 - - 2 - eighth - down - 1 - end - - - 12 - - - - 4 - - 3 - eighth - 1 - - - - A - 4 - - 4 - - 3 - eighth - up - 1 - begin - - - - G - 1 - 4 - - 4 - - 3 - eighth - sharp - up - 1 - end - - - 12 - - - - 4 - - 7 - eighth - 2 - - - - A - 3 - - 4 - - 7 - eighth - down - 2 - begin - - - - E - 3 - - 4 - - 7 - eighth - down - 2 - end - - - - - - C - 1 - 5 - - 3 - - 1 - 16th - - up - 1 - begin - begin - - - - - - - D - 5 - - 1 - - 1 - 32nd - up - 1 - continue - end - backward hook - - - - E - 5 - - 4 - - 1 - eighth - up - 1 - continue - - - - - - - B - 4 - - 4 - - 1 - eighth - up - 1 - end - - - 12 - - - - E - 4 - - 8 - - 2 - quarter - down - 1 - - - - E - 4 - - 4 - - 2 - eighth - down - 1 - - - 12 - - - - A - 4 - - 3 - - 3 - 16th - - up - 1 - begin - begin - - - - B - 4 - - 1 - - 3 - 32nd - up - 1 - continue - end - backward hook - - - - C - 1 - 5 - - 4 - - 3 - eighth - up - 1 - continue - - - - G - 1 - 4 - - 4 - - 3 - eighth - up - 1 - end - - - 12 - - - - A - 2 - - 8 - - 7 - quarter - up - 2 - - - - 4 - - 7 - eighth - 2 - - - - - - C - 1 - 5 - - 3 - - 1 - 16th - - up - 1 - begin - begin - - - - - - - D - 5 - - 1 - - 1 - 32nd - up - 1 - continue - end - backward hook - - - - E - 5 - - 4 - - 1 - eighth - up - 1 - continue - - - - - - - B - 4 - - 4 - - 1 - eighth - up - 1 - end - - - 12 - - - - A - 3 - - 8 - - 2 - quarter - down - 1 - - - - E - 4 - - 4 - - 2 - eighth - down - 1 - - - 12 - - - - A - 4 - - 3 - - 3 - 16th - - up - 1 - begin - begin - - - - B - 4 - - 1 - - 3 - 32nd - up - 1 - continue - end - backward hook - - - - C - 1 - 5 - - 4 - - 3 - eighth - up - 1 - continue - - - - G - 1 - 4 - - 4 - - 3 - eighth - sharp - up - 1 - end - - - 12 - - - - 8 - - 7 - quarter - 2 - - - - 4 - - 7 - eighth - 2 - - - - - - C - 1 - 5 - - 8 - - 1 - quarter - up - 1 - - - - F - 5 - - 4 - - 1 - eighth - 1 - - - 12 - - - - E - 4 - - 8 - - 2 - quarter - down - 1 - - - - F - 1 - 4 - - 4 - - 2 - eighth - down - 1 - - - - - B - 4 - - 4 - - 2 - eighth - down - 1 - - - 12 - - - - A - 4 - - 8 - - 3 - quarter - up - 1 - - - - F - 5 - - 4 - - 3 - eighth - 1 - - - 12 - - - - A - 2 - - 8 - - 7 - quarter - up - 2 - - - - D - 3 - - 4 - - 7 - eighth - down - 2 - - - - - - F - 5 - - 8 - - 1 - quarter - 1 - - - - 4 - - 1 - eighth - 1 - - - 12 - - - - D - 4 - - 12 - - 2 - quarter - - down - 1 - - - - - G - 1 - 4 - - 12 - - 2 - quarter - - sharp - down - 1 - - - 12 - - - - B - 2 - - 12 - - 7 - quarter - - up - 2 - - - - - - E - 5 - - 12 - - 1 - quarter - - up - 1 - - - 12 - - - - C - 1 - 4 - - 12 - - 2 - quarter - - down - 1 - - - - - A - 4 - - 12 - - 2 - quarter - - down - 1 - - - 12 - - - - A - 4 - - 12 - - 3 - quarter - - up - 1 - - - 12 - - - - A - 2 - - 12 - - 7 - quarter - - up - 2 - - - - - - 12 - - 1 - whole - 1 - - - 12 - - - - F - 1 - 4 - - 8 - - 2 - quarter - down - 1 - - - - G - 4 - - 4 - - 2 - eighth - down - 1 - - - 12 - - - - 12 - 7 - 2 - - - - - - 12 - - 1 - whole - 1 - - - 12 - - - - D - 4 - - 12 - - 2 - quarter - - down - 1 - - - 12 - - - - 12 - 7 - 2 - - - - - - Ob. - - 1 - - - - Viol. - - 1 - - - - F - 1 - 5 - - 4 - - 1 - eighth - up - 1 - begin - - - - G - 5 - - 2 - - 1 - 16th - up - 1 - continue - begin - - - - - - - F - 1 - 5 - - 2 - - 1 - 16th - up - 1 - continue - continue - - - - - - - E - 5 - - 2 - - 1 - 16th - up - 1 - continue - continue - - - - - - - D - 5 - - 2 - - 1 - 16th - up - 1 - end - end - - - - - - 12 - - - - A - 4 - - 4 - - 3 - eighth - up - 1 - begin - - - - B - 4 - - 2 - - 3 - 16th - up - 1 - continue - begin - - - - A - 4 - - 2 - - 3 - 16th - up - 1 - continue - continue - - - - G - 4 - - 2 - - 3 - 16th - up - 1 - continue - continue - - - - F - 1 - 4 - - 2 - - 3 - 16th - up - 1 - end - end - - - 12 - - - - D - 4 - - 4 - - 6 - eighth - up - 2 - - - - B - 3 - - 8 - - 6 - quarter - up - 2 - - - 12 - - - - D - 3 - - 4 - - 7 - eighth - down - 2 - - - - G - 2 - - 8 - - 7 - quarter - up - 2 - - - - - - C - 1 - 5 - - 3 - - 1 - 16th - - up - 1 - begin - begin - - - - - - - D - 5 - - 1 - - 1 - 32nd - up - 1 - continue - end - backward hook - - - - E - 5 - - 4 - - 1 - eighth - up - 1 - continue - - - - - - - A - 4 - - 4 - - 1 - eighth - up - 1 - end - - - 12 - - - - E - 4 - - 12 - - 2 - quarter - - down - 1 - - - 12 - - - - C - 1 - 5 - - 3 - - 3 - 16th - - up - 1 - begin - begin - - - - D - 5 - - 1 - - 3 - 32nd - up - 1 - continue - end - backward hook - - - - E - 5 - - 4 - - 3 - eighth - up - 1 - continue - - - - A - 4 - - 4 - - 3 - eighth - up - 1 - end - - - 12 - - - - E - 4 - - 8 - - 6 - quarter - up - 2 - - - - C - 1 - 4 - - 4 - - 6 - eighth - up - 2 - - - 12 - - - - A - 2 - - 12 - - 7 - quarter - - down - 2 - - - - - - B - 4 - - 12 - - 1 - whole - 1 - - - 12 - - - - F - 1 - 4 - - 8 - - 2 - quarter - down - 1 - - - - G - 4 - - 4 - - 2 - eighth - down - 1 - - - 12 - - - - 12 - 7 - 2 - - - - diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/NEWS canorus-0.7.3.RC3+dfsg/NEWS --- canorus-0.7.3.RC1+svn1485+dfsg/NEWS 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/NEWS 2018-06-20 18:42:55.000000000 +0000 @@ -26,7 +26,7 @@ - added note checker - note checker and midi command support for shortcut settings - fixed some compilation issues on other platforms -- fix issue with new sheet; +- fix issues with new sheet; - add dynamic keyboard helper for shortcut settings - Add version information to installer - Qt4 build settings separated @@ -59,6 +59,30 @@ - Show text edit when exactly one element is selected, otherwise, confirm any opened text edits and hide it. - fix for pluginmanager when no plugins are available - Streamline Translation with 5.6 (use official macros) +- Support for latest gcc 7 (fix compilation) +- Fix issue when opening recent files and saving showing "unknown file format" +- Fix: If a non-playable is on first notem a slur could not be made +- Fix issue on not working Key Signature based transposition downwards +- Fix issue on voice number not updated when using tab key to walk over voices +- Added support for walking through contexts using tab key +- Set new MusicXML extension (.xml -> .musicxml) and change examples too +- Fixes and improvements on LilyPondExport (text, tempo, mark) +- Add support for importing compressed musicxml (only with metainfo) +- Fix Menu Shortcuts with ALT missing +- Fix order of keys +- Set key signature to autodetect values when transposing +- Fix issue that accidentals not shown in the second voice over barline +- Fix issues with dotted barlines and bars +- Add support for debug output that is only shown with debug build +- Add go to (jump to) bar +- Fix replace mark icon by volta +- Fix issues with creating/installing translation files +- Fix some swig warnings and debug output +- Show midi warnings dialog on startup +- Make properties dialog resizable (inkl. "grab" button) +- Show bar length error, if it is too long. +- Do not place autobars if inserting in the middle of the score +- Ctrl-T can now be used as shortcut for transpose 0.7.2 ===== diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/README canorus-0.7.3.RC3+dfsg/README --- canorus-0.7.3.RC1+svn1485+dfsg/README 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/README 2018-06-20 18:42:55.000000000 +0000 @@ -15,7 +15,7 @@ The latest version of Qt5, Swig and CMake is preferred. Canorus requires the current "LTS" version 5.6 or later. -- Qt development package >=5.3 (http://www.qt-project.org) +- Qt development package >=5.6 (http://www.qt-project.org) - Swig >=2.0.12 (http://www.swig.org). Swig >= 3.0.8 is working too. (cmake does not support parallel installations of swig) - g++ >=5, make (http://gcc.gnu.org, http://www.mingw.org) @@ -23,8 +23,8 @@ - Python development package >=3.0 (http://www.python.org) - (optional) Lyx, tex4ht (user's guide) -Qt5 Build (tested with version 5.6.2) -- Get original Qt development package 5.6.2 (http://www.qt.io) +Qt5 Build (tested with version 5.6.2 and 5.9.5) +- Get original Qt development package 5.6.2 or 5.9.5 (http://www.qt.io) - It is strongly recommended not to use Qt coming with your distribution - Get Swig, g++, cmake, python, lyx as specified above (make sure to remove Swig 2.0 before using Swig 3.0) @@ -32,7 +32,9 @@ - Create a build folder, outside the source folder and "cd" into it $ cmake -DCMAKE_PREFIX_PATH=/opt/Qt/5.6/gcc_64/lib/cmake ../canorus/trunk - Ignore the warning about the missing ruby package -- make -j4 (for dual-core use -j2 switch), on Intel i7 use -j8 / -j4 +- make -j4 (for dual-core use -j2 switch) + on AMD Ryzen or Intel i7 use -j8 / -j4 + depending on your available memory you may need to reduce the number Note that if you use the old way of building canorus you have to disable the local installation of Canorus when calling cmake: @@ -87,7 +89,15 @@ Compilation under Debian/Ubuntu: =========================== One-liner to install build dependencies on Ubuntu 17.10 Artful Aardvark: - $ sudo apt install cmake g++ make libqt5webkit5-dev libqt5svg5-dev qtbase5-dev qttools5-dev qtwebengine5-dev + $ sudo apt install cmake g++ make libqt5webkit5-dev libqt5svg5-dev qtbase5-dev qttools5-dev qtwebengine5-dev libasound2-dev + +For python scripting support, add: + $ sudo apt install python3-dev swig + +NOTE: If you had installed the Ubuntu qt5 environment and wish to switch to + (newer) Qt we recommend to first uninstall the above dev files (include + QtCreator): +$ sudo apt purge libqt5webkit5-dev libqt5svg5-dev qtbase5-dev qttools5-dev qtwebengine5-dev Download the SVN/release version of canorus, go to Canorus root directory and run: $ debian/rules binary @@ -97,6 +107,7 @@ Debian based shipped binaries ============================= We distribute binaries compiled with the official Qt 5.6 version. Built on xenial. +In the near future we will switch to Qt 5.9 version, built on bionic. The debian package has a wrapper script canorus-qt.sh for the debian package that includes the libraries. @@ -110,6 +121,9 @@ They also may work with libraries of Qt 5.6 from your Distribution. Avoid using these with later versions (f.e. 5.7/5.8/5.9) of Qt, instead rebuild. +There is an unofficial PPA for Ubuntu containing binaries for current Ubuntu series: +https://launchpad.net/~ichthyo/+archive/ubuntu/music + Troubleshooting: ================ diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/canorus.cpp canorus-0.7.3.RC3+dfsg/src/canorus.cpp --- canorus-0.7.3.RC1+svn1485+dfsg/src/canorus.cpp 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/canorus.cpp 2018-06-20 18:42:55.000000000 +0000 @@ -105,14 +105,14 @@ void CACanorus::initCommonGUI() { // Initialize main window's load/save/import/export dialogs - CAMainWin::uiSaveDialog = new QFileDialog(0, QObject::tr("Choose a file to save"), settings()->documentsDirectory().absolutePath()); + CAMainWin::uiSaveDialog = new QFileDialog(nullptr, QObject::tr("Choose a file to save"), settings()->documentsDirectory().absolutePath()); CAMainWin::uiSaveDialog->setFileMode(QFileDialog::AnyFile); CAMainWin::uiSaveDialog->setAcceptMode( QFileDialog::AcceptSave ); CAMainWin::uiSaveDialog->setNameFilters( QStringList() << CAFileFormats::CANORUSML_FILTER ); CAMainWin::uiSaveDialog->setNameFilters( CAMainWin::uiSaveDialog->nameFilters() << CAFileFormats::CAN_FILTER ); CAMainWin::uiSaveDialog->selectNameFilter( CAFileFormats::getFilter( settings()->defaultSaveFormat() ) ); - CAMainWin::uiOpenDialog = new QFileDialog(0, QObject::tr("Choose a file to open"), settings()->documentsDirectory().absolutePath()); + CAMainWin::uiOpenDialog = new QFileDialog(nullptr, QObject::tr("Choose a file to open"), settings()->documentsDirectory().absolutePath()); CAMainWin::uiOpenDialog->setFileMode( QFileDialog::ExistingFile ); CAMainWin::uiOpenDialog->setAcceptMode( QFileDialog::AcceptOpen ); CAMainWin::uiOpenDialog->setNameFilters( QStringList() << CAFileFormats::CANORUSML_FILTER ); // clear the * filter @@ -126,7 +126,7 @@ allFilters.chop(1); CAMainWin::uiOpenDialog->setNameFilters( QStringList() << QString(QObject::tr("All supported formats (%1)").arg(allFilters)) << CAMainWin::uiOpenDialog->nameFilters() ); - CAMainWin::uiExportDialog = new QFileDialog(0, QObject::tr("Choose a file to export"), settings()->documentsDirectory().absolutePath()); + CAMainWin::uiExportDialog = new QFileDialog(nullptr, QObject::tr("Choose a file to export"), settings()->documentsDirectory().absolutePath()); CAMainWin::uiExportDialog->setFileMode(QFileDialog::AnyFile); CAMainWin::uiExportDialog->setAcceptMode( QFileDialog::AcceptSave ); CAMainWin::uiExportDialog->setNameFilters( QStringList() << CAFileFormats::LILYPOND_FILTER ); @@ -135,10 +135,11 @@ CAMainWin::uiExportDialog->setNameFilters( CAMainWin::uiExportDialog->nameFilters() << CAFileFormats::PDF_FILTER ); CAMainWin::uiExportDialog->setNameFilters( CAMainWin::uiExportDialog->nameFilters() << CAFileFormats::SVG_FILTER ); - CAMainWin::uiImportDialog = new QFileDialog(0, QObject::tr("Choose a file to import"), settings()->documentsDirectory().absolutePath()); + CAMainWin::uiImportDialog = new QFileDialog(nullptr, QObject::tr("Choose a file to import"), settings()->documentsDirectory().absolutePath()); CAMainWin::uiImportDialog->setFileMode( QFileDialog::ExistingFile ); CAMainWin::uiImportDialog->setAcceptMode( QFileDialog::AcceptOpen ); CAMainWin::uiImportDialog->setNameFilters( QStringList() << CAFileFormats::MUSICXML_FILTER ); + CAMainWin::uiImportDialog->setNameFilters( CAMainWin::uiImportDialog->nameFilters() << CAFileFormats::MXL_FILTER ); CAMainWin::uiImportDialog->setNameFilters( CAMainWin::uiImportDialog->nameFilters() << CAFileFormats::MIDI_FILTER ); // CAMainWin::uiImportDialog->setNameFilters( CAMainWin::uiImportDialog->nameFilters() << CAFileFormats::LILYPOND_FILTER ); // activate when usable } diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/CMakeLists.txt canorus-0.7.3.RC3+dfsg/src/CMakeLists.txt --- canorus-0.7.3.RC1+svn1485+dfsg/src/CMakeLists.txt 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/CMakeLists.txt 2018-06-20 18:42:55.000000000 +0000 @@ -38,16 +38,15 @@ ####################### # The following lines detect scripting environments (SWIG, Ruby, Python etc.) FIND_PACKAGE(SWIG 3.0.8 QUIET) -MESSAGE("Swig version ${SWIG_VERSION}") IF(SWIG_FOUND AND NOT NO_SWIG) SET(USE_SWIG True) - MESSAGE("SWIG found, using scripting extensions.") + MESSAGE("SWIG version ${SWIG_VERSION} found, using scripting extensions.") ELSE(SWIG_FOUND AND NOT NO_SWIG) # Try again with version 2 FIND_PACKAGE(SWIG 2.0.12 QUIET) IF(SWIG_FOUND AND NOT NO_SWIG) SET(USE_SWIG True) - MESSAGE("SWIG found, using scripting extensions.") + MESSAGE("SWIG version ${SWIG_VERSION} found, using scripting extensions.") ELSE(SWIG_FOUND AND NOT NO_SWIG) MESSAGE("SWIG version >=2.0.12 or >= 3.0.3 *not* found, version is ${SWIG_VERSION}, disabling SWIG!") SET(NO_RUBY True) @@ -138,6 +137,7 @@ ui/midirecorder.ui ui/transposeview.ui + ui/jumptoview.ui ) # Define the MOC source files used by Canorus @@ -150,6 +150,7 @@ ui/settingsdialog.h ui/propertiesdialog.h ui/transposeview.h + ui/jumptoview.h ui/singleaction.h widgets/lcdnumber.h @@ -164,7 +165,6 @@ widgets/pyconsole.h widgets/midirecorderview.h widgets/resourceview.h - widgets/helpbrowser.h widgets/actionseditor.h widgets/progressstatusbar.h widgets/tabwidget.h @@ -176,6 +176,10 @@ scorectl/keysignaturectl.h ) +IF(Qt5WebEngineWidgets_LIBRARIES) + SET(Canorus_Gui_MOCs ${Canorus_Gui_MOCs} widgets/helpbrowser.h) +ENDIF(Qt5WebEngineWidgets_LIBRARIES) + SET(Canorus_Core_MOCs # MOCs compiled into scripting library as well import/import.h export/export.h @@ -194,7 +198,7 @@ ) ################ -# Qt4 settings # +# Qt5 settings # ################ # Enable needed Qt modules for Canorus SET(QT_USE_QTXML True) # Save/Load @@ -313,17 +317,21 @@ widgets/pyconsole.cpp widgets/midirecorderview.cpp widgets/resourceview.cpp - widgets/helpbrowser.cpp widgets/actionseditor.cpp widgets/progressstatusbar.cpp widgets/tabwidget.cpp ) +IF(Qt5WebEngineWidgets_LIBRARIES) + SET(Canorus_Widget_Srcs ${Canorus_Widget_Srcs} widgets/helpbrowser.cpp) +ENDIF(Qt5WebEngineWidgets_LIBRARIES) + SET(Canorus_Ui_Srcs # Implementations of widgets that have their own .ui qt-designer files ui/mainwin.cpp ui/settingsdialog.cpp ui/propertiesdialog.cpp ui/transposeview.cpp + ui/jumptoview.cpp ui/singleaction.cpp ui/actionstorage.cpp @@ -333,8 +341,8 @@ SET(Canorus_Gui_Ctl_Srcs # Control instances for user interface or views control/previewctl.cpp control/printctl.cpp - control/helpctl.cpp control/mainwinprogressctl.cpp + control/helpctl.cpp scorectl/keysignaturectl.cpp ) @@ -404,12 +412,17 @@ import/canorusmlimport.cpp import/canimport.cpp import/musicxmlimport.cpp + import/mxlimport.cpp ) SET(Canorus_RtMidi_Srcs # RtMIDI library rtmidi/RtMidi.cpp ) +SET(Canorus_ZIP_Srcs + zip/zip.c +) + SET(Canorus_PMIDI_Srcs # PMIDI excerpts import/pmidi/glib.c import/pmidi/elements.c @@ -434,6 +447,7 @@ ${Canorus_Export_Srcs} ${Canorus_Import_Srcs} ${Canorus_RtMidi_Srcs} + ${Canorus_ZIP_Srcs} ${Canorus_Widget_Srcs} ${Canorus_PMIDI_Srcs} ) @@ -452,6 +466,7 @@ ${Canorus_Export_Srcs} ${Canorus_Ctl_Srcs} ${Canorus_RtMidi_Srcs} + ${Canorus_ZIP_Srcs} ${Canorus_PMIDI_Srcs} interface/rtmididevice.cpp interface/mididevice.cpp @@ -466,6 +481,7 @@ scripting/swigruby.cpp ${Canorus_Core_MOC_Srcs} ) + IF(MINGW) # Append ZLIB srcs to Swig srcs on Windows SET( Canorus_Swig_Srcs ${Canorus_Swig_Srcs} ${ZLIB_Srcs} ) ENDIF(MINGW) @@ -483,8 +499,6 @@ # Set translation files FILE(GLOB Canorus_Translation_Srcs "lang/*.ts") # lang/*.ts -> Canorus_Translation_Srcs -#STRING(REGEX REPLACE "\\.ts" ".qm" Canorus_Translation_Bins "${Canorus_Translation_Srcs}") # Set Canorus_Translation_Bins to same values as Canorus_Translation_Srcs with different extensions -FILE(GLOB Canorus_Translation_Bins ${CMAKE_BINARY_DIR}"/*.qm") # lang/*.ts -> Canorus_Translation_Srcs SET(Canorus_Fonts # Music fonts needed by Canorus fonts/CenturySchL-BoldItal.ttf # Century family needed for numbers and signs @@ -597,9 +611,9 @@ SET(CANORUS_RUBY_WRAP_CXX ${CMAKE_CURRENT_SOURCE_DIR}/canorusrubyRUBY_wrap.cxx) SET_SOURCE_FILES_PROPERTIES(${CANORUS_RUBY_WRAP_CXX} PROPERTIES GENERATED TRUE) - SWIG_ADD_MODULE(CanorusRuby ruby - ${Canorus_Swig_Srcs} - ${CMAKE_CURRENT_SOURCE_DIR}/scripting/canorusruby.i + SWIG_ADD_LIBRARY(CanorusRuby + LANGUAGE ruby + SOURCES ${Canorus_Swig_Srcs} ${CMAKE_CURRENT_SOURCE_DIR}/scripting/canorusruby.i ) SWIG_LINK_LIBRARIES(CanorusRuby ${RUBY_LIBRARY} Qt5::Widgets Qt5::Core Qt5::Gui Qt5::Svg Qt5::Xml Qt5::PrintSupport) SET_TARGET_PROPERTIES( ${SWIG_MODULE_CanorusRuby_REAL_NAME} PROPERTIES COMPILE_FLAGS "-DSWIGCPP" ) @@ -612,9 +626,9 @@ SET(CANORUS_PYTHON_WRAP_CXX ${CMAKE_CURRENT_SOURCE_DIR}/canoruspythonPYTHON_wrap.cxx) SET_SOURCE_FILES_PROPERTIES(${CANORUS_PYTHON_WRAP_CXX} PROPERTIES GENERATED TRUE) - SWIG_ADD_MODULE(CanorusPython python # Warning! CMake renames CanorusPython automatically to _CanorusPython - ${Canorus_Swig_Srcs} - ${CMAKE_CURRENT_SOURCE_DIR}/scripting/canoruspython.i + SWIG_ADD_LIBRARY(CanorusPython + LANGUAGE python + SOURCES ${Canorus_Swig_Srcs} ${CMAKE_CURRENT_SOURCE_DIR}/scripting/canoruspython.i ) SWIG_LINK_LIBRARIES(CanorusPython ${PYTHON_LIBRARY} Qt5::Widgets Qt5::Core Qt5::Gui Qt5::Svg Qt5::Xml Qt5::PrintSupport) SET_TARGET_PROPERTIES( ${SWIG_MODULE_CanorusPython_REAL_NAME} PROPERTIES COMPILE_FLAGS "-DSWIGCPP" ) @@ -661,7 +675,7 @@ # command. Never remove that line :-) # Add ${QT_QTTEST_LIBRARY} below to add the Qt Test library as well # Add ${POPPLERQT4_LIBRARY} ${POPPLER_LIBRARY} to reactivate poppler libraries -TARGET_LINK_LIBRARIES(canorus Qt5::Widgets Qt5::Core Qt5::Gui Qt5::Svg Qt5::Xml Qt5::PrintSupport Qt5::WebEngineWidgets ${RUBY_LIBRARY} ${PYTHON_LIBRARY} z pthread ) +TARGET_LINK_LIBRARIES(canorus Qt5::Widgets Qt5::Core Qt5::Gui Qt5::Svg Qt5::Xml Qt5::PrintSupport ${Qt5WebEngineWidgets_LIBRARIES} ${RUBY_LIBRARY} ${PYTHON_LIBRARY} z pthread ) # Duma leads to a crash on libfontconfig with Ubuntu (10.04/12.04) # duma ) @@ -706,24 +720,29 @@ ############### # Translation # ############### -qt5_create_translation(CANORUS_QM_FILES ${Canorus_UIC_Srcs} ${Canorus_Srcs} ${Canorus_Translation_Srcs} lang/template.ts) -# Workaround for issue of duplicate ts files getting generated -# Please write on the Canorus Dev List for a better -SET(TSFOLDER ${CMAKE_SOURCE_DIR}/src/lang) -FILE(REMOVE ${TSFOLDER}/*_*.ts) -qt5_add_translation(CANORUS_QM_FILES ${Canorus_Translation_Srcs} ) -ADD_CUSTOM_TARGET(canorus_qm DEPENDS ${CANORUS_QM_FILES}) +# Do not use qt5_create_translation since make clean will delete all previous +# .ts files. Use custom command instead: +#qt5_create_translation(Canorus_Translation_Bins ${Canorus_UIC_Srcs} ${Canorus_Srcs} lang/template.ts) +ADD_CUSTOM_COMMAND( + TARGET canorus + PRE_BUILD + WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/src + COMMAND ${Qt5_LUPDATE_EXECUTABLE} + ARGS -noobsolete ${Canorus_UIC_Srcs} ${Canorus_Srcs} -ts ${Canorus_Translation_Srcs} lang/template.ts +) +qt5_add_translation(Canorus_Translation_Bins ${Canorus_Translation_Srcs}) + +ADD_CUSTOM_TARGET(canorus_qm DEPENDS ${Canorus_Translation_Bins}) ADD_DEPENDENCIES(canorus canorus_qm) ############### # Dev Install # ############### -message("CANORUS_DEV_INSTALL " ${CANORUS_DEV_INSTALL} " CANORUS_INSTALL_PREFIX " ${CANORUS_INSTALL_PREFIX}) IF(${CANORUS_DEV_INSTALL} MATCHES True) ADD_CUSTOM_COMMAND( TARGET canorus POST_BUILD - COMMAND make install + COMMAND ${CMAKE_MAKE_PROGRAM} install ) ENDIF(${CANORUS_DEV_INSTALL} MATCHES True) @@ -765,7 +784,7 @@ IF(MINGW) # Install Qt libs - INSTALL( FILES ${QT_BIN_DIR}/Qt5Core.dll ${QT_BIN_DIR}/Qt5Gui.dll ${QT_BIN_DIR}/Qt5Widgets.dll ${QT_BIN_DIR}/Qt5Svg.dll ${QT_BIN_DIR}/Qt5Xml.dll ${QT_BIN_DIR}/Qt5Sql.dll ${QT_BIN_DIR}/Qt5Network.dll ${QT_BIN_DIR}/Qt5CLucene.dll ${QT_BIN_DIR}/Qt5PrintSupport.dll DESTINATION ${CMAKE_INSTALL_PREFIX}/${CANORUS_INSTALL_BIN_DIR} ) + INSTALL( FILES ${QT_BIN_DIR}/Qt5Core.dll ${QT_BIN_DIR}/Qt5Gui.dll ${QT_BIN_DIR}/Qt5Widgets.dll ${QT_BIN_DIR}/Qt5Svg.dll ${QT_BIN_DIR}/Qt5Xml.dll ${QT_BIN_DIR}/Qt5Sql.dll ${QT_BIN_DIR}/Qt5Network.dll ${QT_BIN_DIR}/Qt5PrintSupport.dll DESTINATION ${CMAKE_INSTALL_PREFIX}/${CANORUS_INSTALL_BIN_DIR} ) # Install qsvg plugin for rendering SVG icons get_target_property(QSvgIcon_loc Qt5::QSvgIconPlugin LOCATION) diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/control/helpctl.cpp canorus-0.7.3.RC3+dfsg/src/control/helpctl.cpp --- canorus-0.7.3.RC1+svn1485+dfsg/src/control/helpctl.cpp 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/control/helpctl.cpp 2018-06-20 18:42:55.000000000 +0000 @@ -7,11 +7,15 @@ #include #include +#include #include "canorus.h" #include "control/helpctl.h" #include "ui/mainwin.h" + +#ifdef QT_WEBENGINEWIDGETS_LIB #include "widgets/helpbrowser.h" +#endif /*! \class CAHelpCtl @@ -77,7 +81,11 @@ } if (!url.path().isEmpty()) { +#ifdef QT_WEBENGINEWIDGETS_LIB displayHelp( url, helpWidget ); +#else + QDesktopServices::openUrl( url ); +#endif return true; } @@ -88,6 +96,7 @@ Activates the user's guide help at the given url. */ void CAHelpCtl::displayHelp( QUrl url, QWidget *helpWidget ) { +#ifdef QT_WEBENGINEWIDGETS_LIB CAHelpBrowser *browser=0; if ( !helpWidget ) { browser = new CAHelpBrowser; @@ -101,4 +110,5 @@ if (browser) { browser->setUrl( url ); } +#endif } diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/control/helpctl.h canorus-0.7.3.RC3+dfsg/src/control/helpctl.h --- canorus-0.7.3.RC1+svn1485+dfsg/src/control/helpctl.h 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/control/helpctl.h 2018-06-20 18:42:55.000000000 +0000 @@ -11,7 +11,6 @@ #include #include -class QHelpEngine; class QWidget; class CAHelpCtl { @@ -19,7 +18,7 @@ CAHelpCtl(); virtual ~CAHelpCtl(); - bool showUsersGuide( QString chapter="", QWidget *helpWidget=0 ); + bool showUsersGuide( QString chapter="", QWidget *helpWidget=nullptr ); private: QUrl _homeUrl; diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/core/fileformats.cpp canorus-0.7.3.RC3+dfsg/src/core/fileformats.cpp --- canorus-0.7.3.RC1+svn1485+dfsg/src/core/fileformats.cpp 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/core/fileformats.cpp 2018-06-20 18:42:55.000000000 +0000 @@ -18,7 +18,8 @@ const QString CAFileFormats::CANORUSML_FILTER = QObject::tr("Canorus document (*.xml)"); const QString CAFileFormats::CAN_FILTER = QObject::tr("Canorus archive (*.can)"); const QString CAFileFormats::LILYPOND_FILTER = QObject::tr("LilyPond document (*.ly)"); -const QString CAFileFormats::MUSICXML_FILTER = QObject::tr("MusicXML document (*.xml)"); +const QString CAFileFormats::MUSICXML_FILTER = QObject::tr("MusicXML document (*.musicxml)"); +const QString CAFileFormats::MXL_FILTER = QObject::tr("Compressed MusicXML document (*.mxl)"); const QString CAFileFormats::NOTEEDIT_FILTER = QObject::tr("NoteEdit document (*.not)"); const QString CAFileFormats::ABCMUSIC_FILTER = QObject::tr("ABC music document (*.abc)"); const QString CAFileFormats::FINALE_FILTER = QObject::tr("Finale document (*.mus)"); @@ -41,6 +42,8 @@ return LILYPOND_FILTER; case MusicXML: return MUSICXML_FILTER; + case MXL: + return MXL_FILTER; case PDF: return PDF_FILTER; case SVG: @@ -64,6 +67,9 @@ else if (t==MUSICXML_FILTER) return MusicXML; + else + if (t==MXL_FILTER) + return MXL; else if (t==PDF_FILTER) return PDF; diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/core/fileformats.h canorus-0.7.3.RC3+dfsg/src/core/fileformats.h --- canorus-0.7.3.RC1+svn1485+dfsg/src/core/fileformats.h 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/core/fileformats.h 2018-06-20 18:42:55.000000000 +0000 @@ -17,6 +17,7 @@ Can = 2, LilyPond = 3, MusicXML = 4, + MXL = 16, ABCMusic = 5, NoteEdit = 6, MUP = 7, @@ -34,6 +35,7 @@ static const QString CANORUSML_FILTER; static const QString CAN_FILTER; static const QString MUSICXML_FILTER; + static const QString MXL_FILTER; static const QString NOTEEDIT_FILTER; static const QString ABCMUSIC_FILTER; static const QString FINALE_FILTER; diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/core/muselementfactory.cpp canorus-0.7.3.RC3+dfsg/src/core/muselementfactory.cpp --- canorus-0.7.3.RC1+svn1485+dfsg/src/core/muselementfactory.cpp 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/core/muselementfactory.cpp 2018-06-20 18:42:55.000000000 +0000 @@ -97,7 +97,7 @@ _crescendoFinalVolume = 50; _crescendoType = CACrescendo::Crescendo; - _repeatMarkType = CARepeatMark::Segno; + _repeatMarkType = CARepeatMark::Volta; _repeatMarkVoltaNumber = 1; _fingeringFinger = CAFingering::First; diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/core/notechecker.cpp canorus-0.7.3.RC3+dfsg/src/core/notechecker.cpp --- canorus-0.7.3.RC1+svn1485+dfsg/src/core/notechecker.cpp 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/core/notechecker.cpp 2018-06-20 18:42:55.000000000 +0000 @@ -12,6 +12,7 @@ #include "score/staff.h" #include "score/playablelength.h" #include "score/timesignature.h" +#include "score/barline.h" #include "score/notecheckererror.h" /*! @@ -49,14 +50,20 @@ int lastTimeSigRequiredDuration = static_cast(timeSigs[lastTimeSigIdx])->barDuration(); int lastBarlineTime = -1; for (int j=0; j(barlines[j])->barlineType()==CABarline::Dotted) { + continue; + } + if (((lastTimeSigIdx+1)timeStart()>timeSigs[lastTimeSigIdx]->timeStart() ) { // go to next time sig lastTimeSigIdx++; lastTimeSigRequiredDuration = static_cast(timeSigs[lastTimeSigIdx])->barDuration(); } - // check the bar duration - if ((lastBarlineTime != -1) && (barlines[j]->timeStart()!=lastBarlineTime+lastTimeSigRequiredDuration)) { + // check the bar duration. + // If first bar is partial, the length should be shorter or equal to time sig. + if ((lastBarlineTime == -1 && barlines[j]->timeStart()>lastTimeSigRequiredDuration) || + (lastBarlineTime != -1 && barlines[j]->timeStart()!=lastBarlineTime+lastTimeSigRequiredDuration)) { CANoteCheckerError *nce = new CANoteCheckerError(barlines[j], QObject::tr("Bar duration incorrect.")); sheet->addNoteCheckerError(nce); } diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/core/settings.cpp canorus-0.7.3.RC3+dfsg/src/core/settings.cpp --- canorus-0.7.3.RC1+svn1485+dfsg/src/core/settings.cpp 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/core/settings.cpp 2018-06-20 18:42:55.000000000 +0000 @@ -44,6 +44,8 @@ const int CASettings::DEFAULT_MIDI_IN_PORT = -1; const int CASettings::DEFAULT_MIDI_OUT_PORT = -1; +const int CASettings::DEFAULT_MIDI_IN_NUM_DEVICES = 0; +const int CASettings::DEFAULT_MIDI_OUT_NUM_DEVICES = 0; const CATypesetter::CATypesetterType CASettings::DEFAULT_TYPESETTER = CATypesetter::LilyPond; #ifdef Q_OS_WIN @@ -156,6 +158,8 @@ #endif setValue( "rtmidi/midioutport", midiOutPort() ); setValue( "rtmidi/midiinport", midiInPort() ); + setValue( "rtmidi/midioutnumdevices", midiOutNumDevices() ); + setValue( "rtmidi/midiinnumdevices", midiInNumDevices() ); setValue( "printing/typesetter", typesetter() ); setValue( "printing/typesetterlocation", typesetterLocation() ); @@ -297,6 +301,19 @@ settingsPage = -1; } + if ( contains("rtmidi/midiinnumdevices") ) { +#ifndef SWIGCPP + if (value("rtmidi/midiinnumdevices").toInt() != CACanorus::midiDevice()->getInputPorts().count()) + settingsPage = -1; + setMidiInNumDevices( CACanorus::midiDevice()->getInputPorts().count() ); +#endif + } else { + setMidiInNumDevices( DEFAULT_MIDI_IN_NUM_DEVICES ); + settingsPage = -1; + } + + + if ( contains("rtmidi/midioutport") #ifndef SWIGCPP && value("rtmidi/midioutport").toInt() < CACanorus::midiDevice()->getOutputPorts().count() @@ -308,6 +325,17 @@ settingsPage = -1; } + if ( contains("rtmidi/midioutnumdevices") ) { +#ifndef SWIGCPP + if (value("rtmidi/midioutnumdevices").toInt() != CACanorus::midiDevice()->getOutputPorts().count()) + settingsPage = -1; + setMidiOutNumDevices( CACanorus::midiDevice()->getOutputPorts().count() ); +#endif + } else { + setMidiOutNumDevices( DEFAULT_MIDI_OUT_NUM_DEVICES ); + settingsPage = -1; + } + // Printing settings if ( contains("printing/typesetter") ) setTypesetter( static_cast(value("printing/typesetter").toInt()) ); diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/core/settings.h canorus-0.7.3.RC3+dfsg/src/core/settings.h --- canorus-0.7.3.RC1+svn1485+dfsg/src/core/settings.h 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/core/settings.h 2018-06-20 18:42:55.000000000 +0000 @@ -113,9 +113,15 @@ inline int midiInPort() { return _midiInPort; } void setMidiInPort( int in ); static const int DEFAULT_MIDI_IN_PORT; + inline int midiInNumDevices() { return _midiInNumDevices; } + void setMidiInNumDevices( int inNum ) { _midiInNumDevices = inNum; } + static const int DEFAULT_MIDI_IN_NUM_DEVICES; inline int midiOutPort() { return _midiOutPort; } inline void setMidiOutPort( int out ) { _midiOutPort = out; } static const int DEFAULT_MIDI_OUT_PORT; + inline int midiOutNumDevices() { return _midiOutNumDevices; } + void setMidiOutNumDevices( int outNum ) { _midiOutNumDevices = outNum; } + static const int DEFAULT_MIDI_OUT_NUM_DEVICES; /////////////////////// // Printing settings // @@ -204,6 +210,8 @@ /////////////////////// int _midiOutPort; // -1 disabled, 0+ port number int _midiInPort; // -1 disabled, 0+ port number + int _midiOutNumDevices; // last number of MIDI out ports + int _midiInNumDevices; // last number of MIDI in ports /////////////////////// // Printing settings // diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/export/lilypondexport.cpp canorus-0.7.3.RC3+dfsg/src/export/lilypondexport.cpp --- canorus-0.7.3.RC1+svn1485+dfsg/src/export/lilypondexport.cpp 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/export/lilypondexport.cpp 2018-06-20 18:42:55.000000000 +0000 @@ -24,6 +24,8 @@ #include "score/tempo.h" #include "score/ritardando.h" #include "score/tuplet.h" +#include "score/barline.h" +#include "score/repeatmark.h" /*! \class CALilyPondExport @@ -153,10 +155,10 @@ doAnacrusisCheck( time ); anacrusisCheck = false; } - exportVolta( v->musElementList()[i] ); // A volta bracket has to come before a playable + exportMarksBeforeElement( v->musElementList()[i] ); // A volta bracket has to come before a playable exportPlayable( static_cast(v->musElementList()[i]) ); } else { - exportMarks(v->musElementList()[i]); + exportMarksAfterElement(v->musElementList()[i]); } } @@ -232,7 +234,7 @@ // export chord marks at the end if (!note->isPartOfChord() || note->isLastInChord()) { - exportMarks( note->getChord()[0] ); + exportMarksAfterElement( note->getChord()[0] ); } // add to the stream time, if the note is not part of the chord or is the last one in the chord @@ -253,7 +255,7 @@ out() << playableLengthToLilyPond( rest->playableLength() ); } - exportMarks( rest ); + exportMarksAfterElement( rest ); _lastPlayableLength = rest->playableLength(); _curStreamTime += rest->timeLength(); @@ -288,7 +290,7 @@ \sa exportNoteMarks() */ -void CALilyPondExport::exportMarks( CAMusElement *elt ) { +void CALilyPondExport::exportMarksAfterElement( CAMusElement *elt ) { for (int i=0; imarkList().size(); i++) { CAMark *curMark = elt->markList()[i]; @@ -359,18 +361,13 @@ break; } - case CAMark::Tempo: { - CATempo *t = static_cast(curMark); - out() << "\\tempo " << playableLengthToLilyPond(t->beat()) << " = " << t->bpm() << " "; - - break; - } case CAMark::Ritardando: { CARitardando *r = static_cast(curMark); out() << "^\\markup{ \\text \\italic \"" << ((r->ritardandoType()==CARitardando::Ritardando)?"rit.":"accel.") << "\"} "; break; } + case CAMark::Tempo: case CAMark::Crescendo: case CAMark::Pedal: case CAMark::InstrumentChange: @@ -386,7 +383,7 @@ /*! Exports the note-specific marks like fingering. - \sa exportMarks() + \sa exportMarksAfterElement() */ void CALilyPondExport::exportNoteMarks( CANote *elt ) { for (int i=0; imarkList().size(); i++) { @@ -423,7 +420,7 @@ /*! Exports a volta bracket which is currently just a \a elt mark beginning with voltaBar or voltaRepeat. */ -void CALilyPondExport::exportVolta( CAMusElement *elt ) { +void CALilyPondExport::exportMarksBeforeElement( CAMusElement *elt ) { for (int i=0; imarkList().size(); i++) { CAMark *curMark = elt->markList()[i]; @@ -445,8 +442,14 @@ }; break; } - case CAMark::Fingering: - case CAMark::Tempo: + case CAMark::Tempo: { + CATempo *t = static_cast(curMark); + out() << "\\tempo " << playableLengthToLilyPond(t->beat()) << " = " << t->bpm() << " "; + + break; + } + + case CAMark::Fingering: case CAMark::Ritardando: case CAMark::Crescendo: case CAMark::Pedal: @@ -799,9 +802,18 @@ writeDocumentHeader(); - // Write the volta helper function in case we need it + + for ( int c = 0; c < sheet->contextList().size(); ++c ) { + if (sheet->contextList()[c]->contextType() == CAContext::Staff) { + scanForRepeats(static_cast(sheet->contextList()[c])); + break; + } + } + + /* Write the volta helper function in case we need it if (!_voltaFunctionWritten) voltaFunction(); + */ // Export voices as Lilypond variables: \StaffOneVoiceOne = \relative c { ... } for ( int c = 0; c < sheet->contextList().size(); ++c ) { @@ -842,6 +854,37 @@ } /*! + Export document title, subtitle, composer, copyright etc. +*/ +void CALilyPondExport::scanForRepeats(CAStaff *staff) { + out() << "\n % \\repeat volta xxx \n"; + + CABarline *bl; + QList ml; + + // barlineRefs aus score/staff.h + for (int b = 0; b < staff->barlineRefs().size(); b++ ) { + out() << "% " << (staff->barlineRefs()[b])->musElementType() << " " ; + bl = static_cast(staff->barlineRefs()[b]); + bl->barlineType(); + out() << CABarline::barlineTypeToString(bl->barlineType()); + if ( bl->barlineType()==CABarline::RepeatClose || + bl->barlineType()==CABarline::RepeatOpen || + bl->barlineType()==CABarline::RepeatCloseOpen ) { + out() << "\n % \\repeat volta X " << CABarline::barlineTypeToString( bl->barlineType()) << "\n"; + } + ml = bl->markList(); + for (int e = 0; e < ml.size(); e++ ) { + if ( ml[e]->markType() == CAMark::RepeatMark && static_cast(ml[e])->repeatMarkType() == CARepeatMark::Volta) { + out() << "\n % \\repeat volta X " << CARepeatMark::repeatMarkTypeToString( static_cast(ml[e])->repeatMarkType()) << "\n"; + } + } + + } + // inline QList& barlineRefs() { return _barlineList; } +} + +/*! Encapsulates the given string into \markup {}. */ QString CALilyPondExport::markupString( QString in ) { diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/export/lilypondexport.h canorus-0.7.3.RC3+dfsg/src/export/lilypondexport.h --- canorus-0.7.3.RC1+svn1485+dfsg/src/export/lilypondexport.h 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/export/lilypondexport.h 2018-06-20 18:42:55.000000000 +0000 @@ -46,12 +46,13 @@ void exportVoiceImpl(CAVoice *voice); void exportLyricsContextBlock(CALyricsContext *lc); void exportLyricsContextImpl(CALyricsContext* lc); - void exportMarks( CAMusElement* ); + void exportMarksBeforeElement( CAMusElement* ); void exportNoteMarks( CANote* ); - void exportVolta( CAMusElement* ); + void exportMarksAfterElement( CAMusElement* ); void exportPlayable( CAPlayable *elt ); void writeDocumentHeader(); + void scanForRepeats(CAStaff *staff); CADiatonicPitch writeRelativeIntro(); void doAnacrusisCheck(CATimeSignature *time); diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/import/musicxmlimport.h canorus-0.7.3.RC3+dfsg/src/import/musicxmlimport.h --- canorus-0.7.3.RC1+svn1485+dfsg/src/import/musicxmlimport.h 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/import/musicxmlimport.h 2018-06-20 18:42:55.000000000 +0000 @@ -34,9 +34,11 @@ const QString readableStatus(); +protected: + CADocument* importDocumentImpl(); + private: - void initMusicXmlImport(); - CADocument* importDocumentImpl(); + void initMusicXmlImport(); void readHeader(); void readScorePartwise(); diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/import/mxlimport.cpp canorus-0.7.3.RC3+dfsg/src/import/mxlimport.cpp --- canorus-0.7.3.RC1+svn1485+dfsg/src/import/mxlimport.cpp 1970-01-01 00:00:00.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/import/mxlimport.cpp 2018-06-20 18:42:55.000000000 +0000 @@ -0,0 +1,102 @@ +/*! + Copyright (c) 2018, Matevž Jekovec, Reinhard Katzmann, Canorus development team + All Rights Reserved. See AUTHORS for a complete list of authors. + + Licensed under the GNU GENERAL PUBLIC LICENSE. See LICENSE.GPL for details. +*/ + +#include +#include +#include // debug +#include "import/mxlimport.h" + +CAMXLImport::CAMXLImport( QTextStream *stream ) + : CAMusicXmlImport(stream) { +} + +CAMXLImport::CAMXLImport( const QString stream ) + : CAMusicXmlImport(stream) { +} + +CAMXLImport::~CAMXLImport() { +} + +CADocument *CAMXLImport::importDocumentImpl() +{ + int arg = 2; + _zipArchivePath = fileName(); + // Extract whole archive to temp folder + zip_extract(fileName().toLatin1().constData(), QDir::tempPath().toLatin1().constData(), [](const char *filename, void *arg) { + static int i = 0; + int n = *static_cast(arg); + qDebug().noquote() << "Extracted: " << filename << "(" << ++i << " of " << n << ")\n"; + + return 0; + }, &arg); + + QFileInfo containerInfo(QDir::tempPath() + QString("/META-INF/container.xml")); + QString musicXMLFileName; + bool eocRes = openContainer(containerInfo); + if (eocRes) { + eocRes = readContainerInfo(musicXMLFileName); + QFileInfo musicXMLFileInfo(QDir::tempPath() + "/" + musicXMLFileName); + if(musicXMLFileInfo.exists()) { + setStreamFromFile(musicXMLFileInfo.filePath()); + return CAMusicXmlImport::importDocumentImpl(); + } + qDebug() << "Failed to find musicxml file " << musicXMLFileInfo.filePath() << " in archive"; + } + return nullptr; +} + +bool CAMXLImport::openContainer(const QFileInfo &containerInfo) +{ + if (containerInfo.exists()) { + setStreamFromFile(containerInfo.filePath()); + } else { + qDebug() << "Failed to find container file " << containerInfo.filePath() << " in archive"; + return false; + } + return true; +} + +bool CAMXLImport::readContainerInfo(QString &musicXMLFileName) +{ + QString containerLine, rootFileLine, mediaTypeLine, fullPathLine; + do { + containerLine = stream()->readLine(); + if (containerLine.contains(" to make logic easier (strictly it's required) + rootFileLine = stream()->readLine(); + if(rootFileLine.contains("full-path")) { + fullPathLine = rootFileLine; + if (mediaTypeLine.contains("application/vnd.recordare.musicxml+xml")) { + break; + } + } + if (rootFileLine.contains(" +#include + +class CAMXLImport: public CAMusicXmlImport { +public: + CAMXLImport( QTextStream *stream=nullptr ); + CAMXLImport( const QString stream ); + virtual ~CAMXLImport(); + + inline QTextStream *txtStream() { return _txtStream; } + inline void setTxtStream( QTextStream *stream ) { _txtStream = stream; } + +protected: + CADocument *importDocumentImpl(); + +private: + bool openContainer(const QFileInfo &containerInfo); + bool readContainerInfo(QString &musicXMLFileName); + + QTextStream *_txtStream=nullptr; + QString _zipArchivePath; +}; + +#endif /* MUSICXMLIMPORT_H_ */ diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/lang/de.ts canorus-0.7.3.RC3+dfsg/src/lang/de.ts --- canorus-0.7.3.RC1+svn1485+dfsg/src/lang/de.ts 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/lang/de.ts 2018-06-20 18:42:55.000000000 +0000 @@ -1,90 +1,99 @@ - + CAActionsEditor - + Shortcut Tastenkürzel - + Description Beschreibung - + Name Name + + + Shortcut files + Tastenkürzel-Datei + + - &Save shortcuts - Tastenkürzel &speichern + Midi Command + - - &Load shortcuts - Tastenkürzel &laden + + Combined + - &Save midi commands - Midi-Befehle &speichern + &Save shortcuts... + Kürzel &speichern - &Load midi commands - Midi-Befehle &laden + &Load shortcuts... + Kürzel &laden - - - Shortcut files - Tastenkürzel-Datei + + &Change shortcut... + &Kürzel ändern + + + + Midi Key Sequence files + Midi Tastensequenzdateien - - - Midi command files - Midi-Befehlsdatei + + Combined Key Sequence files + Kombinierte Tastensequenzdateien - + Choose a filename Wähle Dateiname - + Confirm overwrite? Datei überschreiben? - + The file %1 already exists. Do you want to overwrite? Die Datei %1 existiert. Willst du sie überschreiben? - - + + Error - Error + Fehler - + The file couldn't be saved Datei konnte nicht gespeichert werden - + Choose a file Dateiauswahl - + The file couldn't be loaded Die Datei konnte nicht geladen werden @@ -92,17 +101,17 @@ CAAutoRecovery - + - Document %1 last modified on %2. - Dokument %1 zuletzt geändert am %2. - + Document recovery Dokument Wiederherstellung - + Previous session of Canorus was unexpectedly closed. The following documents were successfully recovered: @@ -115,19 +124,19 @@ CADocumentProperties - + CC, Some rights reserved copyright CC, einige Rechte vorbehalten - + Public domain copyright Public domain - + All rights reserved copyright Alle Rechte vorbehalten @@ -173,7 +182,7 @@ CAKeySignatureCtl - + change key signature undo rückgängig machen @@ -191,7 +200,7 @@ CALilyPondExport - + arr. arrangement Arrangement @@ -226,1628 +235,1634 @@ CAMainWin - + Insert ToolBar Einfügewerkzeuge - + Select Context Setze Kontext - + Select Clef Schlüsselauswahl - + Select Time Signature Setze Taktmaß - + Select Barline Taktlinie - + Context ToolBar Kontextauswahl - + Voice ToolBar Stimmenauswahl - + Select Voice Stem Direction Setze Notenhalsrichtung - + Playable ToolBar Wähle Noten und Pausen - + Select Length Bestimme Notendauer - + Select Note Stem Direction Setze Notenhalsrichtung - + About Qt Über Qt - + About Canorus Über Canorus - - + + Staff%1 System%1 - + Voice%1 Stimme%1 - - - - + + + + Canorus Canorus - + Are you sure do you want to delete voice %1 and all its notes? Sind sie sicher, die Stimme %1 mit ihren Noten zu löschen? - + Are you sure do you want to delete context %1 and all its contents? Sind sie sicher, den Kontext %1 mit Inhalt zu löschen? - + Context name Kontextname - + Current Voice number Aktuelle Stimme - + Voice name Stimmbezeichnung - + Voice stem direction Halsrichtung der Stimme - + Playable length Notendauer - + Note stem direction Notenhalsrichtung - + Sheet ToolBar Seitenwerkzeuge - + Cannot delete the last voice in the staff! Die letzte Stimme des Systems kann nicht gelöscht werden. - + Time Signature ToolBar Taktmaßauswahl - + Number of beats Zahl der Taktschläge - + Beat Takt - + Select Slur Type Wähle Bogen - + Treble Clef Violinschlüssel - + Bass Clef Bassschlüssel - + Alto Clef Altschlüssel - + Tie Haltebogen - + Slur Legatobogen - + Phrasing Slur Phrasierungsbogen - + Single Barline einfacher Taktstrich - + Double Barline Doppeltaktstrich - + End Barline Schlußstrich - + Dotted Barline punktierter Taktstrich - + Repeat Open Wiederholungsanfang - + Repeat Closed Wiederholungsende - + Voice Stems Neutral In Stimme Halsrichtung neutral - + Voice Stems Up In Stimme Halsrichtung nach oben - + Voice Stems Down In Stimme Halsrichtung nach unten - + Note Stem Neutral Halsrichtung neutral - + Note Stem Up Halsrichtung nach oben - + Note Stem Down Halsrichtung nach unten - + Note Stem Preferred bevorzugte Halsrichtung - + Repeat Closed-Open Wiederholung Ende und Anfang - - + + Tonic Tonika - - - + + + Subdominant Subdominante - - - + + + Dominant Dominante - - + + II II - - + + III III - - + + VI VI - - + + VII VII - + Cadenze Kadenz - - - + + + minor Tonic Molltonika - - - + + + minor Subdominant Mollsubdominante - + Napolitan Neapolitaner - + Phrygian Phrygisch - + Lydian Lydisch - + IV IV - + V V - + Select Function Name Wähle Funktionsbezeichnung - + Select Chord Area Wähle Akkordbereich - + Select Tonic Degree Wähle Tonstufe - + New Staff Neues System - + New Lyrics context Neuer Textkontext - - + + LyricsContext%1 Textkontext%1 - + Stanza number Strophennummer - + Associated voice zugehörige Stimme - + new sheet undo Neues Blatt - + new voice undo Neue Stimme - + voice removal undo Stimme löschen - + context removal undo Kontext löschen - + new staff undo Neues System - + new lyrics context undo neuer Textkontext - + insert barline undo Taktlinie einfügen - + rise note undo Note erhöhen - + lower note undo Note erniedrigen - + add sharp undo Kreuz hinzufügen - + add flat undo B hinzufügen - + set dotted undo Punktieren - + deletion of elements undo Elemente löschen - + insertion of music element undo Noten und Pausen einfügen - + change voice name undo Stimmenamen ändern - + lyrics edit undo Text editieren - + commit CanorusML source undo CanorusML Daten übernehmen - - + + commit LilyPond source undo LilyPond Daten übernehmen - + deletion of the sheet undo Blatt löschen - + change sheet name undo Blattbezeichnung ändern - + change context name undo Kontextnamen ändern - + change stanza number undo Strophennummer ändern - + change associated voice undo zugehörige Stimme ändern - + change voice stem direction undo Halsrichtung in der Stimme ändern - + change note stem direction undo Notenhalsrichtung ändern - + French Clef französischer Violinschlüssel - + Varbaritone Clef Baritonschlüssel - + Subbass Clef Subbassschlüssel - + Soprano Clef Sopranschlüssel - + Mezzosoprano Clef Mezzosopranschlüssel - + Tenor Clef Tenorschlüssel - + Baritone Clef Baritonschlüssel - + Voice instrument Stimmeninstrument - + Clef ToolBar Schlüsselauswahl - + Clef offset Schlüsselverschiebung - + Undo Rückgängig - + Redo Wiederherstellen - + change clef offset undo Schlüsselverschiebung ändern - + cut undo Ausschneiden - + paste undo Einfügen - + None Keine - + change function undo Funktionsbeschreibung ändern - + change chord area undo Akkordbereich ändern - + change tonic degree undo Tonstufe ändern - + set/unset ellipse undo Ellipse ein/aus - + Select Mark Wähle Markierung - + Tempo Tempo - + Ritardando Ritardando - + Accellerando - + Dynamic Dynamik - + Crescendo - + Decrescendo - + Arbitrary Text Text - + Bookmark Lesezeichen - + Rehersal Mark Probezeichen - + Fermata Fermate - + Repeat Mark Wiederholungszeichen - - + + Instrument Change Instrumentenwechsel - + Fingering Fingersatz - + New Figured Bass context Neuer Generalbass-Context - + Articulation Mark Artikulierungszeichen - + Accent Akzent - + Marcato - + Stacatissimo - + Espressivo - + Staccato - + Tenuto - + Portato - + UpBow Aufstrich - + DownBow Abstrich - + Flageloet - + Open Offen - + Stopped abgebremst - + Turn Doppelschlag - + ReverseTurn umgekehrter Doppelschalg - + Trill Triller - + Prall Praller - + Mordent - + Prall-Prall Doppelpraller - + Prall-Mordent Prallmordent - + Up-Prall - + Down-Prall - + Up-Mordent Mordent aufwärts - + Down-Mordent Mordetnt abwärts - + Prall-Down Praller abwärts - + Prall-Up Praller aufwärts - + Line-Prall - + Figured bass ToolBar Generalbass Werkzeuge - + Set/Unset Figured bass number Setze/Rücksetze Generalbass-Zahl - + Set/Unset Figured bass accidentals - + Double flat Doppel-Be - + Flat Be - + Neutral Neutral - + Sharp Kreuz - + Double sharp Doppelkreuz - + Insert context Kontext einfügen - + Insert slur Bogen einfügen - + Insert clef Schlüssel einfügen - + Insert time signature Taktmaß einfügen - + Insert barline Taktstrich einfügen - + Insert mark - Markierung einfügen + Zeichen einfügen - + Insert articulation mark Artikulierungszeichen einfügen - + Dynamic marks ToolBar Auswahl Dynamikzeichen - + Select Dynamic Dynamikzeichen auswählen - + Piano dynamics - - - - + + + + Pianissimo dynamics - + Forte dynamics - - - - + + + + Fortissimo dynamics - + Mezzo Forte dynamics - + Mezzo Piano dynamics - + Forte Piano dynamics - + Sforzando Forte dynamics - + Sforzando Piano dynamics - + Sforzando dynamics - + Rinforzando dynamics - + Sforzando Pianissimo dynamics - + Sforzando Fortissimo dynamics - + Custom dynamics spezifisch - + Playback Volume Wiedergabelautstärke - + Dynamic mark text Text Dynamikzeichen - + Predefined dynamic mark Vordefiniertes Dynamikzeichen - + Instrument ToolBar Instrumentenauswahl - + Breve note - + Tempo ToolBar Tempauswahl - + Fermata ToolBar Fermatenauswahl - + Normal fermata - + Select Beat Taktmaß auswählen - + Fermata Type Fermatentyp - + Error while opening the file! Error %1: Fehler beim Öffnen der Datei! Error %1: - + Repeat Mark ToolBar Auswahl Wiederholungszeichen - + Repeat Mark Type Wiederholungszeichentyp - + Segno repeat mark - + Coda repeat mark - + VarCoda repeat mark Wiederholungsz - + Dal Segno repeat mark - + Dal Coda repeat mark - + Dal VarCoda repeat mark - + Volta 1st repeat mark - + Volta 2nd repeat mark - + Volta 3rd repeat mark - + Repeat Mark Type repeat mark Wiederholungszeichen - + change repeat mark undo Wiederholungszeichen ändern - + text edit undo Text editieren - + Fingering ToolBar Fingersatzauswahl - + Finger - + First fingering Erster - + Second fingering Zweiter - + Third fingering Dritter - + Fourth fingering Vierter - + Fifth fingering Fünfter - + Thumb fingering Daumen - + Left Heel fingering Linke Ferse - + Right Heel fingering Rechte Ferse - + Left Toe fingering Zehen links - + Right Toe fingering Zehen rechts - + Original - + Is the fingering original by a composer (usually written italic) fingering original checkbox Ist der originale Fingersatz eines Komponisten (üblicherweise in Schrägschrift) - + Finger fingering - + change finger undo Fingersatz ändern - + New Function Mark context - + Pedal Mark - + HundredTwentyEighth note - + Select Tuplet Type - + Triplet - + Tuplet - + Number of notes Zahl der Noten - + instead of anstelle von - + Actual number of notes Zahl der Noten - + Function mark ToolBar Musikzeichen-Auswahl - + Help Hilfe - + Canorus console Canorus-Konsole - + Insert tuplet Tuplet einfügen - + Figured bass number Generalbssnummer - + Figured bass accidentals - + Function mark Funktionsbezeichnung - + Function mark chord area Funktion Akkord Bereich - + Function mark tonic degree - + Unsaved changes ungesicherte Änderungen - + Document "%1" was modified. Do you want to save the changes? Dokument %1 wurde geändert. Wollen sie speichern? - - + + Untitled Unbenannt - + change sheet order undo - + change hidden rest undo Ändere versteckte Pause - + resize undo Größe verändern - + new figured bass context undo - + FiguredBassContext%1 - + new function mark context undo - - + + FunctionMarkContext%1 Funktionsbezeichnungskontext%1 - - + + Error while saving document - + The document was not saved! Error number %1 %2. - + Unknown file format %1. - + (modified) (verändert) - + No file name Kein Dateinamen - + Warning: No file name for export specified. Warnung: Kein Dateinamen für den Export angegeben - + change voice instrument undo Wähle Instrument der Stimme - - + + text edit + delete + Text editieren + + + + change figured bass undo - + insert tuplet undo Füge Tuplet ein - + <p><b>Canorus - The next generation music score editor</b></p><p>Version %1<br>(C) 2006-2015 Canorus Development team. All rights reserved.<br>See the file AUTHORS for the list of Canorus developers<br><br>This program is licensed under the GNU General Public License (GPL).<br>See the file LICENSE.GPL for details.<br><br>Homepage: <a href="http://www.canorus.org">http://www.canorus.org</a></p> <p><b>Canorus - Ein Musiknoten-Editor neuer Generation</b></p><p>Version %1<br>(C) 2006-2013 Canorus Entwicklerteam. Alle Rechte vorbehalten.<br>Siehe Datei AUTHORS mit den Namen der Canorus Entwickler.<br><br>Dieses Programm ist mit der GNU General Public License (GPL) lizensiert.<br>Details siehe Datei LICENSE.GPL.<br><br>Homepage: <a href="http://www.canorus.org">http://www.canorus.org</a></p> - + Canorus is compiled with Python support. Canorus ist mit Python-Unterstützung übersetzt. - + Recorded Midi file Augenommene Midi-Datai - + Whole note Note Ganze - - + + Half note Note Halbe - - + + Quarter note Note Viertel - - + + Eighth note Note Achtel - + Sixteenth note Note Sechzehntel - + ThirtySecond note Note 32-stel - + SixtyFourth note Note 64-stel - + Dotted Quarter note Note Punktierte Viertel - + Dotted Half note Note Punktierte Halbe - + Dotted Eighth note Note Punktierte Achtel - + Beats per minute tempo Tempo Schläge pro Minute - + Short fermata Fermate Kurze - + Long fermata Fermate Lange - + Very Long fermata Fermate Sehr lange - + Beat tempo Tempo Schlag - + Fermata Type fermata Fermate Fermatentyp - + change playable length undo rückgängig variiere Dauer - - + + change fermata type undo Fermatentyp ändern - + change finger original property undo Originalen Fingersatz ändern - + change tempo beat undo Schlagzahl ändern - + change tempo bpm undo Tempo bpm ändern @@ -1856,44 +1871,44 @@ CAMidiImport - + Midi imported sheet Blatt per Midi importiert - + Ready Bereit - + Importing... Beim Importieren... - + Error while importing! Line %1:%2. Fehler beim Import! Zeile %1:%2. - + Importing Midi events... Import von Midi-Ereignissen - + Merging Midi events with the score... Übertragung der Midi-Ereignisse auf Noten - + Reinterpreting accidentals... Neuinterpretation von Vorzeichen - + Drawing score... Zeichne Noten @@ -1941,7 +1956,7 @@ Unable to show %1. Please install a PDF viewer and check the settings. - Anzeige von %1 unmöglich. + Anzeige von %1 nicht möglich. Bitte eine PDF-Darstellungsprogramm installieren und die Einstellung überprüfen. @@ -1972,12 +1987,12 @@ CAPropertiesDialog - + Document Dokument - + apply properties undo Eigenschaften anwenden @@ -2046,23 +2061,23 @@ CASettingsDialog - - + + None Keine - + Choose default documents directory Wähle Defaultverzeichnis für Dokumente - + Select typesetter executable Wähle Satz-Programm aus - + Select PDF viewer executable Wähle PDF-Darstellungsprogramm aus @@ -2083,7 +2098,7 @@ CATransposeView - + transposition undo Transposition @@ -2093,12 +2108,12 @@ QObject - + <i>Fatal error, line %1, char %2:</i><br> <i>Fataler Fehler, Zeile %1, Charakter %2:</i><br> - + Staff%1 System%1 @@ -2110,7 +2125,7 @@ Blatt%1 - + Voice%1 Stimme%1 @@ -2193,8 +2208,8 @@ - MusicXML document (*.xml) - MusicXML Dokument (*.xml) + MusicXML document (*.musicxml) + MusicXML Dokument (*.musicxml) @@ -3118,164 +3133,164 @@ Dezime - + C-flat major Ces Dur - + a-flat minor As Moll - + G-flat major Ges Dur - + e-flat minor Es Moll - + D-flat major Des Dur - + b-flat minor B Moll - + A-flat major As Dur - + f minor F Moll - + E-flat major Es Dur - + c minor C Moll - + B-flat major B Dur - + g minor G Moll - + F major F Dur - + d minor D Moll - + C major C Dur - + a minor A Moll - + G major G Dur - + e minor E Moll - + D major D Dur - + b minor H Moll - + A major A Dur - + f-sharp minor Fis Moll - + E major E Dur - + c-sharp minor Cis Moll - + B major H Dur - + g-sharp minor Gis Moll - + F-sharp major Fis Dur - + d-sharp minor Dis Moll - + C-sharp major Cis Dur - + a-sharp minor Ais Moll - + Up Auf - + Down Ab @@ -3290,6 +3305,39 @@ Function Mark Context %1 Funktionsmarkenkontext %1 + + + Bar duration incorrect. + Taktlänge inkorrekt + + + + ShortcutGetter + + + Modify shortcut + Kürzel verändern + + + + Press the key combination you want to assign + Drücke die Tastenkombination, die du zuweisen möchtest + + + + Clear + Leeren + + + + Capture + Erfassen + + + + Capture keystrokes + Tastenanschläge erfassen + uiDocumentProperties @@ -3368,6 +3416,19 @@ + uiJumpToView + + + Jump to... + Springe zu... + + + + Jump to bar: + Springe zu Takt: + + + uiLyricsContextProperties @@ -3378,37 +3439,37 @@ uiMainWindow - + &Quit &Benden - + Ctrl+Q Ctrl+Q - + Ctrl+N Ctrl+N - + &Open... &Oeffnen - + Ctrl+O Ctrl+O - + &Save &Speichern - + Ctrl+S Ctrl+S @@ -3433,449 +3494,459 @@ &Export... - + Ctrl+E Ctrl+E - + Print pre&view... Druck-&Vorschau - + &Print... &Drucken... - + Ctrl+P Ctrl+P - + &Copy &Kopieren - + Ctrl+C Ctrl+C - + C&ut &Ausschneiden - + Ctrl+X Ctrl+X - + &Paste E&infügen - + Ctrl+V Ctrl+V - + Select &all Alles aus&wählen - + Ctrl+A Ctrl+A - - Invert Selection - Auswahl invertieren - - - - Fit to width - Seitenbreite - - - - Ctrl+G - Ctrl+G - - - - St&atus bar - St&atuszeile - - - + &Fullscreen &Ganzer Bildschirm - + &Time signature... &Taktart - + &Key signature... V&orzeichen - - Barline... - Taktlinie - - - + &Transpose... T&ransponieren... - + Note &count... Noten &zählen - - &Settings... - &Einstellungen - - - - User's guide... - Bedienungsanleitung - - - What's &this - Was ist &das + &Invert Selection + &Auswahl umkehren - Tip of the &day - Tagestip + Fit to &width + An &Breite anpassen - About &Canorus... - Über &Canorus - - - - About &Qt... - Über &Qt + &Goto bar... + &Gehe zu Takt... - Split view horizontally - Fenster teilen horizontal - - - - Split view vertically - Fenster teilen vertikal + Ctrl+J + Strg+J - Close current view - Aktuelle Ansicht schliessen - - - - Unsplit All - Alle Teilfenster schliessen - - - - New view - Neue Ansicht - - - - New sheet - Neues Blatt + Status &bar + Status&zeile - New context... - Neuer Kontext - - - - Play from selection - Wiedergabe ab Auswahl + &Barline... + &Taktstrich - Animated scroll - Bei Wiedergabe mitlesen - - - - Lock scroll while playback - Bei Wiedergabe kein Auffrischen der Anzeige + &Settings... + &Einstellungen - Fit to &height - An Seiten&höhe anpassen + What's &this + Was ist &das - Best &fit - O&ptimale Ansicht + Tip of the &day + Tagestip - Fit to selection - An Auswahl anpassen + About &Canorus... + Über &Canorus - New window - Neues Fenster - - - - Custom... - Benutzerdefiniert - - - - Score view - Notenansicht - - - - LilyPond source - LilyPond-Format - - - - CanorusML source - CanorusML-Format + About &Qt... + Über &Qt - - New voice - Neue Stimme + + Play from selection + Wiedergabe ab Auswahl - - Document properties... - Dokumenteigenschaften + + Fit to &height + An Seiten&höhe anpassen - + Print directly Direkt Drucken - + Export to PDF Export nach PDF - + New document &wizard... Assistent für neues Dokument - - Clef... - Schlüssel... - - - - Select mode - Auswahl Modus - - - + Remove Voice Entferne Stimme - + Voice Properties Stimmeigenschaften - + Accidentals Visible Sichtbare Vorzeichen - + Hidden Rest Versteckte Pause - + Remove Context Kontext entfernen - + Context Properties Kontexteigenschaften - - Figured bass mark... - Generalbasszeichen + + Insert s&yllable + S&ilbe einfügen - - Ruler - Band + + &recent documents dummy + Kü&rzlich geöffnete Dokumente Dummy - - &Help - &Hilfe + + &Midi recorder + &Midi-Rekorder - - Window - Fenster + + &Resources view + &Ressourcen Ansicht - + + Figured bass mark... + Generalbasszeichen + + + + &Help + &Hilfe + + + &Edit &Editieren - + &File &Datei - + &View &Ansicht - - Source view - Quellcode Ansicht + + &Tools + &Werkzeuge - - Zoom - Maßstab + + &Window + &Fenster - - &Tools - &Werkzeuge + + &Zoom + &Zoom - + + &Source view + &Quelltextansicht + + + &Insert &Einfügen - + Standard ToolBar Standardwerkzeuge - + File ToolBar Datei-Werkzeuge - + Print ToolBar Druck_Werkzeuge - + Remove Sheet Blatt entfernen - - Sheet Properties - Blatteigenschafften + + &User's guide... + Bedienhandbuch - - Goto bar... - Gehe zu Takt ... + + Split view &horizontally + Ansicht &horizontal teilen - - Ellipse - Ellipse + + Split view &vertically + Ansicht &vertikal teilen - - Insert syllable - Silbe einfügen + + &Close current view + Aktuelle Ansicht s&chließen - - Edit mode - Editiermodus + + &Unsplit All + Alle z&usammenführen + + + + &New view + &Neue Ansicht + + + + New &sheet + Neues &Blatt + + + + New c&ontext... + Neuer K&ontext + + + + &Animated scroll + &Animierte Bildlaufleiste - Notes and Rests - Noten und Pausen + &Lock scroll while playback + Bildlaufleiste während der Wiedergabe &sperren - - Function mark... + + &Best fit + &Beste Apassung + + + + Fit to &selection + An die Au&swahl anpassen + + + + New &window + Neues &Fenster + + + + &Custom... + &Benutzerdefiniert... + + + + Score &view + &Partituransicht + + + + &LilyPond source + Lilypond &Quelltext + + + + &CanorusML source + &CanorusML Quelltext + + + + New &voice + Neue &Stimme + + + + &Document properties... + Dokument&eigenschaften + + + + &Notes and Rests + Noten und &Pausen + + + + &Function mark... Funktionszeichen + &Clef... + Notenschlüssel + + + + Sheet Properties + Blatteigenschafften + + + + R&uler + L&ineal + + + + Ellipse + Ellipse + + + + Edit mode + Editiermodus + + + Insert Mark Zeichen einfügen - + Insert Articulation Mark Artikulierungszeichen einfügen - - recent documents dummy - Letzte Dokumentenvorlage - - - + Open &recent &zuletzt benutzte Dokumente - + Canorus Canorus - + &New document &Neues Dokument - - Midi recorder - Midiaufnahme + + Ctrl+Z + Strg-Z - - Resources view - Zusatzansicht + + Ctrl+Y + Strg-Y + + + + Ctrl+Shift+Z + Strg+Umschalt+Z @@ -3904,22 +3975,22 @@ uiPropertiesDialog - + Properties Eigenschaften - + Move up Nach oben - + Move down Nach unten - + Current element name Aktueller Elementname @@ -3927,250 +3998,250 @@ uiSettingsDialog - + Settings Einstellungen - + Editor Editor - + Appearance Erscheinungsbild - + Load/Save Laden/Speichern - + Playback Wiedergabe - + Current page name Name der aktuellen Seite - + When making hyphen, immediately jump to the next syllable without hitting space bar key. Beim Schreiben eines Bindestrichs ohne Leertaste wird sofort zur nächsten Silbe gesprungen. - + Use Finale/Sibelius lyrics behaviour Textverteilung wie bei Finale/Sibelius - + Preview: Vorschau - + Color which the background is filled. Hintergrundfüllfarbe - + Shortcuts Tastenkürzel - + When inserting notes and rests, split them automatically at quarter boundaries. Spalte Noten und Pausen an Viertel-Grenzen automatisch auf. - - Automatic splitting at quarter boundaries - Automatisches Aufspalten an Viertel-Grenzen - - - + Background color Hintergrundfarbe - + Color which the music elements are painted. Farbe der Noten und Pausen - + Foreground color Vordergrundfarbe - + Color which the selected music elements are painted. Farbe der ausgewählten Noten und Pausen - + Selected elements Ausgewählte Elemente - + Color which the current context is painted. Farbe des aktuellen Kontextes - + Selected context Ausgewählter Kontext - + Color which the selection area background is filled. Farbe des Hintergrundes der Auswahl - + Selection area Ausgewählter Bereich - + Color which the invisible elements are painted in current-voice-only mode. Farbe zur Anzeige der unsichtbaren Elemente im Nur-Stimmen-Modus - + Hidden elements Versteckte Elemente - + Color which the elements in non-selected voice are painted. Farbe zur Darstellung der gerade nicht selektierten Stimmen - + Disabled elements Ausgeschaltete Elemente - + Default documents location: Defaultpfad der Dokumente: - + ... ... - + Default file format for saving: Defaultformat zur Dateispeicherung: - + Recovery saving interval in minutes: Auto save every %n minutes. Intervall für Sicherungskopie in Minuten: - + Automatically make recovery documents every specified number of ellapsed minutes. 0 to disable recovery saving. Automatisches Erstellen einer wiederherstellbaren Kopie nach Ablauf des Intervalls. 0 schaltet die automatische Sicherungskopie aus. - + MIDI IN devices: lesbare MIDI-Geräte: - + MIDI OUT devices: beschreibbare MIDI-Geräte: - + Printing Drucken - + When inserting notes, show the helper notes in all staffs, not only in the active one. Bei Noteneingabe Hilfsnoten in allen Zeilen anzeigen, nicht nur in der aktivierten. - + Show helper notes in other staffs Hilfsnote in anderen Zeilen anzeigen - + When inserting notes or changing existing notes pitch, play the new notes. Bei Eingabe oder Änderung von Noten diese abspielen. - + Play inserted notes Spiele eingegebene Note - + When inserting notes and rests, place a barline automatically, if the last bar is full. Bei Noteneingabe letzten vollständigen Takt automatisch mit einem Taktstrich abschließen. - + Automatic bar placement Automatische Taktstricheingabe - + + Note checker + Notenprüfer + + + Use anti-aliased fonts for drawing the score. Looks nicer, but slower. Benutze Anti-Alias-Font zur Darstellung. Bewirkt eine Bessere Darstellung, ist aber etwas langsamer. - + Use anti-aliased fonts Benutze Anti-Alias-Font - + Use animated scroll Benutze animierten Verschieben - + Default typesetter: Default Layout-Programm: - + LilyPond LilyPond - + Typesetter location: Pfad des Layoutprogramms: - - + + Browse... Suche... - - + + Use system default Benutze Standardprogramm - + PDF viewer location: PDF-Viewer: diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/lang/sl.ts canorus-0.7.3.RC3+dfsg/src/lang/sl.ts --- canorus-0.7.3.RC1+svn1485+dfsg/src/lang/sl.ts 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/lang/sl.ts 2018-06-20 18:42:55.000000000 +0000 @@ -1,79 +1,99 @@ - + CAActionsEditor - + Shortcut Bližnjica - + Description Opis - + Name Ime - - &Save shortcuts - &Shrani bližnjice + + + Shortcut files + Datoteke z bližnjicami - - &Load shortcuts - Na&loži bližnjice + + Midi Command + Ukaz Midi - - - Shortcut files - Datoteke z bližnjicami + + Combined + Združeno + + + + &Save shortcuts... + &Shrani bližnjice ... + + + + &Load shortcuts... + Na&loži bližnjice ... + + + + &Change shortcut... + Spre&meni bližnjico ... + + + + Midi Key Sequence files + Datoteke z zaporedji Midi tipk - - Midi command files - Datoteke z Midi bližnjicami + + Combined Key Sequence files + Datoteke z zaporedji združenih Midi tipk - + Choose a filename Izberite ime datoteke - + Confirm overwrite? Potrdi prepisovanje? - + The file %1 already exists. Do you want to overwrite? Datoteka %1 že obstaja. Ali želiti prepisati datoteko? - - + + Error Napaka - + The file couldn't be saved Datoteka ni bila shranjena - + Choose a file Izberite datoteko - + The file couldn't be loaded Datoteka ni bila naložena @@ -104,19 +124,19 @@ CADocumentProperties - + CC, Some rights reserved copyright CC, Nekatere pravice pridržane - + Public domain copyright Javna domena - + All rights reserved copyright Vse pravice pridržane @@ -162,7 +182,7 @@ CAKeySignatureCtl - + change key signature undo spreminjanje tonalitete @@ -179,7 +199,7 @@ CALilyPondExport - + arr. arrangement prir. @@ -213,1613 +233,1619 @@ CAMainWin - + Insert ToolBar Orodjarna za vstavljanje - + Select Context Izberite trak - + Select Clef Izberite ključ - + Select Time Signature Izberite taktovski način - + Select Barline Izberite taktnico - + Context ToolBar Orodjarna za trakove - + Voice ToolBar Orodjarna za glasove - + Select Voice Stem Direction Izberite smer notnih vratov za glas - + Playable ToolBar Orodjarna za note in pavze - + Select Length Izberite dolžino - + Select Note Stem Direction Izberite smer notnih vratov - + About Qt O knjižnici Qt - + About Canorus O programu Canorus - - + + Staff%1 Črtovje%1 - + Voice%1 Glas%1 - - - - + + + + Canorus Canorus - + Are you sure do you want to delete voice %1 and all its notes? Ali res želite zbrisati glas %1 in vse njegove note? - + Are you sure do you want to delete context %1 and all its contents? Ali res želite zbrisati trak %1 in vso njegovo vsebino? - + Context name Ime traku - + Current Voice number Trenutna številka glasu - + Voice name Ime glasu - + Voice stem direction Smer notnih vratov za glas - + Playable length Notna dolžina - + Note stem direction Smer notnih vratov - + Sheet ToolBar Orodjarna za liste - + Cannot delete the last voice in the staff! Ni mogoče zbrisati zadnjega glasu v črtovju! - + Time Signature ToolBar Orodjarna za taktovske načine - + Number of beats Število dob - + Beat Doba - + Select Slur Type Izberite lok - + Treble Clef Violinski ključ - + Bass Clef Basovski ključ - + Alto Clef Altovski ključ - + Tie Vezaj - + Slur Lok - + Phrasing Slur Frazni lok - + Single Barline Enojna taktnica - + Double Barline Dvojna taktnica - + End Barline Končaj - + Dotted Barline Črtkasta taktnica - + Repeat Open Ponavljaj Odprt - + Repeat Closed Ponavljaj Zaprt - + Voice Stems Neutral Smeri vratov za glas Nevtralne - + Voice Stems Up Smeri vratov za glas Gor - + Voice Stems Down Smeri vratov za glas Dol - + Note Stem Neutral Smer vratu Nevtralna - + Note Stem Up Smer vratu Gor - + Note Stem Down Smer vratu Dol - + Note Stem Preferred Smer vratu Priporočena - + Repeat Closed-Open Ponavljaj Zaprt-Odprt - - + + Tonic Tonika - - - + + + Subdominant Subdominanta - - - + + + Dominant Dominanta - - + + II II - - + + III III - - + + VI VI - - + + VII VII - + Cadenze Kadenčni - - - + + + minor Tonic molova Tonika - - - + + + minor Subdominant molova Subdominanta - + Napolitan Napolitanski - + Phrygian Frigijski - + Lydian Lidijski - + IV IV - + V V - + Select Function Name Izberite funkcijsko oznako - + Select Chord Area Izberite akordično območje - + Select Tonic Degree Izberite stopnjo tonike - + New Staff Novo črtovje - + New Lyrics context Novo besedilo - - + + LyricsContext%1 Besedilo%1 - + Stanza number Številka kitice - + Associated voice Dodeljen glas - + new sheet undo nov list - + new voice undo nov glas - + voice removal undo odstranitev glasu - + context removal undo odstranitev traku - + new staff undo novo črtovje - + new lyrics context undo novo besedilo - + insert barline undo vstavljanje taktnice - + rise note undo višanje note - + lower note undo nižanje note - + add sharp undo dodajanje višaja - + add flat undo dodajanje nižaja - + set dotted undo punktacijo - + deletion of elements undo brisanje elementov - + insertion of music element undo dodajanje elementov - + change voice name undo spreminjanje imena glasu - + lyrics edit undo spreminjanje besedila - + commit CanorusML source undo potrditev CanorusML izvorne kode - - + + commit LilyPond source undo potrditev LilyPond izvorne kode - + deletion of the sheet undo brisanje lista - + change sheet name undo spreminjanje imena lista - + change context name undo spreminjanje imena traku - + change stanza number undo spreminjanje številke kitice - + change associated voice undo dodeljevanje glasu - + change voice stem direction undo spreminjanje smeri vratov za glas - + change note stem direction undo spreminjanje smeri vratov not - + cut undo rezanje - + paste undo lepljenje - + Undo Razveljavi - + Redo Uveljavi - + Voice instrument Inštrument - + French Clef Francoski ključ - + Varbaritone Clef Varbaritonski ključ - + Subbass Clef Subbasovski ključ - + Soprano Clef Sopranski ključ - + Mezzosoprano Clef Mezzosopranski ključ - + Tenor Clef Tenorski ključ - + Baritone Clef Baritonski ključ - + Clef ToolBar Orodjarna za ključe - + Clef offset Odmik ključa - + change clef offset undo spreminjanje odmika ključa - + change function undo spreminjanje funkcije - + None Brez - + change chord area undo spreminjanje akordičnega območja - + change tonic degree undo spreminjanje glavne veje - + set/unset ellipse undo elipse - + change playable length undo spreminjanje dolžine - + Select Mark Izberite Oznako - + Tempo Tempo - + Ritardando Ritardando - + Accellerando Accellerando - + Dynamic Dinamika - + Crescendo Crescendo - + Decrescendo Decrescendo - + Arbitrary Text Poljubni napis - + Bookmark Zaznamek - + Rehersal Mark Vadbena Oznaka - + Fermata Korona - + Repeat Mark Oznake za ponavljanje - - + + Instrument Change Sprememba inštrumenta - + Fingering Prstni red - + New Figured Bass context Nove generalbasne oznake - + Articulation Mark Artikulacijske oznake - + Accent Akcent - + Marcato Marcato - + Stacatissimo Stacatissimo - + Espressivo Espressivo - + Staccato Staccato - + Tenuto Tenuto - + Portato Portato - + UpBow Lok Gor - + DownBow Lok Dol - + Flageloet Flageloet - + Open Odprt - + Stopped Zaprt - + Turn Okrasek - + ReverseTurn Obrnjen okrasek - + Trill Tril - + Prall Pral - + Mordent Mordent - + Prall-Prall Pral-Pral - + Prall-Mordent Pral-Mordent - + Up-Prall Zgornji Pral - + Down-Prall Spodnji Pral - + Up-Mordent Zgornji Mordent - + Down-Mordent Spodnji Mordent - + Prall-Down Pral zaključen dol - + Prall-Up Pral zaključen gor - + Line-Prall Linijski Pral - + Figured bass ToolBar Orodjarna za generalbas - + Set/Unset Figured bass number Vklopi/Izklopi generalbasno številko - + Set/Unset Figured bass accidentals Pokaži/Skrij generalbasni predznak - + Double flat Dvojni nižaj - + Flat Nižaj - + Neutral Razveznik - + Sharp Višaj - + Double sharp Dvojni višaj - + Insert context Vstavi trak - + Insert slur Vstavi lok - + Insert clef Vstavi ključ - + Insert time signature Vstavi taktovski način - + Insert barline Vstavi taktnico - + Insert mark Vstavi oznako - + Insert articulation mark Vstavi artikulacijsko oznako - + Dynamic marks ToolBar Orodjarna za dinamiko - + Select Dynamic Izberite Dinamiko - + Piano dynamics Piano - - - - + + + + Pianissimo dynamics Pianissimo - + Forte dynamics Forte - - - - + + + + Fortissimo dynamics Fortissimo - + Mezzo Forte dynamics Mezzo Forte - + Mezzo Piano dynamics Mezzo Piano - + Forte Piano dynamics Forte Piano - + Sforzando Forte dynamics Sforzando Forte - + Sforzando Piano dynamics Sforzando Piano - + Sforzando dynamics Sforzando - + Rinforzando dynamics Rinforzando - + Sforzando Pianissimo dynamics Sforzando Pianissimo - + Sforzando Fortissimo dynamics Sforzando Fortissimo - + Custom dynamics Poljubno - + Playback Volume Jakost izvajanja - + Dynamic mark text Besedilo v dinamični oznaki - + Predefined dynamic mark Prednastavljene oznake - + Instrument ToolBar Orodjarna za inštrumente - + Breve note Brevis - + Whole note Celinka - - + + Half note Polovinka - - + + Quarter note Četrtinka - - + + Eighth note Osminka - + Sixteenth note Šestnajstinka - + ThirtySecond note Dvaintridesetinka - + SixtyFourth note Štiriinšestdesetinka - + Tempo ToolBar Orodjarna za tempo - + Dotted Quarter note Četrtinka s piko - + Dotted Half note Polovinka s piko - + Dotted Eighth note Osminka s piko - + Beats per minute tempo Udarcev na minuto - + Fermata ToolBar Orodjarna za korone - + Short fermata Kratka - + Normal fermata Običajna - + Long fermata Dolga - + Very Long fermata Zelo dolga - + Figured bass number Generalbasna številka - + Figured bass accidentals Generalbasni predznak - + Beat tempo Doba - + Fermata Type fermata Tip korone - + change sheet order undo vrstni red listov - + new figured bass context undo nove generalbasne oznake - + FiguredBassContext%1 GeneralBas%1 - - + + Error while saving document Napaka pri shranjevanju - + The document was not saved! Error number %1 %2. Datoteka ni bila shranjena! Napaka številka %1 %2. - + Unknown file format %1. Neznan format %1. - - + + text edit + delete + urejanje besedila + + + + change figured bass undo generalbasno spremembo - + Canorus is compiled with Python support. Canorus je preveden s podporo za Python. - - + + change fermata type undo spreminjanje tipa korone - + change tempo beat undo spreminjanje dobe pri tempu - + change tempo bpm undo spreminjanje udarcev na minuto - + Select Beat Izberite dobo - + Fermata Type Tip korone - + Error while opening the file! Error %1: Napaka pri odpiranju datoteke! -Napaka %1: +Napaka %1: - + Repeat Mark ToolBar Orodjarna za ponavljanje - + Repeat Mark Type Tip ponavljanja - + Segno repeat mark Segno - + Coda repeat mark Coda - + VarCoda repeat mark VarCoda - + Dal Segno repeat mark Dal Segno - + Dal Coda repeat mark Dal Coda - + Dal VarCoda repeat mark Dal VarCoda - + Volta 1st repeat mark Volta prvič - + Volta 2nd repeat mark Volta drugič - + Volta 3rd repeat mark Volta tretjič - + Repeat Mark Type repeat mark Tip ponavljanja - + change repeat mark undo spreminjanje ponaljanja - + text edit undo urejanje besedila - + Fingering ToolBar Orodjarna za prstni red - + Finger Prst - + First fingering Palec - + Second fingering Kazalec - + Third fingering Sredinec - + Fourth fingering Prstanec - + Fifth fingering Mizinec - + Thumb fingering Palec pri godalih - + Left Heel fingering Leva peta - + Right Heel fingering Desna peta - + Left Toe fingering Levi prsti na nogi - + Right Toe fingering Desni prsti na nogi - + Original Prvoten prstni red - + Is the fingering original by a composer (usually written italic) fingering original checkbox - Ali je prstni red napisal prav skladatelj (ponavadi napisan postrani) ali aranžer + Ali je prstni red napisal prav skladatelj (ponavadi napisan postrani) ali aranžer - + Finger fingering Prst - + <p><b>Canorus - The next generation music score editor</b></p><p>Version %1<br>(C) 2006-2015 Canorus Development team. All rights reserved.<br>See the file AUTHORS for the list of Canorus developers<br><br>This program is licensed under the GNU General Public License (GPL).<br>See the file LICENSE.GPL for details.<br><br>Homepage: <a href="http://www.canorus.org">http://www.canorus.org</a></p> <p><b>Canorus - Urejevalnik not naslednje generacije</b></p><p>Verzija %1<br>(C) 2006-2015 Razvojna ekpia Canorus. Vse pravice pridržane.<br>Za poimenski seznam razvijalcev si oglejte datoteko AUTHORS.<br><br>Programska oprema je licencirana pod GNU General Public License (GPL).<br>Za podrobnosti si oglejte datoteko LICENSE.GPL.<br><br>Spletna stran: <a href="http://www.canorus.org">http://www.canorus.org</a></p> {1<?} {2006-2015 ?} - + change finger undo spreminjanje prsta - + change finger original property undo spreminjanje prvotnosti prstnega reda - + New Function Mark context Nove funkcijske oznake - + Function mark ToolBar Funkcijske oznake - + Canorus console Canorus konzola - + Function mark Funkcijska oznaka - + Function mark chord area Akordično območje - + Function mark tonic degree Glavna/Stranska veja - + resize undo spremembo velikosti - + new function mark context undo nove funkcijske oznake - - + + FunctionMarkContext%1 FunkcijskeOznake%1 - + change hidden rest undo skrito pavzo - + Select Tuplet Type Izberite tip triole - + Triplet Triola - + Tuplet Poljubna poddelitev - + Insert tuplet Vstavi triolo - + Number of notes Število not - + Actual number of notes Želeno število not - + instead of namesto - + insert tuplet undo vstavljanje triole - + Pedal Mark Pedalne oznake - + Recorded Midi file Posneta Midi datoteka - + No file name Brez imena - + Warning: No file name for export specified. Pozor: Napačno ime datoteka za izvoz. - - + + Untitled Brez naslova - + Unsaved changes Neshranjene spremembe - + Document "%1" was modified. Do you want to save the changes? Dokument "%1" je bil spremenjen. Ali želite shraniti spremembe? - + (modified) (spremenjen) - + Help Pomoč - + HundredTwentyEighth note Stoosemindvajsetinka - + change voice instrument undo spremembo inštrumenta @@ -1948,12 +1974,12 @@ CAPropertiesDialog - + Document Dokument - + apply properties undo spremembe lastnosti @@ -2030,17 +2056,17 @@ Brez - + Choose default documents directory Izberite privzeto mesto za hranjenje dokumentov - + Select typesetter executable Izberite izvedljivo datoteko notatorja - + Select PDF viewer executable Izberite izvedljivo datoteko PDF prikazovalnika @@ -2061,7 +2087,7 @@ CATransposeView - + transposition undo transpozicijo @@ -2076,7 +2102,7 @@ <i>Kritična napaka, vrstica %1, znak %2:</i><br> - + Staff%1 Črtovje%1 @@ -2106,7 +2132,7 @@ LilyPond document (*.ly) - LilyPond dokument (*.ly) + Dokument LilyPond (*.ly) @@ -2115,33 +2141,33 @@ - MusicXML document (*.xml) - MusicXML dokument (*.xml) + MusicXML document (*.musicxml) + Dokument MusicXML (*.musicxml) NoteEdit document (*.not) - NoteEdit dokument (*.not) + Dokument NoteEdit (*.not) ABC music document (*.abc) - ABC music dokument (*.abc) + Dokument ABC music (*.abc) Finale document (*.mus) - Finale dokument (*.mus) + Dokument Finale (*.mus) Sibelius document (*.sib) - Sibelius dokument (*.sib) + Dokument Sibelius (*.sib) Capella document (*.cap) - Capella dokument (*.cap) + Dokument Capella (*.cap) @@ -2988,162 +3014,162 @@ Funkcijske oznake %1 - + C-flat major Ces-Dur - + a-flat minor as-mol - + G-flat major Ges-Dur - + e-flat minor es-mol - + D-flat major Des-Dur - + b-flat minor b-mol - + A-flat major As-Dur - + f minor f-mol - + E-flat major Es-Dur - + c minor c-mol - + B-flat major B-Dur - + g minor g-mol - + F major F-Dur - + d minor d-mol - + C major C-Dur - + a minor a-mol - + G major G-Dur - + e minor e-mol - + D major D-Dur - + b minor h-mol - + A major A-Dur - + f-sharp minor fis-mol - + E major E-Dur - + c-sharp minor cis-mol - + B major H-Dur - + g-sharp minor gis-mol - + F-sharp major Fis-Dur - + d-sharp minor dis-mol - + C-sharp major Cis-Dur - + a-sharp minor ais-mol - + Up Gor - + Down Dol @@ -3266,12 +3292,40 @@ Odpiranje pisav - + Bar duration incorrect. Nepravilna dolžina takta. + ShortcutGetter + + + Modify shortcut + Spremeni bližnjico + + + + Press the key combination you want to assign + Pritisnite kombinacijo tipk + + + + Clear + Zbriši + + + + Capture + Zajemi + + + + Capture keystrokes + Zajemi tipke + + + uiDocumentProperties @@ -3348,6 +3402,19 @@ + uiJumpToView + + + Jump to... + Skoči na ... + + + + Jump to bar: + Skoči na takt: + + + uiLyricsContextProperties @@ -3358,37 +3425,37 @@ uiMainWindow - + &Quit &Izhod - + Ctrl+Q Ctrl+Q - + Ctrl+N Ctrl+N - + &Open... &Odpri ... - + Ctrl+O Ctrl+O - + &Save &Shrani - + Ctrl+S Ctrl+S @@ -3413,450 +3480,460 @@ &Izvoz ... - + Ctrl+E Ctrl+E - + Print pre&view... Pre&dogled strani ... - + &Print... &Tiskaj ... - + Ctrl+P Ctrl+P - + &Copy &Kopiraj - + Ctrl+C Ctrl+C - + C&ut &Izreži - + Ctrl+X Ctrl+X - + &Paste &Prilepi - + Ctrl+V Ctrl+V - + Select &all Izberi vs&e - + Ctrl+A Ctrl+A - - Invert Selection - Obrni izbiro + + &Invert Selection + Obrn&i izbor - - Fit to width - Povečaj na širino strani + + Fit to &width + Prilagodi na &širino - - Goto bar... - Pojdi na takt ... + + Ctrl+J + Ctrl+J - - Ctrl+G - Ctrl+G + + Status &bar + Vrstica &stanja - - St&atus bar - Vrstic&a stanja + + &Barline... + &Taktnica... - - &Fullscreen - Celo&zaslonski način + + &User's guide... + &Uporabniški priročnik ... - - &Time signature... - &Taktovski način ... + + Split view &horizontally + Razdeli pogled &horizontalno - - &Key signature... - &Tonaliteta ... + + Split view &vertically + Razdeli pogled &vertikalno - - Barline... - Taktnica ... + + &Close current view + &Zapri trenutni pogled - - Note &count... - Štetje &not ... + + &Unsplit All + &Združi vse - - &Settings... - &Nastavitve ... + + &New view + &Nov pogled - - User's guide... - Uporabniški priročnik ... + + New &sheet + Nov &list - - What's &this - Kaj je &to + + New c&ontext... + Nov tr&ak ... - - Tip of the &day - Namig &dneva + + &Animated scroll + &Animirano drsenje - - About &Canorus... - O p&rogramu ... + + &Lock scroll while playback + &Zakleni pogled med predvajanjem - - About &Qt... - O knjižnici &Qt ... + + &Best fit + Prilagodi naj&bolje - - Split view horizontally - Razdeli pogled horizontalno + + Fit to &selection + Prilagodi i&zbiri - - Split view vertically - Razdeli pogled vertikalno + + New &window + No&vo okno - - Close current view - Zapri trenutni pogled + + &Custom... + &Po meri ... - - Unsplit All - Združi vse + + Score &view + No&tni pogled - - New view - Nov pogled + + &LilyPond source + Izvorna koda &LilyPond - - New sheet - Nov list + + &CanorusML source + Izvorna koda &CanorusML - - New context... - Nov trak ... + + New &voice + Nov &glas - - Play from selection - Predvajaj od izbire dalje + + &Document properties... + Lastnosti &dokumenta ... - - Animated scroll - Animirano drsenje + + &Notes and Rests + &Note in pavze - - Lock scroll while playback - Zakleni drsenje med igranjem + + &Function mark... + &Funkcijske oznake ... - - Fit to &height - Povečaj na v&išino + + &Clef... + &Ključ ... - - Best &fit - Povečaj &optimalno + + Insert s&yllable + Vstavi z&log - - Fit to selection - Povečaj na izbiro + + R&uler + &Ravnilo - - New window - Novo okno + + &Window + &Okno - - Custom... - Po meri ... + + &Zoom + &Povečava - - Score view - Pogled črtovja + + &Source view + &Pogled izvorne kode - - LilyPond source - LilyPond izvorna koda + + &Fullscreen + Celo&zaslonski način - - CanorusML source - CanorusML izvorna koda + + &Jump to... + &Skoči na ... - - New voice - Nov glas + + &Time signature... + &Taktovski način ... - - Document properties... - Lastnosti dokumenta ... + + &Key signature... + &Tonaliteta ... - + + Note &count... + Štetje &not ... + + + + &Settings... + &Nastavitve ... + + + + What's &this + Kaj je &to + + + + Tip of the &day + Namig &dneva + + + + About &Canorus... + O p&rogramu ... + + + + About &Qt... + O knjižnici &Qt ... + + + + Play from selection + Predvajaj od izbire dalje + + + + Fit to &height + Povečaj na v&išino + + + Print directly Neposredno natisni - + Export to PDF Izvoz v PDF - + New document &wizard... No&v dokument s pomočjo čarovnika ... - - Clef... - Ključ ... - - - - Select mode - Način za Izbiranje - - - + Remove Voice Odstrani glas - + Voice Properties Lastnosti glasu - + Accidentals Visible Predznaki vidni - + Hidden Rest Skrita pavza - + Remove Context Odstrani trak - + Context Properties Lastnosti traku - + Remove Sheet Odstrani list - + Sheet Properties Lastnosti lista - + &Transpose... &Transponiraj ... - + Ellipse Elipse - - Insert syllable - Vstavi zlog - - - + Edit mode Način za Urejanje - - Figured bass mark... - Generalbasne oznake ... + + &recent documents dummy + &nedavni dokumenti - - Ruler - Ravnilo + + &Midi recorder + Snemalnik &Midi - + + &Resources view + Pogled z vi&ri + + + + Figured bass mark... + Generalbasne oznake ... + + + &Edit &Uredi - + &Tools &Orodja - - Window - Okno - - - + &Help &Pomoč - + &File &Datoteka - + &View &Pogled - - Zoom - Povečava - - - - Source view - Izvorna koda dokumenta - - - + &Insert &Vstavi - + Standard ToolBar Standardna orodna vrstica - + File ToolBar Datotečna orodna vrstica - + Print ToolBar Orodna vrstica za tiskanje - - Notes and Rests - Note in Pavze - - - - Function mark... - Funkcijske oznake ... - - - + Insert Mark Vstavi oznako - + Insert Articulation Mark Vstavi artikulacijsko oznako - - recent documents dummy - - - - + Open &recent Odpri n&edavne - - Midi recorder - Midi snemalnik - - - - Resources view - Viri - - - + &New document &Nov dokument - + Canorus Canorus + + + Ctrl+Z + Ctrl+Z + + + + Ctrl+Y + Ctrl+Y + + + + Ctrl+Shift+Z + Ctrl+Shift+Z + uiMidiRecorder @@ -3878,28 +3955,28 @@ Midi recorder - Midi snemalnik + Snemalnik Midi uiPropertiesDialog - + Current element name - + Properties Lastnosti - + Move up Premakni gor - + Move down Premakni dol diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/layout/drawablebarline.cpp canorus-0.7.3.RC3+dfsg/src/layout/drawablebarline.cpp --- canorus-0.7.3.RC1+svn1485+dfsg/src/layout/drawablebarline.cpp 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/layout/drawablebarline.cpp 2018-06-20 18:42:55.000000000 +0000 @@ -29,7 +29,7 @@ setWidth( BARLINE_WIDTH ); break; case CABarline::Double: - setWidth( 2*BARLINE_WIDTH + SPACE_BETWEEN_BARLINES ); + setWidth( 3*BARLINE_WIDTH + SPACE_BETWEEN_BARLINES ); break; case CABarline::End: setWidth( BARLINE_WIDTH + SPACE_BETWEEN_BARLINES + BOLD_BARLINE_WIDTH ); @@ -68,29 +68,29 @@ // draw single barline pen.setWidth(qRound(BARLINE_WIDTH*s.z)); p->setPen(pen); - p->drawLine(s.x, s.y, - s.x, qRound(s.y + height()*s.z)); + p->drawLine(s.x+pen.width(), s.y, + s.x+pen.width(), qRound(s.y + height()*s.z)); break; case CABarline::Double: // draw double barline - pen.setWidth((int)(BARLINE_WIDTH*s.z)); + pen.setWidth(qRound(BARLINE_WIDTH*s.z)); p->setPen(pen); - p->drawLine(s.x, s.y, - s.x, qRound(s.y + height()*s.z)); - p->drawLine(qRound(s.x + BARLINE_WIDTH*s.z + SPACE_BETWEEN_BARLINES*s.z), s.y, - qRound(s.x + BARLINE_WIDTH*s.z + SPACE_BETWEEN_BARLINES*s.z), qRound(s.y + height()*s.z)); + p->drawLine(s.x+pen.width(), s.y, + s.x+pen.width(), qRound(s.y + height()*s.z)); + p->drawLine(qRound(s.x + BARLINE_WIDTH*s.z + SPACE_BETWEEN_BARLINES*s.z)+2*pen.width(), s.y, + qRound(s.x + BARLINE_WIDTH*s.z + SPACE_BETWEEN_BARLINES*s.z)+2*pen.width(), qRound(s.y + height()*s.z)); break; case CABarline::End: // draw thin barline pen.setWidth(qRound(BARLINE_WIDTH*s.z)); p->setPen(pen); - p->drawLine(s.x, s.y, - s.x, qRound(s.y + height()*s.z)); + p->drawLine(s.x+pen.width(), s.y, + s.x+pen.width(), qRound(s.y + height()*s.z)); // draw bold barline pen.setWidth(qRound(BOLD_BARLINE_WIDTH*s.z)); p->setPen(pen); - p->drawLine(qRound(s.x + BARLINE_WIDTH*s.z + SPACE_BETWEEN_BARLINES*s.z), s.y, - qRound(s.x + BARLINE_WIDTH*s.z + SPACE_BETWEEN_BARLINES*s.z), qRound(s.y + height()*s.z)); + p->drawLine(qRound(s.x + BARLINE_WIDTH*s.z + SPACE_BETWEEN_BARLINES*s.z + 0.5*BOLD_BARLINE_WIDTH*s.z), s.y, + qRound(s.x + BARLINE_WIDTH*s.z + SPACE_BETWEEN_BARLINES*s.z + 0.5*BOLD_BARLINE_WIDTH*s.z), qRound(s.y + height()*s.z)); break; case CABarline::RepeatOpen: pen.setWidth(qRound(BOLD_BARLINE_WIDTH*s.z)); @@ -179,8 +179,8 @@ pen.setCapStyle(Qt::RoundCap); pen.setWidth(qRound(DOTTED_BARLINE_WIDTH*s.z)); p->setPen(pen); - p->drawLine( s.x, s.y, - s.x, qRound(s.y + height()*s.z) ); + p->drawLine( s.x+pen.width(), s.y, + s.x+pen.width(), qRound(s.y + height()*s.z) ); break; case CABarline::Undefined: break; diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/layout/drawablekeysignature.cpp canorus-0.7.3.RC3+dfsg/src/layout/drawablekeysignature.cpp --- canorus-0.7.3.RC1+svn1485+dfsg/src/layout/drawablekeysignature.cpp 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/layout/drawablekeysignature.cpp 2018-06-20 18:42:55.000000000 +0000 @@ -182,73 +182,3 @@ CADrawableKeySignature* CADrawableKeySignature::clone(CADrawableContext* newContext) { return (new CADrawableKeySignature(keySignature(), static_cast((newContext)?newContext:_drawableContext), xPos(), _drawableContext->yPos())); } - -/*! - This function adds key signatures to the given combobox in order - major-minor-major-... from most flats to most sharps. - - This function usually called when initializing the main window. - - \sa CADrawableKeySignature::comboBoxRowToDiatonicKey(), CADrawableKeySignature::populateComboBoxDirection() - */ -void CADrawableKeySignature::populateComboBox( QComboBox *c ) { - c->addItem( QIcon("images:accidental/accs-7.svg"), QObject::tr("C-flat major") ); - c->addItem( QIcon("images:accidental/accs-7.svg"), QObject::tr("a-flat minor") ); - c->addItem( QIcon("images:accidental/accs-6.svg"), QObject::tr("G-flat major") ); - c->addItem( QIcon("images:accidental/accs-6.svg"), QObject::tr("e-flat minor") ); - c->addItem( QIcon("images:accidental/accs-5.svg"), QObject::tr("D-flat major") ); - c->addItem( QIcon("images:accidental/accs-5.svg"), QObject::tr("b-flat minor") ); - c->addItem( QIcon("images:accidental/accs-4.svg"), QObject::tr("A-flat major") ); - c->addItem( QIcon("images:accidental/accs-4.svg"), QObject::tr("f minor") ); - c->addItem( QIcon("images:accidental/accs-3.svg"), QObject::tr("E-flat major") ); - c->addItem( QIcon("images:accidental/accs-3.svg"), QObject::tr("c minor") ); - c->addItem( QIcon("images:accidental/accs-2.svg"), QObject::tr("B-flat major") ); - c->addItem( QIcon("images:accidental/accs-2.svg"), QObject::tr("g minor") ); - c->addItem( QIcon("images:accidental/accs-1.svg"), QObject::tr("F major") ); - c->addItem( QIcon("images:accidental/accs-1.svg"), QObject::tr("d minor") ); - c->addItem( QIcon("images:general/none.svg"), QObject::tr("C major") ); - c->addItem( QIcon("images:general/none.svg"), QObject::tr("a minor") ); - c->addItem( QIcon("images:accidental/accs1.svg"), QObject::tr("G major") ); - c->addItem( QIcon("images:accidental/accs1.svg"), QObject::tr("e minor") ); - c->addItem( QIcon("images:accidental/accs2.svg"), QObject::tr("D major") ); - c->addItem( QIcon("images:accidental/accs2.svg"), QObject::tr("b minor") ); - c->addItem( QIcon("images:accidental/accs3.svg"), QObject::tr("A major") ); - c->addItem( QIcon("images:accidental/accs3.svg"), QObject::tr("f-sharp minor") ); - c->addItem( QIcon("images:accidental/accs4.svg"), QObject::tr("E major") ); - c->addItem( QIcon("images:accidental/accs4.svg"), QObject::tr("c-sharp minor") ); - c->addItem( QIcon("images:accidental/accs5.svg"), QObject::tr("B major") ); - c->addItem( QIcon("images:accidental/accs5.svg"), QObject::tr("g-sharp minor") ); - c->addItem( QIcon("images:accidental/accs6.svg"), QObject::tr("F-sharp major") ); - c->addItem( QIcon("images:accidental/accs6.svg"), QObject::tr("d-sharp minor") ); - c->addItem( QIcon("images:accidental/accs7.svg"), QObject::tr("C-sharp major") ); - c->addItem( QIcon("images:accidental/accs7.svg"), QObject::tr("a-sharp minor") ); -} - -/*! - This function returns the selected diatonic key dependent on the selected row. - - \sa CADrawableKeySignature::populateComboBox(), CADrawableKeySignature::populateComboBoxDirection() - */ -CADiatonicKey CADrawableKeySignature::comboBoxRowToDiatonicKey( int row ) { - signed char accs = qRound((row-14.5) / 2); - CADiatonicKey::CAGender gender = (row%2)==0 ? CADiatonicKey::Major : CADiatonicKey::Minor; - - return CADiatonicKey( accs, gender ); -} - -/*! - Adds directions Up and Down with icons to the given combo box. - - \sa CADrawableKeySignature::comboBoxRowToDiatonicKey(), CADrawableKeySignature::populateComboBox() - */ -void CADrawableKeySignature::populateComboBoxDirection( QComboBox *c ) { - c->addItem( QIcon("images:general/up.svg"), QObject::tr("Up") ); - c->addItem( QIcon("images:general/down.svg"), QObject::tr("Down") ); -} - -/*! - Returns the item index in the combo box corresponding to the given diatonic key \a k. - */ -int CADrawableKeySignature::diatonicKeyToRow( CADiatonicKey k ) { - return (k.numberOfAccs()+7)*2 + ((k.gender()==CADiatonicKey::Minor)?1:0); -} diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/layout/drawablekeysignature.h canorus-0.7.3.RC3+dfsg/src/layout/drawablekeysignature.h --- canorus-0.7.3.RC1+svn1485+dfsg/src/layout/drawablekeysignature.h 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/layout/drawablekeysignature.h 2018-06-20 18:42:55.000000000 +0000 @@ -26,11 +26,6 @@ CADrawableKeySignature *clone(CADrawableContext* newContext = 0); inline CAKeySignature *keySignature() { return (CAKeySignature*)_musElement; } - static void populateComboBox( QComboBox *c ); - static CADiatonicKey comboBoxRowToDiatonicKey( int row ); - static int diatonicKeyToRow( CADiatonicKey k ); - static void populateComboBoxDirection( QComboBox *c ); - private: QList _drawableAccidentalList; ///List of actual drawable accidentals }; diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/layout/drawablemark.cpp canorus-0.7.3.RC3+dfsg/src/layout/drawablemark.cpp --- canorus-0.7.3.RC1+svn1485+dfsg/src/layout/drawablemark.cpp 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/layout/drawablemark.cpp 2018-06-20 18:42:55.000000000 +0000 @@ -291,7 +291,7 @@ case CARepeatMark::DalCoda: p->drawText( s.x, s.y, QString(CACanorus::fetaCodepoint("scripts.coda")) ); break; case CARepeatMark::VarCoda: case CARepeatMark::DalVarCoda: p->drawText( s.x, s.y, QString(CACanorus::fetaCodepoint("scripts.varcoda")) ); break; - case CARepeatMark::Volta: + case CARepeatMark::Volta: break; case CARepeatMark::Undefined: fprintf(stderr,"Warning: CADrawableMark::draw - Unhandled RM-Type %d",static_cast(mark())->repeatMarkType()); break; diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/layout/layoutengine.cpp canorus-0.7.3.RC3+dfsg/src/layout/layoutengine.cpp --- canorus-0.7.3.RC1+svn1485+dfsg/src/layout/layoutengine.cpp 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/layout/layoutengine.cpp 2018-06-20 18:42:55.000000000 +0000 @@ -363,6 +363,13 @@ } } + // Synchronize minimum X-es between the contexts - all the noteheads or barlines should be horizontally aligned. + for (int i=0; i maxX) ? streamsX[i] : maxX; + for (int i=0; imusElementType()!=CAMusElement::FunctionMark) + streamsX[i] = maxX; + // Place accidentals and key names of the function marks, if needed. // These elements are so called Support elements. They can't be selected and they're not really connected usually to any logical element, but they're needed when drawing. int maxWidth = 0; @@ -379,7 +386,7 @@ drawableContext = drawableContextMap[elt->context()]; if (elt->musElementType()==CAMusElement::Note && - ((CADrawableStaff*)drawableContext)->getAccs(streamsX[i], static_cast(elt)->diatonicPitch().noteName()) != static_cast(elt)->diatonicPitch().accs() + ((CADrawableStaff*)drawableContext)->getAccs(streamsX[i], static_cast(elt)->diatonicPitch().noteName()) != static_cast(elt)->diatonicPitch().accs() ) { newElt = new CADrawableAccidental( ((CANote*)elt)->diatonicPitch().accs(), @@ -1059,4 +1066,4 @@ new CADrawableNoteCheckerError(ncErrors[i], dMusElt) ); } -} \ No newline at end of file +} diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/plugins/pycli/canorusplugin.xml canorus-0.7.3.RC3+dfsg/src/plugins/pycli/canorusplugin.xml --- canorus-0.7.3.RC1+svn1485+dfsg/src/plugins/pycli/canorusplugin.xml 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/plugins/pycli/canorusplugin.xml 2018-06-20 18:42:55.000000000 +0000 @@ -16,13 +16,13 @@

pcMenu - CLI + &CLI pcMenu pcSubMenu - Invoke Python CLI + &Invoke Python CLI python pycli.py pycli diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/score/staff.cpp canorus-0.7.3.RC3+dfsg/src/score/staff.cpp --- canorus-0.7.3.RC1+svn1485+dfsg/src/score/staff.cpp 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/score/staff.cpp 2018-06-20 18:42:55.000000000 +0000 @@ -479,28 +479,42 @@ } /*! - Places a barline in front of the element, if needed. + Places a barline in front of the element, if needed and the element is the + last element in the staff. The function finds the last barline and places a new one, if the last bar is full. It searches for the time signature in effect for the last bar, not to get fooled by time signature(s) already present at a time signature change. + + \return True, if a new barline was placed; otherwise False. */ -void CAStaff::placeAutoBar( CAPlayable* elt ) { +bool CAStaff::placeAutoBar( CAPlayable* elt ) { if ( !elt ) - return; + return false; CABarline *b = static_cast(elt->voice()->previousByType( CAMusElement::Barline, elt )); CATimeSignature *t; CAMusElement *prevTimeSig = elt; + + // do not place autobar, if the element was inserted somewhere in the middle + for (int i=0; ivoice()->staff()->voiceList().size(); i++) { + if (elt->voice()->staff()->voiceList()[i]->lastTimeEnd()>elt->timeEnd()) { + return false; + } + } + do { prevTimeSig = elt->voice()->previousByType( CAMusElement::TimeSignature, prevTimeSig ); t = static_cast(prevTimeSig); } while ( t && prevTimeSig->timeStart() == elt->timeStart() ); // not the time signature for a bar in the future if (t) { - int barLength = CAPlayableLength::playableLengthToTimeLength( CAPlayableLength( static_cast(t->beat()) ) ) * t->beats(); - if ( (b?(b->timeStart()):0) + barLength <= elt->timeStart() ) { + if ( (b?(b->timeStart()):0) + t->barDuration() <= elt->timeStart() ) { elt->voice()->insert( elt, new CABarline( CABarline::Single, elt->staff(), elt->timeStart() ) ); elt->staff()->synchronizeVoices(); + + return true; } } + + return false; } diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/score/staff.h canorus-0.7.3.RC3+dfsg/src/score/staff.h --- canorus-0.7.3.RC1+svn1485+dfsg/src/score/staff.h 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/score/staff.h 2018-06-20 18:42:55.000000000 +0000 @@ -53,7 +53,7 @@ bool synchronizeVoices(); - static void placeAutoBar( CAPlayable* elt ); + static bool placeAutoBar( CAPlayable* elt ); // Functions to keep list of references of signature events for a faster look up. inline QList& clefRefs() { return _clefList; } diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/scorectl/keysignaturectl.cpp canorus-0.7.3.RC3+dfsg/src/scorectl/keysignaturectl.cpp --- canorus-0.7.3.RC1+svn1485+dfsg/src/scorectl/keysignaturectl.cpp 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/scorectl/keysignaturectl.cpp 2018-06-20 18:42:55.000000000 +0000 @@ -56,7 +56,8 @@ Changes the number of accidentals. */ void CAKeySignatureCtl::on_uiKeySig_activated( int row ) { - CADiatonicKey key = CADrawableKeySignature::comboBoxRowToDiatonicKey( row ); + + CADiatonicKey key(static_cast(sender())->itemData(row).toString()); if (_poMainWin->mode()==CAMainWin::InsertMode) { _poMainWin->musElementFactory()->setDiatonicKeyNumberOfAccs( key.numberOfAccs() ); @@ -92,4 +93,3 @@ _poMainWin->setMode( CAMainWin::InsertMode, _oHash ); } } - diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/scoreui/keysignatureui.cpp canorus-0.7.3.RC3+dfsg/src/scoreui/keysignatureui.cpp --- canorus-0.7.3.RC1+svn1485+dfsg/src/scoreui/keysignatureui.cpp 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/scoreui/keysignatureui.cpp 2018-06-20 18:42:55.000000000 +0000 @@ -38,7 +38,7 @@ uiKeySigToolBar = new QToolBar( tr("Key Signature ToolBar"), poMainWin ); uiKeySig = new QComboBox( poMainWin ); uiKeySig->setObjectName("uiKeySig"); - CADrawableKeySignature::populateComboBox( uiKeySig ); + CAKeySignatureUI::populateComboBox( uiKeySig ); if( poMainWin == 0 ) qCritical("KeySignatureUI: No mainwindow instance available!"); // KeySig Toolbar @@ -66,9 +66,11 @@ */ void CAKeySignatureUI::updateKeySigToolBar() { if (_poMainWin->isInsertKeySigChecked() && _poMainWin->mode()==CAMainWin::InsertMode) { - uiKeySig->setCurrentIndex(( - _poMainWin->musElementFactory()->diatonicKeyNumberOfAccs()+7)*2 + - ((_poMainWin->musElementFactory()->diatonicKeyGender()==CADiatonicKey::Minor)?1:0) ); + uiKeySig->setCurrentIndex( + uiKeySig->findData( + CADiatonicKey::diatonicKeyToString(CADiatonicKey(_poMainWin->musElementFactory()->diatonicKeyNumberOfAccs(), _poMainWin->musElementFactory()->diatonicKeyGender() )) + ) + ); uiKeySigToolBar->show(); } else if ( _poMainWin->mode()==CAMainWin::EditMode && _poMainWin->currentScoreView() && _poMainWin->currentScoreView()->selection().size() && @@ -77,7 +79,7 @@ if (v && v->selection().size()) { CAKeySignature *keySig = dynamic_cast(v->selection().at(0)->musElement()); if (keySig) { - uiKeySig->setCurrentIndex( CADrawableKeySignature::diatonicKeyToRow( keySig->diatonicKey() ) ); + uiKeySig->setCurrentIndex( uiKeySig->findData( CADiatonicKey::diatonicKeyToString(keySig->diatonicKey()) ) ); uiKeySigToolBar->show(); } else uiKeySigToolBar->hide(); @@ -86,3 +88,59 @@ uiKeySigToolBar->hide(); } +/*! + This function adds key signatures to the given combobox in order + major-minor-major-... from most flats to most sharps. + + This function usually called when initializing the main window. + + \sa CADrawableKeySignature::comboBoxRowToDiatonicKey(), CADrawableKeySignature::populateComboBoxDirection() + */ +void CAKeySignatureUI::populateComboBox( QComboBox *c ) { + c->addItem( QIcon("images:general/none.svg"), QObject::tr("C major"), CADiatonicKey::diatonicKeyToString(CADiatonicKey(0, CADiatonicKey::Major)) ); + c->addItem( QIcon("images:accidental/accs7.svg"), QObject::tr("C-sharp major"), CADiatonicKey::diatonicKeyToString(CADiatonicKey(7, CADiatonicKey::Major)) ); + c->addItem( QIcon("images:accidental/accs-7.svg"), QObject::tr("C-flat major"), CADiatonicKey::diatonicKeyToString(CADiatonicKey(-7, CADiatonicKey::Major)) ); + c->addItem( QIcon("images:accidental/accs-3.svg"), QObject::tr("c minor"), CADiatonicKey::diatonicKeyToString(CADiatonicKey(-3, CADiatonicKey::Minor)) ); + c->addItem( QIcon("images:accidental/accs4.svg"), QObject::tr("c-sharp minor"), CADiatonicKey::diatonicKeyToString(CADiatonicKey(4, CADiatonicKey::Minor)) ); + + c->addItem( QIcon("images:accidental/accs2.svg"), QObject::tr("D major"), CADiatonicKey::diatonicKeyToString(CADiatonicKey(2, CADiatonicKey::Major)) ); + c->addItem( QIcon("images:accidental/accs-5.svg"), QObject::tr("D-flat major"), CADiatonicKey::diatonicKeyToString(CADiatonicKey(-5, CADiatonicKey::Major)) ); + c->addItem( QIcon("images:accidental/accs-1.svg"), QObject::tr("d minor"), CADiatonicKey::diatonicKeyToString(CADiatonicKey(-1, CADiatonicKey::Minor)) ); + c->addItem( QIcon("images:accidental/accs6.svg"), QObject::tr("d-sharp minor"), CADiatonicKey::diatonicKeyToString(CADiatonicKey(6, CADiatonicKey::Minor)) ); + + c->addItem( QIcon("images:accidental/accs4.svg"), QObject::tr("E major"), CADiatonicKey::diatonicKeyToString(CADiatonicKey(4, CADiatonicKey::Major)) ); + c->addItem( QIcon("images:accidental/accs-3.svg"), QObject::tr("E-flat major"), CADiatonicKey::diatonicKeyToString(CADiatonicKey(-3, CADiatonicKey::Major)) ); + c->addItem( QIcon("images:accidental/accs1.svg"), QObject::tr("e minor"), CADiatonicKey::diatonicKeyToString(CADiatonicKey(1, CADiatonicKey::Minor)) ); + c->addItem( QIcon("images:accidental/accs-6.svg"), QObject::tr("e-flat minor"), CADiatonicKey::diatonicKeyToString(CADiatonicKey(-6, CADiatonicKey::Minor)) ); + + c->addItem( QIcon("images:accidental/accs-1.svg"), QObject::tr("F major"), CADiatonicKey::diatonicKeyToString(CADiatonicKey(-1, CADiatonicKey::Major)) ); + c->addItem( QIcon("images:accidental/accs6.svg"), QObject::tr("F-sharp major"), CADiatonicKey::diatonicKeyToString(CADiatonicKey(6, CADiatonicKey::Major)) ); + c->addItem( QIcon("images:accidental/accs-4.svg"), QObject::tr("f minor"), CADiatonicKey::diatonicKeyToString(CADiatonicKey(-4, CADiatonicKey::Minor)) ); + c->addItem( QIcon("images:accidental/accs3.svg"), QObject::tr("f-sharp minor"), CADiatonicKey::diatonicKeyToString(CADiatonicKey(3, CADiatonicKey::Minor)) ); + + c->addItem( QIcon("images:accidental/accs1.svg"), QObject::tr("G major"), CADiatonicKey::diatonicKeyToString(CADiatonicKey(1, CADiatonicKey::Major)) ); + c->addItem( QIcon("images:accidental/accs-6.svg"), QObject::tr("G-flat major"), CADiatonicKey::diatonicKeyToString(CADiatonicKey(-6, CADiatonicKey::Major)) ); + c->addItem( QIcon("images:accidental/accs-2.svg"), QObject::tr("g minor"), CADiatonicKey::diatonicKeyToString(CADiatonicKey(-2, CADiatonicKey::Minor)) ); + c->addItem( QIcon("images:accidental/accs5.svg"), QObject::tr("g-sharp minor"), CADiatonicKey::diatonicKeyToString(CADiatonicKey(5, CADiatonicKey::Minor)) ); + + c->addItem( QIcon("images:accidental/accs3.svg"), QObject::tr("A major"), CADiatonicKey::diatonicKeyToString(CADiatonicKey(3, CADiatonicKey::Major)) ); + c->addItem( QIcon("images:accidental/accs-4.svg"), QObject::tr("A-flat major"), CADiatonicKey::diatonicKeyToString(CADiatonicKey(-4, CADiatonicKey::Major)) ); + c->addItem( QIcon("images:general/none.svg"), QObject::tr("a minor"), CADiatonicKey::diatonicKeyToString(CADiatonicKey(0, CADiatonicKey::Minor)) ); + c->addItem( QIcon("images:accidental/accs7.svg"), QObject::tr("a-sharp minor"), CADiatonicKey::diatonicKeyToString(CADiatonicKey(7, CADiatonicKey::Minor)) ); + c->addItem( QIcon("images:accidental/accs-7.svg"), QObject::tr("a-flat minor"), CADiatonicKey::diatonicKeyToString(CADiatonicKey(-7, CADiatonicKey::Minor)) ); + + c->addItem( QIcon("images:accidental/accs5.svg"), QObject::tr("B major"), CADiatonicKey::diatonicKeyToString(CADiatonicKey(5, CADiatonicKey::Major)) ); + c->addItem( QIcon("images:accidental/accs-2.svg"), QObject::tr("B-flat major"), CADiatonicKey::diatonicKeyToString(CADiatonicKey(-2, CADiatonicKey::Major)) ); + c->addItem( QIcon("images:accidental/accs2.svg"), QObject::tr("b minor"), CADiatonicKey::diatonicKeyToString(CADiatonicKey(2, CADiatonicKey::Minor)) ); + c->addItem( QIcon("images:accidental/accs-5.svg"), QObject::tr("b-flat minor"), CADiatonicKey::diatonicKeyToString(CADiatonicKey(-5, CADiatonicKey::Minor)) ); +} + +/*! + Adds directions Up and Down with icons to the given combo box. + + \sa CADrawableKeySignature::comboBoxRowToDiatonicKey(), CADrawableKeySignature::populateComboBox() + */ +void CAKeySignatureUI::populateComboBoxDirection( QComboBox *c ) { + c->addItem( QIcon("images:general/up.svg"), QObject::tr("Up") ); + c->addItem( QIcon("images:general/down.svg"), QObject::tr("Down") ); +} diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/scoreui/keysignatureui.h canorus-0.7.3.RC3+dfsg/src/scoreui/keysignatureui.h --- canorus-0.7.3.RC1+svn1485+dfsg/src/scoreui/keysignatureui.h 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/scoreui/keysignatureui.h 2018-06-20 18:42:55.000000000 +0000 @@ -30,6 +30,9 @@ void updateKeySigToolBar(); inline CAKeySignatureCtl &ctl() { return *_poKeySignatureCtl; } + static void populateComboBox( QComboBox *c ); + static void populateComboBoxDirection( QComboBox *c ); + protected: CAMainWin *_poMainWin; CAKeySignatureCtl *_poKeySignatureCtl; diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/tests/lilypond-tempo-mark-text.xml canorus-0.7.3.RC3+dfsg/src/tests/lilypond-tempo-mark-text.xml --- canorus-0.7.3.RC1+svn1485+dfsg/src/tests/lilypond-tempo-mark-text.xml 1970-01-01 00:00:00.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/tests/lilypond-tempo-mark-text.xml 2018-06-20 18:42:55.000000000 +0000 @@ -0,0 +1,65 @@ + + + + 0.7.3rc2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/tests/scoreview-accidentals.xml canorus-0.7.3.RC3+dfsg/src/tests/scoreview-accidentals.xml --- canorus-0.7.3.RC1+svn1485+dfsg/src/tests/scoreview-accidentals.xml 1970-01-01 00:00:00.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/tests/scoreview-accidentals.xml 2018-06-20 18:42:55.000000000 +0000 @@ -0,0 +1,37 @@ + + + + 0.7.3rc2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/tests/scoreview-repeat-marks-pickup-measure.xml canorus-0.7.3.RC3+dfsg/src/tests/scoreview-repeat-marks-pickup-measure.xml --- canorus-0.7.3.RC1+svn1485+dfsg/src/tests/scoreview-repeat-marks-pickup-measure.xml 1970-01-01 00:00:00.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/tests/scoreview-repeat-marks-pickup-measure.xml 2018-06-20 18:42:55.000000000 +0000 @@ -0,0 +1,100 @@ + + + + 0.7.3rc2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/ui/actionstorage.cpp canorus-0.7.3.RC3+dfsg/src/ui/actionstorage.cpp --- canorus-0.7.3.RC1+svn1485+dfsg/src/ui/actionstorage.cpp 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/ui/actionstorage.cpp 2018-06-20 18:42:55.000000000 +0000 @@ -45,7 +45,7 @@ storeAction(mainWin.uiSelectAll); storeAction(mainWin.uiInvertSelection); storeAction(mainWin.uiZoomToWidth); - storeAction(mainWin.uiGotoBar); + storeAction(mainWin.uiJumpTo); storeAction(mainWin.uiShowStatusBar); storeAction(mainWin.uiFullscreen); storeAction(mainWin.uiInsertTimeSig); diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/ui/jumptoview.cpp canorus-0.7.3.RC3+dfsg/src/ui/jumptoview.cpp --- canorus-0.7.3.RC1+svn1485+dfsg/src/ui/jumptoview.cpp 1970-01-01 00:00:00.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/ui/jumptoview.cpp 2018-06-20 18:42:55.000000000 +0000 @@ -0,0 +1,54 @@ +/*! + Copyright (c) 2018, Matevž Jekovec, Canorus development team + All Rights Reserved. See AUTHORS for a complete list of authors. + + Licensed under the GNU GENERAL PUBLIC LICENSE. See COPYING for details. +*/ + +#include "ui/jumptoview.h" +#include "ui/mainwin.h" +#include "widgets/scoreview.h" + +#include "layout/drawablebarline.h" + +CAJumpToView::CAJumpToView( CAMainWin *p ) +: QDialog( p ) { + setupUi( this ); + setupCustomUi(); +} + +CAJumpToView::~CAJumpToView() { +} + +void CAJumpToView::setupCustomUi() { +} + +void CAJumpToView::show() { +// CAScoreView *v = static_cast(parent())->currentScoreView(); + +// QDockWidget::show(); + QDialog::show(); +} + +void CAJumpToView::accept() { + int barNumber = uiJumpToBarNum->text().toInt(); + + if ( dynamic_cast(parent()) && + static_cast(parent())->currentScoreView() ) { + CAScoreView *v = static_cast(parent())->currentScoreView(); + QMap dBarlineMap = v->computeBarlinePositions(); + + if (!dBarlineMap.isEmpty()) { + // if barNumber is outside barlines enumeration, take the first/last barline available + if (barNumber < dBarlineMap.firstKey() || barNumber >= dBarlineMap.lastKey()) { + return; + } + + // shift the view + v->setWorldX(dBarlineMap[barNumber]->xPos() - v->worldWidth()/2.0); + v->repaint(); + + QDialog::accept(); + } + } +} diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/ui/jumptoview.h canorus-0.7.3.RC3+dfsg/src/ui/jumptoview.h --- canorus-0.7.3.RC1+svn1485+dfsg/src/ui/jumptoview.h 1970-01-01 00:00:00.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/ui/jumptoview.h 2018-06-20 18:42:55.000000000 +0000 @@ -0,0 +1,31 @@ +/*! + Copyright (c) 2018, Matevž Jekovec, Canorus development team + All Rights Reserved. See AUTHORS for a complete list of authors. + + Licensed under the GNU GENERAL PUBLIC LICENSE. See COPYING for details. +*/ + +#ifndef JUMPTOVIEW_H_ +#define JUMPTOVIEW_H_ + +#include + +#include "ui_jumptoview.h" + +class CAMainWin; + +class CAJumpToView : public QDialog, private Ui::uiJumpToView { + Q_OBJECT +public: + CAJumpToView( CAMainWin *parent ); + virtual ~CAJumpToView(); + +public slots: + void show(); + void accept(); + +private: + void setupCustomUi(); +}; + +#endif /* JUMPTOVIEW_H_ */ diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/ui/jumptoview.ui canorus-0.7.3.RC3+dfsg/src/ui/jumptoview.ui --- canorus-0.7.3.RC1+svn1485+dfsg/src/ui/jumptoview.ui 1970-01-01 00:00:00.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/ui/jumptoview.ui 2018-06-20 18:42:55.000000000 +0000 @@ -0,0 +1,91 @@ + + + uiJumpToView + + + + 0 + 0 + 211 + 106 + + + + Jump to... + + + + + + + + Jump to bar: + + + + + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + + + + buttonBox + accepted() + uiJumpToView + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + uiJumpToView + reject() + + + 316 + 260 + + + 286 + 274 + + + + + diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/ui/mainwin.cpp canorus-0.7.3.RC3+dfsg/src/ui/mainwin.cpp --- canorus-0.7.3.RC1+svn1485+dfsg/src/ui/mainwin.cpp 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/ui/mainwin.cpp 2018-06-20 18:42:55.000000000 +0000 @@ -32,6 +32,7 @@ #include "ui/settingsdialog.h" #include "ui/propertiesdialog.h" #include "ui/transposeview.h" +#include "ui/jumptoview.h" #include "ui/actionstorage.h" #include "scoreui/keysignatureui.h" @@ -53,7 +54,9 @@ #include "widgets/undotoolbutton.h" #include "widgets/lcdnumber.h" #include "widgets/midirecorderview.h" +#ifdef QT_WEBENGINEWIDGETS_LIB #include "widgets/helpbrowser.h" +#endif #include "widgets/view.h" #include "widgets/viewcontainer.h" @@ -117,6 +120,7 @@ #include "import/canimport.h" #include "import/midiimport.h" #include "import/musicxmlimport.h" +#include "import/mxlimport.h" #include "core/notechecker.h" /*! @@ -136,10 +140,10 @@ \sa CAView, CACanorus */ -QFileDialog *CAMainWin::uiOpenDialog = 0; -QFileDialog *CAMainWin::uiSaveDialog = 0; -QFileDialog *CAMainWin::uiImportDialog = 0; -QFileDialog *CAMainWin::uiExportDialog = 0; +QFileDialog *CAMainWin::uiOpenDialog = nullptr; +QFileDialog *CAMainWin::uiSaveDialog = nullptr; +QFileDialog *CAMainWin::uiImportDialog = nullptr; +QFileDialog *CAMainWin::uiExportDialog = nullptr; /*! Default constructor. @@ -149,9 +153,9 @@ : QMainWindow( oParent ), _mode(NoDocumentMode), _mainWinProgressCtl(this), - _playbackView(0), - _repaintTimer(0), - _playback(0) + _playbackView(nullptr), + _repaintTimer(nullptr), + _playback(nullptr) { setAttribute( Qt::WA_DeleteOnClose ); _iNumAllowed = 1; @@ -182,19 +186,22 @@ // Setup the midi keyboad input processing object _keybdInput = new CAKeybdInput( this ); - _resourceView = new CAResourceView( 0, 0 ); + _resourceView = new CAResourceView( nullptr, nullptr ); _resourceView->hide(); - _midiRecorderView = 0; + // Tools + _midiRecorderView = nullptr; _transposeView = new CATransposeView( this ); addDockWidget( Qt::RightDockWidgetArea, _transposeView ); _transposeView->hide(); + _jumpToView = new CAJumpToView( this ); + _permanentStatusBar = statusBar(); - setDocument( 0 ); - _poExp = 0; + setDocument( nullptr ); + _poExp = nullptr; CACanorus::addMainWin( this ); } @@ -301,7 +308,7 @@ uiMarkType->addButton( QIcon("images:mark/dynamic/decrescendo.svg"), CAMark::Crescendo*(-1), tr("Decrescendo") ); uiMarkType->addButton( QIcon("images:mark/fermata/normal.svg"), CAMark::Fermata, tr("Fermata") ); uiMarkType->addButton( QIcon("images:mark/text.svg"), CAMark::Text, tr("Arbitrary Text") ); - uiMarkType->addButton( QIcon("images:mark/repeatmark/coda.svg"), CAMark::RepeatMark, tr("Repeat Mark") ); + uiMarkType->addButton( QIcon("images:mark/repeatmark/volta1.svg"), CAMark::RepeatMark, tr("Repeat Mark") ); uiMarkType->addButton( QIcon("images:mark/pedal.svg"), CAMark::Pedal, tr("Pedal Mark") ); uiMarkType->addButton( QIcon("images:mark/bookmark.svg"), CAMark::BookMark, tr("Bookmark") ); uiMarkType->addButton( QIcon("images:mark/rehersalmark.svg"), CAMark::RehersalMark, tr("Rehersal Mark") ); @@ -483,7 +490,7 @@ uiFMTonicDegree->addButton( QIcon("images:functionmark/fmvii.svg"), CAFunctionMark::VII, tr("VII") ); uiFMKeySig = new QComboBox( this ); uiFMKeySig->setObjectName("uiFMKeySig"); - CADrawableKeySignature::populateComboBox( uiFMKeySig ); + CAKeySignatureUI::populateComboBox( uiFMKeySig ); uiDynamicToolBar = new QToolBar( tr("Dynamic marks ToolBar"), this ); uiDynamicText = new CAMenuToolButton( tr("Select Dynamic"), 5, this ); @@ -550,15 +557,15 @@ uiRepeatMarkToolBar = new QToolBar( tr("Repeat Mark ToolBar"), this ); uiRepeatMarkType = new CAMenuToolButton( tr("Repeat Mark Type"), 3, this ); uiRepeatMarkType->setObjectName("uiRepeatMarkType"); + uiRepeatMarkType->addButton( QIcon("images:mark/repeatmark/volta1.svg"), -2, tr("Volta 1st", "repeat mark") ); // -1 can't be used?! + uiRepeatMarkType->addButton( QIcon("images:mark/repeatmark/volta2.svg"), -3, tr("Volta 2nd", "repeat mark") ); + uiRepeatMarkType->addButton( QIcon("images:mark/repeatmark/volta3.svg"), -4, tr("Volta 3rd", "repeat mark") ); uiRepeatMarkType->addButton( QIcon("images:mark/repeatmark/segno.svg"), CARepeatMark::Segno, tr("Segno", "repeat mark") ); uiRepeatMarkType->addButton( QIcon("images:mark/repeatmark/coda.svg"), CARepeatMark::Coda, tr("Coda", "repeat mark") ); uiRepeatMarkType->addButton( QIcon("images:mark/repeatmark/varcoda.svg"), CARepeatMark::VarCoda, tr("VarCoda", "repeat mark") ); uiRepeatMarkType->addButton( QIcon("images:mark/repeatmark/dalsegno.svg"), CARepeatMark::DalSegno, tr("Dal Segno", "repeat mark") ); uiRepeatMarkType->addButton( QIcon("images:mark/repeatmark/dalcoda.svg"), CARepeatMark::DalCoda, tr("Dal Coda", "repeat mark") ); uiRepeatMarkType->addButton( QIcon("images:mark/repeatmark/dalvarcoda.svg"), CARepeatMark::DalVarCoda, tr("Dal VarCoda", "repeat mark") ); - uiRepeatMarkType->addButton( QIcon("images:mark/repeatmark/volta1.svg"), -2, tr("Volta 1st", "repeat mark") ); // -1 can't be used?! - uiRepeatMarkType->addButton( QIcon("images:mark/repeatmark/volta2.svg"), -3, tr("Volta 2nd", "repeat mark") ); - uiRepeatMarkType->addButton( QIcon("images:mark/repeatmark/volta3.svg"), -4, tr("Volta 3rd", "repeat mark") ); uiFingeringToolBar = new QToolBar( tr("Fingering ToolBar"), this ); uiFinger = new CAMenuToolButton( tr("Finger"), 5, this ); @@ -582,8 +589,10 @@ uiHelpDock = new QDockWidget(tr("Help"), this); uiHelpDock->setAllowedAreas(Qt::LeftDockWidgetArea | Qt::RightDockWidgetArea); uiHelpDock->setMaximumWidth(400); +#ifdef QT_WEBENGINEWIDGETS_LIB uiHelpWidget = new CAHelpBrowser( uiHelpDock ); uiHelpDock->setWidget( uiHelpWidget ); +#endif #ifdef USE_PYTHON uiPyConsoleDock = new QDockWidget(tr("Canorus console"), this); @@ -610,11 +619,11 @@ // Standard Toolbar uiUndo->setDefaultAction( uiStandardToolBar->insertWidget( uiCut, uiUndo ) ); uiUndo->defaultAction()->setText(tr("Undo")); - uiUndo->defaultAction()->setShortcut(QApplication::translate("uiMainWindow", "Ctrl+Z", 0 /*, QApplication::UnicodeUTF8*/)); + uiUndo->defaultAction()->setShortcut(QApplication::translate("uiMainWindow", "Ctrl+Z", nullptr /*, QApplication::UnicodeUTF8*/)); uiMenuEdit->insertAction( uiCut, uiUndo->defaultAction() ); QList redoShortcuts; - redoShortcuts << QApplication::translate("uiMainWindow", "Ctrl+Y", 0 /*, QApplication::UnicodeUTF8*/ ); - redoShortcuts << QApplication::translate("uiMainWindow", "Ctrl+Shift+Z", 0 /*, QApplication::UnicodeUTF8*/ ); + redoShortcuts << QApplication::translate("uiMainWindow", "Ctrl+Y", nullptr /*, QApplication::UnicodeUTF8*/ ); + redoShortcuts << QApplication::translate("uiMainWindow", "Ctrl+Shift+Z", nullptr /*, QApplication::UnicodeUTF8*/ ); uiRedo->setDefaultAction( uiStandardToolBar->insertWidget( uiCut, uiRedo ) ); uiRedo->defaultAction()->setText(tr("Redo")); uiRedo->defaultAction()->setShortcuts(redoShortcuts); @@ -945,10 +954,10 @@ It does not add the sheet to the document. */ void CAMainWin::addSheet(CASheet *s) { - CAScoreView *v = new CAScoreView(s, 0); + CAScoreView *v = new CAScoreView(s, nullptr); initView( v ); - CAViewContainer *vpc = new CAViewContainer( 0 ); + CAViewContainer *vpc = new CAViewContainer( nullptr ); vpc->addView( v ); _viewContainerList << vpc; _sheetMap[vpc] = s; @@ -985,7 +994,7 @@ delete _viewList.takeFirst(); _sheetMap.clear(); - setCurrentView( 0 ); + setCurrentView( nullptr ); if (_midiRecorderView) { delete _midiRecorderView; @@ -998,7 +1007,7 @@ Called when the current sheet is switched in the tab widget. \warning This method is only called when the index of the selected tab changes. If you remove the current tab and the next selected tab gets the same index, this slot isn't called! */ -void CAMainWin::on_uiTabWidget_currentChanged(int idx) { +void CAMainWin::on_uiTabWidget_currentChanged(int) { setCurrentViewContainer( static_cast(uiTabWidget->currentWidget()) ); if (currentViewContainer()) setCurrentView( currentViewContainer()->currentView() ); @@ -1111,7 +1120,7 @@ clearUI(); delete document(); } - setDocument( 0 ); + setDocument( nullptr ); uiCloseDocument->setEnabled(false); rebuildUI(); } @@ -1120,7 +1129,7 @@ Shows the current score in CanorusML syntax in a new or the current View. */ void CAMainWin::on_uiCanorusMLSource_triggered() { - CASourceView *v = new CASourceView(document(), 0); + CASourceView *v = new CASourceView(document(), nullptr); initView( v ); currentViewContainer()->addView( v ); @@ -1162,7 +1171,7 @@ } void CAMainWin::on_uiNewView_triggered() { - CAView *v = currentView()->clone( 0 ); + CAView *v = currentView()->clone( nullptr ); initView( v ); connect(v, SIGNAL(closed(CAView*)), this, SLOT(floatViewClosed(CAView*))); v->show(); @@ -1222,7 +1231,7 @@ */ CASheet *CAMainWin::currentSheet() { if (!currentView()) { - return 0; + return nullptr; } switch (currentView()->viewType()) { @@ -1243,7 +1252,7 @@ } } - return 0; + return nullptr; } /*! @@ -1256,7 +1265,7 @@ ) { return static_cast(currentView())->currentContext()->context(); } else - return 0; + return nullptr; } /*! @@ -1267,7 +1276,7 @@ return currentScoreView()->selectedVoice(); } - return 0; + return nullptr; } /*! @@ -1300,7 +1309,7 @@ newDocument(); } -void CAMainWin::on_uiUndo_toggled( bool checked, int row ) { +void CAMainWin::on_uiUndo_toggled( bool, int row ) { stopPlayback(); if ( document() ) { int curVoiceIdx = -1; @@ -1318,14 +1327,14 @@ } } - CACanorus::rebuildUI( document(), 0 ); + CACanorus::rebuildUI( document(), nullptr ); if (curVoiceIdx>=0 && curVoiceIdxvoiceList().size()) { setCurrentVoice( currentSheet()->voiceList()[curVoiceIdx] ); } } } -void CAMainWin::on_uiRedo_toggled( bool checked, int row ) { +void CAMainWin::on_uiRedo_toggled( bool, int row ) { stopPlayback(); if ( document() ) { int curVoiceIdx = -1; @@ -1343,7 +1352,7 @@ } } - CACanorus::rebuildUI( document(), 0 ); + CACanorus::rebuildUI( document(), nullptr ); if (curVoiceIdx>=0 && curVoiceIdxvoiceList().size()) { setCurrentVoice( currentSheet()->voiceList()[curVoiceIdx] ); @@ -1466,7 +1475,7 @@ } } -void CAMainWin::on_uiContextType_toggled(bool checked, int buttonId) { +void CAMainWin::on_uiContextType_toggled(bool checked, int) { if (checked) { musElementFactory()->setMusElementType( CAMusElement::Undefined ); setMode( InsertMode ); @@ -1692,7 +1701,7 @@ v->selectCElement(coords.x(), coords.y()); QList l = v->musElementsAt( coords.x(), coords.y() ); - CADrawableMusElement *newlySelectedElement=0; + CADrawableMusElement *newlySelectedElement=nullptr; int idx=-1; if (l.size() > 0) { // multiple elements can share the same coordinates @@ -1735,8 +1744,8 @@ case EditMode: { v->clearSelectionRegionList(); - CADrawableMusElement *dElt = 0; - CAMusElement *elt = 0; + CADrawableMusElement *dElt = nullptr; + CAMusElement *elt = nullptr; if ( v->selection().size() ) { dElt = v->selection().front(); @@ -1744,23 +1753,26 @@ if (!elt) break; // debug - std::cout << "drawableMusElement: " << dElt << ", x,y=" << dElt->xPos() << "," << dElt->yPos() << ", w,h=" << dElt->width() << "," << dElt->height() << ", dContext=" << dElt->drawableContext() << std::endl; - std::cout << "musElement: " << elt << ", timeStart=" << elt->timeStart() << ", timeEnd=" << elt->timeEnd() << ", context=" << elt->context(); + QString debugStr; + QTextStream outStr(&debugStr); + outStr << "drawableMusElement: " << dElt << ", x,y=" << dElt->xPos() << "," << dElt->yPos() << ", w,h=" << dElt->width() << "," << dElt->height() << ", dContext=" << dElt->drawableContext() << endl; + outStr << "musElement: " << elt << ", timeStart=" << elt->timeStart() << ", timeEnd=" << elt->timeEnd() << ", context=" << elt->context(); if (elt->isPlayable()) { - std::cout << ", voice=" << ((CAPlayable*)elt)->voice() << ", voiceNr=" << ((CAPlayable*)elt)->voice()->voiceNumber() << ", idxInVoice=" << ((CAPlayable*)elt)->voice()->musElementList().indexOf(elt); - std::cout << ", voiceStaff=" << ((CAPlayable*)elt)->voice()->staff(); + outStr << ", voice=" << ((CAPlayable*)elt)->voice() << ", voiceNr=" << ((CAPlayable*)elt)->voice()->voiceNumber() << ", idxInVoice=" << ((CAPlayable*)elt)->voice()->musElementList().indexOf(elt); + outStr << ", voiceStaff=" << ((CAPlayable*)elt)->voice()->staff(); if (static_cast(elt)->tuplet()) { - std::cout << ", tuplet=" << static_cast(elt)->tuplet(); + outStr << ", tuplet=" << static_cast(elt)->tuplet(); } if (elt->musElementType()==CAMusElement::Note) - std::cout << ", pitch=" << static_cast(elt)->diatonicPitch().noteName(); + outStr << ", pitch=" << static_cast(elt)->diatonicPitch().noteName(); } if (elt->musElementType()==CAMusElement::Slur) { - std::cout << "noteStart=" << static_cast(elt)->noteStart() << ", noteEnd=" << static_cast(elt)->noteStart(); + outStr << "noteStart=" << static_cast(elt)->noteStart() << ", noteEnd=" << static_cast(elt)->noteStart(); } - std::cout << std::endl; + outStr << endl; + qDebug().noquote() << debugStr; } // lyrics, texts, bookmarks @@ -1774,13 +1786,13 @@ // Insert context if (uiContextType->isChecked()) { // Add new Context - CAContext *newContext; + CAContext *newContext=nullptr; CADrawableContext *dupContext = v->nearestUpContext(coords.x(), coords.y()); switch(uiContextType->currentId()) { case CAContext::Staff: { CACanorus::undo()->createUndoCommand( document(), tr("new staff", "undo")); v->sheet()->insertContextAfter( - dupContext?dupContext->context():0, + dupContext?dupContext->context():nullptr, newContext = new CAStaff( tr("Staff%1").arg(v->sheet()->staffList().size()+1), v->sheet() @@ -1797,11 +1809,11 @@ stanza = static_cast(dupContext->context())->stanzaNumber()+1;*/ v->sheet()->insertContextAfter( - dupContext?dupContext->context():0, + dupContext?dupContext->context():nullptr, newContext = new CALyricsContext( tr("LyricsContext%1").arg(v->sheet()->contextList().size()+1), 1, - (v->sheet()->voiceList().size()?v->sheet()->voiceList().at(0):0) + (v->sheet()->voiceList().size()?v->sheet()->voiceList().at(0):nullptr) ) ); @@ -1810,7 +1822,7 @@ case CAContext::FiguredBassContext: { CACanorus::undo()->createUndoCommand( document(), tr("new figured bass context", "undo")); v->sheet()->insertContextAfter( - dupContext?dupContext->context():0, + dupContext?dupContext->context():nullptr, newContext = new CAFiguredBassContext( tr("FiguredBassContext%1").arg(v->sheet()->contextList().size()+1), v->sheet() @@ -1821,7 +1833,7 @@ case CAContext::FunctionMarkContext: { CACanorus::undo()->createUndoCommand( document(), tr("new function mark context", "undo")); v->sheet()->insertContextAfter( - dupContext?dupContext->context():0, + dupContext?dupContext->context():nullptr, newContext = new CAFunctionMarkContext( tr("FunctionMarkContext%1").arg(v->sheet()->contextList().size()+1), v->sheet() @@ -1875,7 +1887,7 @@ break; } - CAPluginManager::action("onScoreViewClick", document(), 0, 0, this); + CAPluginManager::action("onScoreViewClick", document(), nullptr, nullptr, this); updateToolBars(); v->repaint(); @@ -1977,7 +1989,7 @@ \sa CAScoreView::selectAllCurBar() */ -void CAMainWin::scoreViewDoubleClick( QMouseEvent *e, const QPoint coords ) { +void CAMainWin::scoreViewDoubleClick( QMouseEvent *e, const QPoint ) { if (mode() == EditMode) { static_cast(sender())->selectAllCurBar(); static_cast(sender())->repaint(); @@ -1990,7 +2002,7 @@ \sa CAScoreView::selectAllCurContext() */ -void CAMainWin::scoreViewTripleClick( QMouseEvent *e, const QPoint coords ) { +void CAMainWin::scoreViewTripleClick( QMouseEvent *e, const QPoint ) { if (mode() == EditMode) { static_cast(sender())->selectAllCurContext(); static_cast(sender())->repaint(); @@ -2454,37 +2466,55 @@ case Qt::Key_Backtab: { int idx = -1; if( e->modifiers() == Qt::ControlModifier ) // Control tab has different use - idx = uiTabWidget->currentIndex(); - else - idx = currentSheet()->voiceList().indexOf(currentVoice()); + idx = uiTabWidget->currentIndex(); + else if (currentVoice()) + idx = currentSheet()->voiceList().indexOf(currentVoice()); + else + idx = currentSheet()->contextList().indexOf(currentContext()); + if (e->key()==Qt::Key_Tab) { idx++; } else { idx--; } + // Next/Previous sheet selection if( e->modifiers() == Qt::ControlModifier ) { // Cycle if first or last sheet was reached - if( idx >= uiTabWidget->count() ) - idx = 0; + if ( idx >= uiTabWidget->count() ) + idx = 0; else - if( idx<0 ) - idx = uiTabWidget->count() -1; + if ( idx<0 ) + idx = uiTabWidget->count() -1; //if( idx >=0 && idx < uiTabWidget->count() ) uiTabWidget->setCurrentIndex(idx); } else // Next/Previous Voice selection if (currentVoice() && (mode()==InsertMode || mode()==EditMode)) { // Cycle if first or last voice number was reached - if( idx >= currentSheet()->voiceList().size() ) - idx = 0; + if ( idx >= currentSheet()->voiceList().size() ) + idx = 0; else - if( idx<0 ) - idx = currentSheet()->voiceList().size() -1; + if ( idx<0 ) + idx = currentSheet()->voiceList().size()-1; - setCurrentVoice( currentSheet()->voiceList()[idx] ); - } + CAVoice *v = currentSheet()->voiceList()[idx]; + currentScoreView()->selectContext( v->staff() ); + uiVoiceNum->setRealValue( v->voiceNumber() ); // also calls setCurrentVoice and updates the UI + } + else // Next/Previous Context, if selection is empty + if (currentScoreView()->selection().size()==0) + { + if ( idx >= currentSheet()->contextList().size() ) + idx = 0 ; + else + if ( idx<0 ) + idx = currentSheet()->contextList().size()-1; + currentScoreView()->selectContext( currentSheet()->contextList()[idx] ); + updateToolBars(); + currentScoreView()->repaint(); + } break; } } @@ -2582,7 +2612,7 @@ // same code for the Rest insertion CATuplet *tuplet = static_cast(left->musElement())->tuplet(); - QList noteList; int number; int actualNumber; + QList noteList; int number=0; int actualNumber=0; if ( tuplet ) { noteList = tuplet->noteList(); number = tuplet->number(); @@ -2617,8 +2647,6 @@ } success = musElementFactory()->configureNote( drawableStaff->calculatePitch(coords.x(), coords.y()), voice, next, false ); - if ( success && CACanorus::settings()->autoBar() ) - CAStaff::placeAutoBar( static_cast(musElementFactory()->musElement()) ); if( success ) noteList.insert( tupIndex, static_cast(musElementFactory()->musElement()) ); @@ -2626,6 +2654,10 @@ if ( success && tuplet ) { new CATuplet( number, actualNumber, noteList ); } + + if ( success && CACanorus::settings()->autoBar() ) { + CAStaff::placeAutoBar( static_cast(musElementFactory()->musElement()) ); + } } else { // user clicked outside x borders of the note or rest @@ -2680,7 +2712,7 @@ // same code for the Note insertion CATuplet *tuplet = static_cast(left->musElement())->tuplet(); - QList noteList; int number; int actualNumber; + QList noteList; int number=0; int actualNumber=0; if ( tuplet ) { noteList = tuplet->noteList(); number = tuplet->number(); @@ -2715,15 +2747,18 @@ } success = musElementFactory()->configureRest( voice, next ); - if ( success && CACanorus::settings()->autoBar() ) - CAStaff::placeAutoBar( static_cast(musElementFactory()->musElement()) ); - if( success ) + if( success ) { noteList.insert( tupIndex, static_cast(musElementFactory()->musElement()) ); + } if( success && tuplet ) { new CATuplet( number, actualNumber, noteList ); } + + if ( success && CACanorus::settings()->autoBar() ) { + CAStaff::placeAutoBar( static_cast(musElementFactory()->musElement()) ); + } } else { if ( dright && dright->musElement() && dright->musElement()->isPlayable() && static_cast(dright->musElement())->tuplet() && !static_cast(dright->musElement())->isFirstInTuplet() ) { delete static_cast(dright->musElement())->tuplet(); @@ -3357,6 +3392,15 @@ import->importDocument(); } } + else + if ( uiImportDialog->selectedNameFilter() == CAFileFormats::MXL_FILTER ) { + import = new CAMXLImport(); + if (import) { + import->setStreamFromFile( s ); + connect( import, SIGNAL(importDone(int)), this, SLOT(onImportDone(int)) ); + import->importDocument(); + } + } if (import) _mainWinProgressCtl.startProgress( import ); } @@ -4206,7 +4250,11 @@ } void CAMainWin::on_uiUsersGuide_triggered() { +#ifdef QT_WEBENGINEWIDGETS_LIB CACanorus::help()->showUsersGuide( "playback", this ); +#else + CACanorus::help()->showUsersGuide( "playback" ); +#endif } void CAMainWin::on_uiAboutQt_triggered() { @@ -4265,6 +4313,12 @@ } } +void CAMainWin::on_uiJumpTo_triggered() { + if (document() && currentSheet()) { + _jumpToView->show(); + } +} + void CAMainWin::on_uiLilyPondSource_triggered() { CAContext *context = currentContext(); if ( !context ) @@ -4898,7 +4952,11 @@ uiFMTonicDegree->setCurrentId( fm->tonicDegree()*(fm->isTonicDegreeMinor()?-1:1) ); uiFMEllipse->setChecked( fm->isPartOfEllipse() ); - uiFMKeySig->setCurrentIndex( CADrawableKeySignature::diatonicKeyToRow(fm->key()) ); + uiFMKeySig->setCurrentIndex( + uiFMKeySig->findData( + CADiatonicKey::diatonicKeyToString(fm->key()) + ) + ); uiFMToolBar->show(); } else { diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/ui/mainwin.h canorus-0.7.3.RC3+dfsg/src/ui/mainwin.h --- canorus-0.7.3.RC1+svn1485+dfsg/src/ui/mainwin.h 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/ui/mainwin.h 2018-06-20 18:42:55.000000000 +0000 @@ -45,7 +45,11 @@ class CAKeySignatureUI; class CAMainWinProgressCtl; + +#ifdef QT_WEBENGINEWIDGETS_LIB class CAHelpBrowser; +#endif + class CAMenuToolButton; class CAUndoToolButton; class CALCDNumber; @@ -58,6 +62,7 @@ class CAPreviewCtl; class CAPyConsole; class CATransposeView; +class CAJumpToView; class CAMidiRecorderView; class CAKeybdInput; class CAExport; @@ -147,8 +152,9 @@ CAPyConsoleInterface* pyConsoleIface; QDockWidget *helpDock() { return uiHelpDock; } +#ifdef QT_WEBENGINEWIDGETS_LIB CAHelpBrowser *helpWidget() { return uiHelpWidget; } - +#endif private slots: /////////////////////////// // ToolBar/Menus actions // @@ -275,6 +281,7 @@ // Tools void on_uiSettings_triggered(); void on_uiTranspose_triggered(); + void on_uiJumpTo_triggered(); void on_uiMidiRecorder_triggered(); // Voice @@ -346,6 +353,7 @@ CAExport *_poExp; // abstract export instance CAResourceView *_resourceView; CATransposeView *_transposeView; + CAJumpToView *_jumpToView; CAMidiRecorderView *_midiRecorderView; QStatusBar *_permanentStatusBar; @@ -538,6 +546,8 @@ // Help widget QDockWidget *uiHelpDock; +#ifdef QT_WEBENGINEWIDGETS_LIB CAHelpBrowser *uiHelpWidget; +#endif }; #endif /* MAINWIN_H_ */ diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/ui/mainwin.ui canorus-0.7.3.RC3+dfsg/src/ui/mainwin.ui --- canorus-0.7.3.RC1+svn1485+dfsg/src/ui/mainwin.ui 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/ui/mainwin.ui 2018-06-20 18:42:55.000000000 +0000 @@ -23,7 +23,16 @@ - + + 6 + + + 6 + + + 6 + + 6 @@ -53,7 +62,7 @@ 0 0 905 - 26 + 23 @@ -74,7 +83,7 @@ &Tools - + @@ -83,7 +92,7 @@ - Window + &Window @@ -140,7 +149,7 @@ - Zoom + &Zoom @@ -151,7 +160,7 @@ - Source view + &Source view @@ -428,23 +437,20 @@ - Invert Selection + &Invert Selection - Fit to width + Fit to &width - - - false - + - Goto bar... + &Jump to... - Ctrl+G + Ctrl+J @@ -455,7 +461,7 @@ true - St&atus bar + Status &bar @@ -503,7 +509,7 @@ images:barline/barlinesingle.svgimages:barline/barlinesingle.svg - Barline... + &Barline... @@ -525,7 +531,7 @@ - User's guide... + &User's guide... @@ -567,12 +573,12 @@ - Split view horizontally + Split view &horizontally - Split view vertically + Split view &vertically @@ -580,7 +586,7 @@ false - Close current view + &Close current view @@ -588,12 +594,12 @@ false - Unsplit All + &Unsplit All - New view + &New view @@ -602,7 +608,7 @@ images:document/sheetnew.svgimages:document/sheetnew.svg - New sheet + New &sheet @@ -614,7 +620,7 @@ images:document/contextnew.svgimages:document/contextnew.svg - New context... + New c&ontext... @@ -637,7 +643,7 @@ true - Animated scroll + &Animated scroll @@ -648,7 +654,7 @@ true - Lock scroll while playback + &Lock scroll while playback @@ -658,27 +664,27 @@ - Best &fit + &Best fit - Fit to selection + Fit to &selection - New window + New &window - Custom... + &Custom... - Score view + Score &view @@ -687,7 +693,7 @@ images:general/lilypondsource.svgimages:general/lilypondsource.svg - LilyPond source + &LilyPond source @@ -696,7 +702,7 @@ images:general/canorusmlsource.svgimages:general/canorusmlsource.svg - CanorusML source + &CanorusML source @@ -705,7 +711,7 @@ images:document/voicenew.svgimages:document/voicenew.svg - New voice + New &voice @@ -714,7 +720,7 @@ images:document/documentproperties.svgimages:document/documentproperties.svg - Document properties... + &Document properties... @@ -765,7 +771,7 @@ images:playable/insertplayable.svgimages:playable/insertplayable.svg - Notes and Rests + &Notes and Rests @@ -780,7 +786,7 @@ images:functionmark/insertfm.svgimages:functionmark/insertfm.svg - Function mark... + &Function mark... @@ -792,7 +798,7 @@ images:clef/cleff.svgimages:clef/cleff.svg - Clef... + &Clef... @@ -877,6 +883,9 @@ &Transpose... + + Ctrl+T + @@ -899,7 +908,7 @@ images:document/syllable.svgimages:document/syllable.svg - Insert syllable + Insert s&yllable @@ -937,12 +946,12 @@ - recent documents dummy + &recent documents dummy - Midi recorder + &Midi recorder @@ -950,7 +959,7 @@ true - Resources view + &Resources view @@ -973,7 +982,7 @@ true - Ruler + R&uler diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/ui/propertiesdialog.cpp canorus-0.7.3.RC3+dfsg/src/ui/propertiesdialog.cpp --- canorus-0.7.3.RC1+svn1485+dfsg/src/ui/propertiesdialog.cpp 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/ui/propertiesdialog.cpp 2018-06-20 18:42:55.000000000 +0000 @@ -9,6 +9,7 @@ #include #include // needed to hide header widget from document tree #include +#include #include "ui/propertiesdialog.h" @@ -46,6 +47,7 @@ uiDocumentTree->header()->hide(); buildTree(); + setWindowFlags(Qt::Window); } CAPropertiesDialog::~CAPropertiesDialog() { @@ -148,6 +150,8 @@ uiDocumentTree->addTopLevelItem( docItem ); uiDocumentTree->expandAll(); + + qDebug() << "Header 0: " << uiDocumentTree->header()->sectionSize(0) << "Header 1: " << uiDocumentTree->header()->sectionSize(0); } // updates to the current item diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/ui/propertiesdialog.ui canorus-0.7.3.RC3+dfsg/src/ui/propertiesdialog.ui --- canorus-0.7.3.RC1+svn1485+dfsg/src/ui/propertiesdialog.ui 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/ui/propertiesdialog.ui 2018-06-20 18:42:55.000000000 +0000 @@ -13,6 +13,9 @@ Properties + + true + diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/ui/transposeview.cpp canorus-0.7.3.RC3+dfsg/src/ui/transposeview.cpp --- canorus-0.7.3.RC1+svn1485+dfsg/src/ui/transposeview.cpp 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/ui/transposeview.cpp 2018-06-20 18:42:55.000000000 +0000 @@ -7,6 +7,7 @@ #include "ui/transposeview.h" #include "ui/mainwin.h" +#include "scoreui/keysignatureui.h" #include "core/undo.h" #include "canorus.h" @@ -27,16 +28,16 @@ void CATransposeView::setupCustomUi() { // populate Key signatures - CADrawableKeySignature::populateComboBox( uiKeySigFrom ); - CADrawableKeySignature::populateComboBox( uiKeySigTo ); - CADrawableKeySignature::populateComboBoxDirection( uiKeySigDir ); + CAKeySignatureUI::populateComboBox( uiKeySigFrom ); + CAKeySignatureUI::populateComboBox( uiKeySigTo ); + CAKeySignatureUI::populateComboBoxDirection( uiKeySigDir ); // populate Intervals for (int i=1; i<9; i++) { // also triggers currentIndexChanged() and populates uiIntervalQuality uiIntervalQuantity->addItem( CAInterval::quantityToReadable(i) ); } - CADrawableKeySignature::populateComboBoxDirection( uiIntervalDir ); + CAKeySignatureUI::populateComboBoxDirection( uiIntervalDir ); connect( uiByKeySig, SIGNAL(toggled(bool)), this, SLOT(updateUi(bool)) ); connect( uiByInterval, SIGNAL(toggled(bool)), this, SLOT(updateUi(bool)) ); @@ -70,9 +71,13 @@ } if (k) { // key signature is placed - uiKeySigFrom->setCurrentIndex( CADrawableKeySignature::diatonicKeyToRow( k->diatonicKey() ) ); + int idx = uiKeySigFrom->findData(CADiatonicKey::diatonicKeyToString(k->diatonicKey())); + uiKeySigFrom->setCurrentIndex(idx); + uiKeySigTo->setCurrentIndex(idx); } else { // set the key signature to empty (C-Major by default) - uiKeySigFrom->setCurrentIndex( CADrawableKeySignature::diatonicKeyToRow( CADiatonicKey() ) ); + int idx = uiKeySigFrom->findData(CADiatonicKey::diatonicKeyToString(CADiatonicKey())); + uiKeySigFrom->setCurrentIndex(idx); + uiKeySigTo->setCurrentIndex(idx); } } @@ -148,9 +153,9 @@ // do the transpose dependent on the current transpose mode if ( uiByKeySig->isChecked() ) { - t.transposeByKeySig( CADrawableKeySignature::comboBoxRowToDiatonicKey(uiKeySigFrom->currentIndex()), - CADrawableKeySignature::comboBoxRowToDiatonicKey(uiKeySigTo->currentIndex()), - uiIntervalDir->currentIndex()?(-1):1 ); + t.transposeByKeySig( CADiatonicKey(uiKeySigFrom->currentData().toString()), + CADiatonicKey(uiKeySigTo->currentData().toString()), + uiKeySigDir->currentIndex()?(-1):1 ); } else if ( uiByInterval->isChecked() ) { CAInterval i; diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/widgets/scoreview.cpp canorus-0.7.3.RC3+dfsg/src/widgets/scoreview.cpp --- canorus-0.7.3.RC1+svn1485+dfsg/src/widgets/scoreview.cpp 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/widgets/scoreview.cpp 2018-06-20 18:42:55.000000000 +0000 @@ -504,6 +504,62 @@ } /*! + Creates a map of a bar number -> drawable barline in the score of a staff + with most barlines and enumerates them. + + This function is usually called when drawing a ruler or jumping to specific bar. + + \param dotted Also include dotted barlines in the list (which are usually ignored in the bar count) + \return Map of bar number -> drawable barline of the staff with most barlines +*/ +QMap CAScoreView::computeBarlinePositions(bool dotted) { + QList dContextList = _drawableCList.list(); + QMap result; + + // determine staff with most barlines + CADrawableStaff *dStaff = nullptr; + for (int i=0; idrawableContextType()==CADrawableContext::DrawableStaff) && + (!dStaff || dStaff->drawableBarlineList().size()(dContextList[i])->drawableBarlineList().size())) { + dStaff = static_cast(dContextList[i]); + } + } + + if (!dStaff) { + return result; + } + + QList drawableBarlineList = dStaff->drawableBarlineList(); + + // remove dotted barlines, if dotted=false + if (!dotted) { + for (int i=0; ibarline()->barlineType()==CABarline::Dotted) { + drawableBarlineList.removeAt(i); + i--; + } + } + } + + if(dStaff && !drawableBarlineList.isEmpty()) + { + // determine the bar number + do we have a pickup measure in the beginning + CADrawableTimeSignature *firstDTimeSig = (dStaff->drawableTimeSignatureList().size()?dStaff->drawableTimeSignatureList()[0]:0); + int barlineOffset = 2; + if (firstDTimeSig && + drawableBarlineList[0]->barline()->timeStart() < firstDTimeSig->timeSignature()->barDuration() ) { + barlineOffset = 1; + } + + for (int i=0; ishowRuler()) { p.fillRect(0, 0, width(), RULER_HEIGHT, QColor::fromRgb(200, 200, 200, 128)); p.setPen(Qt::lightGray); - // find a staff with most barlines - QList dContextList = _drawableCList.list(); - CADrawableStaff *dStaff = 0; - for (int i=0; idrawableContextType()==CADrawableContext::DrawableStaff) && - (!dStaff || dStaff->drawableBarlineList().size()(dContextList[i])->drawableBarlineList().size())) { - dStaff = static_cast(dContextList[i]); - } - } - + QFont font("FreeSans"); font.setPixelSize( qRound(RULER_HEIGHT*0.8) ); p.setFont(font); p.setPen(Qt::black); - - // draw the barline marks - if(dStaff) - { - CABarline *curBarline = dStaff->getBarline(_worldX+_worldW); - CADrawableBarline *curDBarline = (curBarline?static_cast(_mapDrawable.values( dStaff->getBarline(_worldX+width()/_zoom) )[0]):0); - - // determine the barline number + do we have a pickup measure in the beginning - int dBarlineIdx = dStaff->drawableBarlineList().indexOf(curDBarline); - CADrawableTimeSignature *firstDTimeSig = (dStaff->drawableTimeSignatureList().size()?dStaff->drawableTimeSignatureList()[0]:0); - int barlineOffset = 2; - if (curDBarline && firstDTimeSig && - dStaff->drawableBarlineList()[0]->barline()->timeStart() < firstDTimeSig->timeSignature()->barDuration() ) { - barlineOffset = 1; - } - - while ( curDBarline && curDBarline->xPos()>_worldX ) { - int center = qRound((curDBarline->xPos()-_worldX)*_zoom); - if (dBarlineIdx!=dStaff->drawableBarlineList().size()-1) { // don't draw the last bar number - p.drawText( center-1, RULER_HEIGHT-2, QString::number(dBarlineIdx+barlineOffset) ); + + QMap dBarlineMap = computeBarlinePositions(false); + + if (!dBarlineMap.isEmpty()) { + int curBarlineNumber; + for (curBarlineNumber=dBarlineMap.firstKey(); curBarlineNumber<=dBarlineMap.lastKey() && dBarlineMap[curBarlineNumber]->xPos()<_worldX; curBarlineNumber++); + + for (; curBarlineNumber<=dBarlineMap.lastKey() && + dBarlineMap[curBarlineNumber]->xPos()>_worldX && + dBarlineMap[curBarlineNumber]->xPos()+dBarlineMap[curBarlineNumber]->width()<_worldX+_worldW; + curBarlineNumber++) { + CADrawableBarline *curDBarline = dBarlineMap[curBarlineNumber]; + if (dBarlineMap.contains(curBarlineNumber+1)) { // don't draw the last bar number + double center = qRound((curDBarline->xPos()-_worldX)*_zoom); + p.drawText( center-1, RULER_HEIGHT-2, QString::number(curBarlineNumber) ); } - - dBarlineIdx--; - curDBarline = (dBarlineIdx>=0?dStaff->drawableBarlineList()[dBarlineIdx]:0); } - } - // TODO: draw the time marks + } + + // TODO: draw the time marks on the left as in NoteEdit } // draw note checker errors diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/widgets/scoreview.h canorus-0.7.3.RC3+dfsg/src/widgets/scoreview.h --- canorus-0.7.3.RC1+svn1485+dfsg/src/widgets/scoreview.h 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/widgets/scoreview.h 2018-06-20 18:42:55.000000000 +0000 @@ -30,6 +30,7 @@ class CADrawableMusElement; class CADrawableContext; class CADrawableNote; +class CADrawableBarline; class CAMusElement; class CAContext; class CASheet; @@ -140,6 +141,7 @@ CADrawableContext *nearestDownContext(double x, double y); int calculateTime(double x, double y); + QMap computeBarlinePositions(bool dotted=false); CAContext *contextCollision(double x, double y); diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/zip/miniz.h canorus-0.7.3.RC3+dfsg/src/zip/miniz.h --- canorus-0.7.3.RC1+svn1485+dfsg/src/zip/miniz.h 1970-01-01 00:00:00.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/zip/miniz.h 2018-06-20 18:42:55.000000000 +0000 @@ -0,0 +1,4940 @@ +/* + miniz.c v1.15 - public domain deflate/inflate, zlib-subset, ZIP reading/writing/appending, PNG writing + See "unlicense" statement at the end of this file. + Rich Geldreich , last updated Oct. 13, 2013 + Implements RFC 1950: http://www.ietf.org/rfc/rfc1950.txt and RFC 1951: http://www.ietf.org/rfc/rfc1951.txt + + Most API's defined in miniz.c are optional. For example, to disable the archive related functions just define + MINIZ_NO_ARCHIVE_APIS, or to get rid of all stdio usage define MINIZ_NO_STDIO (see the list below for more macros). + + * Change History + 10/13/13 v1.15 r4 - Interim bugfix release while I work on the next major release with Zip64 support (almost there!): + - Critical fix for the MZ_ZIP_FLAG_DO_NOT_SORT_CENTRAL_DIRECTORY bug (thanks kahmyong.moon@hp.com) which could cause locate files to not find files. This bug + would only have occured in earlier versions if you explicitly used this flag, OR if you used mz_zip_extract_archive_file_to_heap() or mz_zip_add_mem_to_archive_file_in_place() + (which used this flag). If you can't switch to v1.15 but want to fix this bug, just remove the uses of this flag from both helper funcs (and of course don't use the flag). + - Bugfix in mz_zip_reader_extract_to_mem_no_alloc() from kymoon when pUser_read_buf is not NULL and compressed size is > uncompressed size + - Fixing mz_zip_reader_extract_*() funcs so they don't try to extract compressed data from directory entries, to account for weird zipfiles which contain zero-size compressed data on dir entries. + Hopefully this fix won't cause any issues on weird zip archives, because it assumes the low 16-bits of zip external attributes are DOS attributes (which I believe they always are in practice). + - Fixing mz_zip_reader_is_file_a_directory() so it doesn't check the internal attributes, just the filename and external attributes + - mz_zip_reader_init_file() - missing MZ_FCLOSE() call if the seek failed + - Added cmake support for Linux builds which builds all the examples, tested with clang v3.3 and gcc v4.6. + - Clang fix for tdefl_write_image_to_png_file_in_memory() from toffaletti + - Merged MZ_FORCEINLINE fix from hdeanclark + - Fix include before config #ifdef, thanks emil.brink + - Added tdefl_write_image_to_png_file_in_memory_ex(): supports Y flipping (super useful for OpenGL apps), and explicit control over the compression level (so you can + set it to 1 for real-time compression). + - Merged in some compiler fixes from paulharris's github repro. + - Retested this build under Windows (VS 2010, including static analysis), tcc 0.9.26, gcc v4.6 and clang v3.3. + - Added example6.c, which dumps an image of the mandelbrot set to a PNG file. + - Modified example2 to help test the MZ_ZIP_FLAG_DO_NOT_SORT_CENTRAL_DIRECTORY flag more. + - In r3: Bugfix to mz_zip_writer_add_file() found during merge: Fix possible src file fclose() leak if alignment bytes+local header file write faiiled + - In r4: Minor bugfix to mz_zip_writer_add_from_zip_reader(): Was pushing the wrong central dir header offset, appears harmless in this release, but it became a problem in the zip64 branch + 5/20/12 v1.14 - MinGW32/64 GCC 4.6.1 compiler fixes: added MZ_FORCEINLINE, #include (thanks fermtect). + 5/19/12 v1.13 - From jason@cornsyrup.org and kelwert@mtu.edu - Fix mz_crc32() so it doesn't compute the wrong CRC-32's when mz_ulong is 64-bit. + - Temporarily/locally slammed in "typedef unsigned long mz_ulong" and re-ran a randomized regression test on ~500k files. + - Eliminated a bunch of warnings when compiling with GCC 32-bit/64. + - Ran all examples, miniz.c, and tinfl.c through MSVC 2008's /analyze (static analysis) option and fixed all warnings (except for the silly + "Use of the comma-operator in a tested expression.." analysis warning, which I purposely use to work around a MSVC compiler warning). + - Created 32-bit and 64-bit Codeblocks projects/workspace. Built and tested Linux executables. The codeblocks workspace is compatible with Linux+Win32/x64. + - Added miniz_tester solution/project, which is a useful little app derived from LZHAM's tester app that I use as part of the regression test. + - Ran miniz.c and tinfl.c through another series of regression testing on ~500,000 files and archives. + - Modified example5.c so it purposely disables a bunch of high-level functionality (MINIZ_NO_STDIO, etc.). (Thanks to corysama for the MINIZ_NO_STDIO bug report.) + - Fix ftell() usage in examples so they exit with an error on files which are too large (a limitation of the examples, not miniz itself). + 4/12/12 v1.12 - More comments, added low-level example5.c, fixed a couple minor level_and_flags issues in the archive API's. + level_and_flags can now be set to MZ_DEFAULT_COMPRESSION. Thanks to Bruce Dawson for the feedback/bug report. + 5/28/11 v1.11 - Added statement from unlicense.org + 5/27/11 v1.10 - Substantial compressor optimizations: + - Level 1 is now ~4x faster than before. The L1 compressor's throughput now varies between 70-110MB/sec. on a + - Core i7 (actual throughput varies depending on the type of data, and x64 vs. x86). + - Improved baseline L2-L9 compression perf. Also, greatly improved compression perf. issues on some file types. + - Refactored the compression code for better readability and maintainability. + - Added level 10 compression level (L10 has slightly better ratio than level 9, but could have a potentially large + drop in throughput on some files). + 5/15/11 v1.09 - Initial stable release. + + * Low-level Deflate/Inflate implementation notes: + + Compression: Use the "tdefl" API's. The compressor supports raw, static, and dynamic blocks, lazy or + greedy parsing, match length filtering, RLE-only, and Huffman-only streams. It performs and compresses + approximately as well as zlib. + + Decompression: Use the "tinfl" API's. The entire decompressor is implemented as a single function + coroutine: see tinfl_decompress(). It supports decompression into a 32KB (or larger power of 2) wrapping buffer, or into a memory + block large enough to hold the entire file. + + The low-level tdefl/tinfl API's do not make any use of dynamic memory allocation. + + * zlib-style API notes: + + miniz.c implements a fairly large subset of zlib. There's enough functionality present for it to be a drop-in + zlib replacement in many apps: + The z_stream struct, optional memory allocation callbacks + deflateInit/deflateInit2/deflate/deflateReset/deflateEnd/deflateBound + inflateInit/inflateInit2/inflate/inflateEnd + compress, compress2, compressBound, uncompress + CRC-32, Adler-32 - Using modern, minimal code size, CPU cache friendly routines. + Supports raw deflate streams or standard zlib streams with adler-32 checking. + + Limitations: + The callback API's are not implemented yet. No support for gzip headers or zlib static dictionaries. + I've tried to closely emulate zlib's various flavors of stream flushing and return status codes, but + there are no guarantees that miniz.c pulls this off perfectly. + + * PNG writing: See the tdefl_write_image_to_png_file_in_memory() function, originally written by + Alex Evans. Supports 1-4 bytes/pixel images. + + * ZIP archive API notes: + + The ZIP archive API's where designed with simplicity and efficiency in mind, with just enough abstraction to + get the job done with minimal fuss. There are simple API's to retrieve file information, read files from + existing archives, create new archives, append new files to existing archives, or clone archive data from + one archive to another. It supports archives located in memory or the heap, on disk (using stdio.h), + or you can specify custom file read/write callbacks. + + - Archive reading: Just call this function to read a single file from a disk archive: + + void *mz_zip_extract_archive_file_to_heap(const char *pZip_filename, const char *pArchive_name, + size_t *pSize, mz_uint zip_flags); + + For more complex cases, use the "mz_zip_reader" functions. Upon opening an archive, the entire central + directory is located and read as-is into memory, and subsequent file access only occurs when reading individual files. + + - Archives file scanning: The simple way is to use this function to scan a loaded archive for a specific file: + + int mz_zip_reader_locate_file(mz_zip_archive *pZip, const char *pName, const char *pComment, mz_uint flags); + + The locate operation can optionally check file comments too, which (as one example) can be used to identify + multiple versions of the same file in an archive. This function uses a simple linear search through the central + directory, so it's not very fast. + + Alternately, you can iterate through all the files in an archive (using mz_zip_reader_get_num_files()) and + retrieve detailed info on each file by calling mz_zip_reader_file_stat(). + + - Archive creation: Use the "mz_zip_writer" functions. The ZIP writer immediately writes compressed file data + to disk and builds an exact image of the central directory in memory. The central directory image is written + all at once at the end of the archive file when the archive is finalized. + + The archive writer can optionally align each file's local header and file data to any power of 2 alignment, + which can be useful when the archive will be read from optical media. Also, the writer supports placing + arbitrary data blobs at the very beginning of ZIP archives. Archives written using either feature are still + readable by any ZIP tool. + + - Archive appending: The simple way to add a single file to an archive is to call this function: + + mz_bool mz_zip_add_mem_to_archive_file_in_place(const char *pZip_filename, const char *pArchive_name, + const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 comment_size, mz_uint level_and_flags); + + The archive will be created if it doesn't already exist, otherwise it'll be appended to. + Note the appending is done in-place and is not an atomic operation, so if something goes wrong + during the operation it's possible the archive could be left without a central directory (although the local + file headers and file data will be fine, so the archive will be recoverable). + + For more complex archive modification scenarios: + 1. The safest way is to use a mz_zip_reader to read the existing archive, cloning only those bits you want to + preserve into a new archive using using the mz_zip_writer_add_from_zip_reader() function (which compiles the + compressed file data as-is). When you're done, delete the old archive and rename the newly written archive, and + you're done. This is safe but requires a bunch of temporary disk space or heap memory. + + 2. Or, you can convert an mz_zip_reader in-place to an mz_zip_writer using mz_zip_writer_init_from_reader(), + append new files as needed, then finalize the archive which will write an updated central directory to the + original archive. (This is basically what mz_zip_add_mem_to_archive_file_in_place() does.) There's a + possibility that the archive's central directory could be lost with this method if anything goes wrong, though. + + - ZIP archive support limitations: + No zip64 or spanning support. Extraction functions can only handle unencrypted, stored or deflated files. + Requires streams capable of seeking. + + * This is a header file library, like stb_image.c. To get only a header file, either cut and paste the + below header, or create miniz.h, #define MINIZ_HEADER_FILE_ONLY, and then include miniz.c from it. + + * Important: For best perf. be sure to customize the below macros for your target platform: + #define MINIZ_USE_UNALIGNED_LOADS_AND_STORES 1 + #define MINIZ_LITTLE_ENDIAN 1 + #define MINIZ_HAS_64BIT_REGISTERS 1 + + * On platforms using glibc, Be sure to "#define _LARGEFILE64_SOURCE 1" before including miniz.c to ensure miniz + uses the 64-bit variants: fopen64(), stat64(), etc. Otherwise you won't be able to process large files + (i.e. 32-bit stat() fails for me on files > 0x7FFFFFFF bytes). +*/ + +#ifndef MINIZ_HEADER_INCLUDED +#define MINIZ_HEADER_INCLUDED + +#include + +// Defines to completely disable specific portions of miniz.c: +// If all macros here are defined the only functionality remaining will be CRC-32, adler-32, tinfl, and tdefl. + +// Define MINIZ_NO_STDIO to disable all usage and any functions which rely on stdio for file I/O. +//#define MINIZ_NO_STDIO + +// If MINIZ_NO_TIME is specified then the ZIP archive functions will not be able to get the current time, or +// get/set file times, and the C run-time funcs that get/set times won't be called. +// The current downside is the times written to your archives will be from 1979. +//#define MINIZ_NO_TIME + +// Define MINIZ_NO_ARCHIVE_APIS to disable all ZIP archive API's. +//#define MINIZ_NO_ARCHIVE_APIS + +// Define MINIZ_NO_ARCHIVE_APIS to disable all writing related ZIP archive API's. +//#define MINIZ_NO_ARCHIVE_WRITING_APIS + +// Define MINIZ_NO_ZLIB_APIS to remove all ZLIB-style compression/decompression API's. +//#define MINIZ_NO_ZLIB_APIS + +// Define MINIZ_NO_ZLIB_COMPATIBLE_NAME to disable zlib names, to prevent conflicts against stock zlib. +//#define MINIZ_NO_ZLIB_COMPATIBLE_NAMES + +// Define MINIZ_NO_MALLOC to disable all calls to malloc, free, and realloc. +// Note if MINIZ_NO_MALLOC is defined then the user must always provide custom user alloc/free/realloc +// callbacks to the zlib and archive API's, and a few stand-alone helper API's which don't provide custom user +// functions (such as tdefl_compress_mem_to_heap() and tinfl_decompress_mem_to_heap()) won't work. +//#define MINIZ_NO_MALLOC + +#if defined(__TINYC__) && (defined(__linux) || defined(__linux__)) + // TODO: Work around "error: include file 'sys\utime.h' when compiling with tcc on Linux + #define MINIZ_NO_TIME +#endif + +#if !defined(MINIZ_NO_TIME) && !defined(MINIZ_NO_ARCHIVE_APIS) + #include +#endif + +#if defined(_M_IX86) || defined(_M_X64) || defined(__i386__) || defined(__i386) || defined(__i486__) || defined(__i486) || defined(i386) || defined(__ia64__) || defined(__x86_64__) +// MINIZ_X86_OR_X64_CPU is only used to help set the below macros. +#define MINIZ_X86_OR_X64_CPU 1 +#endif + +#if (__BYTE_ORDER__==__ORDER_LITTLE_ENDIAN__) || MINIZ_X86_OR_X64_CPU +// Set MINIZ_LITTLE_ENDIAN to 1 if the processor is little endian. +#define MINIZ_LITTLE_ENDIAN 1 +#endif + +#if MINIZ_X86_OR_X64_CPU +// Set MINIZ_USE_UNALIGNED_LOADS_AND_STORES to 1 on CPU's that permit efficient integer loads and stores from unaligned addresses. +#define MINIZ_USE_UNALIGNED_LOADS_AND_STORES 1 +#endif + +#if defined(_M_X64) || defined(_WIN64) || defined(__MINGW64__) || defined(_LP64) || defined(__LP64__) || defined(__ia64__) || defined(__x86_64__) +// Set MINIZ_HAS_64BIT_REGISTERS to 1 if operations on 64-bit integers are reasonably fast (and don't involve compiler generated calls to helper functions). +#define MINIZ_HAS_64BIT_REGISTERS 1 +#endif + +#ifdef __APPLE__ +#define ftello64 ftello +#define fseeko64 fseeko +#define fopen64 fopen +#define freopen64 freopen +#endif + +#ifdef __cplusplus +extern "C" { +#endif + +// ------------------- zlib-style API Definitions. + +// For more compatibility with zlib, miniz.c uses unsigned long for some parameters/struct members. Beware: mz_ulong can be either 32 or 64-bits! +typedef unsigned long mz_ulong; + +// mz_free() internally uses the MZ_FREE() macro (which by default calls free() unless you've modified the MZ_MALLOC macro) to release a block allocated from the heap. +void mz_free(void *p); + +#define MZ_ADLER32_INIT (1) +// mz_adler32() returns the initial adler-32 value to use when called with ptr==NULL. +mz_ulong mz_adler32(mz_ulong adler, const unsigned char *ptr, size_t buf_len); + +#define MZ_CRC32_INIT (0) +// mz_crc32() returns the initial CRC-32 value to use when called with ptr==NULL. +mz_ulong mz_crc32(mz_ulong crc, const unsigned char *ptr, size_t buf_len); + +// Compression strategies. +enum { MZ_DEFAULT_STRATEGY = 0, MZ_FILTERED = 1, MZ_HUFFMAN_ONLY = 2, MZ_RLE = 3, MZ_FIXED = 4 }; + +// Method +#define MZ_DEFLATED 8 + +#ifndef MINIZ_NO_ZLIB_APIS + +// Heap allocation callbacks. +// Note that mz_alloc_func parameter types purpsosely differ from zlib's: items/size is size_t, not unsigned long. +typedef void *(*mz_alloc_func)(void *opaque, size_t items, size_t size); +typedef void (*mz_free_func)(void *opaque, void *address); +typedef void *(*mz_realloc_func)(void *opaque, void *address, size_t items, size_t size); + +#define MZ_VERSION "9.1.15" +#define MZ_VERNUM 0x91F0 +#define MZ_VER_MAJOR 9 +#define MZ_VER_MINOR 1 +#define MZ_VER_REVISION 15 +#define MZ_VER_SUBREVISION 0 + +// Flush values. For typical usage you only need MZ_NO_FLUSH and MZ_FINISH. The other values are for advanced use (refer to the zlib docs). +enum { MZ_NO_FLUSH = 0, MZ_PARTIAL_FLUSH = 1, MZ_SYNC_FLUSH = 2, MZ_FULL_FLUSH = 3, MZ_FINISH = 4, MZ_BLOCK = 5 }; + +// Return status codes. MZ_PARAM_ERROR is non-standard. +enum { MZ_OK = 0, MZ_STREAM_END = 1, MZ_NEED_DICT = 2, MZ_ERRNO = -1, MZ_STREAM_ERROR = -2, MZ_DATA_ERROR = -3, MZ_MEM_ERROR = -4, MZ_BUF_ERROR = -5, MZ_VERSION_ERROR = -6, MZ_PARAM_ERROR = -10000 }; + +// Compression levels: 0-9 are the standard zlib-style levels, 10 is best possible compression (not zlib compatible, and may be very slow), MZ_DEFAULT_COMPRESSION=MZ_DEFAULT_LEVEL. +enum { MZ_NO_COMPRESSION = 0, MZ_BEST_SPEED = 1, MZ_BEST_COMPRESSION = 9, MZ_UBER_COMPRESSION = 10, MZ_DEFAULT_LEVEL = 6, MZ_DEFAULT_COMPRESSION = -1 }; + +// Window bits +#define MZ_DEFAULT_WINDOW_BITS 15 + +struct mz_internal_state; + +// Compression/decompression stream struct. +typedef struct mz_stream_s +{ + const unsigned char *next_in; // pointer to next byte to read + unsigned int avail_in; // number of bytes available at next_in + mz_ulong total_in; // total number of bytes consumed so far + + unsigned char *next_out; // pointer to next byte to write + unsigned int avail_out; // number of bytes that can be written to next_out + mz_ulong total_out; // total number of bytes produced so far + + char *msg; // error msg (unused) + struct mz_internal_state *state; // internal state, allocated by zalloc/zfree + + mz_alloc_func zalloc; // optional heap allocation function (defaults to malloc) + mz_free_func zfree; // optional heap free function (defaults to free) + void *opaque; // heap alloc function user pointer + + int data_type; // data_type (unused) + mz_ulong adler; // adler32 of the source or uncompressed data + mz_ulong reserved; // not used +} mz_stream; + +typedef mz_stream *mz_streamp; + +// Returns the version string of miniz.c. +const char *mz_version(void); + +// mz_deflateInit() initializes a compressor with default options: +// Parameters: +// pStream must point to an initialized mz_stream struct. +// level must be between [MZ_NO_COMPRESSION, MZ_BEST_COMPRESSION]. +// level 1 enables a specially optimized compression function that's been optimized purely for performance, not ratio. +// (This special func. is currently only enabled when MINIZ_USE_UNALIGNED_LOADS_AND_STORES and MINIZ_LITTLE_ENDIAN are defined.) +// Return values: +// MZ_OK on success. +// MZ_STREAM_ERROR if the stream is bogus. +// MZ_PARAM_ERROR if the input parameters are bogus. +// MZ_MEM_ERROR on out of memory. +int mz_deflateInit(mz_streamp pStream, int level); + +// mz_deflateInit2() is like mz_deflate(), except with more control: +// Additional parameters: +// method must be MZ_DEFLATED +// window_bits must be MZ_DEFAULT_WINDOW_BITS (to wrap the deflate stream with zlib header/adler-32 footer) or -MZ_DEFAULT_WINDOW_BITS (raw deflate/no header or footer) +// mem_level must be between [1, 9] (it's checked but ignored by miniz.c) +int mz_deflateInit2(mz_streamp pStream, int level, int method, int window_bits, int mem_level, int strategy); + +// Quickly resets a compressor without having to reallocate anything. Same as calling mz_deflateEnd() followed by mz_deflateInit()/mz_deflateInit2(). +int mz_deflateReset(mz_streamp pStream); + +// mz_deflate() compresses the input to output, consuming as much of the input and producing as much output as possible. +// Parameters: +// pStream is the stream to read from and write to. You must initialize/update the next_in, avail_in, next_out, and avail_out members. +// flush may be MZ_NO_FLUSH, MZ_PARTIAL_FLUSH/MZ_SYNC_FLUSH, MZ_FULL_FLUSH, or MZ_FINISH. +// Return values: +// MZ_OK on success (when flushing, or if more input is needed but not available, and/or there's more output to be written but the output buffer is full). +// MZ_STREAM_END if all input has been consumed and all output bytes have been written. Don't call mz_deflate() on the stream anymore. +// MZ_STREAM_ERROR if the stream is bogus. +// MZ_PARAM_ERROR if one of the parameters is invalid. +// MZ_BUF_ERROR if no forward progress is possible because the input and/or output buffers are empty. (Fill up the input buffer or free up some output space and try again.) +int mz_deflate(mz_streamp pStream, int flush); + +// mz_deflateEnd() deinitializes a compressor: +// Return values: +// MZ_OK on success. +// MZ_STREAM_ERROR if the stream is bogus. +int mz_deflateEnd(mz_streamp pStream); + +// mz_deflateBound() returns a (very) conservative upper bound on the amount of data that could be generated by deflate(), assuming flush is set to only MZ_NO_FLUSH or MZ_FINISH. +mz_ulong mz_deflateBound(mz_streamp pStream, mz_ulong source_len); + +// Single-call compression functions mz_compress() and mz_compress2(): +// Returns MZ_OK on success, or one of the error codes from mz_deflate() on failure. +int mz_compress(unsigned char *pDest, mz_ulong *pDest_len, const unsigned char *pSource, mz_ulong source_len); +int mz_compress2(unsigned char *pDest, mz_ulong *pDest_len, const unsigned char *pSource, mz_ulong source_len, int level); + +// mz_compressBound() returns a (very) conservative upper bound on the amount of data that could be generated by calling mz_compress(). +mz_ulong mz_compressBound(mz_ulong source_len); + +// Initializes a decompressor. +int mz_inflateInit(mz_streamp pStream); + +// mz_inflateInit2() is like mz_inflateInit() with an additional option that controls the window size and whether or not the stream has been wrapped with a zlib header/footer: +// window_bits must be MZ_DEFAULT_WINDOW_BITS (to parse zlib header/footer) or -MZ_DEFAULT_WINDOW_BITS (raw deflate). +int mz_inflateInit2(mz_streamp pStream, int window_bits); + +// Decompresses the input stream to the output, consuming only as much of the input as needed, and writing as much to the output as possible. +// Parameters: +// pStream is the stream to read from and write to. You must initialize/update the next_in, avail_in, next_out, and avail_out members. +// flush may be MZ_NO_FLUSH, MZ_SYNC_FLUSH, or MZ_FINISH. +// On the first call, if flush is MZ_FINISH it's assumed the input and output buffers are both sized large enough to decompress the entire stream in a single call (this is slightly faster). +// MZ_FINISH implies that there are no more source bytes available beside what's already in the input buffer, and that the output buffer is large enough to hold the rest of the decompressed data. +// Return values: +// MZ_OK on success. Either more input is needed but not available, and/or there's more output to be written but the output buffer is full. +// MZ_STREAM_END if all needed input has been consumed and all output bytes have been written. For zlib streams, the adler-32 of the decompressed data has also been verified. +// MZ_STREAM_ERROR if the stream is bogus. +// MZ_DATA_ERROR if the deflate stream is invalid. +// MZ_PARAM_ERROR if one of the parameters is invalid. +// MZ_BUF_ERROR if no forward progress is possible because the input buffer is empty but the inflater needs more input to continue, or if the output buffer is not large enough. Call mz_inflate() again +// with more input data, or with more room in the output buffer (except when using single call decompression, described above). +int mz_inflate(mz_streamp pStream, int flush); + +// Deinitializes a decompressor. +int mz_inflateEnd(mz_streamp pStream); + +// Single-call decompression. +// Returns MZ_OK on success, or one of the error codes from mz_inflate() on failure. +int mz_uncompress(unsigned char *pDest, mz_ulong *pDest_len, const unsigned char *pSource, mz_ulong source_len); + +// Returns a string description of the specified error code, or NULL if the error code is invalid. +const char *mz_error(int err); + +// Redefine zlib-compatible names to miniz equivalents, so miniz.c can be used as a drop-in replacement for the subset of zlib that miniz.c supports. +// Define MINIZ_NO_ZLIB_COMPATIBLE_NAMES to disable zlib-compatibility if you use zlib in the same project. +#ifndef MINIZ_NO_ZLIB_COMPATIBLE_NAMES + typedef unsigned char Byte; + typedef unsigned int uInt; + typedef mz_ulong uLong; + typedef Byte Bytef; + typedef uInt uIntf; + typedef char charf; + typedef int intf; + typedef void *voidpf; + typedef uLong uLongf; + typedef void *voidp; + typedef void *const voidpc; + #define Z_NULL 0 + #define Z_NO_FLUSH MZ_NO_FLUSH + #define Z_PARTIAL_FLUSH MZ_PARTIAL_FLUSH + #define Z_SYNC_FLUSH MZ_SYNC_FLUSH + #define Z_FULL_FLUSH MZ_FULL_FLUSH + #define Z_FINISH MZ_FINISH + #define Z_BLOCK MZ_BLOCK + #define Z_OK MZ_OK + #define Z_STREAM_END MZ_STREAM_END + #define Z_NEED_DICT MZ_NEED_DICT + #define Z_ERRNO MZ_ERRNO + #define Z_STREAM_ERROR MZ_STREAM_ERROR + #define Z_DATA_ERROR MZ_DATA_ERROR + #define Z_MEM_ERROR MZ_MEM_ERROR + #define Z_BUF_ERROR MZ_BUF_ERROR + #define Z_VERSION_ERROR MZ_VERSION_ERROR + #define Z_PARAM_ERROR MZ_PARAM_ERROR + #define Z_NO_COMPRESSION MZ_NO_COMPRESSION + #define Z_BEST_SPEED MZ_BEST_SPEED + #define Z_BEST_COMPRESSION MZ_BEST_COMPRESSION + #define Z_DEFAULT_COMPRESSION MZ_DEFAULT_COMPRESSION + #define Z_DEFAULT_STRATEGY MZ_DEFAULT_STRATEGY + #define Z_FILTERED MZ_FILTERED + #define Z_HUFFMAN_ONLY MZ_HUFFMAN_ONLY + #define Z_RLE MZ_RLE + #define Z_FIXED MZ_FIXED + #define Z_DEFLATED MZ_DEFLATED + #define Z_DEFAULT_WINDOW_BITS MZ_DEFAULT_WINDOW_BITS + #define alloc_func mz_alloc_func + #define free_func mz_free_func + #define internal_state mz_internal_state + #define z_stream mz_stream + #define deflateInit mz_deflateInit + #define deflateInit2 mz_deflateInit2 + #define deflateReset mz_deflateReset + #define deflate mz_deflate + #define deflateEnd mz_deflateEnd + #define deflateBound mz_deflateBound + #define compress mz_compress + #define compress2 mz_compress2 + #define compressBound mz_compressBound + #define inflateInit mz_inflateInit + #define inflateInit2 mz_inflateInit2 + #define inflate mz_inflate + #define inflateEnd mz_inflateEnd + #define uncompress mz_uncompress + #define crc32 mz_crc32 + #define adler32 mz_adler32 + #define MAX_WBITS 15 + #define MAX_MEM_LEVEL 9 + #define zError mz_error + #define ZLIB_VERSION MZ_VERSION + #define ZLIB_VERNUM MZ_VERNUM + #define ZLIB_VER_MAJOR MZ_VER_MAJOR + #define ZLIB_VER_MINOR MZ_VER_MINOR + #define ZLIB_VER_REVISION MZ_VER_REVISION + #define ZLIB_VER_SUBREVISION MZ_VER_SUBREVISION + #define zlibVersion mz_version + #define zlib_version mz_version() +#endif // #ifndef MINIZ_NO_ZLIB_COMPATIBLE_NAMES + +#endif // MINIZ_NO_ZLIB_APIS + +// ------------------- Types and macros + +typedef unsigned char mz_uint8; +typedef signed short mz_int16; +typedef unsigned short mz_uint16; +typedef unsigned int mz_uint32; +typedef unsigned int mz_uint; +typedef long long mz_int64; +typedef unsigned long long mz_uint64; +typedef int mz_bool; + +#define MZ_FALSE (0) +#define MZ_TRUE (1) + +// An attempt to work around MSVC's spammy "warning C4127: conditional expression is constant" message. +#ifdef _MSC_VER + #define MZ_MACRO_END while (0, 0) +#else + #define MZ_MACRO_END while (0) +#endif + +// ------------------- ZIP archive reading/writing + +#ifndef MINIZ_NO_ARCHIVE_APIS + +enum +{ + MZ_ZIP_MAX_IO_BUF_SIZE = 64*1024, + MZ_ZIP_MAX_ARCHIVE_FILENAME_SIZE = 260, + MZ_ZIP_MAX_ARCHIVE_FILE_COMMENT_SIZE = 256 +}; + +typedef struct +{ + mz_uint32 m_file_index; + mz_uint32 m_central_dir_ofs; + mz_uint16 m_version_made_by; + mz_uint16 m_version_needed; + mz_uint16 m_bit_flag; + mz_uint16 m_method; +#ifndef MINIZ_NO_TIME + time_t m_time; +#endif + mz_uint32 m_crc32; + mz_uint64 m_comp_size; + mz_uint64 m_uncomp_size; + mz_uint16 m_internal_attr; + mz_uint32 m_external_attr; + mz_uint64 m_local_header_ofs; + mz_uint32 m_comment_size; + char m_filename[MZ_ZIP_MAX_ARCHIVE_FILENAME_SIZE]; + char m_comment[MZ_ZIP_MAX_ARCHIVE_FILE_COMMENT_SIZE]; +} mz_zip_archive_file_stat; + +typedef size_t (*mz_file_read_func)(void *pOpaque, mz_uint64 file_ofs, void *pBuf, size_t n); +typedef size_t (*mz_file_write_func)(void *pOpaque, mz_uint64 file_ofs, const void *pBuf, size_t n); + +struct mz_zip_internal_state_tag; +typedef struct mz_zip_internal_state_tag mz_zip_internal_state; + +typedef enum +{ + MZ_ZIP_MODE_INVALID = 0, + MZ_ZIP_MODE_READING = 1, + MZ_ZIP_MODE_WRITING = 2, + MZ_ZIP_MODE_WRITING_HAS_BEEN_FINALIZED = 3 +} mz_zip_mode; + +typedef struct mz_zip_archive_tag +{ + mz_uint64 m_archive_size; + mz_uint64 m_central_directory_file_ofs; + mz_uint m_total_files; + mz_zip_mode m_zip_mode; + + mz_uint m_file_offset_alignment; + + mz_alloc_func m_pAlloc; + mz_free_func m_pFree; + mz_realloc_func m_pRealloc; + void *m_pAlloc_opaque; + + mz_file_read_func m_pRead; + mz_file_write_func m_pWrite; + void *m_pIO_opaque; + + mz_zip_internal_state *m_pState; + +} mz_zip_archive; + +typedef enum +{ + MZ_ZIP_FLAG_CASE_SENSITIVE = 0x0100, + MZ_ZIP_FLAG_IGNORE_PATH = 0x0200, + MZ_ZIP_FLAG_COMPRESSED_DATA = 0x0400, + MZ_ZIP_FLAG_DO_NOT_SORT_CENTRAL_DIRECTORY = 0x0800 +} mz_zip_flags; + +// ZIP archive reading + +// Inits a ZIP archive reader. +// These functions read and validate the archive's central directory. +mz_bool mz_zip_reader_init(mz_zip_archive *pZip, mz_uint64 size, mz_uint32 flags); +mz_bool mz_zip_reader_init_mem(mz_zip_archive *pZip, const void *pMem, size_t size, mz_uint32 flags); + +#ifndef MINIZ_NO_STDIO +mz_bool mz_zip_reader_init_file(mz_zip_archive *pZip, const char *pFilename, mz_uint32 flags); +#endif + +// Returns the total number of files in the archive. +mz_uint mz_zip_reader_get_num_files(mz_zip_archive *pZip); + +// Returns detailed information about an archive file entry. +mz_bool mz_zip_reader_file_stat(mz_zip_archive *pZip, mz_uint file_index, mz_zip_archive_file_stat *pStat); + +// Determines if an archive file entry is a directory entry. +mz_bool mz_zip_reader_is_file_a_directory(mz_zip_archive *pZip, mz_uint file_index); +mz_bool mz_zip_reader_is_file_encrypted(mz_zip_archive *pZip, mz_uint file_index); + +// Retrieves the filename of an archive file entry. +// Returns the number of bytes written to pFilename, or if filename_buf_size is 0 this function returns the number of bytes needed to fully store the filename. +mz_uint mz_zip_reader_get_filename(mz_zip_archive *pZip, mz_uint file_index, char *pFilename, mz_uint filename_buf_size); + +// Attempts to locates a file in the archive's central directory. +// Valid flags: MZ_ZIP_FLAG_CASE_SENSITIVE, MZ_ZIP_FLAG_IGNORE_PATH +// Returns -1 if the file cannot be found. +int mz_zip_reader_locate_file(mz_zip_archive *pZip, const char *pName, const char *pComment, mz_uint flags); + +// Extracts a archive file to a memory buffer using no memory allocation. +mz_bool mz_zip_reader_extract_to_mem_no_alloc(mz_zip_archive *pZip, mz_uint file_index, void *pBuf, size_t buf_size, mz_uint flags, void *pUser_read_buf, size_t user_read_buf_size); +mz_bool mz_zip_reader_extract_file_to_mem_no_alloc(mz_zip_archive *pZip, const char *pFilename, void *pBuf, size_t buf_size, mz_uint flags, void *pUser_read_buf, size_t user_read_buf_size); + +// Extracts a archive file to a memory buffer. +mz_bool mz_zip_reader_extract_to_mem(mz_zip_archive *pZip, mz_uint file_index, void *pBuf, size_t buf_size, mz_uint flags); +mz_bool mz_zip_reader_extract_file_to_mem(mz_zip_archive *pZip, const char *pFilename, void *pBuf, size_t buf_size, mz_uint flags); + +// Extracts a archive file to a dynamically allocated heap buffer. +void *mz_zip_reader_extract_to_heap(mz_zip_archive *pZip, mz_uint file_index, size_t *pSize, mz_uint flags); +void *mz_zip_reader_extract_file_to_heap(mz_zip_archive *pZip, const char *pFilename, size_t *pSize, mz_uint flags); + +// Extracts a archive file using a callback function to output the file's data. +mz_bool mz_zip_reader_extract_to_callback(mz_zip_archive *pZip, mz_uint file_index, mz_file_write_func pCallback, void *pOpaque, mz_uint flags); +mz_bool mz_zip_reader_extract_file_to_callback(mz_zip_archive *pZip, const char *pFilename, mz_file_write_func pCallback, void *pOpaque, mz_uint flags); + +#ifndef MINIZ_NO_STDIO +// Extracts a archive file to a disk file and sets its last accessed and modified times. +// This function only extracts files, not archive directory records. +mz_bool mz_zip_reader_extract_to_file(mz_zip_archive *pZip, mz_uint file_index, const char *pDst_filename, mz_uint flags); +mz_bool mz_zip_reader_extract_file_to_file(mz_zip_archive *pZip, const char *pArchive_filename, const char *pDst_filename, mz_uint flags); +#endif + +// Ends archive reading, freeing all allocations, and closing the input archive file if mz_zip_reader_init_file() was used. +mz_bool mz_zip_reader_end(mz_zip_archive *pZip); + +// ZIP archive writing + +#ifndef MINIZ_NO_ARCHIVE_WRITING_APIS + +// Inits a ZIP archive writer. +mz_bool mz_zip_writer_init(mz_zip_archive *pZip, mz_uint64 existing_size); +mz_bool mz_zip_writer_init_heap(mz_zip_archive *pZip, size_t size_to_reserve_at_beginning, size_t initial_allocation_size); + +#ifndef MINIZ_NO_STDIO +mz_bool mz_zip_writer_init_file(mz_zip_archive *pZip, const char *pFilename, mz_uint64 size_to_reserve_at_beginning); +#endif + +// Converts a ZIP archive reader object into a writer object, to allow efficient in-place file appends to occur on an existing archive. +// For archives opened using mz_zip_reader_init_file, pFilename must be the archive's filename so it can be reopened for writing. If the file can't be reopened, mz_zip_reader_end() will be called. +// For archives opened using mz_zip_reader_init_mem, the memory block must be growable using the realloc callback (which defaults to realloc unless you've overridden it). +// Finally, for archives opened using mz_zip_reader_init, the mz_zip_archive's user provided m_pWrite function cannot be NULL. +// Note: In-place archive modification is not recommended unless you know what you're doing, because if execution stops or something goes wrong before +// the archive is finalized the file's central directory will be hosed. +mz_bool mz_zip_writer_init_from_reader(mz_zip_archive *pZip, const char *pFilename); + +// Adds the contents of a memory buffer to an archive. These functions record the current local time into the archive. +// To add a directory entry, call this method with an archive name ending in a forwardslash with empty buffer. +// level_and_flags - compression level (0-10, see MZ_BEST_SPEED, MZ_BEST_COMPRESSION, etc.) logically OR'd with zero or more mz_zip_flags, or just set to MZ_DEFAULT_COMPRESSION. +mz_bool mz_zip_writer_add_mem(mz_zip_archive *pZip, const char *pArchive_name, const void *pBuf, size_t buf_size, mz_uint level_and_flags); +mz_bool mz_zip_writer_add_mem_ex(mz_zip_archive *pZip, const char *pArchive_name, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 comment_size, mz_uint level_and_flags, mz_uint64 uncomp_size, mz_uint32 uncomp_crc32); + +#ifndef MINIZ_NO_STDIO +// Adds the contents of a disk file to an archive. This function also records the disk file's modified time into the archive. +// level_and_flags - compression level (0-10, see MZ_BEST_SPEED, MZ_BEST_COMPRESSION, etc.) logically OR'd with zero or more mz_zip_flags, or just set to MZ_DEFAULT_COMPRESSION. +mz_bool mz_zip_writer_add_file(mz_zip_archive *pZip, const char *pArchive_name, const char *pSrc_filename, const void *pComment, mz_uint16 comment_size, mz_uint level_and_flags); +#endif + +// Adds a file to an archive by fully cloning the data from another archive. +// This function fully clones the source file's compressed data (no recompression), along with its full filename, extra data, and comment fields. +mz_bool mz_zip_writer_add_from_zip_reader(mz_zip_archive *pZip, mz_zip_archive *pSource_zip, mz_uint file_index); + +// Finalizes the archive by writing the central directory records followed by the end of central directory record. +// After an archive is finalized, the only valid call on the mz_zip_archive struct is mz_zip_writer_end(). +// An archive must be manually finalized by calling this function for it to be valid. +mz_bool mz_zip_writer_finalize_archive(mz_zip_archive *pZip); +mz_bool mz_zip_writer_finalize_heap_archive(mz_zip_archive *pZip, void **pBuf, size_t *pSize); + +// Ends archive writing, freeing all allocations, and closing the output file if mz_zip_writer_init_file() was used. +// Note for the archive to be valid, it must have been finalized before ending. +mz_bool mz_zip_writer_end(mz_zip_archive *pZip); + +// Misc. high-level helper functions: + +// mz_zip_add_mem_to_archive_file_in_place() efficiently (but not atomically) appends a memory blob to a ZIP archive. +// level_and_flags - compression level (0-10, see MZ_BEST_SPEED, MZ_BEST_COMPRESSION, etc.) logically OR'd with zero or more mz_zip_flags, or just set to MZ_DEFAULT_COMPRESSION. +mz_bool mz_zip_add_mem_to_archive_file_in_place(const char *pZip_filename, const char *pArchive_name, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 comment_size, mz_uint level_and_flags); + +// Reads a single file from an archive into a heap block. +// Returns NULL on failure. +void *mz_zip_extract_archive_file_to_heap(const char *pZip_filename, const char *pArchive_name, size_t *pSize, mz_uint zip_flags); + +#endif // #ifndef MINIZ_NO_ARCHIVE_WRITING_APIS + +#endif // #ifndef MINIZ_NO_ARCHIVE_APIS + +// ------------------- Low-level Decompression API Definitions + +// Decompression flags used by tinfl_decompress(). +// TINFL_FLAG_PARSE_ZLIB_HEADER: If set, the input has a valid zlib header and ends with an adler32 checksum (it's a valid zlib stream). Otherwise, the input is a raw deflate stream. +// TINFL_FLAG_HAS_MORE_INPUT: If set, there are more input bytes available beyond the end of the supplied input buffer. If clear, the input buffer contains all remaining input. +// TINFL_FLAG_USING_NON_WRAPPING_OUTPUT_BUF: If set, the output buffer is large enough to hold the entire decompressed stream. If clear, the output buffer is at least the size of the dictionary (typically 32KB). +// TINFL_FLAG_COMPUTE_ADLER32: Force adler-32 checksum computation of the decompressed bytes. +enum +{ + TINFL_FLAG_PARSE_ZLIB_HEADER = 1, + TINFL_FLAG_HAS_MORE_INPUT = 2, + TINFL_FLAG_USING_NON_WRAPPING_OUTPUT_BUF = 4, + TINFL_FLAG_COMPUTE_ADLER32 = 8 +}; + +// High level decompression functions: +// tinfl_decompress_mem_to_heap() decompresses a block in memory to a heap block allocated via malloc(). +// On entry: +// pSrc_buf, src_buf_len: Pointer and size of the Deflate or zlib source data to decompress. +// On return: +// Function returns a pointer to the decompressed data, or NULL on failure. +// *pOut_len will be set to the decompressed data's size, which could be larger than src_buf_len on uncompressible data. +// The caller must call mz_free() on the returned block when it's no longer needed. +void *tinfl_decompress_mem_to_heap(const void *pSrc_buf, size_t src_buf_len, size_t *pOut_len, int flags); + +// tinfl_decompress_mem_to_mem() decompresses a block in memory to another block in memory. +// Returns TINFL_DECOMPRESS_MEM_TO_MEM_FAILED on failure, or the number of bytes written on success. +#define TINFL_DECOMPRESS_MEM_TO_MEM_FAILED ((size_t)(-1)) +size_t tinfl_decompress_mem_to_mem(void *pOut_buf, size_t out_buf_len, const void *pSrc_buf, size_t src_buf_len, int flags); + +// tinfl_decompress_mem_to_callback() decompresses a block in memory to an internal 32KB buffer, and a user provided callback function will be called to flush the buffer. +// Returns 1 on success or 0 on failure. +typedef int (*tinfl_put_buf_func_ptr)(const void* pBuf, int len, void *pUser); +int tinfl_decompress_mem_to_callback(const void *pIn_buf, size_t *pIn_buf_size, tinfl_put_buf_func_ptr pPut_buf_func, void *pPut_buf_user, int flags); + +struct tinfl_decompressor_tag; typedef struct tinfl_decompressor_tag tinfl_decompressor; + +// Max size of LZ dictionary. +#define TINFL_LZ_DICT_SIZE 32768 + +// Return status. +typedef enum +{ + TINFL_STATUS_BAD_PARAM = -3, + TINFL_STATUS_ADLER32_MISMATCH = -2, + TINFL_STATUS_FAILED = -1, + TINFL_STATUS_DONE = 0, + TINFL_STATUS_NEEDS_MORE_INPUT = 1, + TINFL_STATUS_HAS_MORE_OUTPUT = 2 +} tinfl_status; + +// Initializes the decompressor to its initial state. +#define tinfl_init(r) do { (r)->m_state = 0; } MZ_MACRO_END +#define tinfl_get_adler32(r) (r)->m_check_adler32 + +// Main low-level decompressor coroutine function. This is the only function actually needed for decompression. All the other functions are just high-level helpers for improved usability. +// This is a universal API, i.e. it can be used as a building block to build any desired higher level decompression API. In the limit case, it can be called once per every byte input or output. +tinfl_status tinfl_decompress(tinfl_decompressor *r, const mz_uint8 *pIn_buf_next, size_t *pIn_buf_size, mz_uint8 *pOut_buf_start, mz_uint8 *pOut_buf_next, size_t *pOut_buf_size, const mz_uint32 decomp_flags); + +// Internal/private bits follow. +enum +{ + TINFL_MAX_HUFF_TABLES = 3, TINFL_MAX_HUFF_SYMBOLS_0 = 288, TINFL_MAX_HUFF_SYMBOLS_1 = 32, TINFL_MAX_HUFF_SYMBOLS_2 = 19, + TINFL_FAST_LOOKUP_BITS = 10, TINFL_FAST_LOOKUP_SIZE = 1 << TINFL_FAST_LOOKUP_BITS +}; + +typedef struct +{ + mz_uint8 m_code_size[TINFL_MAX_HUFF_SYMBOLS_0]; + mz_int16 m_look_up[TINFL_FAST_LOOKUP_SIZE], m_tree[TINFL_MAX_HUFF_SYMBOLS_0 * 2]; +} tinfl_huff_table; + +#if MINIZ_HAS_64BIT_REGISTERS + #define TINFL_USE_64BIT_BITBUF 1 +#endif + +#if TINFL_USE_64BIT_BITBUF + typedef mz_uint64 tinfl_bit_buf_t; + #define TINFL_BITBUF_SIZE (64) +#else + typedef mz_uint32 tinfl_bit_buf_t; + #define TINFL_BITBUF_SIZE (32) +#endif + +struct tinfl_decompressor_tag +{ + mz_uint32 m_state, m_num_bits, m_zhdr0, m_zhdr1, m_z_adler32, m_final, m_type, m_check_adler32, m_dist, m_counter, m_num_extra, m_table_sizes[TINFL_MAX_HUFF_TABLES]; + tinfl_bit_buf_t m_bit_buf; + size_t m_dist_from_out_buf_start; + tinfl_huff_table m_tables[TINFL_MAX_HUFF_TABLES]; + mz_uint8 m_raw_header[4], m_len_codes[TINFL_MAX_HUFF_SYMBOLS_0 + TINFL_MAX_HUFF_SYMBOLS_1 + 137]; +}; + +// ------------------- Low-level Compression API Definitions + +// Set TDEFL_LESS_MEMORY to 1 to use less memory (compression will be slightly slower, and raw/dynamic blocks will be output more frequently). +#define TDEFL_LESS_MEMORY 0 + +// tdefl_init() compression flags logically OR'd together (low 12 bits contain the max. number of probes per dictionary search): +// TDEFL_DEFAULT_MAX_PROBES: The compressor defaults to 128 dictionary probes per dictionary search. 0=Huffman only, 1=Huffman+LZ (fastest/crap compression), 4095=Huffman+LZ (slowest/best compression). +enum +{ + TDEFL_HUFFMAN_ONLY = 0, TDEFL_DEFAULT_MAX_PROBES = 128, TDEFL_MAX_PROBES_MASK = 0xFFF +}; + +// TDEFL_WRITE_ZLIB_HEADER: If set, the compressor outputs a zlib header before the deflate data, and the Adler-32 of the source data at the end. Otherwise, you'll get raw deflate data. +// TDEFL_COMPUTE_ADLER32: Always compute the adler-32 of the input data (even when not writing zlib headers). +// TDEFL_GREEDY_PARSING_FLAG: Set to use faster greedy parsing, instead of more efficient lazy parsing. +// TDEFL_NONDETERMINISTIC_PARSING_FLAG: Enable to decrease the compressor's initialization time to the minimum, but the output may vary from run to run given the same input (depending on the contents of memory). +// TDEFL_RLE_MATCHES: Only look for RLE matches (matches with a distance of 1) +// TDEFL_FILTER_MATCHES: Discards matches <= 5 chars if enabled. +// TDEFL_FORCE_ALL_STATIC_BLOCKS: Disable usage of optimized Huffman tables. +// TDEFL_FORCE_ALL_RAW_BLOCKS: Only use raw (uncompressed) deflate blocks. +// The low 12 bits are reserved to control the max # of hash probes per dictionary lookup (see TDEFL_MAX_PROBES_MASK). +enum +{ + TDEFL_WRITE_ZLIB_HEADER = 0x01000, + TDEFL_COMPUTE_ADLER32 = 0x02000, + TDEFL_GREEDY_PARSING_FLAG = 0x04000, + TDEFL_NONDETERMINISTIC_PARSING_FLAG = 0x08000, + TDEFL_RLE_MATCHES = 0x10000, + TDEFL_FILTER_MATCHES = 0x20000, + TDEFL_FORCE_ALL_STATIC_BLOCKS = 0x40000, + TDEFL_FORCE_ALL_RAW_BLOCKS = 0x80000 +}; + +// High level compression functions: +// tdefl_compress_mem_to_heap() compresses a block in memory to a heap block allocated via malloc(). +// On entry: +// pSrc_buf, src_buf_len: Pointer and size of source block to compress. +// flags: The max match finder probes (default is 128) logically OR'd against the above flags. Higher probes are slower but improve compression. +// On return: +// Function returns a pointer to the compressed data, or NULL on failure. +// *pOut_len will be set to the compressed data's size, which could be larger than src_buf_len on uncompressible data. +// The caller must free() the returned block when it's no longer needed. +void *tdefl_compress_mem_to_heap(const void *pSrc_buf, size_t src_buf_len, size_t *pOut_len, int flags); + +// tdefl_compress_mem_to_mem() compresses a block in memory to another block in memory. +// Returns 0 on failure. +size_t tdefl_compress_mem_to_mem(void *pOut_buf, size_t out_buf_len, const void *pSrc_buf, size_t src_buf_len, int flags); + +// Compresses an image to a compressed PNG file in memory. +// On entry: +// pImage, w, h, and num_chans describe the image to compress. num_chans may be 1, 2, 3, or 4. +// The image pitch in bytes per scanline will be w*num_chans. The leftmost pixel on the top scanline is stored first in memory. +// level may range from [0,10], use MZ_NO_COMPRESSION, MZ_BEST_SPEED, MZ_BEST_COMPRESSION, etc. or a decent default is MZ_DEFAULT_LEVEL +// If flip is true, the image will be flipped on the Y axis (useful for OpenGL apps). +// On return: +// Function returns a pointer to the compressed data, or NULL on failure. +// *pLen_out will be set to the size of the PNG image file. +// The caller must mz_free() the returned heap block (which will typically be larger than *pLen_out) when it's no longer needed. +void *tdefl_write_image_to_png_file_in_memory_ex(const void *pImage, int w, int h, int num_chans, size_t *pLen_out, mz_uint level, mz_bool flip); +void *tdefl_write_image_to_png_file_in_memory(const void *pImage, int w, int h, int num_chans, size_t *pLen_out); + +// Output stream interface. The compressor uses this interface to write compressed data. It'll typically be called TDEFL_OUT_BUF_SIZE at a time. +typedef mz_bool (*tdefl_put_buf_func_ptr)(const void* pBuf, int len, void *pUser); + +// tdefl_compress_mem_to_output() compresses a block to an output stream. The above helpers use this function internally. +mz_bool tdefl_compress_mem_to_output(const void *pBuf, size_t buf_len, tdefl_put_buf_func_ptr pPut_buf_func, void *pPut_buf_user, int flags); + +enum { TDEFL_MAX_HUFF_TABLES = 3, TDEFL_MAX_HUFF_SYMBOLS_0 = 288, TDEFL_MAX_HUFF_SYMBOLS_1 = 32, TDEFL_MAX_HUFF_SYMBOLS_2 = 19, TDEFL_LZ_DICT_SIZE = 32768, TDEFL_LZ_DICT_SIZE_MASK = TDEFL_LZ_DICT_SIZE - 1, TDEFL_MIN_MATCH_LEN = 3, TDEFL_MAX_MATCH_LEN = 258 }; + +// TDEFL_OUT_BUF_SIZE MUST be large enough to hold a single entire compressed output block (using static/fixed Huffman codes). +#if TDEFL_LESS_MEMORY +enum { TDEFL_LZ_CODE_BUF_SIZE = 24 * 1024, TDEFL_OUT_BUF_SIZE = (TDEFL_LZ_CODE_BUF_SIZE * 13 ) / 10, TDEFL_MAX_HUFF_SYMBOLS = 288, TDEFL_LZ_HASH_BITS = 12, TDEFL_LEVEL1_HASH_SIZE_MASK = 4095, TDEFL_LZ_HASH_SHIFT = (TDEFL_LZ_HASH_BITS + 2) / 3, TDEFL_LZ_HASH_SIZE = 1 << TDEFL_LZ_HASH_BITS }; +#else +enum { TDEFL_LZ_CODE_BUF_SIZE = 64 * 1024, TDEFL_OUT_BUF_SIZE = (TDEFL_LZ_CODE_BUF_SIZE * 13 ) / 10, TDEFL_MAX_HUFF_SYMBOLS = 288, TDEFL_LZ_HASH_BITS = 15, TDEFL_LEVEL1_HASH_SIZE_MASK = 4095, TDEFL_LZ_HASH_SHIFT = (TDEFL_LZ_HASH_BITS + 2) / 3, TDEFL_LZ_HASH_SIZE = 1 << TDEFL_LZ_HASH_BITS }; +#endif + +// The low-level tdefl functions below may be used directly if the above helper functions aren't flexible enough. The low-level functions don't make any heap allocations, unlike the above helper functions. +typedef enum +{ + TDEFL_STATUS_BAD_PARAM = -2, + TDEFL_STATUS_PUT_BUF_FAILED = -1, + TDEFL_STATUS_OKAY = 0, + TDEFL_STATUS_DONE = 1, +} tdefl_status; + +// Must map to MZ_NO_FLUSH, MZ_SYNC_FLUSH, etc. enums +typedef enum +{ + TDEFL_NO_FLUSH = 0, + TDEFL_SYNC_FLUSH = 2, + TDEFL_FULL_FLUSH = 3, + TDEFL_FINISH = 4 +} tdefl_flush; + +// tdefl's compression state structure. +typedef struct +{ + tdefl_put_buf_func_ptr m_pPut_buf_func; + void *m_pPut_buf_user; + mz_uint m_flags, m_max_probes[2]; + int m_greedy_parsing; + mz_uint m_adler32, m_lookahead_pos, m_lookahead_size, m_dict_size; + mz_uint8 *m_pLZ_code_buf, *m_pLZ_flags, *m_pOutput_buf, *m_pOutput_buf_end; + mz_uint m_num_flags_left, m_total_lz_bytes, m_lz_code_buf_dict_pos, m_bits_in, m_bit_buffer; + mz_uint m_saved_match_dist, m_saved_match_len, m_saved_lit, m_output_flush_ofs, m_output_flush_remaining, m_finished, m_block_index, m_wants_to_finish; + tdefl_status m_prev_return_status; + const void *m_pIn_buf; + void *m_pOut_buf; + size_t *m_pIn_buf_size, *m_pOut_buf_size; + tdefl_flush m_flush; + const mz_uint8 *m_pSrc; + size_t m_src_buf_left, m_out_buf_ofs; + mz_uint8 m_dict[TDEFL_LZ_DICT_SIZE + TDEFL_MAX_MATCH_LEN - 1]; + mz_uint16 m_huff_count[TDEFL_MAX_HUFF_TABLES][TDEFL_MAX_HUFF_SYMBOLS]; + mz_uint16 m_huff_codes[TDEFL_MAX_HUFF_TABLES][TDEFL_MAX_HUFF_SYMBOLS]; + mz_uint8 m_huff_code_sizes[TDEFL_MAX_HUFF_TABLES][TDEFL_MAX_HUFF_SYMBOLS]; + mz_uint8 m_lz_code_buf[TDEFL_LZ_CODE_BUF_SIZE]; + mz_uint16 m_next[TDEFL_LZ_DICT_SIZE]; + mz_uint16 m_hash[TDEFL_LZ_HASH_SIZE]; + mz_uint8 m_output_buf[TDEFL_OUT_BUF_SIZE]; +} tdefl_compressor; + +// Initializes the compressor. +// There is no corresponding deinit() function because the tdefl API's do not dynamically allocate memory. +// pBut_buf_func: If NULL, output data will be supplied to the specified callback. In this case, the user should call the tdefl_compress_buffer() API for compression. +// If pBut_buf_func is NULL the user should always call the tdefl_compress() API. +// flags: See the above enums (TDEFL_HUFFMAN_ONLY, TDEFL_WRITE_ZLIB_HEADER, etc.) +tdefl_status tdefl_init(tdefl_compressor *d, tdefl_put_buf_func_ptr pPut_buf_func, void *pPut_buf_user, int flags); + +// Compresses a block of data, consuming as much of the specified input buffer as possible, and writing as much compressed data to the specified output buffer as possible. +tdefl_status tdefl_compress(tdefl_compressor *d, const void *pIn_buf, size_t *pIn_buf_size, void *pOut_buf, size_t *pOut_buf_size, tdefl_flush flush); + +// tdefl_compress_buffer() is only usable when the tdefl_init() is called with a non-NULL tdefl_put_buf_func_ptr. +// tdefl_compress_buffer() always consumes the entire input buffer. +tdefl_status tdefl_compress_buffer(tdefl_compressor *d, const void *pIn_buf, size_t in_buf_size, tdefl_flush flush); + +tdefl_status tdefl_get_prev_return_status(tdefl_compressor *d); +mz_uint32 tdefl_get_adler32(tdefl_compressor *d); + +// Can't use tdefl_create_comp_flags_from_zip_params if MINIZ_NO_ZLIB_APIS isn't defined, because it uses some of its macros. +#ifndef MINIZ_NO_ZLIB_APIS +// Create tdefl_compress() flags given zlib-style compression parameters. +// level may range from [0,10] (where 10 is absolute max compression, but may be much slower on some files) +// window_bits may be -15 (raw deflate) or 15 (zlib) +// strategy may be either MZ_DEFAULT_STRATEGY, MZ_FILTERED, MZ_HUFFMAN_ONLY, MZ_RLE, or MZ_FIXED +mz_uint tdefl_create_comp_flags_from_zip_params(int level, int window_bits, int strategy); +#endif // #ifndef MINIZ_NO_ZLIB_APIS + +#ifdef __cplusplus +} +#endif + +#endif // MINIZ_HEADER_INCLUDED + +// ------------------- End of Header: Implementation follows. (If you only want the header, define MINIZ_HEADER_FILE_ONLY.) + +#ifndef MINIZ_HEADER_FILE_ONLY + +typedef unsigned char mz_validate_uint16[sizeof(mz_uint16)==2 ? 1 : -1]; +typedef unsigned char mz_validate_uint32[sizeof(mz_uint32)==4 ? 1 : -1]; +typedef unsigned char mz_validate_uint64[sizeof(mz_uint64)==8 ? 1 : -1]; + +#include +#include + +#define MZ_ASSERT(x) assert(x) + +#ifdef MINIZ_NO_MALLOC + #define MZ_MALLOC(x) NULL + #define MZ_FREE(x) (void)x, ((void)0) + #define MZ_REALLOC(p, x) NULL +#else + #define MZ_MALLOC(x) malloc(x) + #define MZ_FREE(x) free(x) + #define MZ_REALLOC(p, x) realloc(p, x) +#endif + +#define MZ_MAX(a,b) (((a)>(b))?(a):(b)) +#define MZ_MIN(a,b) (((a)<(b))?(a):(b)) +#define MZ_CLEAR_OBJ(obj) memset(&(obj), 0, sizeof(obj)) + +#if MINIZ_USE_UNALIGNED_LOADS_AND_STORES && MINIZ_LITTLE_ENDIAN + #define MZ_READ_LE16(p) *((const mz_uint16 *)(p)) + #define MZ_READ_LE32(p) *((const mz_uint32 *)(p)) +#else + #define MZ_READ_LE16(p) ((mz_uint32)(((const mz_uint8 *)(p))[0]) | ((mz_uint32)(((const mz_uint8 *)(p))[1]) << 8U)) + #define MZ_READ_LE32(p) ((mz_uint32)(((const mz_uint8 *)(p))[0]) | ((mz_uint32)(((const mz_uint8 *)(p))[1]) << 8U) | ((mz_uint32)(((const mz_uint8 *)(p))[2]) << 16U) | ((mz_uint32)(((const mz_uint8 *)(p))[3]) << 24U)) +#endif + +#ifdef _MSC_VER + #define MZ_FORCEINLINE __forceinline +#elif defined(__GNUC__) + #define MZ_FORCEINLINE inline __attribute__((__always_inline__)) +#else + #define MZ_FORCEINLINE inline +#endif + +#ifdef __cplusplus + extern "C" { +#endif + +// ------------------- zlib-style API's + +mz_ulong mz_adler32(mz_ulong adler, const unsigned char *ptr, size_t buf_len) +{ + mz_uint32 i, s1 = (mz_uint32)(adler & 0xffff), s2 = (mz_uint32)(adler >> 16); size_t block_len = buf_len % 5552; + if (!ptr) return MZ_ADLER32_INIT; + while (buf_len) { + for (i = 0; i + 7 < block_len; i += 8, ptr += 8) { + s1 += ptr[0], s2 += s1; s1 += ptr[1], s2 += s1; s1 += ptr[2], s2 += s1; s1 += ptr[3], s2 += s1; + s1 += ptr[4], s2 += s1; s1 += ptr[5], s2 += s1; s1 += ptr[6], s2 += s1; s1 += ptr[7], s2 += s1; + } + for ( ; i < block_len; ++i) s1 += *ptr++, s2 += s1; + s1 %= 65521U, s2 %= 65521U; buf_len -= block_len; block_len = 5552; + } + return (s2 << 16) + s1; +} + +// Karl Malbrain's compact CRC-32. See "A compact CCITT crc16 and crc32 C implementation that balances processor cache usage against speed": http://www.geocities.com/malbrain/ +mz_ulong mz_crc32(mz_ulong crc, const mz_uint8 *ptr, size_t buf_len) +{ + static const mz_uint32 s_crc32[16] = { 0, 0x1db71064, 0x3b6e20c8, 0x26d930ac, 0x76dc4190, 0x6b6b51f4, 0x4db26158, 0x5005713c, + 0xedb88320, 0xf00f9344, 0xd6d6a3e8, 0xcb61b38c, 0x9b64c2b0, 0x86d3d2d4, 0xa00ae278, 0xbdbdf21c }; + mz_uint32 crcu32 = (mz_uint32)crc; + if (!ptr) return MZ_CRC32_INIT; + crcu32 = ~crcu32; while (buf_len--) { mz_uint8 b = *ptr++; crcu32 = (crcu32 >> 4) ^ s_crc32[(crcu32 & 0xF) ^ (b & 0xF)]; crcu32 = (crcu32 >> 4) ^ s_crc32[(crcu32 & 0xF) ^ (b >> 4)]; } + return ~crcu32; +} + +void mz_free(void *p) +{ + MZ_FREE(p); +} + +#ifndef MINIZ_NO_ZLIB_APIS + +static void *def_alloc_func(void *opaque, size_t items, size_t size) { (void)opaque, (void)items, (void)size; return MZ_MALLOC(items * size); } +static void def_free_func(void *opaque, void *address) { (void)opaque, (void)address; MZ_FREE(address); } +static void *def_realloc_func(void *opaque, void *address, size_t items, size_t size) { (void)opaque, (void)address, (void)items, (void)size; return MZ_REALLOC(address, items * size); } + +const char *mz_version(void) +{ + return MZ_VERSION; +} + +int mz_deflateInit(mz_streamp pStream, int level) +{ + return mz_deflateInit2(pStream, level, MZ_DEFLATED, MZ_DEFAULT_WINDOW_BITS, 9, MZ_DEFAULT_STRATEGY); +} + +int mz_deflateInit2(mz_streamp pStream, int level, int method, int window_bits, int mem_level, int strategy) +{ + tdefl_compressor *pComp; + mz_uint comp_flags = TDEFL_COMPUTE_ADLER32 | tdefl_create_comp_flags_from_zip_params(level, window_bits, strategy); + + if (!pStream) return MZ_STREAM_ERROR; + if ((method != MZ_DEFLATED) || ((mem_level < 1) || (mem_level > 9)) || ((window_bits != MZ_DEFAULT_WINDOW_BITS) && (-window_bits != MZ_DEFAULT_WINDOW_BITS))) return MZ_PARAM_ERROR; + + pStream->data_type = 0; + pStream->adler = MZ_ADLER32_INIT; + pStream->msg = NULL; + pStream->reserved = 0; + pStream->total_in = 0; + pStream->total_out = 0; + if (!pStream->zalloc) pStream->zalloc = def_alloc_func; + if (!pStream->zfree) pStream->zfree = def_free_func; + + pComp = (tdefl_compressor *)pStream->zalloc(pStream->opaque, 1, sizeof(tdefl_compressor)); + if (!pComp) + return MZ_MEM_ERROR; + + pStream->state = (struct mz_internal_state *)pComp; + + if (tdefl_init(pComp, NULL, NULL, comp_flags) != TDEFL_STATUS_OKAY) + { + mz_deflateEnd(pStream); + return MZ_PARAM_ERROR; + } + + return MZ_OK; +} + +int mz_deflateReset(mz_streamp pStream) +{ + if ((!pStream) || (!pStream->state) || (!pStream->zalloc) || (!pStream->zfree)) return MZ_STREAM_ERROR; + pStream->total_in = pStream->total_out = 0; + tdefl_init((tdefl_compressor*)pStream->state, NULL, NULL, ((tdefl_compressor*)pStream->state)->m_flags); + return MZ_OK; +} + +int mz_deflate(mz_streamp pStream, int flush) +{ + size_t in_bytes, out_bytes; + mz_ulong orig_total_in, orig_total_out; + int mz_status = MZ_OK; + + if ((!pStream) || (!pStream->state) || (flush < 0) || (flush > MZ_FINISH) || (!pStream->next_out)) return MZ_STREAM_ERROR; + if (!pStream->avail_out) return MZ_BUF_ERROR; + + if (flush == MZ_PARTIAL_FLUSH) flush = MZ_SYNC_FLUSH; + + if (((tdefl_compressor*)pStream->state)->m_prev_return_status == TDEFL_STATUS_DONE) + return (flush == MZ_FINISH) ? MZ_STREAM_END : MZ_BUF_ERROR; + + orig_total_in = pStream->total_in; orig_total_out = pStream->total_out; + for ( ; ; ) + { + tdefl_status defl_status; + in_bytes = pStream->avail_in; out_bytes = pStream->avail_out; + + defl_status = tdefl_compress((tdefl_compressor*)pStream->state, pStream->next_in, &in_bytes, pStream->next_out, &out_bytes, (tdefl_flush)flush); + pStream->next_in += (mz_uint)in_bytes; pStream->avail_in -= (mz_uint)in_bytes; + pStream->total_in += (mz_uint)in_bytes; pStream->adler = tdefl_get_adler32((tdefl_compressor*)pStream->state); + + pStream->next_out += (mz_uint)out_bytes; pStream->avail_out -= (mz_uint)out_bytes; + pStream->total_out += (mz_uint)out_bytes; + + if (defl_status < 0) + { + mz_status = MZ_STREAM_ERROR; + break; + } + else if (defl_status == TDEFL_STATUS_DONE) + { + mz_status = MZ_STREAM_END; + break; + } + else if (!pStream->avail_out) + break; + else if ((!pStream->avail_in) && (flush != MZ_FINISH)) + { + if ((flush) || (pStream->total_in != orig_total_in) || (pStream->total_out != orig_total_out)) + break; + return MZ_BUF_ERROR; // Can't make forward progress without some input. + } + } + return mz_status; +} + +int mz_deflateEnd(mz_streamp pStream) +{ + if (!pStream) return MZ_STREAM_ERROR; + if (pStream->state) + { + pStream->zfree(pStream->opaque, pStream->state); + pStream->state = NULL; + } + return MZ_OK; +} + +mz_ulong mz_deflateBound(mz_streamp pStream, mz_ulong source_len) +{ + (void)pStream; + // This is really over conservative. (And lame, but it's actually pretty tricky to compute a true upper bound given the way tdefl's blocking works.) + return MZ_MAX(128 + (source_len * 110) / 100, 128 + source_len + ((source_len / (31 * 1024)) + 1) * 5); +} + +int mz_compress2(unsigned char *pDest, mz_ulong *pDest_len, const unsigned char *pSource, mz_ulong source_len, int level) +{ + int status; + mz_stream stream; + memset(&stream, 0, sizeof(stream)); + + // In case mz_ulong is 64-bits (argh I hate longs). + if ((source_len | *pDest_len) > 0xFFFFFFFFU) return MZ_PARAM_ERROR; + + stream.next_in = pSource; + stream.avail_in = (mz_uint32)source_len; + stream.next_out = pDest; + stream.avail_out = (mz_uint32)*pDest_len; + + status = mz_deflateInit(&stream, level); + if (status != MZ_OK) return status; + + status = mz_deflate(&stream, MZ_FINISH); + if (status != MZ_STREAM_END) + { + mz_deflateEnd(&stream); + return (status == MZ_OK) ? MZ_BUF_ERROR : status; + } + + *pDest_len = stream.total_out; + return mz_deflateEnd(&stream); +} + +int mz_compress(unsigned char *pDest, mz_ulong *pDest_len, const unsigned char *pSource, mz_ulong source_len) +{ + return mz_compress2(pDest, pDest_len, pSource, source_len, MZ_DEFAULT_COMPRESSION); +} + +mz_ulong mz_compressBound(mz_ulong source_len) +{ + return mz_deflateBound(NULL, source_len); +} + +typedef struct +{ + tinfl_decompressor m_decomp; + mz_uint m_dict_ofs, m_dict_avail, m_first_call, m_has_flushed; int m_window_bits; + mz_uint8 m_dict[TINFL_LZ_DICT_SIZE]; + tinfl_status m_last_status; +} inflate_state; + +int mz_inflateInit2(mz_streamp pStream, int window_bits) +{ + inflate_state *pDecomp; + if (!pStream) return MZ_STREAM_ERROR; + if ((window_bits != MZ_DEFAULT_WINDOW_BITS) && (-window_bits != MZ_DEFAULT_WINDOW_BITS)) return MZ_PARAM_ERROR; + + pStream->data_type = 0; + pStream->adler = 0; + pStream->msg = NULL; + pStream->total_in = 0; + pStream->total_out = 0; + pStream->reserved = 0; + if (!pStream->zalloc) pStream->zalloc = def_alloc_func; + if (!pStream->zfree) pStream->zfree = def_free_func; + + pDecomp = (inflate_state*)pStream->zalloc(pStream->opaque, 1, sizeof(inflate_state)); + if (!pDecomp) return MZ_MEM_ERROR; + + pStream->state = (struct mz_internal_state *)pDecomp; + + tinfl_init(&pDecomp->m_decomp); + pDecomp->m_dict_ofs = 0; + pDecomp->m_dict_avail = 0; + pDecomp->m_last_status = TINFL_STATUS_NEEDS_MORE_INPUT; + pDecomp->m_first_call = 1; + pDecomp->m_has_flushed = 0; + pDecomp->m_window_bits = window_bits; + + return MZ_OK; +} + +int mz_inflateInit(mz_streamp pStream) +{ + return mz_inflateInit2(pStream, MZ_DEFAULT_WINDOW_BITS); +} + +int mz_inflate(mz_streamp pStream, int flush) +{ + inflate_state* pState; + mz_uint n, first_call, decomp_flags = TINFL_FLAG_COMPUTE_ADLER32; + size_t in_bytes, out_bytes, orig_avail_in; + tinfl_status status; + + if ((!pStream) || (!pStream->state)) return MZ_STREAM_ERROR; + if (flush == MZ_PARTIAL_FLUSH) flush = MZ_SYNC_FLUSH; + if ((flush) && (flush != MZ_SYNC_FLUSH) && (flush != MZ_FINISH)) return MZ_STREAM_ERROR; + + pState = (inflate_state*)pStream->state; + if (pState->m_window_bits > 0) decomp_flags |= TINFL_FLAG_PARSE_ZLIB_HEADER; + orig_avail_in = pStream->avail_in; + + first_call = pState->m_first_call; pState->m_first_call = 0; + if (pState->m_last_status < 0) return MZ_DATA_ERROR; + + if (pState->m_has_flushed && (flush != MZ_FINISH)) return MZ_STREAM_ERROR; + pState->m_has_flushed |= (flush == MZ_FINISH); + + if ((flush == MZ_FINISH) && (first_call)) + { + // MZ_FINISH on the first call implies that the input and output buffers are large enough to hold the entire compressed/decompressed file. + decomp_flags |= TINFL_FLAG_USING_NON_WRAPPING_OUTPUT_BUF; + in_bytes = pStream->avail_in; out_bytes = pStream->avail_out; + status = tinfl_decompress(&pState->m_decomp, pStream->next_in, &in_bytes, pStream->next_out, pStream->next_out, &out_bytes, decomp_flags); + pState->m_last_status = status; + pStream->next_in += (mz_uint)in_bytes; pStream->avail_in -= (mz_uint)in_bytes; pStream->total_in += (mz_uint)in_bytes; + pStream->adler = tinfl_get_adler32(&pState->m_decomp); + pStream->next_out += (mz_uint)out_bytes; pStream->avail_out -= (mz_uint)out_bytes; pStream->total_out += (mz_uint)out_bytes; + + if (status < 0) + return MZ_DATA_ERROR; + else if (status != TINFL_STATUS_DONE) + { + pState->m_last_status = TINFL_STATUS_FAILED; + return MZ_BUF_ERROR; + } + return MZ_STREAM_END; + } + // flush != MZ_FINISH then we must assume there's more input. + if (flush != MZ_FINISH) decomp_flags |= TINFL_FLAG_HAS_MORE_INPUT; + + if (pState->m_dict_avail) + { + n = MZ_MIN(pState->m_dict_avail, pStream->avail_out); + memcpy(pStream->next_out, pState->m_dict + pState->m_dict_ofs, n); + pStream->next_out += n; pStream->avail_out -= n; pStream->total_out += n; + pState->m_dict_avail -= n; pState->m_dict_ofs = (pState->m_dict_ofs + n) & (TINFL_LZ_DICT_SIZE - 1); + return ((pState->m_last_status == TINFL_STATUS_DONE) && (!pState->m_dict_avail)) ? MZ_STREAM_END : MZ_OK; + } + + for ( ; ; ) + { + in_bytes = pStream->avail_in; + out_bytes = TINFL_LZ_DICT_SIZE - pState->m_dict_ofs; + + status = tinfl_decompress(&pState->m_decomp, pStream->next_in, &in_bytes, pState->m_dict, pState->m_dict + pState->m_dict_ofs, &out_bytes, decomp_flags); + pState->m_last_status = status; + + pStream->next_in += (mz_uint)in_bytes; pStream->avail_in -= (mz_uint)in_bytes; + pStream->total_in += (mz_uint)in_bytes; pStream->adler = tinfl_get_adler32(&pState->m_decomp); + + pState->m_dict_avail = (mz_uint)out_bytes; + + n = MZ_MIN(pState->m_dict_avail, pStream->avail_out); + memcpy(pStream->next_out, pState->m_dict + pState->m_dict_ofs, n); + pStream->next_out += n; pStream->avail_out -= n; pStream->total_out += n; + pState->m_dict_avail -= n; pState->m_dict_ofs = (pState->m_dict_ofs + n) & (TINFL_LZ_DICT_SIZE - 1); + + if (status < 0) + return MZ_DATA_ERROR; // Stream is corrupted (there could be some uncompressed data left in the output dictionary - oh well). + else if ((status == TINFL_STATUS_NEEDS_MORE_INPUT) && (!orig_avail_in)) + return MZ_BUF_ERROR; // Signal caller that we can't make forward progress without supplying more input or by setting flush to MZ_FINISH. + else if (flush == MZ_FINISH) + { + // The output buffer MUST be large to hold the remaining uncompressed data when flush==MZ_FINISH. + if (status == TINFL_STATUS_DONE) + return pState->m_dict_avail ? MZ_BUF_ERROR : MZ_STREAM_END; + // status here must be TINFL_STATUS_HAS_MORE_OUTPUT, which means there's at least 1 more byte on the way. If there's no more room left in the output buffer then something is wrong. + else if (!pStream->avail_out) + return MZ_BUF_ERROR; + } + else if ((status == TINFL_STATUS_DONE) || (!pStream->avail_in) || (!pStream->avail_out) || (pState->m_dict_avail)) + break; + } + + return ((status == TINFL_STATUS_DONE) && (!pState->m_dict_avail)) ? MZ_STREAM_END : MZ_OK; +} + +int mz_inflateEnd(mz_streamp pStream) +{ + if (!pStream) + return MZ_STREAM_ERROR; + if (pStream->state) + { + pStream->zfree(pStream->opaque, pStream->state); + pStream->state = NULL; + } + return MZ_OK; +} + +int mz_uncompress(unsigned char *pDest, mz_ulong *pDest_len, const unsigned char *pSource, mz_ulong source_len) +{ + mz_stream stream; + int status; + memset(&stream, 0, sizeof(stream)); + + // In case mz_ulong is 64-bits (argh I hate longs). + if ((source_len | *pDest_len) > 0xFFFFFFFFU) return MZ_PARAM_ERROR; + + stream.next_in = pSource; + stream.avail_in = (mz_uint32)source_len; + stream.next_out = pDest; + stream.avail_out = (mz_uint32)*pDest_len; + + status = mz_inflateInit(&stream); + if (status != MZ_OK) + return status; + + status = mz_inflate(&stream, MZ_FINISH); + if (status != MZ_STREAM_END) + { + mz_inflateEnd(&stream); + return ((status == MZ_BUF_ERROR) && (!stream.avail_in)) ? MZ_DATA_ERROR : status; + } + *pDest_len = stream.total_out; + + return mz_inflateEnd(&stream); +} + +const char *mz_error(int err) +{ + static struct { int m_err; const char *m_pDesc; } s_error_descs[] = + { + { MZ_OK, "" }, { MZ_STREAM_END, "stream end" }, { MZ_NEED_DICT, "need dictionary" }, { MZ_ERRNO, "file error" }, { MZ_STREAM_ERROR, "stream error" }, + { MZ_DATA_ERROR, "data error" }, { MZ_MEM_ERROR, "out of memory" }, { MZ_BUF_ERROR, "buf error" }, { MZ_VERSION_ERROR, "version error" }, { MZ_PARAM_ERROR, "parameter error" } + }; + mz_uint i; for (i = 0; i < sizeof(s_error_descs) / sizeof(s_error_descs[0]); ++i) if (s_error_descs[i].m_err == err) return s_error_descs[i].m_pDesc; + return NULL; +} + +#endif //MINIZ_NO_ZLIB_APIS + +// ------------------- Low-level Decompression (completely independent from all compression API's) + +#define TINFL_MEMCPY(d, s, l) memcpy(d, s, l) +#define TINFL_MEMSET(p, c, l) memset(p, c, l) + +#define TINFL_CR_BEGIN switch(r->m_state) { case 0: +#define TINFL_CR_RETURN(state_index, result) do { status = result; r->m_state = state_index; goto common_exit; case state_index:; } MZ_MACRO_END +#define TINFL_CR_RETURN_FOREVER(state_index, result) do { for ( ; ; ) { TINFL_CR_RETURN(state_index, result); } } MZ_MACRO_END +#define TINFL_CR_FINISH } + +// TODO: If the caller has indicated that there's no more input, and we attempt to read beyond the input buf, then something is wrong with the input because the inflator never +// reads ahead more than it needs to. Currently TINFL_GET_BYTE() pads the end of the stream with 0's in this scenario. +#define TINFL_GET_BYTE(state_index, c) do { \ + if (pIn_buf_cur >= pIn_buf_end) { \ + for ( ; ; ) { \ + if (decomp_flags & TINFL_FLAG_HAS_MORE_INPUT) { \ + TINFL_CR_RETURN(state_index, TINFL_STATUS_NEEDS_MORE_INPUT); \ + if (pIn_buf_cur < pIn_buf_end) { \ + c = *pIn_buf_cur++; \ + break; \ + } \ + } else { \ + c = 0; \ + break; \ + } \ + } \ + } else c = *pIn_buf_cur++; } MZ_MACRO_END + +#define TINFL_NEED_BITS(state_index, n) do { mz_uint c; TINFL_GET_BYTE(state_index, c); bit_buf |= (((tinfl_bit_buf_t)c) << num_bits); num_bits += 8; } while (num_bits < (mz_uint)(n)) +#define TINFL_SKIP_BITS(state_index, n) do { if (num_bits < (mz_uint)(n)) { TINFL_NEED_BITS(state_index, n); } bit_buf >>= (n); num_bits -= (n); } MZ_MACRO_END +#define TINFL_GET_BITS(state_index, b, n) do { if (num_bits < (mz_uint)(n)) { TINFL_NEED_BITS(state_index, n); } b = bit_buf & ((1 << (n)) - 1); bit_buf >>= (n); num_bits -= (n); } MZ_MACRO_END + +// TINFL_HUFF_BITBUF_FILL() is only used rarely, when the number of bytes remaining in the input buffer falls below 2. +// It reads just enough bytes from the input stream that are needed to decode the next Huffman code (and absolutely no more). It works by trying to fully decode a +// Huffman code by using whatever bits are currently present in the bit buffer. If this fails, it reads another byte, and tries again until it succeeds or until the +// bit buffer contains >=15 bits (deflate's max. Huffman code size). +#define TINFL_HUFF_BITBUF_FILL(state_index, pHuff) \ + do { \ + temp = (pHuff)->m_look_up[bit_buf & (TINFL_FAST_LOOKUP_SIZE - 1)]; \ + if (temp >= 0) { \ + code_len = temp >> 9; \ + if ((code_len) && (num_bits >= code_len)) \ + break; \ + } else if (num_bits > TINFL_FAST_LOOKUP_BITS) { \ + code_len = TINFL_FAST_LOOKUP_BITS; \ + do { \ + temp = (pHuff)->m_tree[~temp + ((bit_buf >> code_len++) & 1)]; \ + } while ((temp < 0) && (num_bits >= (code_len + 1))); if (temp >= 0) break; \ + } TINFL_GET_BYTE(state_index, c); bit_buf |= (((tinfl_bit_buf_t)c) << num_bits); num_bits += 8; \ + } while (num_bits < 15); + +// TINFL_HUFF_DECODE() decodes the next Huffman coded symbol. It's more complex than you would initially expect because the zlib API expects the decompressor to never read +// beyond the final byte of the deflate stream. (In other words, when this macro wants to read another byte from the input, it REALLY needs another byte in order to fully +// decode the next Huffman code.) Handling this properly is particularly important on raw deflate (non-zlib) streams, which aren't followed by a byte aligned adler-32. +// The slow path is only executed at the very end of the input buffer. +#define TINFL_HUFF_DECODE(state_index, sym, pHuff) do { \ + int temp; mz_uint code_len, c; \ + if (num_bits < 15) { \ + if ((pIn_buf_end - pIn_buf_cur) < 2) { \ + TINFL_HUFF_BITBUF_FILL(state_index, pHuff); \ + } else { \ + bit_buf |= (((tinfl_bit_buf_t)pIn_buf_cur[0]) << num_bits) | (((tinfl_bit_buf_t)pIn_buf_cur[1]) << (num_bits + 8)); pIn_buf_cur += 2; num_bits += 16; \ + } \ + } \ + if ((temp = (pHuff)->m_look_up[bit_buf & (TINFL_FAST_LOOKUP_SIZE - 1)]) >= 0) \ + code_len = temp >> 9, temp &= 511; \ + else { \ + code_len = TINFL_FAST_LOOKUP_BITS; do { temp = (pHuff)->m_tree[~temp + ((bit_buf >> code_len++) & 1)]; } while (temp < 0); \ + } sym = temp; bit_buf >>= code_len; num_bits -= code_len; } MZ_MACRO_END + +tinfl_status tinfl_decompress(tinfl_decompressor *r, const mz_uint8 *pIn_buf_next, size_t *pIn_buf_size, mz_uint8 *pOut_buf_start, mz_uint8 *pOut_buf_next, size_t *pOut_buf_size, const mz_uint32 decomp_flags) +{ + static const int s_length_base[31] = { 3,4,5,6,7,8,9,10,11,13, 15,17,19,23,27,31,35,43,51,59, 67,83,99,115,131,163,195,227,258,0,0 }; + static const int s_length_extra[31]= { 0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0 }; + static const int s_dist_base[32] = { 1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193, 257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0}; + static const int s_dist_extra[32] = { 0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13}; + static const mz_uint8 s_length_dezigzag[19] = { 16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15 }; + static const int s_min_table_sizes[3] = { 257, 1, 4 }; + + tinfl_status status = TINFL_STATUS_FAILED; mz_uint32 num_bits, dist, counter, num_extra; tinfl_bit_buf_t bit_buf; + const mz_uint8 *pIn_buf_cur = pIn_buf_next, *const pIn_buf_end = pIn_buf_next + *pIn_buf_size; + mz_uint8 *pOut_buf_cur = pOut_buf_next, *const pOut_buf_end = pOut_buf_next + *pOut_buf_size; + size_t out_buf_size_mask = (decomp_flags & TINFL_FLAG_USING_NON_WRAPPING_OUTPUT_BUF) ? (size_t)-1 : ((pOut_buf_next - pOut_buf_start) + *pOut_buf_size) - 1, dist_from_out_buf_start; + + // Ensure the output buffer's size is a power of 2, unless the output buffer is large enough to hold the entire output file (in which case it doesn't matter). + if (((out_buf_size_mask + 1) & out_buf_size_mask) || (pOut_buf_next < pOut_buf_start)) { *pIn_buf_size = *pOut_buf_size = 0; return TINFL_STATUS_BAD_PARAM; } + + num_bits = r->m_num_bits; bit_buf = r->m_bit_buf; dist = r->m_dist; counter = r->m_counter; num_extra = r->m_num_extra; dist_from_out_buf_start = r->m_dist_from_out_buf_start; + TINFL_CR_BEGIN + + bit_buf = num_bits = dist = counter = num_extra = r->m_zhdr0 = r->m_zhdr1 = 0; r->m_z_adler32 = r->m_check_adler32 = 1; + if (decomp_flags & TINFL_FLAG_PARSE_ZLIB_HEADER) + { + TINFL_GET_BYTE(1, r->m_zhdr0); TINFL_GET_BYTE(2, r->m_zhdr1); + counter = (((r->m_zhdr0 * 256 + r->m_zhdr1) % 31 != 0) || (r->m_zhdr1 & 32) || ((r->m_zhdr0 & 15) != 8)); + if (!(decomp_flags & TINFL_FLAG_USING_NON_WRAPPING_OUTPUT_BUF)) counter |= (((1U << (8U + (r->m_zhdr0 >> 4))) > 32768U) || ((out_buf_size_mask + 1) < (size_t)(1U << (8U + (r->m_zhdr0 >> 4))))); + if (counter) { TINFL_CR_RETURN_FOREVER(36, TINFL_STATUS_FAILED); } + } + + do + { + TINFL_GET_BITS(3, r->m_final, 3); r->m_type = r->m_final >> 1; + if (r->m_type == 0) + { + TINFL_SKIP_BITS(5, num_bits & 7); + for (counter = 0; counter < 4; ++counter) { if (num_bits) TINFL_GET_BITS(6, r->m_raw_header[counter], 8); else TINFL_GET_BYTE(7, r->m_raw_header[counter]); } + if ((counter = (r->m_raw_header[0] | (r->m_raw_header[1] << 8))) != (mz_uint)(0xFFFF ^ (r->m_raw_header[2] | (r->m_raw_header[3] << 8)))) { TINFL_CR_RETURN_FOREVER(39, TINFL_STATUS_FAILED); } + while ((counter) && (num_bits)) + { + TINFL_GET_BITS(51, dist, 8); + while (pOut_buf_cur >= pOut_buf_end) { TINFL_CR_RETURN(52, TINFL_STATUS_HAS_MORE_OUTPUT); } + *pOut_buf_cur++ = (mz_uint8)dist; + counter--; + } + while (counter) + { + size_t n; while (pOut_buf_cur >= pOut_buf_end) { TINFL_CR_RETURN(9, TINFL_STATUS_HAS_MORE_OUTPUT); } + while (pIn_buf_cur >= pIn_buf_end) + { + if (decomp_flags & TINFL_FLAG_HAS_MORE_INPUT) + { + TINFL_CR_RETURN(38, TINFL_STATUS_NEEDS_MORE_INPUT); + } + else + { + TINFL_CR_RETURN_FOREVER(40, TINFL_STATUS_FAILED); + } + } + n = MZ_MIN(MZ_MIN((size_t)(pOut_buf_end - pOut_buf_cur), (size_t)(pIn_buf_end - pIn_buf_cur)), counter); + TINFL_MEMCPY(pOut_buf_cur, pIn_buf_cur, n); pIn_buf_cur += n; pOut_buf_cur += n; counter -= (mz_uint)n; + } + } + else if (r->m_type == 3) + { + TINFL_CR_RETURN_FOREVER(10, TINFL_STATUS_FAILED); + } + else + { + if (r->m_type == 1) + { + mz_uint8 *p = r->m_tables[0].m_code_size; mz_uint i; + r->m_table_sizes[0] = 288; r->m_table_sizes[1] = 32; TINFL_MEMSET(r->m_tables[1].m_code_size, 5, 32); + for ( i = 0; i <= 143; ++i) { + *p++ = 8; + } + for ( ; i <= 255; ++i) { + *p++ = 9; + } + for ( ; i <= 279; ++i) { + *p++ = 7; + } + for ( ; i <= 287; ++i) { + *p++ = 8; + } + } + else + { + for (counter = 0; counter < 3; counter++) { TINFL_GET_BITS(11, r->m_table_sizes[counter], "\05\05\04"[counter]); r->m_table_sizes[counter] += s_min_table_sizes[counter]; } + MZ_CLEAR_OBJ(r->m_tables[2].m_code_size); for (counter = 0; counter < r->m_table_sizes[2]; counter++) { mz_uint s; TINFL_GET_BITS(14, s, 3); r->m_tables[2].m_code_size[s_length_dezigzag[counter]] = (mz_uint8)s; } + r->m_table_sizes[2] = 19; + } + for ( ; (int)r->m_type >= 0; r->m_type--) + { + int tree_next, tree_cur; tinfl_huff_table *pTable; + mz_uint i, j, used_syms, total, sym_index, next_code[17], total_syms[16]; pTable = &r->m_tables[r->m_type]; MZ_CLEAR_OBJ(total_syms); MZ_CLEAR_OBJ(pTable->m_look_up); MZ_CLEAR_OBJ(pTable->m_tree); + for (i = 0; i < r->m_table_sizes[r->m_type]; ++i) total_syms[pTable->m_code_size[i]]++; + used_syms = 0, total = 0; next_code[0] = next_code[1] = 0; + for (i = 1; i <= 15; ++i) { used_syms += total_syms[i]; next_code[i + 1] = (total = ((total + total_syms[i]) << 1)); } + if ((65536 != total) && (used_syms > 1)) + { + TINFL_CR_RETURN_FOREVER(35, TINFL_STATUS_FAILED); + } + for (tree_next = -1, sym_index = 0; sym_index < r->m_table_sizes[r->m_type]; ++sym_index) + { + mz_uint rev_code = 0, l, cur_code, code_size = pTable->m_code_size[sym_index]; if (!code_size) continue; + cur_code = next_code[code_size]++; for (l = code_size; l > 0; l--, cur_code >>= 1) rev_code = (rev_code << 1) | (cur_code & 1); + if (code_size <= TINFL_FAST_LOOKUP_BITS) { mz_int16 k = (mz_int16)((code_size << 9) | sym_index); while (rev_code < TINFL_FAST_LOOKUP_SIZE) { pTable->m_look_up[rev_code] = k; rev_code += (1 << code_size); } continue; } + if (0 == (tree_cur = pTable->m_look_up[rev_code & (TINFL_FAST_LOOKUP_SIZE - 1)])) { pTable->m_look_up[rev_code & (TINFL_FAST_LOOKUP_SIZE - 1)] = (mz_int16)tree_next; tree_cur = tree_next; tree_next -= 2; } + rev_code >>= (TINFL_FAST_LOOKUP_BITS - 1); + for (j = code_size; j > (TINFL_FAST_LOOKUP_BITS + 1); j--) + { + tree_cur -= ((rev_code >>= 1) & 1); + if (!pTable->m_tree[-tree_cur - 1]) { pTable->m_tree[-tree_cur - 1] = (mz_int16)tree_next; tree_cur = tree_next; tree_next -= 2; } else tree_cur = pTable->m_tree[-tree_cur - 1]; + } + tree_cur -= ((rev_code >>= 1) & 1); pTable->m_tree[-tree_cur - 1] = (mz_int16)sym_index; + } + if (r->m_type == 2) + { + for (counter = 0; counter < (r->m_table_sizes[0] + r->m_table_sizes[1]); ) + { + mz_uint s; TINFL_HUFF_DECODE(16, dist, &r->m_tables[2]); if (dist < 16) { r->m_len_codes[counter++] = (mz_uint8)dist; continue; } + if ((dist == 16) && (!counter)) + { + TINFL_CR_RETURN_FOREVER(17, TINFL_STATUS_FAILED); + } + num_extra = "\02\03\07"[dist - 16]; TINFL_GET_BITS(18, s, num_extra); s += "\03\03\013"[dist - 16]; + TINFL_MEMSET(r->m_len_codes + counter, (dist == 16) ? r->m_len_codes[counter - 1] : 0, s); counter += s; + } + if ((r->m_table_sizes[0] + r->m_table_sizes[1]) != counter) + { + TINFL_CR_RETURN_FOREVER(21, TINFL_STATUS_FAILED); + } + TINFL_MEMCPY(r->m_tables[0].m_code_size, r->m_len_codes, r->m_table_sizes[0]); TINFL_MEMCPY(r->m_tables[1].m_code_size, r->m_len_codes + r->m_table_sizes[0], r->m_table_sizes[1]); + } + } + for ( ; ; ) + { + mz_uint8 *pSrc; + for ( ; ; ) + { + if (((pIn_buf_end - pIn_buf_cur) < 4) || ((pOut_buf_end - pOut_buf_cur) < 2)) + { + TINFL_HUFF_DECODE(23, counter, &r->m_tables[0]); + if (counter >= 256) + break; + while (pOut_buf_cur >= pOut_buf_end) { TINFL_CR_RETURN(24, TINFL_STATUS_HAS_MORE_OUTPUT); } + *pOut_buf_cur++ = (mz_uint8)counter; + } + else + { + int sym2; mz_uint code_len; +#if TINFL_USE_64BIT_BITBUF + if (num_bits < 30) { bit_buf |= (((tinfl_bit_buf_t)MZ_READ_LE32(pIn_buf_cur)) << num_bits); pIn_buf_cur += 4; num_bits += 32; } +#else + if (num_bits < 15) { bit_buf |= (((tinfl_bit_buf_t)MZ_READ_LE16(pIn_buf_cur)) << num_bits); pIn_buf_cur += 2; num_bits += 16; } +#endif + if ((sym2 = r->m_tables[0].m_look_up[bit_buf & (TINFL_FAST_LOOKUP_SIZE - 1)]) >= 0) + code_len = sym2 >> 9; + else + { + code_len = TINFL_FAST_LOOKUP_BITS; do { sym2 = r->m_tables[0].m_tree[~sym2 + ((bit_buf >> code_len++) & 1)]; } while (sym2 < 0); + } + counter = sym2; bit_buf >>= code_len; num_bits -= code_len; + if (counter & 256) + break; + +#if !TINFL_USE_64BIT_BITBUF + if (num_bits < 15) { bit_buf |= (((tinfl_bit_buf_t)MZ_READ_LE16(pIn_buf_cur)) << num_bits); pIn_buf_cur += 2; num_bits += 16; } +#endif + if ((sym2 = r->m_tables[0].m_look_up[bit_buf & (TINFL_FAST_LOOKUP_SIZE - 1)]) >= 0) + code_len = sym2 >> 9; + else + { + code_len = TINFL_FAST_LOOKUP_BITS; do { sym2 = r->m_tables[0].m_tree[~sym2 + ((bit_buf >> code_len++) & 1)]; } while (sym2 < 0); + } + bit_buf >>= code_len; num_bits -= code_len; + + pOut_buf_cur[0] = (mz_uint8)counter; + if (sym2 & 256) + { + pOut_buf_cur++; + counter = sym2; + break; + } + pOut_buf_cur[1] = (mz_uint8)sym2; + pOut_buf_cur += 2; + } + } + if ((counter &= 511) == 256) break; + + num_extra = s_length_extra[counter - 257]; counter = s_length_base[counter - 257]; + if (num_extra) { mz_uint extra_bits; TINFL_GET_BITS(25, extra_bits, num_extra); counter += extra_bits; } + + TINFL_HUFF_DECODE(26, dist, &r->m_tables[1]); + num_extra = s_dist_extra[dist]; dist = s_dist_base[dist]; + if (num_extra) { mz_uint extra_bits; TINFL_GET_BITS(27, extra_bits, num_extra); dist += extra_bits; } + + dist_from_out_buf_start = pOut_buf_cur - pOut_buf_start; + if ((dist > dist_from_out_buf_start) && (decomp_flags & TINFL_FLAG_USING_NON_WRAPPING_OUTPUT_BUF)) + { + TINFL_CR_RETURN_FOREVER(37, TINFL_STATUS_FAILED); + } + + pSrc = pOut_buf_start + ((dist_from_out_buf_start - dist) & out_buf_size_mask); + + if ((MZ_MAX(pOut_buf_cur, pSrc) + counter) > pOut_buf_end) + { + while (counter--) + { + while (pOut_buf_cur >= pOut_buf_end) { TINFL_CR_RETURN(53, TINFL_STATUS_HAS_MORE_OUTPUT); } + *pOut_buf_cur++ = pOut_buf_start[(dist_from_out_buf_start++ - dist) & out_buf_size_mask]; + } + continue; + } +#if MINIZ_USE_UNALIGNED_LOADS_AND_STORES + else if ((counter >= 9) && (counter <= dist)) + { + const mz_uint8 *pSrc_end = pSrc + (counter & ~7); + do + { + ((mz_uint32 *)pOut_buf_cur)[0] = ((const mz_uint32 *)pSrc)[0]; + ((mz_uint32 *)pOut_buf_cur)[1] = ((const mz_uint32 *)pSrc)[1]; + pOut_buf_cur += 8; + } while ((pSrc += 8) < pSrc_end); + if ((counter &= 7) < 3) + { + if (counter) + { + pOut_buf_cur[0] = pSrc[0]; + if (counter > 1) + pOut_buf_cur[1] = pSrc[1]; + pOut_buf_cur += counter; + } + continue; + } + } +#endif + do + { + pOut_buf_cur[0] = pSrc[0]; + pOut_buf_cur[1] = pSrc[1]; + pOut_buf_cur[2] = pSrc[2]; + pOut_buf_cur += 3; pSrc += 3; + } while ((int)(counter -= 3) > 2); + if ((int)counter > 0) + { + pOut_buf_cur[0] = pSrc[0]; + if ((int)counter > 1) + pOut_buf_cur[1] = pSrc[1]; + pOut_buf_cur += counter; + } + } + } + } while (!(r->m_final & 1)); + if (decomp_flags & TINFL_FLAG_PARSE_ZLIB_HEADER) + { + TINFL_SKIP_BITS(32, num_bits & 7); for (counter = 0; counter < 4; ++counter) { mz_uint s; if (num_bits) TINFL_GET_BITS(41, s, 8); else TINFL_GET_BYTE(42, s); r->m_z_adler32 = (r->m_z_adler32 << 8) | s; } + } + TINFL_CR_RETURN_FOREVER(34, TINFL_STATUS_DONE); + TINFL_CR_FINISH + +common_exit: + r->m_num_bits = num_bits; r->m_bit_buf = bit_buf; r->m_dist = dist; r->m_counter = counter; r->m_num_extra = num_extra; r->m_dist_from_out_buf_start = dist_from_out_buf_start; + *pIn_buf_size = pIn_buf_cur - pIn_buf_next; *pOut_buf_size = pOut_buf_cur - pOut_buf_next; + if ((decomp_flags & (TINFL_FLAG_PARSE_ZLIB_HEADER | TINFL_FLAG_COMPUTE_ADLER32)) && (status >= 0)) + { + const mz_uint8 *ptr = pOut_buf_next; size_t buf_len = *pOut_buf_size; + mz_uint32 i, s1 = r->m_check_adler32 & 0xffff, s2 = r->m_check_adler32 >> 16; size_t block_len = buf_len % 5552; + while (buf_len) + { + for (i = 0; i + 7 < block_len; i += 8, ptr += 8) + { + s1 += ptr[0], s2 += s1; s1 += ptr[1], s2 += s1; s1 += ptr[2], s2 += s1; s1 += ptr[3], s2 += s1; + s1 += ptr[4], s2 += s1; s1 += ptr[5], s2 += s1; s1 += ptr[6], s2 += s1; s1 += ptr[7], s2 += s1; + } + for ( ; i < block_len; ++i) s1 += *ptr++, s2 += s1; + s1 %= 65521U, s2 %= 65521U; buf_len -= block_len; block_len = 5552; + } + r->m_check_adler32 = (s2 << 16) + s1; if ((status == TINFL_STATUS_DONE) && (decomp_flags & TINFL_FLAG_PARSE_ZLIB_HEADER) && (r->m_check_adler32 != r->m_z_adler32)) status = TINFL_STATUS_ADLER32_MISMATCH; + } + return status; +} + +// Higher level helper functions. +void *tinfl_decompress_mem_to_heap(const void *pSrc_buf, size_t src_buf_len, size_t *pOut_len, int flags) +{ + tinfl_decompressor decomp; void *pBuf = NULL, *pNew_buf; size_t src_buf_ofs = 0, out_buf_capacity = 0; + *pOut_len = 0; + tinfl_init(&decomp); + for ( ; ; ) + { + size_t src_buf_size = src_buf_len - src_buf_ofs, dst_buf_size = out_buf_capacity - *pOut_len, new_out_buf_capacity; + tinfl_status status = tinfl_decompress(&decomp, (const mz_uint8*)pSrc_buf + src_buf_ofs, &src_buf_size, (mz_uint8*)pBuf, pBuf ? (mz_uint8*)pBuf + *pOut_len : NULL, &dst_buf_size, + (flags & ~TINFL_FLAG_HAS_MORE_INPUT) | TINFL_FLAG_USING_NON_WRAPPING_OUTPUT_BUF); + if ((status < 0) || (status == TINFL_STATUS_NEEDS_MORE_INPUT)) + { + MZ_FREE(pBuf); *pOut_len = 0; return NULL; + } + src_buf_ofs += src_buf_size; + *pOut_len += dst_buf_size; + if (status == TINFL_STATUS_DONE) break; + new_out_buf_capacity = out_buf_capacity * 2; if (new_out_buf_capacity < 128) new_out_buf_capacity = 128; + pNew_buf = MZ_REALLOC(pBuf, new_out_buf_capacity); + if (!pNew_buf) + { + MZ_FREE(pBuf); *pOut_len = 0; return NULL; + } + pBuf = pNew_buf; out_buf_capacity = new_out_buf_capacity; + } + return pBuf; +} + +size_t tinfl_decompress_mem_to_mem(void *pOut_buf, size_t out_buf_len, const void *pSrc_buf, size_t src_buf_len, int flags) +{ + tinfl_decompressor decomp; tinfl_status status; tinfl_init(&decomp); + status = tinfl_decompress(&decomp, (const mz_uint8*)pSrc_buf, &src_buf_len, (mz_uint8*)pOut_buf, (mz_uint8*)pOut_buf, &out_buf_len, (flags & ~TINFL_FLAG_HAS_MORE_INPUT) | TINFL_FLAG_USING_NON_WRAPPING_OUTPUT_BUF); + return (status != TINFL_STATUS_DONE) ? TINFL_DECOMPRESS_MEM_TO_MEM_FAILED : out_buf_len; +} + +int tinfl_decompress_mem_to_callback(const void *pIn_buf, size_t *pIn_buf_size, tinfl_put_buf_func_ptr pPut_buf_func, void *pPut_buf_user, int flags) +{ + int result = 0; + tinfl_decompressor decomp; + mz_uint8 *pDict = (mz_uint8*)MZ_MALLOC(TINFL_LZ_DICT_SIZE); size_t in_buf_ofs = 0, dict_ofs = 0; + if (!pDict) + return TINFL_STATUS_FAILED; + tinfl_init(&decomp); + for ( ; ; ) + { + size_t in_buf_size = *pIn_buf_size - in_buf_ofs, dst_buf_size = TINFL_LZ_DICT_SIZE - dict_ofs; + tinfl_status status = tinfl_decompress(&decomp, (const mz_uint8*)pIn_buf + in_buf_ofs, &in_buf_size, pDict, pDict + dict_ofs, &dst_buf_size, + (flags & ~(TINFL_FLAG_HAS_MORE_INPUT | TINFL_FLAG_USING_NON_WRAPPING_OUTPUT_BUF))); + in_buf_ofs += in_buf_size; + if ((dst_buf_size) && (!(*pPut_buf_func)(pDict + dict_ofs, (int)dst_buf_size, pPut_buf_user))) + break; + if (status != TINFL_STATUS_HAS_MORE_OUTPUT) + { + result = (status == TINFL_STATUS_DONE); + break; + } + dict_ofs = (dict_ofs + dst_buf_size) & (TINFL_LZ_DICT_SIZE - 1); + } + MZ_FREE(pDict); + *pIn_buf_size = in_buf_ofs; + return result; +} + +// ------------------- Low-level Compression (independent from all decompression API's) + +// Purposely making these tables static for faster init and thread safety. +static const mz_uint16 s_tdefl_len_sym[256] = { + 257,258,259,260,261,262,263,264,265,265,266,266,267,267,268,268,269,269,269,269,270,270,270,270,271,271,271,271,272,272,272,272, + 273,273,273,273,273,273,273,273,274,274,274,274,274,274,274,274,275,275,275,275,275,275,275,275,276,276,276,276,276,276,276,276, + 277,277,277,277,277,277,277,277,277,277,277,277,277,277,277,277,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278, + 279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,280,280,280,280,280,280,280,280,280,280,280,280,280,280,280,280, + 281,281,281,281,281,281,281,281,281,281,281,281,281,281,281,281,281,281,281,281,281,281,281,281,281,281,281,281,281,281,281,281, + 282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282, + 283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283, + 284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,285 }; + +static const mz_uint8 s_tdefl_len_extra[256] = { + 0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3, + 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4, + 5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5, + 5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0 }; + +static const mz_uint8 s_tdefl_small_dist_sym[512] = { + 0,1,2,3,4,4,5,5,6,6,6,6,7,7,7,7,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,11,11,11,11,11,11, + 11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,13, + 13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,14,14,14,14,14,14,14,14,14,14,14,14, + 14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14, + 14,14,14,14,14,14,14,14,14,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15, + 15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,16,16,16,16,16,16,16,16,16,16,16,16,16, + 16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16, + 16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16, + 16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,17,17,17,17,17,17,17,17,17,17,17,17,17,17, + 17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17, + 17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17, + 17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17 }; + +static const mz_uint8 s_tdefl_small_dist_extra[512] = { + 0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5, + 5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6, + 6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6, + 6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7, + 7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7, + 7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7, + 7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7, + 7,7,7,7,7,7,7,7 }; + +static const mz_uint8 s_tdefl_large_dist_sym[128] = { + 0,0,18,19,20,20,21,21,22,22,22,22,23,23,23,23,24,24,24,24,24,24,24,24,25,25,25,25,25,25,25,25,26,26,26,26,26,26,26,26,26,26,26,26, + 26,26,26,26,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28, + 28,28,28,28,28,28,28,28,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29 }; + +static const mz_uint8 s_tdefl_large_dist_extra[128] = { + 0,0,8,8,9,9,9,9,10,10,10,10,10,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12, + 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13, + 13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13 }; + +// Radix sorts tdefl_sym_freq[] array by 16-bit key m_key. Returns ptr to sorted values. +typedef struct { mz_uint16 m_key, m_sym_index; } tdefl_sym_freq; +static tdefl_sym_freq* tdefl_radix_sort_syms(mz_uint num_syms, tdefl_sym_freq* pSyms0, tdefl_sym_freq* pSyms1) +{ + mz_uint32 total_passes = 2, pass_shift, pass, i, hist[256 * 2]; tdefl_sym_freq* pCur_syms = pSyms0, *pNew_syms = pSyms1; MZ_CLEAR_OBJ(hist); + for (i = 0; i < num_syms; i++) { mz_uint freq = pSyms0[i].m_key; hist[freq & 0xFF]++; hist[256 + ((freq >> 8) & 0xFF)]++; } + while ((total_passes > 1) && (num_syms == hist[(total_passes - 1) * 256])) total_passes--; + for (pass_shift = 0, pass = 0; pass < total_passes; pass++, pass_shift += 8) + { + const mz_uint32* pHist = &hist[pass << 8]; + mz_uint offsets[256], cur_ofs = 0; + for (i = 0; i < 256; i++) { offsets[i] = cur_ofs; cur_ofs += pHist[i]; } + for (i = 0; i < num_syms; i++) pNew_syms[offsets[(pCur_syms[i].m_key >> pass_shift) & 0xFF]++] = pCur_syms[i]; + { tdefl_sym_freq* t = pCur_syms; pCur_syms = pNew_syms; pNew_syms = t; } + } + return pCur_syms; +} + +// tdefl_calculate_minimum_redundancy() originally written by: Alistair Moffat, alistair@cs.mu.oz.au, Jyrki Katajainen, jyrki@diku.dk, November 1996. +static void tdefl_calculate_minimum_redundancy(tdefl_sym_freq *A, int n) +{ + int root, leaf, next, avbl, used, dpth; + if (n==0) return; else if (n==1) { A[0].m_key = 1; return; } + A[0].m_key += A[1].m_key; root = 0; leaf = 2; + for (next=1; next < n-1; next++) + { + if (leaf>=n || A[root].m_key=n || (root=0; next--) A[next].m_key = A[A[next].m_key].m_key+1; + avbl = 1; used = dpth = 0; root = n-2; next = n-1; + while (avbl>0) + { + while (root>=0 && (int)A[root].m_key==dpth) { used++; root--; } + while (avbl>used) { A[next--].m_key = (mz_uint16)(dpth); avbl--; } + avbl = 2*used; dpth++; used = 0; + } +} + +// Limits canonical Huffman code table's max code size. +enum { TDEFL_MAX_SUPPORTED_HUFF_CODESIZE = 32 }; +static void tdefl_huffman_enforce_max_code_size(int *pNum_codes, int code_list_len, int max_code_size) +{ + int i; mz_uint32 total = 0; if (code_list_len <= 1) return; + for (i = max_code_size + 1; i <= TDEFL_MAX_SUPPORTED_HUFF_CODESIZE; i++) pNum_codes[max_code_size] += pNum_codes[i]; + for (i = max_code_size; i > 0; i--) total += (((mz_uint32)pNum_codes[i]) << (max_code_size - i)); + while (total != (1UL << max_code_size)) + { + pNum_codes[max_code_size]--; + for (i = max_code_size - 1; i > 0; i--) if (pNum_codes[i]) { pNum_codes[i]--; pNum_codes[i + 1] += 2; break; } + total--; + } +} + +static void tdefl_optimize_huffman_table(tdefl_compressor *d, int table_num, int table_len, int code_size_limit, int static_table) +{ + int i, j, l, num_codes[1 + TDEFL_MAX_SUPPORTED_HUFF_CODESIZE]; mz_uint next_code[TDEFL_MAX_SUPPORTED_HUFF_CODESIZE + 1]; MZ_CLEAR_OBJ(num_codes); + if (static_table) + { + for (i = 0; i < table_len; i++) num_codes[d->m_huff_code_sizes[table_num][i]]++; + } + else + { + tdefl_sym_freq syms0[TDEFL_MAX_HUFF_SYMBOLS], syms1[TDEFL_MAX_HUFF_SYMBOLS], *pSyms; + int num_used_syms = 0; + const mz_uint16 *pSym_count = &d->m_huff_count[table_num][0]; + for (i = 0; i < table_len; i++) if (pSym_count[i]) { syms0[num_used_syms].m_key = (mz_uint16)pSym_count[i]; syms0[num_used_syms++].m_sym_index = (mz_uint16)i; } + + pSyms = tdefl_radix_sort_syms(num_used_syms, syms0, syms1); tdefl_calculate_minimum_redundancy(pSyms, num_used_syms); + + for (i = 0; i < num_used_syms; i++) num_codes[pSyms[i].m_key]++; + + tdefl_huffman_enforce_max_code_size(num_codes, num_used_syms, code_size_limit); + + MZ_CLEAR_OBJ(d->m_huff_code_sizes[table_num]); MZ_CLEAR_OBJ(d->m_huff_codes[table_num]); + for (i = 1, j = num_used_syms; i <= code_size_limit; i++) + for (l = num_codes[i]; l > 0; l--) d->m_huff_code_sizes[table_num][pSyms[--j].m_sym_index] = (mz_uint8)(i); + } + + next_code[1] = 0; for (j = 0, i = 2; i <= code_size_limit; i++) next_code[i] = j = ((j + num_codes[i - 1]) << 1); + + for (i = 0; i < table_len; i++) + { + mz_uint rev_code = 0, code, code_size; if ((code_size = d->m_huff_code_sizes[table_num][i]) == 0) continue; + code = next_code[code_size]++; for (l = code_size; l > 0; l--, code >>= 1) rev_code = (rev_code << 1) | (code & 1); + d->m_huff_codes[table_num][i] = (mz_uint16)rev_code; + } +} + +#define TDEFL_PUT_BITS(b, l) do { \ + mz_uint bits = b; mz_uint len = l; MZ_ASSERT(bits <= ((1U << len) - 1U)); \ + d->m_bit_buffer |= (bits << d->m_bits_in); d->m_bits_in += len; \ + while (d->m_bits_in >= 8) { \ + if (d->m_pOutput_buf < d->m_pOutput_buf_end) \ + *d->m_pOutput_buf++ = (mz_uint8)(d->m_bit_buffer); \ + d->m_bit_buffer >>= 8; \ + d->m_bits_in -= 8; \ + } \ +} MZ_MACRO_END + +#define TDEFL_RLE_PREV_CODE_SIZE() { if (rle_repeat_count) { \ + if (rle_repeat_count < 3) { \ + d->m_huff_count[2][prev_code_size] = (mz_uint16)(d->m_huff_count[2][prev_code_size] + rle_repeat_count); \ + while (rle_repeat_count--) packed_code_sizes[num_packed_code_sizes++] = prev_code_size; \ + } else { \ + d->m_huff_count[2][16] = (mz_uint16)(d->m_huff_count[2][16] + 1); packed_code_sizes[num_packed_code_sizes++] = 16; packed_code_sizes[num_packed_code_sizes++] = (mz_uint8)(rle_repeat_count - 3); \ +} rle_repeat_count = 0; } } + +#define TDEFL_RLE_ZERO_CODE_SIZE() { if (rle_z_count) { \ + if (rle_z_count < 3) { \ + d->m_huff_count[2][0] = (mz_uint16)(d->m_huff_count[2][0] + rle_z_count); while (rle_z_count--) packed_code_sizes[num_packed_code_sizes++] = 0; \ + } else if (rle_z_count <= 10) { \ + d->m_huff_count[2][17] = (mz_uint16)(d->m_huff_count[2][17] + 1); packed_code_sizes[num_packed_code_sizes++] = 17; packed_code_sizes[num_packed_code_sizes++] = (mz_uint8)(rle_z_count - 3); \ + } else { \ + d->m_huff_count[2][18] = (mz_uint16)(d->m_huff_count[2][18] + 1); packed_code_sizes[num_packed_code_sizes++] = 18; packed_code_sizes[num_packed_code_sizes++] = (mz_uint8)(rle_z_count - 11); \ +} rle_z_count = 0; } } + +static mz_uint8 s_tdefl_packed_code_size_syms_swizzle[] = { 16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15 }; + +static void tdefl_start_dynamic_block(tdefl_compressor *d) +{ + int num_lit_codes, num_dist_codes, num_bit_lengths; mz_uint i, total_code_sizes_to_pack, num_packed_code_sizes, rle_z_count, rle_repeat_count, packed_code_sizes_index; + mz_uint8 code_sizes_to_pack[TDEFL_MAX_HUFF_SYMBOLS_0 + TDEFL_MAX_HUFF_SYMBOLS_1], packed_code_sizes[TDEFL_MAX_HUFF_SYMBOLS_0 + TDEFL_MAX_HUFF_SYMBOLS_1], prev_code_size = 0xFF; + + d->m_huff_count[0][256] = 1; + + tdefl_optimize_huffman_table(d, 0, TDEFL_MAX_HUFF_SYMBOLS_0, 15, MZ_FALSE); + tdefl_optimize_huffman_table(d, 1, TDEFL_MAX_HUFF_SYMBOLS_1, 15, MZ_FALSE); + + for (num_lit_codes = 286; num_lit_codes > 257; num_lit_codes--) if (d->m_huff_code_sizes[0][num_lit_codes - 1]) break; + for (num_dist_codes = 30; num_dist_codes > 1; num_dist_codes--) if (d->m_huff_code_sizes[1][num_dist_codes - 1]) break; + + memcpy(code_sizes_to_pack, &d->m_huff_code_sizes[0][0], sizeof(mz_uint8) * num_lit_codes); + memcpy(code_sizes_to_pack + num_lit_codes, &d->m_huff_code_sizes[1][0], sizeof(mz_uint8) * num_dist_codes); + total_code_sizes_to_pack = num_lit_codes + num_dist_codes; num_packed_code_sizes = 0; rle_z_count = 0; rle_repeat_count = 0; + + memset(&d->m_huff_count[2][0], 0, sizeof(d->m_huff_count[2][0]) * TDEFL_MAX_HUFF_SYMBOLS_2); + for (i = 0; i < total_code_sizes_to_pack; i++) + { + mz_uint8 code_size = code_sizes_to_pack[i]; + if (!code_size) + { + TDEFL_RLE_PREV_CODE_SIZE(); + if (++rle_z_count == 138) { TDEFL_RLE_ZERO_CODE_SIZE(); } + } + else + { + TDEFL_RLE_ZERO_CODE_SIZE(); + if (code_size != prev_code_size) + { + TDEFL_RLE_PREV_CODE_SIZE(); + d->m_huff_count[2][code_size] = (mz_uint16)(d->m_huff_count[2][code_size] + 1); packed_code_sizes[num_packed_code_sizes++] = code_size; + } + else if (++rle_repeat_count == 6) + { + TDEFL_RLE_PREV_CODE_SIZE(); + } + } + prev_code_size = code_size; + } + if (rle_repeat_count) { TDEFL_RLE_PREV_CODE_SIZE(); } else { TDEFL_RLE_ZERO_CODE_SIZE(); } + + tdefl_optimize_huffman_table(d, 2, TDEFL_MAX_HUFF_SYMBOLS_2, 7, MZ_FALSE); + + TDEFL_PUT_BITS(2, 2); + + TDEFL_PUT_BITS(num_lit_codes - 257, 5); + TDEFL_PUT_BITS(num_dist_codes - 1, 5); + + for (num_bit_lengths = 18; num_bit_lengths >= 0; num_bit_lengths--) if (d->m_huff_code_sizes[2][s_tdefl_packed_code_size_syms_swizzle[num_bit_lengths]]) break; + num_bit_lengths = MZ_MAX(4, (num_bit_lengths + 1)); TDEFL_PUT_BITS(num_bit_lengths - 4, 4); + for (i = 0; (int)i < num_bit_lengths; i++) TDEFL_PUT_BITS(d->m_huff_code_sizes[2][s_tdefl_packed_code_size_syms_swizzle[i]], 3); + + for (packed_code_sizes_index = 0; packed_code_sizes_index < num_packed_code_sizes; ) + { + mz_uint code = packed_code_sizes[packed_code_sizes_index++]; MZ_ASSERT(code < TDEFL_MAX_HUFF_SYMBOLS_2); + TDEFL_PUT_BITS(d->m_huff_codes[2][code], d->m_huff_code_sizes[2][code]); + if (code >= 16) TDEFL_PUT_BITS(packed_code_sizes[packed_code_sizes_index++], "\02\03\07"[code - 16]); + } +} + +static void tdefl_start_static_block(tdefl_compressor *d) +{ + mz_uint i; + mz_uint8 *p = &d->m_huff_code_sizes[0][0]; + + for (i = 0; i <= 143; ++i) *p++ = 8; + for ( ; i <= 255; ++i) *p++ = 9; + for ( ; i <= 279; ++i) *p++ = 7; + for ( ; i <= 287; ++i) *p++ = 8; + + memset(d->m_huff_code_sizes[1], 5, 32); + + tdefl_optimize_huffman_table(d, 0, 288, 15, MZ_TRUE); + tdefl_optimize_huffman_table(d, 1, 32, 15, MZ_TRUE); + + TDEFL_PUT_BITS(1, 2); +} + +static const mz_uint mz_bitmasks[17] = { 0x0000, 0x0001, 0x0003, 0x0007, 0x000F, 0x001F, 0x003F, 0x007F, 0x00FF, 0x01FF, 0x03FF, 0x07FF, 0x0FFF, 0x1FFF, 0x3FFF, 0x7FFF, 0xFFFF }; + +#if MINIZ_USE_UNALIGNED_LOADS_AND_STORES && MINIZ_LITTLE_ENDIAN && MINIZ_HAS_64BIT_REGISTERS +static mz_bool tdefl_compress_lz_codes(tdefl_compressor *d) +{ + mz_uint flags; + mz_uint8 *pLZ_codes; + mz_uint8 *pOutput_buf = d->m_pOutput_buf; + mz_uint8 *pLZ_code_buf_end = d->m_pLZ_code_buf; + mz_uint64 bit_buffer = d->m_bit_buffer; + mz_uint bits_in = d->m_bits_in; + +#define TDEFL_PUT_BITS_FAST(b, l) { bit_buffer |= (((mz_uint64)(b)) << bits_in); bits_in += (l); } + + flags = 1; + for (pLZ_codes = d->m_lz_code_buf; pLZ_codes < pLZ_code_buf_end; flags >>= 1) + { + if (flags == 1) + flags = *pLZ_codes++ | 0x100; + + if (flags & 1) + { + mz_uint s0, s1, n0, n1, sym, num_extra_bits; + mz_uint match_len = pLZ_codes[0], match_dist = *(const mz_uint16 *)(pLZ_codes + 1); pLZ_codes += 3; + + MZ_ASSERT(d->m_huff_code_sizes[0][s_tdefl_len_sym[match_len]]); + TDEFL_PUT_BITS_FAST(d->m_huff_codes[0][s_tdefl_len_sym[match_len]], d->m_huff_code_sizes[0][s_tdefl_len_sym[match_len]]); + TDEFL_PUT_BITS_FAST(match_len & mz_bitmasks[s_tdefl_len_extra[match_len]], s_tdefl_len_extra[match_len]); + + // This sequence coaxes MSVC into using cmov's vs. jmp's. + s0 = s_tdefl_small_dist_sym[match_dist & 511]; + n0 = s_tdefl_small_dist_extra[match_dist & 511]; + s1 = s_tdefl_large_dist_sym[match_dist >> 8]; + n1 = s_tdefl_large_dist_extra[match_dist >> 8]; + sym = (match_dist < 512) ? s0 : s1; + num_extra_bits = (match_dist < 512) ? n0 : n1; + + MZ_ASSERT(d->m_huff_code_sizes[1][sym]); + TDEFL_PUT_BITS_FAST(d->m_huff_codes[1][sym], d->m_huff_code_sizes[1][sym]); + TDEFL_PUT_BITS_FAST(match_dist & mz_bitmasks[num_extra_bits], num_extra_bits); + } + else + { + mz_uint lit = *pLZ_codes++; + MZ_ASSERT(d->m_huff_code_sizes[0][lit]); + TDEFL_PUT_BITS_FAST(d->m_huff_codes[0][lit], d->m_huff_code_sizes[0][lit]); + + if (((flags & 2) == 0) && (pLZ_codes < pLZ_code_buf_end)) + { + flags >>= 1; + lit = *pLZ_codes++; + MZ_ASSERT(d->m_huff_code_sizes[0][lit]); + TDEFL_PUT_BITS_FAST(d->m_huff_codes[0][lit], d->m_huff_code_sizes[0][lit]); + + if (((flags & 2) == 0) && (pLZ_codes < pLZ_code_buf_end)) + { + flags >>= 1; + lit = *pLZ_codes++; + MZ_ASSERT(d->m_huff_code_sizes[0][lit]); + TDEFL_PUT_BITS_FAST(d->m_huff_codes[0][lit], d->m_huff_code_sizes[0][lit]); + } + } + } + + if (pOutput_buf >= d->m_pOutput_buf_end) + return MZ_FALSE; + + *(mz_uint64*)pOutput_buf = bit_buffer; + pOutput_buf += (bits_in >> 3); + bit_buffer >>= (bits_in & ~7); + bits_in &= 7; + } + +#undef TDEFL_PUT_BITS_FAST + + d->m_pOutput_buf = pOutput_buf; + d->m_bits_in = 0; + d->m_bit_buffer = 0; + + while (bits_in) + { + mz_uint32 n = MZ_MIN(bits_in, 16); + TDEFL_PUT_BITS((mz_uint)bit_buffer & mz_bitmasks[n], n); + bit_buffer >>= n; + bits_in -= n; + } + + TDEFL_PUT_BITS(d->m_huff_codes[0][256], d->m_huff_code_sizes[0][256]); + + return (d->m_pOutput_buf < d->m_pOutput_buf_end); +} +#else +static mz_bool tdefl_compress_lz_codes(tdefl_compressor *d) +{ + mz_uint flags; + mz_uint8 *pLZ_codes; + + flags = 1; + for (pLZ_codes = d->m_lz_code_buf; pLZ_codes < d->m_pLZ_code_buf; flags >>= 1) + { + if (flags == 1) + flags = *pLZ_codes++ | 0x100; + if (flags & 1) + { + mz_uint sym, num_extra_bits; + mz_uint match_len = pLZ_codes[0], match_dist = (pLZ_codes[1] | (pLZ_codes[2] << 8)); pLZ_codes += 3; + + MZ_ASSERT(d->m_huff_code_sizes[0][s_tdefl_len_sym[match_len]]); + TDEFL_PUT_BITS(d->m_huff_codes[0][s_tdefl_len_sym[match_len]], d->m_huff_code_sizes[0][s_tdefl_len_sym[match_len]]); + TDEFL_PUT_BITS(match_len & mz_bitmasks[s_tdefl_len_extra[match_len]], s_tdefl_len_extra[match_len]); + + if (match_dist < 512) + { + sym = s_tdefl_small_dist_sym[match_dist]; num_extra_bits = s_tdefl_small_dist_extra[match_dist]; + } + else + { + sym = s_tdefl_large_dist_sym[match_dist >> 8]; num_extra_bits = s_tdefl_large_dist_extra[match_dist >> 8]; + } + MZ_ASSERT(d->m_huff_code_sizes[1][sym]); + TDEFL_PUT_BITS(d->m_huff_codes[1][sym], d->m_huff_code_sizes[1][sym]); + TDEFL_PUT_BITS(match_dist & mz_bitmasks[num_extra_bits], num_extra_bits); + } + else + { + mz_uint lit = *pLZ_codes++; + MZ_ASSERT(d->m_huff_code_sizes[0][lit]); + TDEFL_PUT_BITS(d->m_huff_codes[0][lit], d->m_huff_code_sizes[0][lit]); + } + } + + TDEFL_PUT_BITS(d->m_huff_codes[0][256], d->m_huff_code_sizes[0][256]); + + return (d->m_pOutput_buf < d->m_pOutput_buf_end); +} +#endif // MINIZ_USE_UNALIGNED_LOADS_AND_STORES && MINIZ_LITTLE_ENDIAN && MINIZ_HAS_64BIT_REGISTERS + +static mz_bool tdefl_compress_block(tdefl_compressor *d, mz_bool static_block) +{ + if (static_block) + tdefl_start_static_block(d); + else + tdefl_start_dynamic_block(d); + return tdefl_compress_lz_codes(d); +} + +static int tdefl_flush_block(tdefl_compressor *d, int flush) +{ + mz_uint saved_bit_buf, saved_bits_in; + mz_uint8 *pSaved_output_buf; + mz_bool comp_block_succeeded = MZ_FALSE; + int n, use_raw_block = ((d->m_flags & TDEFL_FORCE_ALL_RAW_BLOCKS) != 0) && (d->m_lookahead_pos - d->m_lz_code_buf_dict_pos) <= d->m_dict_size; + mz_uint8 *pOutput_buf_start = ((d->m_pPut_buf_func == NULL) && ((*d->m_pOut_buf_size - d->m_out_buf_ofs) >= TDEFL_OUT_BUF_SIZE)) ? ((mz_uint8 *)d->m_pOut_buf + d->m_out_buf_ofs) : d->m_output_buf; + + d->m_pOutput_buf = pOutput_buf_start; + d->m_pOutput_buf_end = d->m_pOutput_buf + TDEFL_OUT_BUF_SIZE - 16; + + MZ_ASSERT(!d->m_output_flush_remaining); + d->m_output_flush_ofs = 0; + d->m_output_flush_remaining = 0; + + *d->m_pLZ_flags = (mz_uint8)(*d->m_pLZ_flags >> d->m_num_flags_left); + d->m_pLZ_code_buf -= (d->m_num_flags_left == 8); + + if ((d->m_flags & TDEFL_WRITE_ZLIB_HEADER) && (!d->m_block_index)) + { + TDEFL_PUT_BITS(0x78, 8); TDEFL_PUT_BITS(0x01, 8); + } + + TDEFL_PUT_BITS(flush == TDEFL_FINISH, 1); + + pSaved_output_buf = d->m_pOutput_buf; saved_bit_buf = d->m_bit_buffer; saved_bits_in = d->m_bits_in; + + if (!use_raw_block) + comp_block_succeeded = tdefl_compress_block(d, (d->m_flags & TDEFL_FORCE_ALL_STATIC_BLOCKS) || (d->m_total_lz_bytes < 48)); + + // If the block gets expanded, forget the current contents of the output buffer and send a raw block instead. + if ( ((use_raw_block) || ((d->m_total_lz_bytes) && ((d->m_pOutput_buf - pSaved_output_buf + 1U) >= d->m_total_lz_bytes))) && + ((d->m_lookahead_pos - d->m_lz_code_buf_dict_pos) <= d->m_dict_size) ) + { + mz_uint i; d->m_pOutput_buf = pSaved_output_buf; d->m_bit_buffer = saved_bit_buf, d->m_bits_in = saved_bits_in; + TDEFL_PUT_BITS(0, 2); + if (d->m_bits_in) { TDEFL_PUT_BITS(0, 8 - d->m_bits_in); } + for (i = 2; i; --i, d->m_total_lz_bytes ^= 0xFFFF) + { + TDEFL_PUT_BITS(d->m_total_lz_bytes & 0xFFFF, 16); + } + for (i = 0; i < d->m_total_lz_bytes; ++i) + { + TDEFL_PUT_BITS(d->m_dict[(d->m_lz_code_buf_dict_pos + i) & TDEFL_LZ_DICT_SIZE_MASK], 8); + } + } + // Check for the extremely unlikely (if not impossible) case of the compressed block not fitting into the output buffer when using dynamic codes. + else if (!comp_block_succeeded) + { + d->m_pOutput_buf = pSaved_output_buf; d->m_bit_buffer = saved_bit_buf, d->m_bits_in = saved_bits_in; + tdefl_compress_block(d, MZ_TRUE); + } + + if (flush) + { + if (flush == TDEFL_FINISH) + { + if (d->m_bits_in) { TDEFL_PUT_BITS(0, 8 - d->m_bits_in); } + if (d->m_flags & TDEFL_WRITE_ZLIB_HEADER) { mz_uint i, a = d->m_adler32; for (i = 0; i < 4; i++) { TDEFL_PUT_BITS((a >> 24) & 0xFF, 8); a <<= 8; } } + } + else + { + mz_uint i, z = 0; TDEFL_PUT_BITS(0, 3); if (d->m_bits_in) { TDEFL_PUT_BITS(0, 8 - d->m_bits_in); } for (i = 2; i; --i, z ^= 0xFFFF) { TDEFL_PUT_BITS(z & 0xFFFF, 16); } + } + } + + MZ_ASSERT(d->m_pOutput_buf < d->m_pOutput_buf_end); + + memset(&d->m_huff_count[0][0], 0, sizeof(d->m_huff_count[0][0]) * TDEFL_MAX_HUFF_SYMBOLS_0); + memset(&d->m_huff_count[1][0], 0, sizeof(d->m_huff_count[1][0]) * TDEFL_MAX_HUFF_SYMBOLS_1); + + d->m_pLZ_code_buf = d->m_lz_code_buf + 1; d->m_pLZ_flags = d->m_lz_code_buf; d->m_num_flags_left = 8; d->m_lz_code_buf_dict_pos += d->m_total_lz_bytes; d->m_total_lz_bytes = 0; d->m_block_index++; + + if ((n = (int)(d->m_pOutput_buf - pOutput_buf_start)) != 0) + { + if (d->m_pPut_buf_func) + { + *d->m_pIn_buf_size = d->m_pSrc - (const mz_uint8 *)d->m_pIn_buf; + if (!(*d->m_pPut_buf_func)(d->m_output_buf, n, d->m_pPut_buf_user)) + return (d->m_prev_return_status = TDEFL_STATUS_PUT_BUF_FAILED); + } + else if (pOutput_buf_start == d->m_output_buf) + { + int bytes_to_copy = (int)MZ_MIN((size_t)n, (size_t)(*d->m_pOut_buf_size - d->m_out_buf_ofs)); + memcpy((mz_uint8 *)d->m_pOut_buf + d->m_out_buf_ofs, d->m_output_buf, bytes_to_copy); + d->m_out_buf_ofs += bytes_to_copy; + if ((n -= bytes_to_copy) != 0) + { + d->m_output_flush_ofs = bytes_to_copy; + d->m_output_flush_remaining = n; + } + } + else + { + d->m_out_buf_ofs += n; + } + } + + return d->m_output_flush_remaining; +} + +#if MINIZ_USE_UNALIGNED_LOADS_AND_STORES +#define TDEFL_READ_UNALIGNED_WORD(p) *(const mz_uint16*)(p) +static MZ_FORCEINLINE void tdefl_find_match(tdefl_compressor *d, mz_uint lookahead_pos, mz_uint max_dist, mz_uint max_match_len, mz_uint *pMatch_dist, mz_uint *pMatch_len) +{ + mz_uint dist, pos = lookahead_pos & TDEFL_LZ_DICT_SIZE_MASK, match_len = *pMatch_len, probe_pos = pos, next_probe_pos, probe_len; + mz_uint num_probes_left = d->m_max_probes[match_len >= 32]; + const mz_uint16 *s = (const mz_uint16*)(d->m_dict + pos), *p, *q; + mz_uint16 c01 = TDEFL_READ_UNALIGNED_WORD(&d->m_dict[pos + match_len - 1]), s01 = TDEFL_READ_UNALIGNED_WORD(s); + MZ_ASSERT(max_match_len <= TDEFL_MAX_MATCH_LEN); if (max_match_len <= match_len) return; + for ( ; ; ) + { + for ( ; ; ) + { + if (--num_probes_left == 0) return; + #define TDEFL_PROBE \ + next_probe_pos = d->m_next[probe_pos]; \ + if ((!next_probe_pos) || ((dist = (mz_uint16)(lookahead_pos - next_probe_pos)) > max_dist)) return; \ + probe_pos = next_probe_pos & TDEFL_LZ_DICT_SIZE_MASK; \ + if (TDEFL_READ_UNALIGNED_WORD(&d->m_dict[probe_pos + match_len - 1]) == c01) break; + TDEFL_PROBE; TDEFL_PROBE; TDEFL_PROBE; + } + if (!dist) { + break; + } + q = (const mz_uint16*)(d->m_dict + probe_pos); if (TDEFL_READ_UNALIGNED_WORD(q) != s01) continue; p = s; probe_len = 32; + do { } while ( (TDEFL_READ_UNALIGNED_WORD(++p) == TDEFL_READ_UNALIGNED_WORD(++q)) && (TDEFL_READ_UNALIGNED_WORD(++p) == TDEFL_READ_UNALIGNED_WORD(++q)) && + (TDEFL_READ_UNALIGNED_WORD(++p) == TDEFL_READ_UNALIGNED_WORD(++q)) && (TDEFL_READ_UNALIGNED_WORD(++p) == TDEFL_READ_UNALIGNED_WORD(++q)) && (--probe_len > 0) ); + if (!probe_len) + { + *pMatch_dist = dist; *pMatch_len = MZ_MIN(max_match_len, TDEFL_MAX_MATCH_LEN); break; + } + else if ((probe_len = ((mz_uint)(p - s) * 2) + (mz_uint)(*(const mz_uint8*)p == *(const mz_uint8*)q)) > match_len) + { + *pMatch_dist = dist; if ((*pMatch_len = match_len = MZ_MIN(max_match_len, probe_len)) == max_match_len) break; + c01 = TDEFL_READ_UNALIGNED_WORD(&d->m_dict[pos + match_len - 1]); + } + } +} +#else +static MZ_FORCEINLINE void tdefl_find_match(tdefl_compressor *d, mz_uint lookahead_pos, mz_uint max_dist, mz_uint max_match_len, mz_uint *pMatch_dist, mz_uint *pMatch_len) +{ + mz_uint dist, pos = lookahead_pos & TDEFL_LZ_DICT_SIZE_MASK, match_len = *pMatch_len, probe_pos = pos, next_probe_pos, probe_len; + mz_uint num_probes_left = d->m_max_probes[match_len >= 32]; + const mz_uint8 *s = d->m_dict + pos, *p, *q; + mz_uint8 c0 = d->m_dict[pos + match_len], c1 = d->m_dict[pos + match_len - 1]; + MZ_ASSERT(max_match_len <= TDEFL_MAX_MATCH_LEN); if (max_match_len <= match_len) return; + for ( ; ; ) + { + for ( ; ; ) + { + if (--num_probes_left == 0) return; + #define TDEFL_PROBE \ + next_probe_pos = d->m_next[probe_pos]; \ + if ((!next_probe_pos) || ((dist = (mz_uint16)(lookahead_pos - next_probe_pos)) > max_dist)) return; \ + probe_pos = next_probe_pos & TDEFL_LZ_DICT_SIZE_MASK; \ + if ((d->m_dict[probe_pos + match_len] == c0) && (d->m_dict[probe_pos + match_len - 1] == c1)) break; + TDEFL_PROBE; TDEFL_PROBE; TDEFL_PROBE; + } + if (!dist) break; p = s; q = d->m_dict + probe_pos; for (probe_len = 0; probe_len < max_match_len; probe_len++) if (*p++ != *q++) break; + if (probe_len > match_len) + { + *pMatch_dist = dist; if ((*pMatch_len = match_len = probe_len) == max_match_len) return; + c0 = d->m_dict[pos + match_len]; c1 = d->m_dict[pos + match_len - 1]; + } + } +} +#endif // #if MINIZ_USE_UNALIGNED_LOADS_AND_STORES + +#if MINIZ_USE_UNALIGNED_LOADS_AND_STORES && MINIZ_LITTLE_ENDIAN +static mz_bool tdefl_compress_fast(tdefl_compressor *d) +{ + // Faster, minimally featured LZRW1-style match+parse loop with better register utilization. Intended for applications where raw throughput is valued more highly than ratio. + mz_uint lookahead_pos = d->m_lookahead_pos, lookahead_size = d->m_lookahead_size, dict_size = d->m_dict_size, total_lz_bytes = d->m_total_lz_bytes, num_flags_left = d->m_num_flags_left; + mz_uint8 *pLZ_code_buf = d->m_pLZ_code_buf, *pLZ_flags = d->m_pLZ_flags; + mz_uint cur_pos = lookahead_pos & TDEFL_LZ_DICT_SIZE_MASK; + + while ((d->m_src_buf_left) || ((d->m_flush) && (lookahead_size))) + { + const mz_uint TDEFL_COMP_FAST_LOOKAHEAD_SIZE = 4096; + mz_uint dst_pos = (lookahead_pos + lookahead_size) & TDEFL_LZ_DICT_SIZE_MASK; + mz_uint num_bytes_to_process = (mz_uint)MZ_MIN(d->m_src_buf_left, TDEFL_COMP_FAST_LOOKAHEAD_SIZE - lookahead_size); + d->m_src_buf_left -= num_bytes_to_process; + lookahead_size += num_bytes_to_process; + + while (num_bytes_to_process) + { + mz_uint32 n = MZ_MIN(TDEFL_LZ_DICT_SIZE - dst_pos, num_bytes_to_process); + memcpy(d->m_dict + dst_pos, d->m_pSrc, n); + if (dst_pos < (TDEFL_MAX_MATCH_LEN - 1)) + memcpy(d->m_dict + TDEFL_LZ_DICT_SIZE + dst_pos, d->m_pSrc, MZ_MIN(n, (TDEFL_MAX_MATCH_LEN - 1) - dst_pos)); + d->m_pSrc += n; + dst_pos = (dst_pos + n) & TDEFL_LZ_DICT_SIZE_MASK; + num_bytes_to_process -= n; + } + + dict_size = MZ_MIN(TDEFL_LZ_DICT_SIZE - lookahead_size, dict_size); + if ((!d->m_flush) && (lookahead_size < TDEFL_COMP_FAST_LOOKAHEAD_SIZE)) break; + + while (lookahead_size >= 4) + { + mz_uint cur_match_dist, cur_match_len = 1; + mz_uint8 *pCur_dict = d->m_dict + cur_pos; + mz_uint first_trigram = (*(const mz_uint32 *)pCur_dict) & 0xFFFFFF; + mz_uint hash = (first_trigram ^ (first_trigram >> (24 - (TDEFL_LZ_HASH_BITS - 8)))) & TDEFL_LEVEL1_HASH_SIZE_MASK; + mz_uint probe_pos = d->m_hash[hash]; + d->m_hash[hash] = (mz_uint16)lookahead_pos; + + if (((cur_match_dist = (mz_uint16)(lookahead_pos - probe_pos)) <= dict_size) && ((*(const mz_uint32 *)(d->m_dict + (probe_pos &= TDEFL_LZ_DICT_SIZE_MASK)) & 0xFFFFFF) == first_trigram)) + { + const mz_uint16 *p = (const mz_uint16 *)pCur_dict; + const mz_uint16 *q = (const mz_uint16 *)(d->m_dict + probe_pos); + mz_uint32 probe_len = 32; + do { } while ( (TDEFL_READ_UNALIGNED_WORD(++p) == TDEFL_READ_UNALIGNED_WORD(++q)) && (TDEFL_READ_UNALIGNED_WORD(++p) == TDEFL_READ_UNALIGNED_WORD(++q)) && + (TDEFL_READ_UNALIGNED_WORD(++p) == TDEFL_READ_UNALIGNED_WORD(++q)) && (TDEFL_READ_UNALIGNED_WORD(++p) == TDEFL_READ_UNALIGNED_WORD(++q)) && (--probe_len > 0) ); + cur_match_len = ((mz_uint)(p - (const mz_uint16 *)pCur_dict) * 2) + (mz_uint)(*(const mz_uint8 *)p == *(const mz_uint8 *)q); + if (!probe_len) + cur_match_len = cur_match_dist ? TDEFL_MAX_MATCH_LEN : 0; + + if ((cur_match_len < TDEFL_MIN_MATCH_LEN) || ((cur_match_len == TDEFL_MIN_MATCH_LEN) && (cur_match_dist >= 8U*1024U))) + { + cur_match_len = 1; + *pLZ_code_buf++ = (mz_uint8)first_trigram; + *pLZ_flags = (mz_uint8)(*pLZ_flags >> 1); + d->m_huff_count[0][(mz_uint8)first_trigram]++; + } + else + { + mz_uint32 s0, s1; + cur_match_len = MZ_MIN(cur_match_len, lookahead_size); + + MZ_ASSERT((cur_match_len >= TDEFL_MIN_MATCH_LEN) && (cur_match_dist >= 1) && (cur_match_dist <= TDEFL_LZ_DICT_SIZE)); + + cur_match_dist--; + + pLZ_code_buf[0] = (mz_uint8)(cur_match_len - TDEFL_MIN_MATCH_LEN); + *(mz_uint16 *)(&pLZ_code_buf[1]) = (mz_uint16)cur_match_dist; + pLZ_code_buf += 3; + *pLZ_flags = (mz_uint8)((*pLZ_flags >> 1) | 0x80); + + s0 = s_tdefl_small_dist_sym[cur_match_dist & 511]; + s1 = s_tdefl_large_dist_sym[cur_match_dist >> 8]; + d->m_huff_count[1][(cur_match_dist < 512) ? s0 : s1]++; + + d->m_huff_count[0][s_tdefl_len_sym[cur_match_len - TDEFL_MIN_MATCH_LEN]]++; + } + } + else + { + *pLZ_code_buf++ = (mz_uint8)first_trigram; + *pLZ_flags = (mz_uint8)(*pLZ_flags >> 1); + d->m_huff_count[0][(mz_uint8)first_trigram]++; + } + + if (--num_flags_left == 0) { num_flags_left = 8; pLZ_flags = pLZ_code_buf++; } + + total_lz_bytes += cur_match_len; + lookahead_pos += cur_match_len; + dict_size = MZ_MIN(dict_size + cur_match_len, TDEFL_LZ_DICT_SIZE); + cur_pos = (cur_pos + cur_match_len) & TDEFL_LZ_DICT_SIZE_MASK; + MZ_ASSERT(lookahead_size >= cur_match_len); + lookahead_size -= cur_match_len; + + if (pLZ_code_buf > &d->m_lz_code_buf[TDEFL_LZ_CODE_BUF_SIZE - 8]) + { + int n; + d->m_lookahead_pos = lookahead_pos; d->m_lookahead_size = lookahead_size; d->m_dict_size = dict_size; + d->m_total_lz_bytes = total_lz_bytes; d->m_pLZ_code_buf = pLZ_code_buf; d->m_pLZ_flags = pLZ_flags; d->m_num_flags_left = num_flags_left; + if ((n = tdefl_flush_block(d, 0)) != 0) + return (n < 0) ? MZ_FALSE : MZ_TRUE; + total_lz_bytes = d->m_total_lz_bytes; pLZ_code_buf = d->m_pLZ_code_buf; pLZ_flags = d->m_pLZ_flags; num_flags_left = d->m_num_flags_left; + } + } + + while (lookahead_size) + { + mz_uint8 lit = d->m_dict[cur_pos]; + + total_lz_bytes++; + *pLZ_code_buf++ = lit; + *pLZ_flags = (mz_uint8)(*pLZ_flags >> 1); + if (--num_flags_left == 0) { num_flags_left = 8; pLZ_flags = pLZ_code_buf++; } + + d->m_huff_count[0][lit]++; + + lookahead_pos++; + dict_size = MZ_MIN(dict_size + 1, TDEFL_LZ_DICT_SIZE); + cur_pos = (cur_pos + 1) & TDEFL_LZ_DICT_SIZE_MASK; + lookahead_size--; + + if (pLZ_code_buf > &d->m_lz_code_buf[TDEFL_LZ_CODE_BUF_SIZE - 8]) + { + int n; + d->m_lookahead_pos = lookahead_pos; d->m_lookahead_size = lookahead_size; d->m_dict_size = dict_size; + d->m_total_lz_bytes = total_lz_bytes; d->m_pLZ_code_buf = pLZ_code_buf; d->m_pLZ_flags = pLZ_flags; d->m_num_flags_left = num_flags_left; + if ((n = tdefl_flush_block(d, 0)) != 0) + return (n < 0) ? MZ_FALSE : MZ_TRUE; + total_lz_bytes = d->m_total_lz_bytes; pLZ_code_buf = d->m_pLZ_code_buf; pLZ_flags = d->m_pLZ_flags; num_flags_left = d->m_num_flags_left; + } + } + } + + d->m_lookahead_pos = lookahead_pos; d->m_lookahead_size = lookahead_size; d->m_dict_size = dict_size; + d->m_total_lz_bytes = total_lz_bytes; d->m_pLZ_code_buf = pLZ_code_buf; d->m_pLZ_flags = pLZ_flags; d->m_num_flags_left = num_flags_left; + return MZ_TRUE; +} +#endif // MINIZ_USE_UNALIGNED_LOADS_AND_STORES && MINIZ_LITTLE_ENDIAN + +static MZ_FORCEINLINE void tdefl_record_literal(tdefl_compressor *d, mz_uint8 lit) +{ + d->m_total_lz_bytes++; + *d->m_pLZ_code_buf++ = lit; + *d->m_pLZ_flags = (mz_uint8)(*d->m_pLZ_flags >> 1); if (--d->m_num_flags_left == 0) { d->m_num_flags_left = 8; d->m_pLZ_flags = d->m_pLZ_code_buf++; } + d->m_huff_count[0][lit]++; +} + +static MZ_FORCEINLINE void tdefl_record_match(tdefl_compressor *d, mz_uint match_len, mz_uint match_dist) +{ + mz_uint32 s0, s1; + + MZ_ASSERT((match_len >= TDEFL_MIN_MATCH_LEN) && (match_dist >= 1) && (match_dist <= TDEFL_LZ_DICT_SIZE)); + + d->m_total_lz_bytes += match_len; + + d->m_pLZ_code_buf[0] = (mz_uint8)(match_len - TDEFL_MIN_MATCH_LEN); + + match_dist -= 1; + d->m_pLZ_code_buf[1] = (mz_uint8)(match_dist & 0xFF); + d->m_pLZ_code_buf[2] = (mz_uint8)(match_dist >> 8); d->m_pLZ_code_buf += 3; + + *d->m_pLZ_flags = (mz_uint8)((*d->m_pLZ_flags >> 1) | 0x80); if (--d->m_num_flags_left == 0) { d->m_num_flags_left = 8; d->m_pLZ_flags = d->m_pLZ_code_buf++; } + + s0 = s_tdefl_small_dist_sym[match_dist & 511]; s1 = s_tdefl_large_dist_sym[(match_dist >> 8) & 127]; + d->m_huff_count[1][(match_dist < 512) ? s0 : s1]++; + + if (match_len >= TDEFL_MIN_MATCH_LEN) d->m_huff_count[0][s_tdefl_len_sym[match_len - TDEFL_MIN_MATCH_LEN]]++; +} + +static mz_bool tdefl_compress_normal(tdefl_compressor *d) +{ + const mz_uint8 *pSrc = d->m_pSrc; size_t src_buf_left = d->m_src_buf_left; + tdefl_flush flush = d->m_flush; + + while ((src_buf_left) || ((flush) && (d->m_lookahead_size))) + { + mz_uint len_to_move, cur_match_dist, cur_match_len, cur_pos; + // Update dictionary and hash chains. Keeps the lookahead size equal to TDEFL_MAX_MATCH_LEN. + if ((d->m_lookahead_size + d->m_dict_size) >= (TDEFL_MIN_MATCH_LEN - 1)) + { + mz_uint dst_pos = (d->m_lookahead_pos + d->m_lookahead_size) & TDEFL_LZ_DICT_SIZE_MASK, ins_pos = d->m_lookahead_pos + d->m_lookahead_size - 2; + mz_uint hash = (d->m_dict[ins_pos & TDEFL_LZ_DICT_SIZE_MASK] << TDEFL_LZ_HASH_SHIFT) ^ d->m_dict[(ins_pos + 1) & TDEFL_LZ_DICT_SIZE_MASK]; + mz_uint num_bytes_to_process = (mz_uint)MZ_MIN(src_buf_left, TDEFL_MAX_MATCH_LEN - d->m_lookahead_size); + const mz_uint8 *pSrc_end = pSrc + num_bytes_to_process; + src_buf_left -= num_bytes_to_process; + d->m_lookahead_size += num_bytes_to_process; + while (pSrc != pSrc_end) + { + mz_uint8 c = *pSrc++; d->m_dict[dst_pos] = c; if (dst_pos < (TDEFL_MAX_MATCH_LEN - 1)) d->m_dict[TDEFL_LZ_DICT_SIZE + dst_pos] = c; + hash = ((hash << TDEFL_LZ_HASH_SHIFT) ^ c) & (TDEFL_LZ_HASH_SIZE - 1); + d->m_next[ins_pos & TDEFL_LZ_DICT_SIZE_MASK] = d->m_hash[hash]; d->m_hash[hash] = (mz_uint16)(ins_pos); + dst_pos = (dst_pos + 1) & TDEFL_LZ_DICT_SIZE_MASK; ins_pos++; + } + } + else + { + while ((src_buf_left) && (d->m_lookahead_size < TDEFL_MAX_MATCH_LEN)) + { + mz_uint8 c = *pSrc++; + mz_uint dst_pos = (d->m_lookahead_pos + d->m_lookahead_size) & TDEFL_LZ_DICT_SIZE_MASK; + src_buf_left--; + d->m_dict[dst_pos] = c; + if (dst_pos < (TDEFL_MAX_MATCH_LEN - 1)) + d->m_dict[TDEFL_LZ_DICT_SIZE + dst_pos] = c; + if ((++d->m_lookahead_size + d->m_dict_size) >= TDEFL_MIN_MATCH_LEN) + { + mz_uint ins_pos = d->m_lookahead_pos + (d->m_lookahead_size - 1) - 2; + mz_uint hash = ((d->m_dict[ins_pos & TDEFL_LZ_DICT_SIZE_MASK] << (TDEFL_LZ_HASH_SHIFT * 2)) ^ (d->m_dict[(ins_pos + 1) & TDEFL_LZ_DICT_SIZE_MASK] << TDEFL_LZ_HASH_SHIFT) ^ c) & (TDEFL_LZ_HASH_SIZE - 1); + d->m_next[ins_pos & TDEFL_LZ_DICT_SIZE_MASK] = d->m_hash[hash]; d->m_hash[hash] = (mz_uint16)(ins_pos); + } + } + } + d->m_dict_size = MZ_MIN(TDEFL_LZ_DICT_SIZE - d->m_lookahead_size, d->m_dict_size); + if ((!flush) && (d->m_lookahead_size < TDEFL_MAX_MATCH_LEN)) + break; + + // Simple lazy/greedy parsing state machine. + len_to_move = 1; cur_match_dist = 0; cur_match_len = d->m_saved_match_len ? d->m_saved_match_len : (TDEFL_MIN_MATCH_LEN - 1); cur_pos = d->m_lookahead_pos & TDEFL_LZ_DICT_SIZE_MASK; + if (d->m_flags & (TDEFL_RLE_MATCHES | TDEFL_FORCE_ALL_RAW_BLOCKS)) + { + if ((d->m_dict_size) && (!(d->m_flags & TDEFL_FORCE_ALL_RAW_BLOCKS))) + { + mz_uint8 c = d->m_dict[(cur_pos - 1) & TDEFL_LZ_DICT_SIZE_MASK]; + cur_match_len = 0; while (cur_match_len < d->m_lookahead_size) { if (d->m_dict[cur_pos + cur_match_len] != c) break; cur_match_len++; } + if (cur_match_len < TDEFL_MIN_MATCH_LEN) cur_match_len = 0; else cur_match_dist = 1; + } + } + else + { + tdefl_find_match(d, d->m_lookahead_pos, d->m_dict_size, d->m_lookahead_size, &cur_match_dist, &cur_match_len); + } + if (((cur_match_len == TDEFL_MIN_MATCH_LEN) && (cur_match_dist >= 8U*1024U)) || (cur_pos == cur_match_dist) || ((d->m_flags & TDEFL_FILTER_MATCHES) && (cur_match_len <= 5))) + { + cur_match_dist = cur_match_len = 0; + } + if (d->m_saved_match_len) + { + if (cur_match_len > d->m_saved_match_len) + { + tdefl_record_literal(d, (mz_uint8)d->m_saved_lit); + if (cur_match_len >= 128) + { + tdefl_record_match(d, cur_match_len, cur_match_dist); + d->m_saved_match_len = 0; len_to_move = cur_match_len; + } + else + { + d->m_saved_lit = d->m_dict[cur_pos]; d->m_saved_match_dist = cur_match_dist; d->m_saved_match_len = cur_match_len; + } + } + else + { + tdefl_record_match(d, d->m_saved_match_len, d->m_saved_match_dist); + len_to_move = d->m_saved_match_len - 1; d->m_saved_match_len = 0; + } + } + else if (!cur_match_dist) + tdefl_record_literal(d, d->m_dict[MZ_MIN(cur_pos, sizeof(d->m_dict) - 1)]); + else if ((d->m_greedy_parsing) || (d->m_flags & TDEFL_RLE_MATCHES) || (cur_match_len >= 128)) + { + tdefl_record_match(d, cur_match_len, cur_match_dist); + len_to_move = cur_match_len; + } + else + { + d->m_saved_lit = d->m_dict[MZ_MIN(cur_pos, sizeof(d->m_dict) - 1)]; d->m_saved_match_dist = cur_match_dist; d->m_saved_match_len = cur_match_len; + } + // Move the lookahead forward by len_to_move bytes. + d->m_lookahead_pos += len_to_move; + MZ_ASSERT(d->m_lookahead_size >= len_to_move); + d->m_lookahead_size -= len_to_move; + d->m_dict_size = MZ_MIN(d->m_dict_size + len_to_move, TDEFL_LZ_DICT_SIZE); + // Check if it's time to flush the current LZ codes to the internal output buffer. + if ( (d->m_pLZ_code_buf > &d->m_lz_code_buf[TDEFL_LZ_CODE_BUF_SIZE - 8]) || + ( (d->m_total_lz_bytes > 31*1024) && (((((mz_uint)(d->m_pLZ_code_buf - d->m_lz_code_buf) * 115) >> 7) >= d->m_total_lz_bytes) || (d->m_flags & TDEFL_FORCE_ALL_RAW_BLOCKS))) ) + { + int n; + d->m_pSrc = pSrc; d->m_src_buf_left = src_buf_left; + if ((n = tdefl_flush_block(d, 0)) != 0) + return (n < 0) ? MZ_FALSE : MZ_TRUE; + } + } + + d->m_pSrc = pSrc; d->m_src_buf_left = src_buf_left; + return MZ_TRUE; +} + +static tdefl_status tdefl_flush_output_buffer(tdefl_compressor *d) +{ + if (d->m_pIn_buf_size) + { + *d->m_pIn_buf_size = d->m_pSrc - (const mz_uint8 *)d->m_pIn_buf; + } + + if (d->m_pOut_buf_size) + { + size_t n = MZ_MIN(*d->m_pOut_buf_size - d->m_out_buf_ofs, d->m_output_flush_remaining); + memcpy((mz_uint8 *)d->m_pOut_buf + d->m_out_buf_ofs, d->m_output_buf + d->m_output_flush_ofs, n); + d->m_output_flush_ofs += (mz_uint)n; + d->m_output_flush_remaining -= (mz_uint)n; + d->m_out_buf_ofs += n; + + *d->m_pOut_buf_size = d->m_out_buf_ofs; + } + + return (d->m_finished && !d->m_output_flush_remaining) ? TDEFL_STATUS_DONE : TDEFL_STATUS_OKAY; +} + +tdefl_status tdefl_compress(tdefl_compressor *d, const void *pIn_buf, size_t *pIn_buf_size, void *pOut_buf, size_t *pOut_buf_size, tdefl_flush flush) +{ + if (!d) + { + if (pIn_buf_size) *pIn_buf_size = 0; + if (pOut_buf_size) *pOut_buf_size = 0; + return TDEFL_STATUS_BAD_PARAM; + } + + d->m_pIn_buf = pIn_buf; d->m_pIn_buf_size = pIn_buf_size; + d->m_pOut_buf = pOut_buf; d->m_pOut_buf_size = pOut_buf_size; + d->m_pSrc = (const mz_uint8 *)(pIn_buf); d->m_src_buf_left = pIn_buf_size ? *pIn_buf_size : 0; + d->m_out_buf_ofs = 0; + d->m_flush = flush; + + if ( ((d->m_pPut_buf_func != NULL) == ((pOut_buf != NULL) || (pOut_buf_size != NULL))) || (d->m_prev_return_status != TDEFL_STATUS_OKAY) || + (d->m_wants_to_finish && (flush != TDEFL_FINISH)) || (pIn_buf_size && *pIn_buf_size && !pIn_buf) || (pOut_buf_size && *pOut_buf_size && !pOut_buf) ) + { + if (pIn_buf_size) *pIn_buf_size = 0; + if (pOut_buf_size) *pOut_buf_size = 0; + return (d->m_prev_return_status = TDEFL_STATUS_BAD_PARAM); + } + d->m_wants_to_finish |= (flush == TDEFL_FINISH); + + if ((d->m_output_flush_remaining) || (d->m_finished)) + return (d->m_prev_return_status = tdefl_flush_output_buffer(d)); + +#if MINIZ_USE_UNALIGNED_LOADS_AND_STORES && MINIZ_LITTLE_ENDIAN + if (((d->m_flags & TDEFL_MAX_PROBES_MASK) == 1) && + ((d->m_flags & TDEFL_GREEDY_PARSING_FLAG) != 0) && + ((d->m_flags & (TDEFL_FILTER_MATCHES | TDEFL_FORCE_ALL_RAW_BLOCKS | TDEFL_RLE_MATCHES)) == 0)) + { + if (!tdefl_compress_fast(d)) + return d->m_prev_return_status; + } + else +#endif // #if MINIZ_USE_UNALIGNED_LOADS_AND_STORES && MINIZ_LITTLE_ENDIAN + { + if (!tdefl_compress_normal(d)) + return d->m_prev_return_status; + } + + if ((d->m_flags & (TDEFL_WRITE_ZLIB_HEADER | TDEFL_COMPUTE_ADLER32)) && (pIn_buf)) + d->m_adler32 = (mz_uint32)mz_adler32(d->m_adler32, (const mz_uint8 *)pIn_buf, d->m_pSrc - (const mz_uint8 *)pIn_buf); + + if ((flush) && (!d->m_lookahead_size) && (!d->m_src_buf_left) && (!d->m_output_flush_remaining)) + { + if (tdefl_flush_block(d, flush) < 0) + return d->m_prev_return_status; + d->m_finished = (flush == TDEFL_FINISH); + if (flush == TDEFL_FULL_FLUSH) { MZ_CLEAR_OBJ(d->m_hash); MZ_CLEAR_OBJ(d->m_next); d->m_dict_size = 0; } + } + + return (d->m_prev_return_status = tdefl_flush_output_buffer(d)); +} + +tdefl_status tdefl_compress_buffer(tdefl_compressor *d, const void *pIn_buf, size_t in_buf_size, tdefl_flush flush) +{ + MZ_ASSERT(d->m_pPut_buf_func); return tdefl_compress(d, pIn_buf, &in_buf_size, NULL, NULL, flush); +} + +tdefl_status tdefl_init(tdefl_compressor *d, tdefl_put_buf_func_ptr pPut_buf_func, void *pPut_buf_user, int flags) +{ + d->m_pPut_buf_func = pPut_buf_func; d->m_pPut_buf_user = pPut_buf_user; + d->m_flags = (mz_uint)(flags); d->m_max_probes[0] = 1 + ((flags & 0xFFF) + 2) / 3; d->m_greedy_parsing = (flags & TDEFL_GREEDY_PARSING_FLAG) != 0; + d->m_max_probes[1] = 1 + (((flags & 0xFFF) >> 2) + 2) / 3; + if (!(flags & TDEFL_NONDETERMINISTIC_PARSING_FLAG)) MZ_CLEAR_OBJ(d->m_hash); + d->m_lookahead_pos = d->m_lookahead_size = d->m_dict_size = d->m_total_lz_bytes = d->m_lz_code_buf_dict_pos = d->m_bits_in = 0; + d->m_output_flush_ofs = d->m_output_flush_remaining = d->m_finished = d->m_block_index = d->m_bit_buffer = d->m_wants_to_finish = 0; + d->m_pLZ_code_buf = d->m_lz_code_buf + 1; d->m_pLZ_flags = d->m_lz_code_buf; d->m_num_flags_left = 8; + d->m_pOutput_buf = d->m_output_buf; d->m_pOutput_buf_end = d->m_output_buf; d->m_prev_return_status = TDEFL_STATUS_OKAY; + d->m_saved_match_dist = d->m_saved_match_len = d->m_saved_lit = 0; d->m_adler32 = 1; + d->m_pIn_buf = NULL; d->m_pOut_buf = NULL; + d->m_pIn_buf_size = NULL; d->m_pOut_buf_size = NULL; + d->m_flush = TDEFL_NO_FLUSH; d->m_pSrc = NULL; d->m_src_buf_left = 0; d->m_out_buf_ofs = 0; + memset(&d->m_huff_count[0][0], 0, sizeof(d->m_huff_count[0][0]) * TDEFL_MAX_HUFF_SYMBOLS_0); + memset(&d->m_huff_count[1][0], 0, sizeof(d->m_huff_count[1][0]) * TDEFL_MAX_HUFF_SYMBOLS_1); + return TDEFL_STATUS_OKAY; +} + +tdefl_status tdefl_get_prev_return_status(tdefl_compressor *d) +{ + return d->m_prev_return_status; +} + +mz_uint32 tdefl_get_adler32(tdefl_compressor *d) +{ + return d->m_adler32; +} + +mz_bool tdefl_compress_mem_to_output(const void *pBuf, size_t buf_len, tdefl_put_buf_func_ptr pPut_buf_func, void *pPut_buf_user, int flags) +{ + tdefl_compressor *pComp; mz_bool succeeded; if (((buf_len) && (!pBuf)) || (!pPut_buf_func)) return MZ_FALSE; + pComp = (tdefl_compressor*)MZ_MALLOC(sizeof(tdefl_compressor)); if (!pComp) return MZ_FALSE; + succeeded = (tdefl_init(pComp, pPut_buf_func, pPut_buf_user, flags) == TDEFL_STATUS_OKAY); + succeeded = succeeded && (tdefl_compress_buffer(pComp, pBuf, buf_len, TDEFL_FINISH) == TDEFL_STATUS_DONE); + MZ_FREE(pComp); return succeeded; +} + +typedef struct +{ + size_t m_size, m_capacity; + mz_uint8 *m_pBuf; + mz_bool m_expandable; +} tdefl_output_buffer; + +static mz_bool tdefl_output_buffer_putter(const void *pBuf, int len, void *pUser) +{ + tdefl_output_buffer *p = (tdefl_output_buffer *)pUser; + size_t new_size = p->m_size + len; + if (new_size > p->m_capacity) + { + size_t new_capacity = p->m_capacity; mz_uint8 *pNew_buf; if (!p->m_expandable) return MZ_FALSE; + do { new_capacity = MZ_MAX(128U, new_capacity << 1U); } while (new_size > new_capacity); + pNew_buf = (mz_uint8*)MZ_REALLOC(p->m_pBuf, new_capacity); if (!pNew_buf) return MZ_FALSE; + p->m_pBuf = pNew_buf; p->m_capacity = new_capacity; + } + memcpy((mz_uint8*)p->m_pBuf + p->m_size, pBuf, len); p->m_size = new_size; + return MZ_TRUE; +} + +void *tdefl_compress_mem_to_heap(const void *pSrc_buf, size_t src_buf_len, size_t *pOut_len, int flags) +{ + tdefl_output_buffer out_buf; MZ_CLEAR_OBJ(out_buf); + if (!pOut_len) return MZ_FALSE; else *pOut_len = 0; + out_buf.m_expandable = MZ_TRUE; + if (!tdefl_compress_mem_to_output(pSrc_buf, src_buf_len, tdefl_output_buffer_putter, &out_buf, flags)) return NULL; + *pOut_len = out_buf.m_size; return out_buf.m_pBuf; +} + +size_t tdefl_compress_mem_to_mem(void *pOut_buf, size_t out_buf_len, const void *pSrc_buf, size_t src_buf_len, int flags) +{ + tdefl_output_buffer out_buf; MZ_CLEAR_OBJ(out_buf); + if (!pOut_buf) return 0; + out_buf.m_pBuf = (mz_uint8*)pOut_buf; out_buf.m_capacity = out_buf_len; + if (!tdefl_compress_mem_to_output(pSrc_buf, src_buf_len, tdefl_output_buffer_putter, &out_buf, flags)) return 0; + return out_buf.m_size; +} + +#ifndef MINIZ_NO_ZLIB_APIS +static const mz_uint s_tdefl_num_probes[11] = { 0, 1, 6, 32, 16, 32, 128, 256, 512, 768, 1500 }; + +// level may actually range from [0,10] (10 is a "hidden" max level, where we want a bit more compression and it's fine if throughput to fall off a cliff on some files). +mz_uint tdefl_create_comp_flags_from_zip_params(int level, int window_bits, int strategy) +{ + mz_uint comp_flags = s_tdefl_num_probes[(level >= 0) ? MZ_MIN(10, level) : MZ_DEFAULT_LEVEL] | ((level <= 3) ? TDEFL_GREEDY_PARSING_FLAG : 0); + if (window_bits > 0) comp_flags |= TDEFL_WRITE_ZLIB_HEADER; + + if (!level) comp_flags |= TDEFL_FORCE_ALL_RAW_BLOCKS; + else if (strategy == MZ_FILTERED) comp_flags |= TDEFL_FILTER_MATCHES; + else if (strategy == MZ_HUFFMAN_ONLY) comp_flags &= ~TDEFL_MAX_PROBES_MASK; + else if (strategy == MZ_FIXED) comp_flags |= TDEFL_FORCE_ALL_STATIC_BLOCKS; + else if (strategy == MZ_RLE) comp_flags |= TDEFL_RLE_MATCHES; + + return comp_flags; +} +#endif //MINIZ_NO_ZLIB_APIS + +#ifdef _MSC_VER +#pragma warning (push) +#pragma warning (disable:4204) // nonstandard extension used : non-constant aggregate initializer (also supported by GNU C and C99, so no big deal) +#endif + +// Simple PNG writer function by Alex Evans, 2011. Released into the public domain: https://gist.github.com/908299, more context at +// http://altdevblogaday.org/2011/04/06/a-smaller-jpg-encoder/. +// This is actually a modification of Alex's original code so PNG files generated by this function pass pngcheck. +void *tdefl_write_image_to_png_file_in_memory_ex(const void *pImage, int w, int h, int num_chans, size_t *pLen_out, mz_uint level, mz_bool flip) +{ + // Using a local copy of this array here in case MINIZ_NO_ZLIB_APIS was defined. + static const mz_uint s_tdefl_png_num_probes[11] = { 0, 1, 6, 32, 16, 32, 128, 256, 512, 768, 1500 }; + tdefl_compressor *pComp = (tdefl_compressor *)MZ_MALLOC(sizeof(tdefl_compressor)); tdefl_output_buffer out_buf; int i, bpl = w * num_chans, y, z; mz_uint32 c; *pLen_out = 0; + if (!pComp) return NULL; + MZ_CLEAR_OBJ(out_buf); out_buf.m_expandable = MZ_TRUE; out_buf.m_capacity = 57+MZ_MAX(64, (1+bpl)*h); if (NULL == (out_buf.m_pBuf = (mz_uint8*)MZ_MALLOC(out_buf.m_capacity))) { MZ_FREE(pComp); return NULL; } + // write dummy header + for (z = 41; z; --z) tdefl_output_buffer_putter(&z, 1, &out_buf); + // compress image data + tdefl_init(pComp, tdefl_output_buffer_putter, &out_buf, s_tdefl_png_num_probes[MZ_MIN(10, level)] | TDEFL_WRITE_ZLIB_HEADER); + for (y = 0; y < h; ++y) { tdefl_compress_buffer(pComp, &z, 1, TDEFL_NO_FLUSH); tdefl_compress_buffer(pComp, (mz_uint8*)pImage + (flip ? (h - 1 - y) : y) * bpl, bpl, TDEFL_NO_FLUSH); } + if (tdefl_compress_buffer(pComp, NULL, 0, TDEFL_FINISH) != TDEFL_STATUS_DONE) { MZ_FREE(pComp); MZ_FREE(out_buf.m_pBuf); return NULL; } + // write real header + *pLen_out = out_buf.m_size-41; + { + static const mz_uint8 chans[] = {0x00, 0x00, 0x04, 0x02, 0x06}; + mz_uint8 pnghdr[41]={0x89,0x50,0x4e,0x47,0x0d,0x0a,0x1a,0x0a,0x00,0x00,0x00,0x0d,0x49,0x48,0x44,0x52, + 0,0,(mz_uint8)(w>>8),(mz_uint8)w,0,0,(mz_uint8)(h>>8),(mz_uint8)h,8,chans[num_chans],0,0,0,0,0,0,0, + (mz_uint8)(*pLen_out>>24),(mz_uint8)(*pLen_out>>16),(mz_uint8)(*pLen_out>>8),(mz_uint8)*pLen_out,0x49,0x44,0x41,0x54}; + c=(mz_uint32)mz_crc32(MZ_CRC32_INIT,pnghdr+12,17); for (i=0; i<4; ++i, c<<=8) ((mz_uint8*)(pnghdr+29))[i]=(mz_uint8)(c>>24); + memcpy(out_buf.m_pBuf, pnghdr, 41); + } + // write footer (IDAT CRC-32, followed by IEND chunk) + if (!tdefl_output_buffer_putter("\0\0\0\0\0\0\0\0\x49\x45\x4e\x44\xae\x42\x60\x82", 16, &out_buf)) { *pLen_out = 0; MZ_FREE(pComp); MZ_FREE(out_buf.m_pBuf); return NULL; } + c = (mz_uint32)mz_crc32(MZ_CRC32_INIT,out_buf.m_pBuf+41-4, *pLen_out+4); for (i=0; i<4; ++i, c<<=8) (out_buf.m_pBuf+out_buf.m_size-16)[i] = (mz_uint8)(c >> 24); + // compute final size of file, grab compressed data buffer and return + *pLen_out += 57; MZ_FREE(pComp); return out_buf.m_pBuf; +} +void *tdefl_write_image_to_png_file_in_memory(const void *pImage, int w, int h, int num_chans, size_t *pLen_out) +{ + // Level 6 corresponds to TDEFL_DEFAULT_MAX_PROBES or MZ_DEFAULT_LEVEL (but we can't depend on MZ_DEFAULT_LEVEL being available in case the zlib API's where #defined out) + return tdefl_write_image_to_png_file_in_memory_ex(pImage, w, h, num_chans, pLen_out, 6, MZ_FALSE); +} + +#ifdef _MSC_VER +#pragma warning (pop) +#endif + +// ------------------- .ZIP archive reading + +#ifndef MINIZ_NO_ARCHIVE_APIS + +#ifdef MINIZ_NO_STDIO + #define MZ_FILE void * +#else + #include + #include + + #if defined(_MSC_VER) || defined(__MINGW64__) + static FILE *mz_fopen(const char *pFilename, const char *pMode) + { + FILE* pFile = NULL; + fopen_s(&pFile, pFilename, pMode); + return pFile; + } + static FILE *mz_freopen(const char *pPath, const char *pMode, FILE *pStream) + { + FILE* pFile = NULL; + if (freopen_s(&pFile, pPath, pMode, pStream)) + return NULL; + return pFile; + } + #ifndef MINIZ_NO_TIME + #include + #endif + #define MZ_FILE FILE + #define MZ_FOPEN mz_fopen + #define MZ_FCLOSE fclose + #define MZ_FREAD fread + #define MZ_FWRITE fwrite + #define MZ_FTELL64 _ftelli64 + #define MZ_FSEEK64 _fseeki64 + #define MZ_FILE_STAT_STRUCT _stat + #define MZ_FILE_STAT _stat + #define MZ_FFLUSH fflush + #define MZ_FREOPEN mz_freopen + #define MZ_DELETE_FILE remove + #elif defined(__MINGW32__) + #ifndef MINIZ_NO_TIME + #include + #endif + #define MZ_FILE FILE + #define MZ_FOPEN(f, m) fopen(f, m) + #define MZ_FCLOSE fclose + #define MZ_FREAD fread + #define MZ_FWRITE fwrite + #define MZ_FTELL64 ftello64 + #define MZ_FSEEK64 fseeko64 + #define MZ_FILE_STAT_STRUCT _stat + #define MZ_FILE_STAT _stat + #define MZ_FFLUSH fflush + #define MZ_FREOPEN(f, m, s) freopen(f, m, s) + #define MZ_DELETE_FILE remove + #elif defined(__TINYC__) + #ifndef MINIZ_NO_TIME + #include + #endif + #define MZ_FILE FILE + #define MZ_FOPEN(f, m) fopen(f, m) + #define MZ_FCLOSE fclose + #define MZ_FREAD fread + #define MZ_FWRITE fwrite + #define MZ_FTELL64 ftell + #define MZ_FSEEK64 fseek + #define MZ_FILE_STAT_STRUCT stat + #define MZ_FILE_STAT stat + #define MZ_FFLUSH fflush + #define MZ_FREOPEN(f, m, s) freopen(f, m, s) + #define MZ_DELETE_FILE remove + #elif defined(__GNUC__) && _LARGEFILE64_SOURCE + #ifndef MINIZ_NO_TIME + #include + #endif + #define MZ_FILE FILE + #define MZ_FOPEN(f, m) fopen64(f, m) + #define MZ_FCLOSE fclose + #define MZ_FREAD fread + #define MZ_FWRITE fwrite + #define MZ_FTELL64 ftello64 + #define MZ_FSEEK64 fseeko64 + #define MZ_FILE_STAT_STRUCT stat64 + #define MZ_FILE_STAT stat64 + #define MZ_FFLUSH fflush + #define MZ_FREOPEN(p, m, s) freopen64(p, m, s) + #define MZ_DELETE_FILE remove + #else + #ifndef MINIZ_NO_TIME + #include + #endif + #define MZ_FILE FILE + #define MZ_FOPEN(f, m) fopen(f, m) + #define MZ_FCLOSE fclose + #define MZ_FREAD fread + #define MZ_FWRITE fwrite + #define MZ_FTELL64 ftello + #define MZ_FSEEK64 fseeko + #define MZ_FILE_STAT_STRUCT stat + #define MZ_FILE_STAT stat + #define MZ_FFLUSH fflush + #define MZ_FREOPEN(f, m, s) freopen(f, m, s) + #define MZ_DELETE_FILE remove + #endif // #ifdef _MSC_VER +#endif // #ifdef MINIZ_NO_STDIO + +#define MZ_TOLOWER(c) ((((c) >= 'A') && ((c) <= 'Z')) ? ((c) - 'A' + 'a') : (c)) + +// Various ZIP archive enums. To completely avoid cross platform compiler alignment and platform endian issues, miniz.c doesn't use structs for any of this stuff. +enum +{ + // ZIP archive identifiers and record sizes + MZ_ZIP_END_OF_CENTRAL_DIR_HEADER_SIG = 0x06054b50, MZ_ZIP_CENTRAL_DIR_HEADER_SIG = 0x02014b50, MZ_ZIP_LOCAL_DIR_HEADER_SIG = 0x04034b50, + MZ_ZIP_LOCAL_DIR_HEADER_SIZE = 30, MZ_ZIP_CENTRAL_DIR_HEADER_SIZE = 46, MZ_ZIP_END_OF_CENTRAL_DIR_HEADER_SIZE = 22, + // Central directory header record offsets + MZ_ZIP_CDH_SIG_OFS = 0, MZ_ZIP_CDH_VERSION_MADE_BY_OFS = 4, MZ_ZIP_CDH_VERSION_NEEDED_OFS = 6, MZ_ZIP_CDH_BIT_FLAG_OFS = 8, + MZ_ZIP_CDH_METHOD_OFS = 10, MZ_ZIP_CDH_FILE_TIME_OFS = 12, MZ_ZIP_CDH_FILE_DATE_OFS = 14, MZ_ZIP_CDH_CRC32_OFS = 16, + MZ_ZIP_CDH_COMPRESSED_SIZE_OFS = 20, MZ_ZIP_CDH_DECOMPRESSED_SIZE_OFS = 24, MZ_ZIP_CDH_FILENAME_LEN_OFS = 28, MZ_ZIP_CDH_EXTRA_LEN_OFS = 30, + MZ_ZIP_CDH_COMMENT_LEN_OFS = 32, MZ_ZIP_CDH_DISK_START_OFS = 34, MZ_ZIP_CDH_INTERNAL_ATTR_OFS = 36, MZ_ZIP_CDH_EXTERNAL_ATTR_OFS = 38, MZ_ZIP_CDH_LOCAL_HEADER_OFS = 42, + // Local directory header offsets + MZ_ZIP_LDH_SIG_OFS = 0, MZ_ZIP_LDH_VERSION_NEEDED_OFS = 4, MZ_ZIP_LDH_BIT_FLAG_OFS = 6, MZ_ZIP_LDH_METHOD_OFS = 8, MZ_ZIP_LDH_FILE_TIME_OFS = 10, + MZ_ZIP_LDH_FILE_DATE_OFS = 12, MZ_ZIP_LDH_CRC32_OFS = 14, MZ_ZIP_LDH_COMPRESSED_SIZE_OFS = 18, MZ_ZIP_LDH_DECOMPRESSED_SIZE_OFS = 22, + MZ_ZIP_LDH_FILENAME_LEN_OFS = 26, MZ_ZIP_LDH_EXTRA_LEN_OFS = 28, + // End of central directory offsets + MZ_ZIP_ECDH_SIG_OFS = 0, MZ_ZIP_ECDH_NUM_THIS_DISK_OFS = 4, MZ_ZIP_ECDH_NUM_DISK_CDIR_OFS = 6, MZ_ZIP_ECDH_CDIR_NUM_ENTRIES_ON_DISK_OFS = 8, + MZ_ZIP_ECDH_CDIR_TOTAL_ENTRIES_OFS = 10, MZ_ZIP_ECDH_CDIR_SIZE_OFS = 12, MZ_ZIP_ECDH_CDIR_OFS_OFS = 16, MZ_ZIP_ECDH_COMMENT_SIZE_OFS = 20, +}; + +typedef struct +{ + void *m_p; + size_t m_size, m_capacity; + mz_uint m_element_size; +} mz_zip_array; + +struct mz_zip_internal_state_tag +{ + mz_zip_array m_central_dir; + mz_zip_array m_central_dir_offsets; + mz_zip_array m_sorted_central_dir_offsets; + MZ_FILE *m_pFile; + void *m_pMem; + size_t m_mem_size; + size_t m_mem_capacity; +}; + +#define MZ_ZIP_ARRAY_SET_ELEMENT_SIZE(array_ptr, element_size) (array_ptr)->m_element_size = element_size +#define MZ_ZIP_ARRAY_ELEMENT(array_ptr, element_type, index) ((element_type *)((array_ptr)->m_p))[index] + +static MZ_FORCEINLINE void mz_zip_array_clear(mz_zip_archive *pZip, mz_zip_array *pArray) +{ + pZip->m_pFree(pZip->m_pAlloc_opaque, pArray->m_p); + memset(pArray, 0, sizeof(mz_zip_array)); +} + +static mz_bool mz_zip_array_ensure_capacity(mz_zip_archive *pZip, mz_zip_array *pArray, size_t min_new_capacity, mz_uint growing) +{ + void *pNew_p; size_t new_capacity = min_new_capacity; MZ_ASSERT(pArray->m_element_size); if (pArray->m_capacity >= min_new_capacity) return MZ_TRUE; + if (growing) { new_capacity = MZ_MAX(1, pArray->m_capacity); while (new_capacity < min_new_capacity) new_capacity *= 2; } + if (NULL == (pNew_p = pZip->m_pRealloc(pZip->m_pAlloc_opaque, pArray->m_p, pArray->m_element_size, new_capacity))) return MZ_FALSE; + pArray->m_p = pNew_p; pArray->m_capacity = new_capacity; + return MZ_TRUE; +} + +static MZ_FORCEINLINE mz_bool mz_zip_array_reserve(mz_zip_archive *pZip, mz_zip_array *pArray, size_t new_capacity, mz_uint growing) +{ + if (new_capacity > pArray->m_capacity) { if (!mz_zip_array_ensure_capacity(pZip, pArray, new_capacity, growing)) return MZ_FALSE; } + return MZ_TRUE; +} + +static MZ_FORCEINLINE mz_bool mz_zip_array_resize(mz_zip_archive *pZip, mz_zip_array *pArray, size_t new_size, mz_uint growing) +{ + if (new_size > pArray->m_capacity) { if (!mz_zip_array_ensure_capacity(pZip, pArray, new_size, growing)) return MZ_FALSE; } + pArray->m_size = new_size; + return MZ_TRUE; +} + +static MZ_FORCEINLINE mz_bool mz_zip_array_ensure_room(mz_zip_archive *pZip, mz_zip_array *pArray, size_t n) +{ + return mz_zip_array_reserve(pZip, pArray, pArray->m_size + n, MZ_TRUE); +} + +static MZ_FORCEINLINE mz_bool mz_zip_array_push_back(mz_zip_archive *pZip, mz_zip_array *pArray, const void *pElements, size_t n) +{ + if (0 == n) return MZ_TRUE; + if (!pElements) return MZ_FALSE; + + size_t orig_size = pArray->m_size; if (!mz_zip_array_resize(pZip, pArray, orig_size + n, MZ_TRUE)) return MZ_FALSE; + memcpy((mz_uint8*)pArray->m_p + orig_size * pArray->m_element_size, pElements, n * pArray->m_element_size); + return MZ_TRUE; +} + +#ifndef MINIZ_NO_TIME +static time_t mz_zip_dos_to_time_t(int dos_time, int dos_date) +{ + struct tm tm; + memset(&tm, 0, sizeof(tm)); tm.tm_isdst = -1; + tm.tm_year = ((dos_date >> 9) & 127) + 1980 - 1900; tm.tm_mon = ((dos_date >> 5) & 15) - 1; tm.tm_mday = dos_date & 31; + tm.tm_hour = (dos_time >> 11) & 31; tm.tm_min = (dos_time >> 5) & 63; tm.tm_sec = (dos_time << 1) & 62; + return mktime(&tm); +} + +static void mz_zip_time_to_dos_time(time_t time, mz_uint16 *pDOS_time, mz_uint16 *pDOS_date) +{ +#ifdef _MSC_VER + struct tm tm_struct; + struct tm *tm = &tm_struct; + errno_t err = localtime_s(tm, &time); + if (err) + { + *pDOS_date = 0; *pDOS_time = 0; + return; + } +#else + struct tm *tm = localtime(&time); +#endif + *pDOS_time = (mz_uint16)(((tm->tm_hour) << 11) + ((tm->tm_min) << 5) + ((tm->tm_sec) >> 1)); + *pDOS_date = (mz_uint16)(((tm->tm_year + 1900 - 1980) << 9) + ((tm->tm_mon + 1) << 5) + tm->tm_mday); +} +#endif + +#ifndef MINIZ_NO_STDIO +static mz_bool mz_zip_get_file_modified_time(const char *pFilename, mz_uint16 *pDOS_time, mz_uint16 *pDOS_date) +{ +#ifdef MINIZ_NO_TIME + (void)pFilename; *pDOS_date = *pDOS_time = 0; +#else + struct MZ_FILE_STAT_STRUCT file_stat; + // On Linux with x86 glibc, this call will fail on large files (>= 0x80000000 bytes) unless you compiled with _LARGEFILE64_SOURCE. Argh. + if (MZ_FILE_STAT(pFilename, &file_stat) != 0) + return MZ_FALSE; + mz_zip_time_to_dos_time(file_stat.st_mtime, pDOS_time, pDOS_date); +#endif // #ifdef MINIZ_NO_TIME + return MZ_TRUE; +} + +#ifndef MINIZ_NO_TIME +static mz_bool mz_zip_set_file_times(const char *pFilename, time_t access_time, time_t modified_time) +{ + struct utimbuf t; t.actime = access_time; t.modtime = modified_time; + return !utime(pFilename, &t); +} +#endif // #ifndef MINIZ_NO_TIME +#endif // #ifndef MINIZ_NO_STDIO + +static mz_bool mz_zip_reader_init_internal(mz_zip_archive *pZip, mz_uint32 flags) +{ + (void)flags; + if ((!pZip) || (pZip->m_pState) || (pZip->m_zip_mode != MZ_ZIP_MODE_INVALID)) + return MZ_FALSE; + + if (!pZip->m_pAlloc) pZip->m_pAlloc = def_alloc_func; + if (!pZip->m_pFree) pZip->m_pFree = def_free_func; + if (!pZip->m_pRealloc) pZip->m_pRealloc = def_realloc_func; + + pZip->m_zip_mode = MZ_ZIP_MODE_READING; + pZip->m_archive_size = 0; + pZip->m_central_directory_file_ofs = 0; + pZip->m_total_files = 0; + + if (NULL == (pZip->m_pState = (mz_zip_internal_state *)pZip->m_pAlloc(pZip->m_pAlloc_opaque, 1, sizeof(mz_zip_internal_state)))) + return MZ_FALSE; + memset(pZip->m_pState, 0, sizeof(mz_zip_internal_state)); + MZ_ZIP_ARRAY_SET_ELEMENT_SIZE(&pZip->m_pState->m_central_dir, sizeof(mz_uint8)); + MZ_ZIP_ARRAY_SET_ELEMENT_SIZE(&pZip->m_pState->m_central_dir_offsets, sizeof(mz_uint32)); + MZ_ZIP_ARRAY_SET_ELEMENT_SIZE(&pZip->m_pState->m_sorted_central_dir_offsets, sizeof(mz_uint32)); + return MZ_TRUE; +} + +static MZ_FORCEINLINE mz_bool mz_zip_reader_filename_less(const mz_zip_array *pCentral_dir_array, const mz_zip_array *pCentral_dir_offsets, mz_uint l_index, mz_uint r_index) +{ + const mz_uint8 *pL = &MZ_ZIP_ARRAY_ELEMENT(pCentral_dir_array, mz_uint8, MZ_ZIP_ARRAY_ELEMENT(pCentral_dir_offsets, mz_uint32, l_index)), *pE; + const mz_uint8 *pR = &MZ_ZIP_ARRAY_ELEMENT(pCentral_dir_array, mz_uint8, MZ_ZIP_ARRAY_ELEMENT(pCentral_dir_offsets, mz_uint32, r_index)); + mz_uint l_len = MZ_READ_LE16(pL + MZ_ZIP_CDH_FILENAME_LEN_OFS), r_len = MZ_READ_LE16(pR + MZ_ZIP_CDH_FILENAME_LEN_OFS); + mz_uint8 l = 0, r = 0; + pL += MZ_ZIP_CENTRAL_DIR_HEADER_SIZE; pR += MZ_ZIP_CENTRAL_DIR_HEADER_SIZE; + pE = pL + MZ_MIN(l_len, r_len); + while (pL < pE) + { + if ((l = MZ_TOLOWER(*pL)) != (r = MZ_TOLOWER(*pR))) + break; + pL++; pR++; + } + return (pL == pE) ? (l_len < r_len) : (l < r); +} + +#define MZ_SWAP_UINT32(a, b) do { mz_uint32 t = a; a = b; b = t; } MZ_MACRO_END + +// Heap sort of lowercased filenames, used to help accelerate plain central directory searches by mz_zip_reader_locate_file(). (Could also use qsort(), but it could allocate memory.) +static void mz_zip_reader_sort_central_dir_offsets_by_filename(mz_zip_archive *pZip) +{ + mz_zip_internal_state *pState = pZip->m_pState; + const mz_zip_array *pCentral_dir_offsets = &pState->m_central_dir_offsets; + const mz_zip_array *pCentral_dir = &pState->m_central_dir; + mz_uint32 *pIndices = &MZ_ZIP_ARRAY_ELEMENT(&pState->m_sorted_central_dir_offsets, mz_uint32, 0); + const int size = pZip->m_total_files; + int start = (size - 2) >> 1, end; + while (start >= 0) + { + int child, root = start; + for ( ; ; ) + { + if ((child = (root << 1) + 1) >= size) + break; + child += (((child + 1) < size) && (mz_zip_reader_filename_less(pCentral_dir, pCentral_dir_offsets, pIndices[child], pIndices[child + 1]))); + if (!mz_zip_reader_filename_less(pCentral_dir, pCentral_dir_offsets, pIndices[root], pIndices[child])) + break; + MZ_SWAP_UINT32(pIndices[root], pIndices[child]); root = child; + } + start--; + } + + end = size - 1; + while (end > 0) + { + int child, root = 0; + MZ_SWAP_UINT32(pIndices[end], pIndices[0]); + for ( ; ; ) + { + if ((child = (root << 1) + 1) >= end) + break; + child += (((child + 1) < end) && mz_zip_reader_filename_less(pCentral_dir, pCentral_dir_offsets, pIndices[child], pIndices[child + 1])); + if (!mz_zip_reader_filename_less(pCentral_dir, pCentral_dir_offsets, pIndices[root], pIndices[child])) + break; + MZ_SWAP_UINT32(pIndices[root], pIndices[child]); root = child; + } + end--; + } +} + +static mz_bool mz_zip_reader_read_central_dir(mz_zip_archive *pZip, mz_uint32 flags) +{ + mz_uint cdir_size, num_this_disk, cdir_disk_index; + mz_uint64 cdir_ofs; + mz_int64 cur_file_ofs; + const mz_uint8 *p; + mz_uint32 buf_u32[4096 / sizeof(mz_uint32)]; mz_uint8 *pBuf = (mz_uint8 *)buf_u32; + mz_bool sort_central_dir = ((flags & MZ_ZIP_FLAG_DO_NOT_SORT_CENTRAL_DIRECTORY) == 0); + // Basic sanity checks - reject files which are too small, and check the first 4 bytes of the file to make sure a local header is there. + if (pZip->m_archive_size < MZ_ZIP_END_OF_CENTRAL_DIR_HEADER_SIZE) + return MZ_FALSE; + // Find the end of central directory record by scanning the file from the end towards the beginning. + cur_file_ofs = MZ_MAX((mz_int64)pZip->m_archive_size - (mz_int64)sizeof(buf_u32), 0); + for ( ; ; ) + { + int i, n = (int)MZ_MIN(sizeof(buf_u32), pZip->m_archive_size - cur_file_ofs); + if (pZip->m_pRead(pZip->m_pIO_opaque, cur_file_ofs, pBuf, n) != (mz_uint)n) + return MZ_FALSE; + for (i = n - 4; i >= 0; --i) + if (MZ_READ_LE32(pBuf + i) == MZ_ZIP_END_OF_CENTRAL_DIR_HEADER_SIG) + break; + if (i >= 0) + { + cur_file_ofs += i; + break; + } + if ((!cur_file_ofs) || ((pZip->m_archive_size - cur_file_ofs) >= (0xFFFF + MZ_ZIP_END_OF_CENTRAL_DIR_HEADER_SIZE))) + return MZ_FALSE; + cur_file_ofs = MZ_MAX(cur_file_ofs - (sizeof(buf_u32) - 3), 0); + } + // Read and verify the end of central directory record. + if (pZip->m_pRead(pZip->m_pIO_opaque, cur_file_ofs, pBuf, MZ_ZIP_END_OF_CENTRAL_DIR_HEADER_SIZE) != MZ_ZIP_END_OF_CENTRAL_DIR_HEADER_SIZE) + return MZ_FALSE; + if ((MZ_READ_LE32(pBuf + MZ_ZIP_ECDH_SIG_OFS) != MZ_ZIP_END_OF_CENTRAL_DIR_HEADER_SIG) || + ((pZip->m_total_files = MZ_READ_LE16(pBuf + MZ_ZIP_ECDH_CDIR_TOTAL_ENTRIES_OFS)) != MZ_READ_LE16(pBuf + MZ_ZIP_ECDH_CDIR_NUM_ENTRIES_ON_DISK_OFS))) + return MZ_FALSE; + + num_this_disk = MZ_READ_LE16(pBuf + MZ_ZIP_ECDH_NUM_THIS_DISK_OFS); + cdir_disk_index = MZ_READ_LE16(pBuf + MZ_ZIP_ECDH_NUM_DISK_CDIR_OFS); + if (((num_this_disk | cdir_disk_index) != 0) && ((num_this_disk != 1) || (cdir_disk_index != 1))) + return MZ_FALSE; + + if ((cdir_size = MZ_READ_LE32(pBuf + MZ_ZIP_ECDH_CDIR_SIZE_OFS)) < pZip->m_total_files * MZ_ZIP_CENTRAL_DIR_HEADER_SIZE) + return MZ_FALSE; + + cdir_ofs = MZ_READ_LE32(pBuf + MZ_ZIP_ECDH_CDIR_OFS_OFS); + if ((cdir_ofs + (mz_uint64)cdir_size) > pZip->m_archive_size) + return MZ_FALSE; + + pZip->m_central_directory_file_ofs = cdir_ofs; + + if (pZip->m_total_files) + { + mz_uint i, n; + + // Read the entire central directory into a heap block, and allocate another heap block to hold the unsorted central dir file record offsets, and another to hold the sorted indices. + if ((!mz_zip_array_resize(pZip, &pZip->m_pState->m_central_dir, cdir_size, MZ_FALSE)) || + (!mz_zip_array_resize(pZip, &pZip->m_pState->m_central_dir_offsets, pZip->m_total_files, MZ_FALSE))) + return MZ_FALSE; + + if (sort_central_dir) + { + if (!mz_zip_array_resize(pZip, &pZip->m_pState->m_sorted_central_dir_offsets, pZip->m_total_files, MZ_FALSE)) + return MZ_FALSE; + } + + if (pZip->m_pRead(pZip->m_pIO_opaque, cdir_ofs, pZip->m_pState->m_central_dir.m_p, cdir_size) != cdir_size) + return MZ_FALSE; + + // Now create an index into the central directory file records, do some basic sanity checking on each record, and check for zip64 entries (which are not yet supported). + p = (const mz_uint8 *)pZip->m_pState->m_central_dir.m_p; + for (n = cdir_size, i = 0; i < pZip->m_total_files; ++i) + { + mz_uint total_header_size, comp_size, decomp_size, disk_index; + if ((n < MZ_ZIP_CENTRAL_DIR_HEADER_SIZE) || (MZ_READ_LE32(p) != MZ_ZIP_CENTRAL_DIR_HEADER_SIG)) + return MZ_FALSE; + MZ_ZIP_ARRAY_ELEMENT(&pZip->m_pState->m_central_dir_offsets, mz_uint32, i) = (mz_uint32)(p - (const mz_uint8 *)pZip->m_pState->m_central_dir.m_p); + if (sort_central_dir) + MZ_ZIP_ARRAY_ELEMENT(&pZip->m_pState->m_sorted_central_dir_offsets, mz_uint32, i) = i; + comp_size = MZ_READ_LE32(p + MZ_ZIP_CDH_COMPRESSED_SIZE_OFS); + decomp_size = MZ_READ_LE32(p + MZ_ZIP_CDH_DECOMPRESSED_SIZE_OFS); + if (((!MZ_READ_LE32(p + MZ_ZIP_CDH_METHOD_OFS)) && (decomp_size != comp_size)) || (decomp_size && !comp_size) || (decomp_size == 0xFFFFFFFF) || (comp_size == 0xFFFFFFFF)) + return MZ_FALSE; + disk_index = MZ_READ_LE16(p + MZ_ZIP_CDH_DISK_START_OFS); + if ((disk_index != num_this_disk) && (disk_index != 1)) + return MZ_FALSE; + if (((mz_uint64)MZ_READ_LE32(p + MZ_ZIP_CDH_LOCAL_HEADER_OFS) + MZ_ZIP_LOCAL_DIR_HEADER_SIZE + comp_size) > pZip->m_archive_size) + return MZ_FALSE; + if ((total_header_size = MZ_ZIP_CENTRAL_DIR_HEADER_SIZE + MZ_READ_LE16(p + MZ_ZIP_CDH_FILENAME_LEN_OFS) + MZ_READ_LE16(p + MZ_ZIP_CDH_EXTRA_LEN_OFS) + MZ_READ_LE16(p + MZ_ZIP_CDH_COMMENT_LEN_OFS)) > n) + return MZ_FALSE; + n -= total_header_size; p += total_header_size; + } + } + + if (sort_central_dir) + mz_zip_reader_sort_central_dir_offsets_by_filename(pZip); + + return MZ_TRUE; +} + +mz_bool mz_zip_reader_init(mz_zip_archive *pZip, mz_uint64 size, mz_uint32 flags) +{ + if ((!pZip) || (!pZip->m_pRead)) + return MZ_FALSE; + if (!mz_zip_reader_init_internal(pZip, flags)) + return MZ_FALSE; + pZip->m_archive_size = size; + if (!mz_zip_reader_read_central_dir(pZip, flags)) + { + mz_zip_reader_end(pZip); + return MZ_FALSE; + } + return MZ_TRUE; +} + +static size_t mz_zip_mem_read_func(void *pOpaque, mz_uint64 file_ofs, void *pBuf, size_t n) +{ + mz_zip_archive *pZip = (mz_zip_archive *)pOpaque; + size_t s = (file_ofs >= pZip->m_archive_size) ? 0 : (size_t)MZ_MIN(pZip->m_archive_size - file_ofs, n); + memcpy(pBuf, (const mz_uint8 *)pZip->m_pState->m_pMem + file_ofs, s); + return s; +} + +mz_bool mz_zip_reader_init_mem(mz_zip_archive *pZip, const void *pMem, size_t size, mz_uint32 flags) +{ + if (!mz_zip_reader_init_internal(pZip, flags)) + return MZ_FALSE; + pZip->m_archive_size = size; + pZip->m_pRead = mz_zip_mem_read_func; + pZip->m_pIO_opaque = pZip; +#ifdef __cplusplus + pZip->m_pState->m_pMem = const_cast(pMem); +#else + pZip->m_pState->m_pMem = (void *)pMem; +#endif + pZip->m_pState->m_mem_size = size; + if (!mz_zip_reader_read_central_dir(pZip, flags)) + { + mz_zip_reader_end(pZip); + return MZ_FALSE; + } + return MZ_TRUE; +} + +#ifndef MINIZ_NO_STDIO +static size_t mz_zip_file_read_func(void *pOpaque, mz_uint64 file_ofs, void *pBuf, size_t n) +{ + mz_zip_archive *pZip = (mz_zip_archive *)pOpaque; + mz_int64 cur_ofs = MZ_FTELL64(pZip->m_pState->m_pFile); + if (((mz_int64)file_ofs < 0) || (((cur_ofs != (mz_int64)file_ofs)) && (MZ_FSEEK64(pZip->m_pState->m_pFile, (mz_int64)file_ofs, SEEK_SET)))) + return 0; + return MZ_FREAD(pBuf, 1, n, pZip->m_pState->m_pFile); +} + +mz_bool mz_zip_reader_init_file(mz_zip_archive *pZip, const char *pFilename, mz_uint32 flags) +{ + mz_uint64 file_size; + MZ_FILE *pFile = MZ_FOPEN(pFilename, "rb"); + if (!pFile) + return MZ_FALSE; + if (MZ_FSEEK64(pFile, 0, SEEK_END)) + { + MZ_FCLOSE(pFile); + return MZ_FALSE; + } + file_size = MZ_FTELL64(pFile); + if (!mz_zip_reader_init_internal(pZip, flags)) + { + MZ_FCLOSE(pFile); + return MZ_FALSE; + } + pZip->m_pRead = mz_zip_file_read_func; + pZip->m_pIO_opaque = pZip; + pZip->m_pState->m_pFile = pFile; + pZip->m_archive_size = file_size; + if (!mz_zip_reader_read_central_dir(pZip, flags)) + { + mz_zip_reader_end(pZip); + return MZ_FALSE; + } + return MZ_TRUE; +} +#endif // #ifndef MINIZ_NO_STDIO + +mz_uint mz_zip_reader_get_num_files(mz_zip_archive *pZip) +{ + return pZip ? pZip->m_total_files : 0; +} + +static MZ_FORCEINLINE const mz_uint8 *mz_zip_reader_get_cdh(mz_zip_archive *pZip, mz_uint file_index) +{ + if ((!pZip) || (!pZip->m_pState) || (file_index >= pZip->m_total_files) || (pZip->m_zip_mode != MZ_ZIP_MODE_READING)) + return NULL; + return &MZ_ZIP_ARRAY_ELEMENT(&pZip->m_pState->m_central_dir, mz_uint8, MZ_ZIP_ARRAY_ELEMENT(&pZip->m_pState->m_central_dir_offsets, mz_uint32, file_index)); +} + +mz_bool mz_zip_reader_is_file_encrypted(mz_zip_archive *pZip, mz_uint file_index) +{ + mz_uint m_bit_flag; + const mz_uint8 *p = mz_zip_reader_get_cdh(pZip, file_index); + if (!p) + return MZ_FALSE; + m_bit_flag = MZ_READ_LE16(p + MZ_ZIP_CDH_BIT_FLAG_OFS); + return (m_bit_flag & 1); +} + +mz_bool mz_zip_reader_is_file_a_directory(mz_zip_archive *pZip, mz_uint file_index) +{ + mz_uint filename_len, external_attr; + const mz_uint8 *p = mz_zip_reader_get_cdh(pZip, file_index); + if (!p) + return MZ_FALSE; + + // First see if the filename ends with a '/' character. + filename_len = MZ_READ_LE16(p + MZ_ZIP_CDH_FILENAME_LEN_OFS); + if (filename_len) + { + if (*(p + MZ_ZIP_CENTRAL_DIR_HEADER_SIZE + filename_len - 1) == '/') + return MZ_TRUE; + } + + // Bugfix: This code was also checking if the internal attribute was non-zero, which wasn't correct. + // Most/all zip writers (hopefully) set DOS file/directory attributes in the low 16-bits, so check for the DOS directory flag and ignore the source OS ID in the created by field. + // FIXME: Remove this check? Is it necessary - we already check the filename. + external_attr = MZ_READ_LE32(p + MZ_ZIP_CDH_EXTERNAL_ATTR_OFS); + if ((external_attr & 0x10) != 0) + return MZ_TRUE; + + return MZ_FALSE; +} + +mz_bool mz_zip_reader_file_stat(mz_zip_archive *pZip, mz_uint file_index, mz_zip_archive_file_stat *pStat) +{ + mz_uint n; + const mz_uint8 *p = mz_zip_reader_get_cdh(pZip, file_index); + if ((!p) || (!pStat)) + return MZ_FALSE; + + // Unpack the central directory record. + pStat->m_file_index = file_index; + pStat->m_central_dir_ofs = MZ_ZIP_ARRAY_ELEMENT(&pZip->m_pState->m_central_dir_offsets, mz_uint32, file_index); + pStat->m_version_made_by = MZ_READ_LE16(p + MZ_ZIP_CDH_VERSION_MADE_BY_OFS); + pStat->m_version_needed = MZ_READ_LE16(p + MZ_ZIP_CDH_VERSION_NEEDED_OFS); + pStat->m_bit_flag = MZ_READ_LE16(p + MZ_ZIP_CDH_BIT_FLAG_OFS); + pStat->m_method = MZ_READ_LE16(p + MZ_ZIP_CDH_METHOD_OFS); +#ifndef MINIZ_NO_TIME + pStat->m_time = mz_zip_dos_to_time_t(MZ_READ_LE16(p + MZ_ZIP_CDH_FILE_TIME_OFS), MZ_READ_LE16(p + MZ_ZIP_CDH_FILE_DATE_OFS)); +#endif + pStat->m_crc32 = MZ_READ_LE32(p + MZ_ZIP_CDH_CRC32_OFS); + pStat->m_comp_size = MZ_READ_LE32(p + MZ_ZIP_CDH_COMPRESSED_SIZE_OFS); + pStat->m_uncomp_size = MZ_READ_LE32(p + MZ_ZIP_CDH_DECOMPRESSED_SIZE_OFS); + pStat->m_internal_attr = MZ_READ_LE16(p + MZ_ZIP_CDH_INTERNAL_ATTR_OFS); + pStat->m_external_attr = MZ_READ_LE32(p + MZ_ZIP_CDH_EXTERNAL_ATTR_OFS); + pStat->m_local_header_ofs = MZ_READ_LE32(p + MZ_ZIP_CDH_LOCAL_HEADER_OFS); + + // Copy as much of the filename and comment as possible. + n = MZ_READ_LE16(p + MZ_ZIP_CDH_FILENAME_LEN_OFS); n = MZ_MIN(n, MZ_ZIP_MAX_ARCHIVE_FILENAME_SIZE - 1); + memcpy(pStat->m_filename, p + MZ_ZIP_CENTRAL_DIR_HEADER_SIZE, n); pStat->m_filename[n] = '\0'; + + n = MZ_READ_LE16(p + MZ_ZIP_CDH_COMMENT_LEN_OFS); n = MZ_MIN(n, MZ_ZIP_MAX_ARCHIVE_FILE_COMMENT_SIZE - 1); + pStat->m_comment_size = n; + memcpy(pStat->m_comment, p + MZ_ZIP_CENTRAL_DIR_HEADER_SIZE + MZ_READ_LE16(p + MZ_ZIP_CDH_FILENAME_LEN_OFS) + MZ_READ_LE16(p + MZ_ZIP_CDH_EXTRA_LEN_OFS), n); pStat->m_comment[n] = '\0'; + + return MZ_TRUE; +} + +mz_uint mz_zip_reader_get_filename(mz_zip_archive *pZip, mz_uint file_index, char *pFilename, mz_uint filename_buf_size) +{ + mz_uint n; + const mz_uint8 *p = mz_zip_reader_get_cdh(pZip, file_index); + if (!p) { if (filename_buf_size) pFilename[0] = '\0'; return 0; } + n = MZ_READ_LE16(p + MZ_ZIP_CDH_FILENAME_LEN_OFS); + if (filename_buf_size) + { + n = MZ_MIN(n, filename_buf_size - 1); + memcpy(pFilename, p + MZ_ZIP_CENTRAL_DIR_HEADER_SIZE, n); + pFilename[n] = '\0'; + } + return n + 1; +} + +static MZ_FORCEINLINE mz_bool mz_zip_reader_string_equal(const char *pA, const char *pB, mz_uint len, mz_uint flags) +{ + mz_uint i; + if (flags & MZ_ZIP_FLAG_CASE_SENSITIVE) + return 0 == memcmp(pA, pB, len); + for (i = 0; i < len; ++i) + if (MZ_TOLOWER(pA[i]) != MZ_TOLOWER(pB[i])) + return MZ_FALSE; + return MZ_TRUE; +} + +static MZ_FORCEINLINE int mz_zip_reader_filename_compare(const mz_zip_array *pCentral_dir_array, const mz_zip_array *pCentral_dir_offsets, mz_uint l_index, const char *pR, mz_uint r_len) +{ + const mz_uint8 *pL = &MZ_ZIP_ARRAY_ELEMENT(pCentral_dir_array, mz_uint8, MZ_ZIP_ARRAY_ELEMENT(pCentral_dir_offsets, mz_uint32, l_index)), *pE; + mz_uint l_len = MZ_READ_LE16(pL + MZ_ZIP_CDH_FILENAME_LEN_OFS); + mz_uint8 l = 0, r = 0; + pL += MZ_ZIP_CENTRAL_DIR_HEADER_SIZE; + pE = pL + MZ_MIN(l_len, r_len); + while (pL < pE) + { + if ((l = MZ_TOLOWER(*pL)) != (r = MZ_TOLOWER(*pR))) + break; + pL++; pR++; + } + return (pL == pE) ? (int)(l_len - r_len) : (l - r); +} + +static int mz_zip_reader_locate_file_binary_search(mz_zip_archive *pZip, const char *pFilename) +{ + mz_zip_internal_state *pState = pZip->m_pState; + const mz_zip_array *pCentral_dir_offsets = &pState->m_central_dir_offsets; + const mz_zip_array *pCentral_dir = &pState->m_central_dir; + mz_uint32 *pIndices = &MZ_ZIP_ARRAY_ELEMENT(&pState->m_sorted_central_dir_offsets, mz_uint32, 0); + const int size = pZip->m_total_files; + const mz_uint filename_len = (mz_uint)strlen(pFilename); + int l = 0, h = size - 1; + while (l <= h) + { + int m = (l + h) >> 1, file_index = pIndices[m], comp = mz_zip_reader_filename_compare(pCentral_dir, pCentral_dir_offsets, file_index, pFilename, filename_len); + if (!comp) + return file_index; + else if (comp < 0) + l = m + 1; + else + h = m - 1; + } + return -1; +} + +int mz_zip_reader_locate_file(mz_zip_archive *pZip, const char *pName, const char *pComment, mz_uint flags) +{ + mz_uint file_index; size_t name_len, comment_len; + if ((!pZip) || (!pZip->m_pState) || (!pName) || (pZip->m_zip_mode != MZ_ZIP_MODE_READING)) + return -1; + if (((flags & (MZ_ZIP_FLAG_IGNORE_PATH | MZ_ZIP_FLAG_CASE_SENSITIVE)) == 0) && (!pComment) && (pZip->m_pState->m_sorted_central_dir_offsets.m_size)) + return mz_zip_reader_locate_file_binary_search(pZip, pName); + name_len = strlen(pName); if (name_len > 0xFFFF) return -1; + comment_len = pComment ? strlen(pComment) : 0; if (comment_len > 0xFFFF) return -1; + for (file_index = 0; file_index < pZip->m_total_files; file_index++) + { + const mz_uint8 *pHeader = &MZ_ZIP_ARRAY_ELEMENT(&pZip->m_pState->m_central_dir, mz_uint8, MZ_ZIP_ARRAY_ELEMENT(&pZip->m_pState->m_central_dir_offsets, mz_uint32, file_index)); + mz_uint filename_len = MZ_READ_LE16(pHeader + MZ_ZIP_CDH_FILENAME_LEN_OFS); + const char *pFilename = (const char *)pHeader + MZ_ZIP_CENTRAL_DIR_HEADER_SIZE; + if (filename_len < name_len) + continue; + if (comment_len) + { + mz_uint file_extra_len = MZ_READ_LE16(pHeader + MZ_ZIP_CDH_EXTRA_LEN_OFS), file_comment_len = MZ_READ_LE16(pHeader + MZ_ZIP_CDH_COMMENT_LEN_OFS); + const char *pFile_comment = pFilename + filename_len + file_extra_len; + if ((file_comment_len != comment_len) || (!mz_zip_reader_string_equal(pComment, pFile_comment, file_comment_len, flags))) + continue; + } + if ((flags & MZ_ZIP_FLAG_IGNORE_PATH) && (filename_len)) + { + int ofs = filename_len - 1; + do + { + if ((pFilename[ofs] == '/') || (pFilename[ofs] == '\\') || (pFilename[ofs] == ':')) + break; + } while (--ofs >= 0); + ofs++; + pFilename += ofs; filename_len -= ofs; + } + if ((filename_len == name_len) && (mz_zip_reader_string_equal(pName, pFilename, filename_len, flags))) + return file_index; + } + return -1; +} + +mz_bool mz_zip_reader_extract_to_mem_no_alloc(mz_zip_archive *pZip, mz_uint file_index, void *pBuf, size_t buf_size, mz_uint flags, void *pUser_read_buf, size_t user_read_buf_size) +{ + int status = TINFL_STATUS_DONE; + mz_uint64 needed_size, cur_file_ofs, comp_remaining, out_buf_ofs = 0, read_buf_size, read_buf_ofs = 0, read_buf_avail; + mz_zip_archive_file_stat file_stat; + void *pRead_buf; + mz_uint32 local_header_u32[(MZ_ZIP_LOCAL_DIR_HEADER_SIZE + sizeof(mz_uint32) - 1) / sizeof(mz_uint32)]; mz_uint8 *pLocal_header = (mz_uint8 *)local_header_u32; + tinfl_decompressor inflator; + + if ((buf_size) && (!pBuf)) + return MZ_FALSE; + + if (!mz_zip_reader_file_stat(pZip, file_index, &file_stat)) + return MZ_FALSE; + + // Empty file, or a directory (but not always a directory - I've seen odd zips with directories that have compressed data which inflates to 0 bytes) + if (!file_stat.m_comp_size) + return MZ_TRUE; + + // Entry is a subdirectory (I've seen old zips with dir entries which have compressed deflate data which inflates to 0 bytes, but these entries claim to uncompress to 512 bytes in the headers). + // I'm torn how to handle this case - should it fail instead? + if (mz_zip_reader_is_file_a_directory(pZip, file_index)) + return MZ_TRUE; + + // Encryption and patch files are not supported. + if (file_stat.m_bit_flag & (1 | 32)) + return MZ_FALSE; + + // This function only supports stored and deflate. + if ((!(flags & MZ_ZIP_FLAG_COMPRESSED_DATA)) && (file_stat.m_method != 0) && (file_stat.m_method != MZ_DEFLATED)) + return MZ_FALSE; + + // Ensure supplied output buffer is large enough. + needed_size = (flags & MZ_ZIP_FLAG_COMPRESSED_DATA) ? file_stat.m_comp_size : file_stat.m_uncomp_size; + if (buf_size < needed_size) + return MZ_FALSE; + + // Read and parse the local directory entry. + cur_file_ofs = file_stat.m_local_header_ofs; + if (pZip->m_pRead(pZip->m_pIO_opaque, cur_file_ofs, pLocal_header, MZ_ZIP_LOCAL_DIR_HEADER_SIZE) != MZ_ZIP_LOCAL_DIR_HEADER_SIZE) + return MZ_FALSE; + if (MZ_READ_LE32(pLocal_header) != MZ_ZIP_LOCAL_DIR_HEADER_SIG) + return MZ_FALSE; + + cur_file_ofs += MZ_ZIP_LOCAL_DIR_HEADER_SIZE + MZ_READ_LE16(pLocal_header + MZ_ZIP_LDH_FILENAME_LEN_OFS) + MZ_READ_LE16(pLocal_header + MZ_ZIP_LDH_EXTRA_LEN_OFS); + if ((cur_file_ofs + file_stat.m_comp_size) > pZip->m_archive_size) + return MZ_FALSE; + + if ((flags & MZ_ZIP_FLAG_COMPRESSED_DATA) || (!file_stat.m_method)) + { + // The file is stored or the caller has requested the compressed data. + if (pZip->m_pRead(pZip->m_pIO_opaque, cur_file_ofs, pBuf, (size_t)needed_size) != needed_size) + return MZ_FALSE; + return ((flags & MZ_ZIP_FLAG_COMPRESSED_DATA) != 0) || (mz_crc32(MZ_CRC32_INIT, (const mz_uint8 *)pBuf, (size_t)file_stat.m_uncomp_size) == file_stat.m_crc32); + } + + // Decompress the file either directly from memory or from a file input buffer. + tinfl_init(&inflator); + + if (pZip->m_pState->m_pMem) + { + // Read directly from the archive in memory. + pRead_buf = (mz_uint8 *)pZip->m_pState->m_pMem + cur_file_ofs; + read_buf_size = read_buf_avail = file_stat.m_comp_size; + comp_remaining = 0; + } + else if (pUser_read_buf) + { + // Use a user provided read buffer. + if (!user_read_buf_size) + return MZ_FALSE; + pRead_buf = (mz_uint8 *)pUser_read_buf; + read_buf_size = user_read_buf_size; + read_buf_avail = 0; + comp_remaining = file_stat.m_comp_size; + } + else + { + // Temporarily allocate a read buffer. + read_buf_size = MZ_MIN(file_stat.m_comp_size, MZ_ZIP_MAX_IO_BUF_SIZE); +#ifdef _MSC_VER + if (((0, sizeof(size_t) == sizeof(mz_uint32))) && (read_buf_size > 0x7FFFFFFF)) +#else + if (((sizeof(size_t) == sizeof(mz_uint32))) && (read_buf_size > 0x7FFFFFFF)) +#endif + return MZ_FALSE; + if (NULL == (pRead_buf = pZip->m_pAlloc(pZip->m_pAlloc_opaque, 1, (size_t)read_buf_size))) + return MZ_FALSE; + read_buf_avail = 0; + comp_remaining = file_stat.m_comp_size; + } + + do + { + size_t in_buf_size, out_buf_size = (size_t)(file_stat.m_uncomp_size - out_buf_ofs); + if ((!read_buf_avail) && (!pZip->m_pState->m_pMem)) + { + read_buf_avail = MZ_MIN(read_buf_size, comp_remaining); + if (pZip->m_pRead(pZip->m_pIO_opaque, cur_file_ofs, pRead_buf, (size_t)read_buf_avail) != read_buf_avail) + { + status = TINFL_STATUS_FAILED; + break; + } + cur_file_ofs += read_buf_avail; + comp_remaining -= read_buf_avail; + read_buf_ofs = 0; + } + in_buf_size = (size_t)read_buf_avail; + status = tinfl_decompress(&inflator, (mz_uint8 *)pRead_buf + read_buf_ofs, &in_buf_size, (mz_uint8 *)pBuf, (mz_uint8 *)pBuf + out_buf_ofs, &out_buf_size, TINFL_FLAG_USING_NON_WRAPPING_OUTPUT_BUF | (comp_remaining ? TINFL_FLAG_HAS_MORE_INPUT : 0)); + read_buf_avail -= in_buf_size; + read_buf_ofs += in_buf_size; + out_buf_ofs += out_buf_size; + } while (status == TINFL_STATUS_NEEDS_MORE_INPUT); + + if (status == TINFL_STATUS_DONE) + { + // Make sure the entire file was decompressed, and check its CRC. + if ((out_buf_ofs != file_stat.m_uncomp_size) || (mz_crc32(MZ_CRC32_INIT, (const mz_uint8 *)pBuf, (size_t)file_stat.m_uncomp_size) != file_stat.m_crc32)) + status = TINFL_STATUS_FAILED; + } + + if ((!pZip->m_pState->m_pMem) && (!pUser_read_buf)) + pZip->m_pFree(pZip->m_pAlloc_opaque, pRead_buf); + + return status == TINFL_STATUS_DONE; +} + +mz_bool mz_zip_reader_extract_file_to_mem_no_alloc(mz_zip_archive *pZip, const char *pFilename, void *pBuf, size_t buf_size, mz_uint flags, void *pUser_read_buf, size_t user_read_buf_size) +{ + int file_index = mz_zip_reader_locate_file(pZip, pFilename, NULL, flags); + if (file_index < 0) + return MZ_FALSE; + return mz_zip_reader_extract_to_mem_no_alloc(pZip, file_index, pBuf, buf_size, flags, pUser_read_buf, user_read_buf_size); +} + +mz_bool mz_zip_reader_extract_to_mem(mz_zip_archive *pZip, mz_uint file_index, void *pBuf, size_t buf_size, mz_uint flags) +{ + return mz_zip_reader_extract_to_mem_no_alloc(pZip, file_index, pBuf, buf_size, flags, NULL, 0); +} + +mz_bool mz_zip_reader_extract_file_to_mem(mz_zip_archive *pZip, const char *pFilename, void *pBuf, size_t buf_size, mz_uint flags) +{ + return mz_zip_reader_extract_file_to_mem_no_alloc(pZip, pFilename, pBuf, buf_size, flags, NULL, 0); +} + +void *mz_zip_reader_extract_to_heap(mz_zip_archive *pZip, mz_uint file_index, size_t *pSize, mz_uint flags) +{ + mz_uint64 comp_size, uncomp_size, alloc_size; + const mz_uint8 *p = mz_zip_reader_get_cdh(pZip, file_index); + void *pBuf; + + if (pSize) + *pSize = 0; + if (!p) + return NULL; + + comp_size = MZ_READ_LE32(p + MZ_ZIP_CDH_COMPRESSED_SIZE_OFS); + uncomp_size = MZ_READ_LE32(p + MZ_ZIP_CDH_DECOMPRESSED_SIZE_OFS); + + alloc_size = (flags & MZ_ZIP_FLAG_COMPRESSED_DATA) ? comp_size : uncomp_size; +#ifdef _MSC_VER + if (((0, sizeof(size_t) == sizeof(mz_uint32))) && (alloc_size > 0x7FFFFFFF)) +#else + if (((sizeof(size_t) == sizeof(mz_uint32))) && (alloc_size > 0x7FFFFFFF)) +#endif + return NULL; + if (NULL == (pBuf = pZip->m_pAlloc(pZip->m_pAlloc_opaque, 1, (size_t)alloc_size))) + return NULL; + + if (!mz_zip_reader_extract_to_mem(pZip, file_index, pBuf, (size_t)alloc_size, flags)) + { + pZip->m_pFree(pZip->m_pAlloc_opaque, pBuf); + return NULL; + } + + if (pSize) *pSize = (size_t)alloc_size; + return pBuf; +} + +void *mz_zip_reader_extract_file_to_heap(mz_zip_archive *pZip, const char *pFilename, size_t *pSize, mz_uint flags) +{ + int file_index = mz_zip_reader_locate_file(pZip, pFilename, NULL, flags); + if (file_index < 0) + { + if (pSize) *pSize = 0; + return MZ_FALSE; + } + return mz_zip_reader_extract_to_heap(pZip, file_index, pSize, flags); +} + +mz_bool mz_zip_reader_extract_to_callback(mz_zip_archive *pZip, mz_uint file_index, mz_file_write_func pCallback, void *pOpaque, mz_uint flags) +{ + int status = TINFL_STATUS_DONE; mz_uint file_crc32 = MZ_CRC32_INIT; + mz_uint64 read_buf_size, read_buf_ofs = 0, read_buf_avail, comp_remaining, out_buf_ofs = 0, cur_file_ofs; + mz_zip_archive_file_stat file_stat; + void *pRead_buf = NULL; void *pWrite_buf = NULL; + mz_uint32 local_header_u32[(MZ_ZIP_LOCAL_DIR_HEADER_SIZE + sizeof(mz_uint32) - 1) / sizeof(mz_uint32)]; mz_uint8 *pLocal_header = (mz_uint8 *)local_header_u32; + + if (!mz_zip_reader_file_stat(pZip, file_index, &file_stat)) + return MZ_FALSE; + + // Empty file, or a directory (but not always a directory - I've seen odd zips with directories that have compressed data which inflates to 0 bytes) + if (!file_stat.m_comp_size) + return MZ_TRUE; + + // Entry is a subdirectory (I've seen old zips with dir entries which have compressed deflate data which inflates to 0 bytes, but these entries claim to uncompress to 512 bytes in the headers). + // I'm torn how to handle this case - should it fail instead? + if (mz_zip_reader_is_file_a_directory(pZip, file_index)) + return MZ_TRUE; + + // Encryption and patch files are not supported. + if (file_stat.m_bit_flag & (1 | 32)) + return MZ_FALSE; + + // This function only supports stored and deflate. + if ((!(flags & MZ_ZIP_FLAG_COMPRESSED_DATA)) && (file_stat.m_method != 0) && (file_stat.m_method != MZ_DEFLATED)) + return MZ_FALSE; + + // Read and parse the local directory entry. + cur_file_ofs = file_stat.m_local_header_ofs; + if (pZip->m_pRead(pZip->m_pIO_opaque, cur_file_ofs, pLocal_header, MZ_ZIP_LOCAL_DIR_HEADER_SIZE) != MZ_ZIP_LOCAL_DIR_HEADER_SIZE) + return MZ_FALSE; + if (MZ_READ_LE32(pLocal_header) != MZ_ZIP_LOCAL_DIR_HEADER_SIG) + return MZ_FALSE; + + cur_file_ofs += MZ_ZIP_LOCAL_DIR_HEADER_SIZE + MZ_READ_LE16(pLocal_header + MZ_ZIP_LDH_FILENAME_LEN_OFS) + MZ_READ_LE16(pLocal_header + MZ_ZIP_LDH_EXTRA_LEN_OFS); + if ((cur_file_ofs + file_stat.m_comp_size) > pZip->m_archive_size) + return MZ_FALSE; + + // Decompress the file either directly from memory or from a file input buffer. + if (pZip->m_pState->m_pMem) + { + pRead_buf = (mz_uint8 *)pZip->m_pState->m_pMem + cur_file_ofs; + read_buf_size = read_buf_avail = file_stat.m_comp_size; + comp_remaining = 0; + } + else + { + read_buf_size = MZ_MIN(file_stat.m_comp_size, MZ_ZIP_MAX_IO_BUF_SIZE); + if (NULL == (pRead_buf = pZip->m_pAlloc(pZip->m_pAlloc_opaque, 1, (size_t)read_buf_size))) + return MZ_FALSE; + read_buf_avail = 0; + comp_remaining = file_stat.m_comp_size; + } + + if ((flags & MZ_ZIP_FLAG_COMPRESSED_DATA) || (!file_stat.m_method)) + { + // The file is stored or the caller has requested the compressed data. + if (pZip->m_pState->m_pMem) + { +#ifdef _MSC_VER + if (((0, sizeof(size_t) == sizeof(mz_uint32))) && (file_stat.m_comp_size > 0xFFFFFFFF)) +#else + if (((sizeof(size_t) == sizeof(mz_uint32))) && (file_stat.m_comp_size > 0xFFFFFFFF)) +#endif + return MZ_FALSE; + if (pCallback(pOpaque, out_buf_ofs, pRead_buf, (size_t)file_stat.m_comp_size) != file_stat.m_comp_size) + status = TINFL_STATUS_FAILED; + else if (!(flags & MZ_ZIP_FLAG_COMPRESSED_DATA)) + file_crc32 = (mz_uint32)mz_crc32(file_crc32, (const mz_uint8 *)pRead_buf, (size_t)file_stat.m_comp_size); + // cur_file_ofs += file_stat.m_comp_size; + out_buf_ofs += file_stat.m_comp_size; + // comp_remaining = 0; + } + else + { + while (comp_remaining) + { + read_buf_avail = MZ_MIN(read_buf_size, comp_remaining); + if (pZip->m_pRead(pZip->m_pIO_opaque, cur_file_ofs, pRead_buf, (size_t)read_buf_avail) != read_buf_avail) + { + status = TINFL_STATUS_FAILED; + break; + } + + if (!(flags & MZ_ZIP_FLAG_COMPRESSED_DATA)) + file_crc32 = (mz_uint32)mz_crc32(file_crc32, (const mz_uint8 *)pRead_buf, (size_t)read_buf_avail); + + if (pCallback(pOpaque, out_buf_ofs, pRead_buf, (size_t)read_buf_avail) != read_buf_avail) + { + status = TINFL_STATUS_FAILED; + break; + } + cur_file_ofs += read_buf_avail; + out_buf_ofs += read_buf_avail; + comp_remaining -= read_buf_avail; + } + } + } + else + { + tinfl_decompressor inflator; + tinfl_init(&inflator); + + if (NULL == (pWrite_buf = pZip->m_pAlloc(pZip->m_pAlloc_opaque, 1, TINFL_LZ_DICT_SIZE))) + status = TINFL_STATUS_FAILED; + else + { + do + { + mz_uint8 *pWrite_buf_cur = (mz_uint8 *)pWrite_buf + (out_buf_ofs & (TINFL_LZ_DICT_SIZE - 1)); + size_t in_buf_size, out_buf_size = TINFL_LZ_DICT_SIZE - (out_buf_ofs & (TINFL_LZ_DICT_SIZE - 1)); + if ((!read_buf_avail) && (!pZip->m_pState->m_pMem)) + { + read_buf_avail = MZ_MIN(read_buf_size, comp_remaining); + if (pZip->m_pRead(pZip->m_pIO_opaque, cur_file_ofs, pRead_buf, (size_t)read_buf_avail) != read_buf_avail) + { + status = TINFL_STATUS_FAILED; + break; + } + cur_file_ofs += read_buf_avail; + comp_remaining -= read_buf_avail; + read_buf_ofs = 0; + } + + in_buf_size = (size_t)read_buf_avail; + status = tinfl_decompress(&inflator, (const mz_uint8 *)pRead_buf + read_buf_ofs, &in_buf_size, (mz_uint8 *)pWrite_buf, pWrite_buf_cur, &out_buf_size, comp_remaining ? TINFL_FLAG_HAS_MORE_INPUT : 0); + read_buf_avail -= in_buf_size; + read_buf_ofs += in_buf_size; + + if (out_buf_size) + { + if (pCallback(pOpaque, out_buf_ofs, pWrite_buf_cur, out_buf_size) != out_buf_size) + { + status = TINFL_STATUS_FAILED; + break; + } + file_crc32 = (mz_uint32)mz_crc32(file_crc32, pWrite_buf_cur, out_buf_size); + if ((out_buf_ofs += out_buf_size) > file_stat.m_uncomp_size) + { + status = TINFL_STATUS_FAILED; + break; + } + } + } while ((status == TINFL_STATUS_NEEDS_MORE_INPUT) || (status == TINFL_STATUS_HAS_MORE_OUTPUT)); + } + } + + if ((status == TINFL_STATUS_DONE) && (!(flags & MZ_ZIP_FLAG_COMPRESSED_DATA))) + { + // Make sure the entire file was decompressed, and check its CRC. + if ((out_buf_ofs != file_stat.m_uncomp_size) || (file_crc32 != file_stat.m_crc32)) + status = TINFL_STATUS_FAILED; + } + + if (!pZip->m_pState->m_pMem) + pZip->m_pFree(pZip->m_pAlloc_opaque, pRead_buf); + if (pWrite_buf) + pZip->m_pFree(pZip->m_pAlloc_opaque, pWrite_buf); + + return status == TINFL_STATUS_DONE; +} + +mz_bool mz_zip_reader_extract_file_to_callback(mz_zip_archive *pZip, const char *pFilename, mz_file_write_func pCallback, void *pOpaque, mz_uint flags) +{ + int file_index = mz_zip_reader_locate_file(pZip, pFilename, NULL, flags); + if (file_index < 0) + return MZ_FALSE; + return mz_zip_reader_extract_to_callback(pZip, file_index, pCallback, pOpaque, flags); +} + +#ifndef MINIZ_NO_STDIO +static size_t mz_zip_file_write_callback(void *pOpaque, mz_uint64 ofs, const void *pBuf, size_t n) +{ + (void)ofs; return MZ_FWRITE(pBuf, 1, n, (MZ_FILE*)pOpaque); +} + +mz_bool mz_zip_reader_extract_to_file(mz_zip_archive *pZip, mz_uint file_index, const char *pDst_filename, mz_uint flags) +{ + mz_bool status; + mz_zip_archive_file_stat file_stat; + MZ_FILE *pFile; + if (!mz_zip_reader_file_stat(pZip, file_index, &file_stat)) + return MZ_FALSE; + pFile = MZ_FOPEN(pDst_filename, "wb"); + if (!pFile) + return MZ_FALSE; + status = mz_zip_reader_extract_to_callback(pZip, file_index, mz_zip_file_write_callback, pFile, flags); + if (MZ_FCLOSE(pFile) == EOF) + return MZ_FALSE; +#ifndef MINIZ_NO_TIME + if (status) + mz_zip_set_file_times(pDst_filename, file_stat.m_time, file_stat.m_time); +#endif + return status; +} +#endif // #ifndef MINIZ_NO_STDIO + +mz_bool mz_zip_reader_end(mz_zip_archive *pZip) +{ + if ((!pZip) || (!pZip->m_pState) || (!pZip->m_pAlloc) || (!pZip->m_pFree) || (pZip->m_zip_mode != MZ_ZIP_MODE_READING)) + return MZ_FALSE; + + mz_zip_internal_state *pState = pZip->m_pState; pZip->m_pState = NULL; + mz_zip_array_clear(pZip, &pState->m_central_dir); + mz_zip_array_clear(pZip, &pState->m_central_dir_offsets); + mz_zip_array_clear(pZip, &pState->m_sorted_central_dir_offsets); + +#ifndef MINIZ_NO_STDIO + if (pState->m_pFile) + { + MZ_FCLOSE(pState->m_pFile); + pState->m_pFile = NULL; + } +#endif // #ifndef MINIZ_NO_STDIO + + pZip->m_pFree(pZip->m_pAlloc_opaque, pState); + + pZip->m_zip_mode = MZ_ZIP_MODE_INVALID; + + return MZ_TRUE; +} + +#ifndef MINIZ_NO_STDIO +mz_bool mz_zip_reader_extract_file_to_file(mz_zip_archive *pZip, const char *pArchive_filename, const char *pDst_filename, mz_uint flags) +{ + int file_index = mz_zip_reader_locate_file(pZip, pArchive_filename, NULL, flags); + if (file_index < 0) + return MZ_FALSE; + return mz_zip_reader_extract_to_file(pZip, file_index, pDst_filename, flags); +} +#endif + +// ------------------- .ZIP archive writing + +#ifndef MINIZ_NO_ARCHIVE_WRITING_APIS + +static void mz_write_le16(mz_uint8 *p, mz_uint16 v) { p[0] = (mz_uint8)v; p[1] = (mz_uint8)(v >> 8); } +static void mz_write_le32(mz_uint8 *p, mz_uint32 v) { p[0] = (mz_uint8)v; p[1] = (mz_uint8)(v >> 8); p[2] = (mz_uint8)(v >> 16); p[3] = (mz_uint8)(v >> 24); } +#define MZ_WRITE_LE16(p, v) mz_write_le16((mz_uint8 *)(p), (mz_uint16)(v)) +#define MZ_WRITE_LE32(p, v) mz_write_le32((mz_uint8 *)(p), (mz_uint32)(v)) + +mz_bool mz_zip_writer_init(mz_zip_archive *pZip, mz_uint64 existing_size) +{ + if ((!pZip) || (pZip->m_pState) || (!pZip->m_pWrite) || (pZip->m_zip_mode != MZ_ZIP_MODE_INVALID)) + return MZ_FALSE; + + if (pZip->m_file_offset_alignment) + { + // Ensure user specified file offset alignment is a power of 2. + if (pZip->m_file_offset_alignment & (pZip->m_file_offset_alignment - 1)) + return MZ_FALSE; + } + + if (!pZip->m_pAlloc) pZip->m_pAlloc = def_alloc_func; + if (!pZip->m_pFree) pZip->m_pFree = def_free_func; + if (!pZip->m_pRealloc) pZip->m_pRealloc = def_realloc_func; + + pZip->m_zip_mode = MZ_ZIP_MODE_WRITING; + pZip->m_archive_size = existing_size; + pZip->m_central_directory_file_ofs = 0; + pZip->m_total_files = 0; + + if (NULL == (pZip->m_pState = (mz_zip_internal_state *)pZip->m_pAlloc(pZip->m_pAlloc_opaque, 1, sizeof(mz_zip_internal_state)))) + return MZ_FALSE; + memset(pZip->m_pState, 0, sizeof(mz_zip_internal_state)); + MZ_ZIP_ARRAY_SET_ELEMENT_SIZE(&pZip->m_pState->m_central_dir, sizeof(mz_uint8)); + MZ_ZIP_ARRAY_SET_ELEMENT_SIZE(&pZip->m_pState->m_central_dir_offsets, sizeof(mz_uint32)); + MZ_ZIP_ARRAY_SET_ELEMENT_SIZE(&pZip->m_pState->m_sorted_central_dir_offsets, sizeof(mz_uint32)); + return MZ_TRUE; +} + +static size_t mz_zip_heap_write_func(void *pOpaque, mz_uint64 file_ofs, const void *pBuf, size_t n) +{ + mz_zip_archive *pZip = (mz_zip_archive *)pOpaque; + mz_zip_internal_state *pState = pZip->m_pState; + mz_uint64 new_size = MZ_MAX(file_ofs + n, pState->m_mem_size); + + if ((!n) || ((sizeof(size_t) == sizeof(mz_uint32)) && (new_size > 0x7FFFFFFF))) + return 0; + + if (new_size > pState->m_mem_capacity) { + void *pNew_block; + size_t new_capacity = MZ_MAX(64, pState->m_mem_capacity); while (new_capacity < new_size) new_capacity *= 2; + if (NULL == (pNew_block = pZip->m_pRealloc(pZip->m_pAlloc_opaque, pState->m_pMem, 1, new_capacity))) + return 0; + pState->m_pMem = pNew_block; pState->m_mem_capacity = new_capacity; + } + memcpy((mz_uint8 *)pState->m_pMem + file_ofs, pBuf, n); + pState->m_mem_size = (size_t)new_size; + return n; +} + +mz_bool mz_zip_writer_init_heap(mz_zip_archive *pZip, size_t size_to_reserve_at_beginning, size_t initial_allocation_size) +{ + pZip->m_pWrite = mz_zip_heap_write_func; + pZip->m_pIO_opaque = pZip; + if (!mz_zip_writer_init(pZip, size_to_reserve_at_beginning)) + return MZ_FALSE; + if (0 != (initial_allocation_size = MZ_MAX(initial_allocation_size, size_to_reserve_at_beginning))) + { + if (NULL == (pZip->m_pState->m_pMem = pZip->m_pAlloc(pZip->m_pAlloc_opaque, 1, initial_allocation_size))) + { + mz_zip_writer_end(pZip); + return MZ_FALSE; + } + pZip->m_pState->m_mem_capacity = initial_allocation_size; + } + return MZ_TRUE; +} + +#ifndef MINIZ_NO_STDIO +static size_t mz_zip_file_write_func(void *pOpaque, mz_uint64 file_ofs, const void *pBuf, size_t n) +{ + mz_zip_archive *pZip = (mz_zip_archive *)pOpaque; + mz_int64 cur_ofs = MZ_FTELL64(pZip->m_pState->m_pFile); + if (((mz_int64)file_ofs < 0) || (((cur_ofs != (mz_int64)file_ofs)) && (MZ_FSEEK64(pZip->m_pState->m_pFile, (mz_int64)file_ofs, SEEK_SET)))) + return 0; + return MZ_FWRITE(pBuf, 1, n, pZip->m_pState->m_pFile); +} + +mz_bool mz_zip_writer_init_file(mz_zip_archive *pZip, const char *pFilename, mz_uint64 size_to_reserve_at_beginning) +{ + MZ_FILE *pFile; + pZip->m_pWrite = mz_zip_file_write_func; + pZip->m_pIO_opaque = pZip; + if (!mz_zip_writer_init(pZip, size_to_reserve_at_beginning)) + return MZ_FALSE; + if (NULL == (pFile = MZ_FOPEN(pFilename, "wb"))) + { + mz_zip_writer_end(pZip); + return MZ_FALSE; + } + pZip->m_pState->m_pFile = pFile; + if (size_to_reserve_at_beginning) + { + mz_uint64 cur_ofs = 0; char buf[4096]; MZ_CLEAR_OBJ(buf); + do + { + size_t n = (size_t)MZ_MIN(sizeof(buf), size_to_reserve_at_beginning); + if (pZip->m_pWrite(pZip->m_pIO_opaque, cur_ofs, buf, n) != n) + { + mz_zip_writer_end(pZip); + return MZ_FALSE; + } + cur_ofs += n; size_to_reserve_at_beginning -= n; + } while (size_to_reserve_at_beginning); + } + return MZ_TRUE; +} +#endif // #ifndef MINIZ_NO_STDIO + +mz_bool mz_zip_writer_init_from_reader(mz_zip_archive *pZip, const char *pFilename) +{ + mz_zip_internal_state *pState; + if ((!pZip) || (!pZip->m_pState) || (pZip->m_zip_mode != MZ_ZIP_MODE_READING)) + return MZ_FALSE; + // No sense in trying to write to an archive that's already at the support max size + if ((pZip->m_total_files == 0xFFFF) || ((pZip->m_archive_size + MZ_ZIP_CENTRAL_DIR_HEADER_SIZE + MZ_ZIP_LOCAL_DIR_HEADER_SIZE) > 0xFFFFFFFF)) + return MZ_FALSE; + + pState = pZip->m_pState; + + if (pState->m_pFile) + { +#ifdef MINIZ_NO_STDIO + pFilename; return MZ_FALSE; +#else + // Archive is being read from stdio - try to reopen as writable. + if (pZip->m_pIO_opaque != pZip) + return MZ_FALSE; + if (!pFilename) + return MZ_FALSE; + pZip->m_pWrite = mz_zip_file_write_func; + if (NULL == (pState->m_pFile = MZ_FREOPEN(pFilename, "r+b", pState->m_pFile))) + { + // The mz_zip_archive is now in a bogus state because pState->m_pFile is NULL, so just close it. + mz_zip_reader_end(pZip); + return MZ_FALSE; + } +#endif // #ifdef MINIZ_NO_STDIO + } + else if (pState->m_pMem) + { + // Archive lives in a memory block. Assume it's from the heap that we can resize using the realloc callback. + if (pZip->m_pIO_opaque != pZip) + return MZ_FALSE; + pState->m_mem_capacity = pState->m_mem_size; + pZip->m_pWrite = mz_zip_heap_write_func; + } + // Archive is being read via a user provided read function - make sure the user has specified a write function too. + else if (!pZip->m_pWrite) + return MZ_FALSE; + + // Start writing new files at the archive's current central directory location. + pZip->m_archive_size = pZip->m_central_directory_file_ofs; + pZip->m_zip_mode = MZ_ZIP_MODE_WRITING; + pZip->m_central_directory_file_ofs = 0; + + return MZ_TRUE; +} + +mz_bool mz_zip_writer_add_mem(mz_zip_archive *pZip, const char *pArchive_name, const void *pBuf, size_t buf_size, mz_uint level_and_flags) +{ + return mz_zip_writer_add_mem_ex(pZip, pArchive_name, pBuf, buf_size, NULL, 0, level_and_flags, 0, 0); +} + +typedef struct +{ + mz_zip_archive *m_pZip; + mz_uint64 m_cur_archive_file_ofs; + mz_uint64 m_comp_size; +} mz_zip_writer_add_state; + +static mz_bool mz_zip_writer_add_put_buf_callback(const void* pBuf, int len, void *pUser) +{ + mz_zip_writer_add_state *pState = (mz_zip_writer_add_state *)pUser; + if ((int)pState->m_pZip->m_pWrite(pState->m_pZip->m_pIO_opaque, pState->m_cur_archive_file_ofs, pBuf, len) != len) + return MZ_FALSE; + pState->m_cur_archive_file_ofs += len; + pState->m_comp_size += len; + return MZ_TRUE; +} + +static mz_bool mz_zip_writer_create_local_dir_header(mz_zip_archive *pZip, mz_uint8 *pDst, mz_uint16 filename_size, mz_uint16 extra_size, mz_uint64 uncomp_size, mz_uint64 comp_size, mz_uint32 uncomp_crc32, mz_uint16 method, mz_uint16 bit_flags, mz_uint16 dos_time, mz_uint16 dos_date) +{ + (void)pZip; + memset(pDst, 0, MZ_ZIP_LOCAL_DIR_HEADER_SIZE); + MZ_WRITE_LE32(pDst + MZ_ZIP_LDH_SIG_OFS, MZ_ZIP_LOCAL_DIR_HEADER_SIG); + MZ_WRITE_LE16(pDst + MZ_ZIP_LDH_VERSION_NEEDED_OFS, method ? 20 : 0); + MZ_WRITE_LE16(pDst + MZ_ZIP_LDH_BIT_FLAG_OFS, bit_flags); + MZ_WRITE_LE16(pDst + MZ_ZIP_LDH_METHOD_OFS, method); + MZ_WRITE_LE16(pDst + MZ_ZIP_LDH_FILE_TIME_OFS, dos_time); + MZ_WRITE_LE16(pDst + MZ_ZIP_LDH_FILE_DATE_OFS, dos_date); + MZ_WRITE_LE32(pDst + MZ_ZIP_LDH_CRC32_OFS, uncomp_crc32); + MZ_WRITE_LE32(pDst + MZ_ZIP_LDH_COMPRESSED_SIZE_OFS, comp_size); + MZ_WRITE_LE32(pDst + MZ_ZIP_LDH_DECOMPRESSED_SIZE_OFS, uncomp_size); + MZ_WRITE_LE16(pDst + MZ_ZIP_LDH_FILENAME_LEN_OFS, filename_size); + MZ_WRITE_LE16(pDst + MZ_ZIP_LDH_EXTRA_LEN_OFS, extra_size); + return MZ_TRUE; +} + +static mz_bool mz_zip_writer_create_central_dir_header(mz_zip_archive *pZip, mz_uint8 *pDst, mz_uint16 filename_size, mz_uint16 extra_size, mz_uint16 comment_size, mz_uint64 uncomp_size, mz_uint64 comp_size, mz_uint32 uncomp_crc32, mz_uint16 method, mz_uint16 bit_flags, mz_uint16 dos_time, mz_uint16 dos_date, mz_uint64 local_header_ofs, mz_uint32 ext_attributes) +{ + (void)pZip; + memset(pDst, 0, MZ_ZIP_CENTRAL_DIR_HEADER_SIZE); + MZ_WRITE_LE32(pDst + MZ_ZIP_CDH_SIG_OFS, MZ_ZIP_CENTRAL_DIR_HEADER_SIG); + MZ_WRITE_LE16(pDst + MZ_ZIP_CDH_VERSION_NEEDED_OFS, method ? 20 : 0); + MZ_WRITE_LE16(pDst + MZ_ZIP_CDH_BIT_FLAG_OFS, bit_flags); + MZ_WRITE_LE16(pDst + MZ_ZIP_CDH_METHOD_OFS, method); + MZ_WRITE_LE16(pDst + MZ_ZIP_CDH_FILE_TIME_OFS, dos_time); + MZ_WRITE_LE16(pDst + MZ_ZIP_CDH_FILE_DATE_OFS, dos_date); + MZ_WRITE_LE32(pDst + MZ_ZIP_CDH_CRC32_OFS, uncomp_crc32); + MZ_WRITE_LE32(pDst + MZ_ZIP_CDH_COMPRESSED_SIZE_OFS, comp_size); + MZ_WRITE_LE32(pDst + MZ_ZIP_CDH_DECOMPRESSED_SIZE_OFS, uncomp_size); + MZ_WRITE_LE16(pDst + MZ_ZIP_CDH_FILENAME_LEN_OFS, filename_size); + MZ_WRITE_LE16(pDst + MZ_ZIP_CDH_EXTRA_LEN_OFS, extra_size); + MZ_WRITE_LE16(pDst + MZ_ZIP_CDH_COMMENT_LEN_OFS, comment_size); + MZ_WRITE_LE32(pDst + MZ_ZIP_CDH_EXTERNAL_ATTR_OFS, ext_attributes); + MZ_WRITE_LE32(pDst + MZ_ZIP_CDH_LOCAL_HEADER_OFS, local_header_ofs); + return MZ_TRUE; +} + +static mz_bool mz_zip_writer_add_to_central_dir(mz_zip_archive *pZip, const char *pFilename, mz_uint16 filename_size, const void *pExtra, mz_uint16 extra_size, const void *pComment, mz_uint16 comment_size, mz_uint64 uncomp_size, mz_uint64 comp_size, mz_uint32 uncomp_crc32, mz_uint16 method, mz_uint16 bit_flags, mz_uint16 dos_time, mz_uint16 dos_date, mz_uint64 local_header_ofs, mz_uint32 ext_attributes) +{ + mz_zip_internal_state *pState = pZip->m_pState; + mz_uint32 central_dir_ofs = (mz_uint32)pState->m_central_dir.m_size; + size_t orig_central_dir_size = pState->m_central_dir.m_size; + mz_uint8 central_dir_header[MZ_ZIP_CENTRAL_DIR_HEADER_SIZE]; + + // No zip64 support yet + if ((local_header_ofs > 0xFFFFFFFF) || (((mz_uint64)pState->m_central_dir.m_size + MZ_ZIP_CENTRAL_DIR_HEADER_SIZE + filename_size + extra_size + comment_size) > 0xFFFFFFFF)) + return MZ_FALSE; + + if (!mz_zip_writer_create_central_dir_header(pZip, central_dir_header, filename_size, extra_size, comment_size, uncomp_size, comp_size, uncomp_crc32, method, bit_flags, dos_time, dos_date, local_header_ofs, ext_attributes)) + return MZ_FALSE; + + if ((!mz_zip_array_push_back(pZip, &pState->m_central_dir, central_dir_header, MZ_ZIP_CENTRAL_DIR_HEADER_SIZE)) || + (!mz_zip_array_push_back(pZip, &pState->m_central_dir, pFilename, filename_size)) || + (!mz_zip_array_push_back(pZip, &pState->m_central_dir, pExtra, extra_size)) || + (!mz_zip_array_push_back(pZip, &pState->m_central_dir, pComment, comment_size)) || + (!mz_zip_array_push_back(pZip, &pState->m_central_dir_offsets, ¢ral_dir_ofs, 1))) + { + // Try to push the central directory array back into its original state. + mz_zip_array_resize(pZip, &pState->m_central_dir, orig_central_dir_size, MZ_FALSE); + return MZ_FALSE; + } + + return MZ_TRUE; +} + +static mz_bool mz_zip_writer_validate_archive_name(const char *pArchive_name) +{ + // Basic ZIP archive filename validity checks: Valid filenames cannot start with a forward slash, cannot contain a drive letter, and cannot use DOS-style backward slashes. + if (*pArchive_name == '/') + return MZ_FALSE; + while (*pArchive_name) + { + if ((*pArchive_name == '\\') || (*pArchive_name == ':')) + return MZ_FALSE; + pArchive_name++; + } + return MZ_TRUE; +} + +static mz_uint mz_zip_writer_compute_padding_needed_for_file_alignment(mz_zip_archive *pZip) +{ + mz_uint32 n; + if (!pZip->m_file_offset_alignment) + return 0; + n = (mz_uint32)(pZip->m_archive_size & (pZip->m_file_offset_alignment - 1)); + return (pZip->m_file_offset_alignment - n) & (pZip->m_file_offset_alignment - 1); +} + +static mz_bool mz_zip_writer_write_zeros(mz_zip_archive *pZip, mz_uint64 cur_file_ofs, mz_uint32 n) +{ + char buf[4096]; + memset(buf, 0, MZ_MIN(sizeof(buf), n)); + while (n) + { + mz_uint32 s = MZ_MIN(sizeof(buf), n); + if (pZip->m_pWrite(pZip->m_pIO_opaque, cur_file_ofs, buf, s) != s) + return MZ_FALSE; + cur_file_ofs += s; n -= s; + } + return MZ_TRUE; +} + +mz_bool mz_zip_writer_add_mem_ex(mz_zip_archive *pZip, const char *pArchive_name, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 comment_size, mz_uint level_and_flags, mz_uint64 uncomp_size, mz_uint32 uncomp_crc32) +{ + mz_uint16 method = 0, dos_time = 0, dos_date = 0; + mz_uint level, ext_attributes = 0, num_alignment_padding_bytes; + mz_uint64 local_dir_header_ofs, cur_archive_file_ofs, comp_size = 0; + size_t archive_name_size; + mz_uint8 local_dir_header[MZ_ZIP_LOCAL_DIR_HEADER_SIZE]; + tdefl_compressor *pComp = NULL; + mz_bool store_data_uncompressed; + mz_zip_internal_state *pState; + + if ((int)level_and_flags < 0) + level_and_flags = MZ_DEFAULT_LEVEL; + level = level_and_flags & 0xF; + store_data_uncompressed = ((!level) || (level_and_flags & MZ_ZIP_FLAG_COMPRESSED_DATA)); + + if ((!pZip) || (!pZip->m_pState) || (pZip->m_zip_mode != MZ_ZIP_MODE_WRITING) || ((buf_size) && (!pBuf)) || (!pArchive_name) || ((comment_size) && (!pComment)) || (pZip->m_total_files == 0xFFFF) || (level > MZ_UBER_COMPRESSION)) + return MZ_FALSE; + + local_dir_header_ofs = cur_archive_file_ofs = pZip->m_archive_size; + pState = pZip->m_pState; + + if ((!(level_and_flags & MZ_ZIP_FLAG_COMPRESSED_DATA)) && (uncomp_size)) + return MZ_FALSE; + // No zip64 support yet + if ((buf_size > 0xFFFFFFFF) || (uncomp_size > 0xFFFFFFFF)) + return MZ_FALSE; + if (!mz_zip_writer_validate_archive_name(pArchive_name)) + return MZ_FALSE; + +#ifndef MINIZ_NO_TIME + { + time_t cur_time; time(&cur_time); + mz_zip_time_to_dos_time(cur_time, &dos_time, &dos_date); + } +#endif // #ifndef MINIZ_NO_TIME + + archive_name_size = strlen(pArchive_name); + if (archive_name_size > 0xFFFF) + return MZ_FALSE; + + num_alignment_padding_bytes = mz_zip_writer_compute_padding_needed_for_file_alignment(pZip); + + // no zip64 support yet + if ((pZip->m_total_files == 0xFFFF) || ((pZip->m_archive_size + num_alignment_padding_bytes + MZ_ZIP_LOCAL_DIR_HEADER_SIZE + MZ_ZIP_CENTRAL_DIR_HEADER_SIZE + comment_size + archive_name_size) > 0xFFFFFFFF)) + return MZ_FALSE; + + if ((archive_name_size) && (pArchive_name[archive_name_size - 1] == '/')) + { + // Set DOS Subdirectory attribute bit. + ext_attributes |= 0x10; + // Subdirectories cannot contain data. + if ((buf_size) || (uncomp_size)) + return MZ_FALSE; + } + + // Try to do any allocations before writing to the archive, so if an allocation fails the file remains unmodified. (A good idea if we're doing an in-place modification.) + if ((!mz_zip_array_ensure_room(pZip, &pState->m_central_dir, MZ_ZIP_CENTRAL_DIR_HEADER_SIZE + archive_name_size + comment_size)) || (!mz_zip_array_ensure_room(pZip, &pState->m_central_dir_offsets, 1))) + return MZ_FALSE; + + if ((!store_data_uncompressed) && (buf_size)) + { + if (NULL == (pComp = (tdefl_compressor *)pZip->m_pAlloc(pZip->m_pAlloc_opaque, 1, sizeof(tdefl_compressor)))) + return MZ_FALSE; + } + + if (!mz_zip_writer_write_zeros(pZip, cur_archive_file_ofs, num_alignment_padding_bytes + sizeof(local_dir_header))) + { + pZip->m_pFree(pZip->m_pAlloc_opaque, pComp); + return MZ_FALSE; + } + local_dir_header_ofs += num_alignment_padding_bytes; + if (pZip->m_file_offset_alignment) { MZ_ASSERT((local_dir_header_ofs & (pZip->m_file_offset_alignment - 1)) == 0); } + cur_archive_file_ofs += num_alignment_padding_bytes + sizeof(local_dir_header); + + MZ_CLEAR_OBJ(local_dir_header); + if (pZip->m_pWrite(pZip->m_pIO_opaque, cur_archive_file_ofs, pArchive_name, archive_name_size) != archive_name_size) + { + pZip->m_pFree(pZip->m_pAlloc_opaque, pComp); + return MZ_FALSE; + } + cur_archive_file_ofs += archive_name_size; + + if (!(level_and_flags & MZ_ZIP_FLAG_COMPRESSED_DATA)) + { + uncomp_crc32 = (mz_uint32)mz_crc32(MZ_CRC32_INIT, (const mz_uint8*)pBuf, buf_size); + uncomp_size = buf_size; + if (uncomp_size <= 3) + { + level = 0; + store_data_uncompressed = MZ_TRUE; + } + } + + if (store_data_uncompressed) + { + if (pZip->m_pWrite(pZip->m_pIO_opaque, cur_archive_file_ofs, pBuf, buf_size) != buf_size) + { + pZip->m_pFree(pZip->m_pAlloc_opaque, pComp); + return MZ_FALSE; + } + + cur_archive_file_ofs += buf_size; + comp_size = buf_size; + + if (level_and_flags & MZ_ZIP_FLAG_COMPRESSED_DATA) + method = MZ_DEFLATED; + } + else if (buf_size) + { + mz_zip_writer_add_state state; + + state.m_pZip = pZip; + state.m_cur_archive_file_ofs = cur_archive_file_ofs; + state.m_comp_size = 0; + + if ((tdefl_init(pComp, mz_zip_writer_add_put_buf_callback, &state, tdefl_create_comp_flags_from_zip_params(level, -15, MZ_DEFAULT_STRATEGY)) != TDEFL_STATUS_OKAY) || + (tdefl_compress_buffer(pComp, pBuf, buf_size, TDEFL_FINISH) != TDEFL_STATUS_DONE)) + { + pZip->m_pFree(pZip->m_pAlloc_opaque, pComp); + return MZ_FALSE; + } + + comp_size = state.m_comp_size; + cur_archive_file_ofs = state.m_cur_archive_file_ofs; + + method = MZ_DEFLATED; + } + + pZip->m_pFree(pZip->m_pAlloc_opaque, pComp); + pComp = NULL; + + // no zip64 support yet + if ((comp_size > 0xFFFFFFFF) || (cur_archive_file_ofs > 0xFFFFFFFF)) + return MZ_FALSE; + + if (!mz_zip_writer_create_local_dir_header(pZip, local_dir_header, (mz_uint16)archive_name_size, 0, uncomp_size, comp_size, uncomp_crc32, method, 0, dos_time, dos_date)) + return MZ_FALSE; + + if (pZip->m_pWrite(pZip->m_pIO_opaque, local_dir_header_ofs, local_dir_header, sizeof(local_dir_header)) != sizeof(local_dir_header)) + return MZ_FALSE; + + if (!mz_zip_writer_add_to_central_dir(pZip, pArchive_name, (mz_uint16)archive_name_size, NULL, 0, pComment, comment_size, uncomp_size, comp_size, uncomp_crc32, method, 0, dos_time, dos_date, local_dir_header_ofs, ext_attributes)) + return MZ_FALSE; + + pZip->m_total_files++; + pZip->m_archive_size = cur_archive_file_ofs; + + return MZ_TRUE; +} + +#ifndef MINIZ_NO_STDIO +mz_bool mz_zip_writer_add_file(mz_zip_archive *pZip, const char *pArchive_name, const char *pSrc_filename, const void *pComment, mz_uint16 comment_size, mz_uint level_and_flags) +{ + mz_uint uncomp_crc32 = MZ_CRC32_INIT, level, num_alignment_padding_bytes; + mz_uint16 method = 0, dos_time = 0, dos_date = 0, ext_attributes = 0; + mz_uint64 local_dir_header_ofs, cur_archive_file_ofs, uncomp_size = 0, comp_size = 0; + size_t archive_name_size; + mz_uint8 local_dir_header[MZ_ZIP_LOCAL_DIR_HEADER_SIZE]; + MZ_FILE *pSrc_file = NULL; + + if ((int)level_and_flags < 0) + level_and_flags = MZ_DEFAULT_LEVEL; + level = level_and_flags & 0xF; + + if ((!pZip) || (!pZip->m_pState) || (pZip->m_zip_mode != MZ_ZIP_MODE_WRITING) || (!pArchive_name) || ((comment_size) && (!pComment)) || (level > MZ_UBER_COMPRESSION)) + return MZ_FALSE; + + local_dir_header_ofs = cur_archive_file_ofs = pZip->m_archive_size; + + if (level_and_flags & MZ_ZIP_FLAG_COMPRESSED_DATA) + return MZ_FALSE; + if (!mz_zip_writer_validate_archive_name(pArchive_name)) + return MZ_FALSE; + + archive_name_size = strlen(pArchive_name); + if (archive_name_size > 0xFFFF) + return MZ_FALSE; + + num_alignment_padding_bytes = mz_zip_writer_compute_padding_needed_for_file_alignment(pZip); + + // no zip64 support yet + if ((pZip->m_total_files == 0xFFFF) || ((pZip->m_archive_size + num_alignment_padding_bytes + MZ_ZIP_LOCAL_DIR_HEADER_SIZE + MZ_ZIP_CENTRAL_DIR_HEADER_SIZE + comment_size + archive_name_size) > 0xFFFFFFFF)) + return MZ_FALSE; + + if (!mz_zip_get_file_modified_time(pSrc_filename, &dos_time, &dos_date)) + return MZ_FALSE; + + pSrc_file = MZ_FOPEN(pSrc_filename, "rb"); + if (!pSrc_file) + return MZ_FALSE; + MZ_FSEEK64(pSrc_file, 0, SEEK_END); + uncomp_size = MZ_FTELL64(pSrc_file); + MZ_FSEEK64(pSrc_file, 0, SEEK_SET); + + if (uncomp_size > 0xFFFFFFFF) + { + // No zip64 support yet + MZ_FCLOSE(pSrc_file); + return MZ_FALSE; + } + if (uncomp_size <= 3) + level = 0; + + if (!mz_zip_writer_write_zeros(pZip, cur_archive_file_ofs, num_alignment_padding_bytes + sizeof(local_dir_header))) + { + MZ_FCLOSE(pSrc_file); + return MZ_FALSE; + } + local_dir_header_ofs += num_alignment_padding_bytes; + if (pZip->m_file_offset_alignment) { MZ_ASSERT((local_dir_header_ofs & (pZip->m_file_offset_alignment - 1)) == 0); } + cur_archive_file_ofs += num_alignment_padding_bytes + sizeof(local_dir_header); + + MZ_CLEAR_OBJ(local_dir_header); + if (pZip->m_pWrite(pZip->m_pIO_opaque, cur_archive_file_ofs, pArchive_name, archive_name_size) != archive_name_size) + { + MZ_FCLOSE(pSrc_file); + return MZ_FALSE; + } + cur_archive_file_ofs += archive_name_size; + + if (uncomp_size) + { + mz_uint64 uncomp_remaining = uncomp_size; + void *pRead_buf = pZip->m_pAlloc(pZip->m_pAlloc_opaque, 1, MZ_ZIP_MAX_IO_BUF_SIZE); + if (!pRead_buf) + { + MZ_FCLOSE(pSrc_file); + return MZ_FALSE; + } + + if (!level) + { + while (uncomp_remaining) + { + mz_uint n = (mz_uint)MZ_MIN(MZ_ZIP_MAX_IO_BUF_SIZE, uncomp_remaining); + if ((MZ_FREAD(pRead_buf, 1, n, pSrc_file) != n) || (pZip->m_pWrite(pZip->m_pIO_opaque, cur_archive_file_ofs, pRead_buf, n) != n)) + { + pZip->m_pFree(pZip->m_pAlloc_opaque, pRead_buf); + MZ_FCLOSE(pSrc_file); + return MZ_FALSE; + } + uncomp_crc32 = (mz_uint32)mz_crc32(uncomp_crc32, (const mz_uint8 *)pRead_buf, n); + uncomp_remaining -= n; + cur_archive_file_ofs += n; + } + comp_size = uncomp_size; + } + else + { + mz_bool result = MZ_FALSE; + mz_zip_writer_add_state state; + tdefl_compressor *pComp = (tdefl_compressor *)pZip->m_pAlloc(pZip->m_pAlloc_opaque, 1, sizeof(tdefl_compressor)); + if (!pComp) + { + pZip->m_pFree(pZip->m_pAlloc_opaque, pRead_buf); + MZ_FCLOSE(pSrc_file); + return MZ_FALSE; + } + + state.m_pZip = pZip; + state.m_cur_archive_file_ofs = cur_archive_file_ofs; + state.m_comp_size = 0; + + if (tdefl_init(pComp, mz_zip_writer_add_put_buf_callback, &state, tdefl_create_comp_flags_from_zip_params(level, -15, MZ_DEFAULT_STRATEGY)) != TDEFL_STATUS_OKAY) + { + pZip->m_pFree(pZip->m_pAlloc_opaque, pComp); + pZip->m_pFree(pZip->m_pAlloc_opaque, pRead_buf); + MZ_FCLOSE(pSrc_file); + return MZ_FALSE; + } + + for ( ; ; ) + { + size_t in_buf_size = (mz_uint32)MZ_MIN(uncomp_remaining, MZ_ZIP_MAX_IO_BUF_SIZE); + tdefl_status status; + + if (MZ_FREAD(pRead_buf, 1, in_buf_size, pSrc_file) != in_buf_size) + break; + + uncomp_crc32 = (mz_uint32)mz_crc32(uncomp_crc32, (const mz_uint8 *)pRead_buf, in_buf_size); + uncomp_remaining -= in_buf_size; + + status = tdefl_compress_buffer(pComp, pRead_buf, in_buf_size, uncomp_remaining ? TDEFL_NO_FLUSH : TDEFL_FINISH); + if (status == TDEFL_STATUS_DONE) + { + result = MZ_TRUE; + break; + } + else if (status != TDEFL_STATUS_OKAY) + break; + } + + pZip->m_pFree(pZip->m_pAlloc_opaque, pComp); + + if (!result) + { + pZip->m_pFree(pZip->m_pAlloc_opaque, pRead_buf); + MZ_FCLOSE(pSrc_file); + return MZ_FALSE; + } + + comp_size = state.m_comp_size; + cur_archive_file_ofs = state.m_cur_archive_file_ofs; + + method = MZ_DEFLATED; + } + + pZip->m_pFree(pZip->m_pAlloc_opaque, pRead_buf); + } + + MZ_FCLOSE(pSrc_file); pSrc_file = NULL; + + // no zip64 support yet + if ((comp_size > 0xFFFFFFFF) || (cur_archive_file_ofs > 0xFFFFFFFF)) + return MZ_FALSE; + + if (!mz_zip_writer_create_local_dir_header(pZip, local_dir_header, (mz_uint16)archive_name_size, 0, uncomp_size, comp_size, uncomp_crc32, method, 0, dos_time, dos_date)) + return MZ_FALSE; + + if (pZip->m_pWrite(pZip->m_pIO_opaque, local_dir_header_ofs, local_dir_header, sizeof(local_dir_header)) != sizeof(local_dir_header)) + return MZ_FALSE; + + if (!mz_zip_writer_add_to_central_dir(pZip, pArchive_name, (mz_uint16)archive_name_size, NULL, 0, pComment, comment_size, uncomp_size, comp_size, uncomp_crc32, method, 0, dos_time, dos_date, local_dir_header_ofs, ext_attributes)) + return MZ_FALSE; + + pZip->m_total_files++; + pZip->m_archive_size = cur_archive_file_ofs; + + return MZ_TRUE; +} +#endif // #ifndef MINIZ_NO_STDIO + +mz_bool mz_zip_writer_add_from_zip_reader(mz_zip_archive *pZip, mz_zip_archive *pSource_zip, mz_uint file_index) +{ + mz_uint n, bit_flags, num_alignment_padding_bytes; + mz_uint64 comp_bytes_remaining, local_dir_header_ofs; + mz_uint64 cur_src_file_ofs, cur_dst_file_ofs; + mz_uint32 local_header_u32[(MZ_ZIP_LOCAL_DIR_HEADER_SIZE + sizeof(mz_uint32) - 1) / sizeof(mz_uint32)]; mz_uint8 *pLocal_header = (mz_uint8 *)local_header_u32; + mz_uint8 central_header[MZ_ZIP_CENTRAL_DIR_HEADER_SIZE]; + size_t orig_central_dir_size; + mz_zip_internal_state *pState; + void *pBuf; const mz_uint8 *pSrc_central_header; + + if ((!pZip) || (!pZip->m_pState) || (pZip->m_zip_mode != MZ_ZIP_MODE_WRITING)) + return MZ_FALSE; + if (NULL == (pSrc_central_header = mz_zip_reader_get_cdh(pSource_zip, file_index))) + return MZ_FALSE; + pState = pZip->m_pState; + + num_alignment_padding_bytes = mz_zip_writer_compute_padding_needed_for_file_alignment(pZip); + + // no zip64 support yet + if ((pZip->m_total_files == 0xFFFF) || ((pZip->m_archive_size + num_alignment_padding_bytes + MZ_ZIP_LOCAL_DIR_HEADER_SIZE + MZ_ZIP_CENTRAL_DIR_HEADER_SIZE) > 0xFFFFFFFF)) + return MZ_FALSE; + + cur_src_file_ofs = MZ_READ_LE32(pSrc_central_header + MZ_ZIP_CDH_LOCAL_HEADER_OFS); + cur_dst_file_ofs = pZip->m_archive_size; + + if (pSource_zip->m_pRead(pSource_zip->m_pIO_opaque, cur_src_file_ofs, pLocal_header, MZ_ZIP_LOCAL_DIR_HEADER_SIZE) != MZ_ZIP_LOCAL_DIR_HEADER_SIZE) + return MZ_FALSE; + if (MZ_READ_LE32(pLocal_header) != MZ_ZIP_LOCAL_DIR_HEADER_SIG) + return MZ_FALSE; + cur_src_file_ofs += MZ_ZIP_LOCAL_DIR_HEADER_SIZE; + + if (!mz_zip_writer_write_zeros(pZip, cur_dst_file_ofs, num_alignment_padding_bytes)) + return MZ_FALSE; + cur_dst_file_ofs += num_alignment_padding_bytes; + local_dir_header_ofs = cur_dst_file_ofs; + if (pZip->m_file_offset_alignment) { MZ_ASSERT((local_dir_header_ofs & (pZip->m_file_offset_alignment - 1)) == 0); } + + if (pZip->m_pWrite(pZip->m_pIO_opaque, cur_dst_file_ofs, pLocal_header, MZ_ZIP_LOCAL_DIR_HEADER_SIZE) != MZ_ZIP_LOCAL_DIR_HEADER_SIZE) + return MZ_FALSE; + cur_dst_file_ofs += MZ_ZIP_LOCAL_DIR_HEADER_SIZE; + + n = MZ_READ_LE16(pLocal_header + MZ_ZIP_LDH_FILENAME_LEN_OFS) + MZ_READ_LE16(pLocal_header + MZ_ZIP_LDH_EXTRA_LEN_OFS); + comp_bytes_remaining = n + MZ_READ_LE32(pSrc_central_header + MZ_ZIP_CDH_COMPRESSED_SIZE_OFS); + + if (NULL == (pBuf = pZip->m_pAlloc(pZip->m_pAlloc_opaque, 1, (size_t)MZ_MAX(sizeof(mz_uint32) * 4, MZ_MIN(MZ_ZIP_MAX_IO_BUF_SIZE, comp_bytes_remaining))))) + return MZ_FALSE; + + while (comp_bytes_remaining) + { + n = (mz_uint)MZ_MIN(MZ_ZIP_MAX_IO_BUF_SIZE, comp_bytes_remaining); + if (pSource_zip->m_pRead(pSource_zip->m_pIO_opaque, cur_src_file_ofs, pBuf, n) != n) + { + pZip->m_pFree(pZip->m_pAlloc_opaque, pBuf); + return MZ_FALSE; + } + cur_src_file_ofs += n; + + if (pZip->m_pWrite(pZip->m_pIO_opaque, cur_dst_file_ofs, pBuf, n) != n) + { + pZip->m_pFree(pZip->m_pAlloc_opaque, pBuf); + return MZ_FALSE; + } + cur_dst_file_ofs += n; + + comp_bytes_remaining -= n; + } + + bit_flags = MZ_READ_LE16(pLocal_header + MZ_ZIP_LDH_BIT_FLAG_OFS); + if (bit_flags & 8) + { + // Copy data descriptor + if (pSource_zip->m_pRead(pSource_zip->m_pIO_opaque, cur_src_file_ofs, pBuf, sizeof(mz_uint32) * 4) != sizeof(mz_uint32) * 4) + { + pZip->m_pFree(pZip->m_pAlloc_opaque, pBuf); + return MZ_FALSE; + } + + n = sizeof(mz_uint32) * ((MZ_READ_LE32(pBuf) == 0x08074b50) ? 4 : 3); + if (pZip->m_pWrite(pZip->m_pIO_opaque, cur_dst_file_ofs, pBuf, n) != n) + { + pZip->m_pFree(pZip->m_pAlloc_opaque, pBuf); + return MZ_FALSE; + } + + // cur_src_file_ofs += n; + cur_dst_file_ofs += n; + } + pZip->m_pFree(pZip->m_pAlloc_opaque, pBuf); + + // no zip64 support yet + if (cur_dst_file_ofs > 0xFFFFFFFF) + return MZ_FALSE; + + orig_central_dir_size = pState->m_central_dir.m_size; + + memcpy(central_header, pSrc_central_header, MZ_ZIP_CENTRAL_DIR_HEADER_SIZE); + MZ_WRITE_LE32(central_header + MZ_ZIP_CDH_LOCAL_HEADER_OFS, local_dir_header_ofs); + if (!mz_zip_array_push_back(pZip, &pState->m_central_dir, central_header, MZ_ZIP_CENTRAL_DIR_HEADER_SIZE)) + return MZ_FALSE; + + n = MZ_READ_LE16(pSrc_central_header + MZ_ZIP_CDH_FILENAME_LEN_OFS) + MZ_READ_LE16(pSrc_central_header + MZ_ZIP_CDH_EXTRA_LEN_OFS) + MZ_READ_LE16(pSrc_central_header + MZ_ZIP_CDH_COMMENT_LEN_OFS); + if (!mz_zip_array_push_back(pZip, &pState->m_central_dir, pSrc_central_header + MZ_ZIP_CENTRAL_DIR_HEADER_SIZE, n)) + { + mz_zip_array_resize(pZip, &pState->m_central_dir, orig_central_dir_size, MZ_FALSE); + return MZ_FALSE; + } + + if (pState->m_central_dir.m_size > 0xFFFFFFFF) + return MZ_FALSE; + n = (mz_uint32)orig_central_dir_size; + if (!mz_zip_array_push_back(pZip, &pState->m_central_dir_offsets, &n, 1)) + { + mz_zip_array_resize(pZip, &pState->m_central_dir, orig_central_dir_size, MZ_FALSE); + return MZ_FALSE; + } + + pZip->m_total_files++; + pZip->m_archive_size = cur_dst_file_ofs; + + return MZ_TRUE; +} + +mz_bool mz_zip_writer_finalize_archive(mz_zip_archive *pZip) +{ + mz_zip_internal_state *pState; + mz_uint64 central_dir_ofs, central_dir_size; + mz_uint8 hdr[MZ_ZIP_END_OF_CENTRAL_DIR_HEADER_SIZE]; + + if ((!pZip) || (!pZip->m_pState) || (pZip->m_zip_mode != MZ_ZIP_MODE_WRITING)) + return MZ_FALSE; + + pState = pZip->m_pState; + + // no zip64 support yet + if ((pZip->m_total_files > 0xFFFF) || ((pZip->m_archive_size + pState->m_central_dir.m_size + MZ_ZIP_END_OF_CENTRAL_DIR_HEADER_SIZE) > 0xFFFFFFFF)) + return MZ_FALSE; + + central_dir_ofs = 0; + central_dir_size = 0; + if (pZip->m_total_files) + { + // Write central directory + central_dir_ofs = pZip->m_archive_size; + central_dir_size = pState->m_central_dir.m_size; + pZip->m_central_directory_file_ofs = central_dir_ofs; + if (pZip->m_pWrite(pZip->m_pIO_opaque, central_dir_ofs, pState->m_central_dir.m_p, (size_t)central_dir_size) != central_dir_size) + return MZ_FALSE; + pZip->m_archive_size += central_dir_size; + } + + // Write end of central directory record + MZ_CLEAR_OBJ(hdr); + MZ_WRITE_LE32(hdr + MZ_ZIP_ECDH_SIG_OFS, MZ_ZIP_END_OF_CENTRAL_DIR_HEADER_SIG); + MZ_WRITE_LE16(hdr + MZ_ZIP_ECDH_CDIR_NUM_ENTRIES_ON_DISK_OFS, pZip->m_total_files); + MZ_WRITE_LE16(hdr + MZ_ZIP_ECDH_CDIR_TOTAL_ENTRIES_OFS, pZip->m_total_files); + MZ_WRITE_LE32(hdr + MZ_ZIP_ECDH_CDIR_SIZE_OFS, central_dir_size); + MZ_WRITE_LE32(hdr + MZ_ZIP_ECDH_CDIR_OFS_OFS, central_dir_ofs); + + if (pZip->m_pWrite(pZip->m_pIO_opaque, pZip->m_archive_size, hdr, sizeof(hdr)) != sizeof(hdr)) + return MZ_FALSE; +#ifndef MINIZ_NO_STDIO + if ((pState->m_pFile) && (MZ_FFLUSH(pState->m_pFile) == EOF)) + return MZ_FALSE; +#endif // #ifndef MINIZ_NO_STDIO + + pZip->m_archive_size += sizeof(hdr); + + pZip->m_zip_mode = MZ_ZIP_MODE_WRITING_HAS_BEEN_FINALIZED; + return MZ_TRUE; +} + +mz_bool mz_zip_writer_finalize_heap_archive(mz_zip_archive *pZip, void **pBuf, size_t *pSize) +{ + if ((!pZip) || (!pZip->m_pState) || (!pBuf) || (!pSize)) + return MZ_FALSE; + if (pZip->m_pWrite != mz_zip_heap_write_func) + return MZ_FALSE; + if (!mz_zip_writer_finalize_archive(pZip)) + return MZ_FALSE; + + *pBuf = pZip->m_pState->m_pMem; + *pSize = pZip->m_pState->m_mem_size; + pZip->m_pState->m_pMem = NULL; + pZip->m_pState->m_mem_size = pZip->m_pState->m_mem_capacity = 0; + return MZ_TRUE; +} + +mz_bool mz_zip_writer_end(mz_zip_archive *pZip) +{ + mz_zip_internal_state *pState; + mz_bool status = MZ_TRUE; + if ((!pZip) || (!pZip->m_pState) || (!pZip->m_pAlloc) || (!pZip->m_pFree) || ((pZip->m_zip_mode != MZ_ZIP_MODE_WRITING) && (pZip->m_zip_mode != MZ_ZIP_MODE_WRITING_HAS_BEEN_FINALIZED))) + return MZ_FALSE; + + pState = pZip->m_pState; + pZip->m_pState = NULL; + mz_zip_array_clear(pZip, &pState->m_central_dir); + mz_zip_array_clear(pZip, &pState->m_central_dir_offsets); + mz_zip_array_clear(pZip, &pState->m_sorted_central_dir_offsets); + +#ifndef MINIZ_NO_STDIO + if (pState->m_pFile) + { + MZ_FCLOSE(pState->m_pFile); + pState->m_pFile = NULL; + } +#endif // #ifndef MINIZ_NO_STDIO + + if ((pZip->m_pWrite == mz_zip_heap_write_func) && (pState->m_pMem)) + { + pZip->m_pFree(pZip->m_pAlloc_opaque, pState->m_pMem); + pState->m_pMem = NULL; + } + + pZip->m_pFree(pZip->m_pAlloc_opaque, pState); + pZip->m_zip_mode = MZ_ZIP_MODE_INVALID; + return status; +} + +#ifndef MINIZ_NO_STDIO +mz_bool mz_zip_add_mem_to_archive_file_in_place(const char *pZip_filename, const char *pArchive_name, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 comment_size, mz_uint level_and_flags) +{ + mz_bool status, created_new_archive = MZ_FALSE; + mz_zip_archive zip_archive; + struct MZ_FILE_STAT_STRUCT file_stat; + MZ_CLEAR_OBJ(zip_archive); + if ((int)level_and_flags < 0) + level_and_flags = MZ_DEFAULT_LEVEL; + if ((!pZip_filename) || (!pArchive_name) || ((buf_size) && (!pBuf)) || ((comment_size) && (!pComment)) || ((level_and_flags & 0xF) > MZ_UBER_COMPRESSION)) + return MZ_FALSE; + if (!mz_zip_writer_validate_archive_name(pArchive_name)) + return MZ_FALSE; + if (MZ_FILE_STAT(pZip_filename, &file_stat) != 0) + { + // Create a new archive. + if (!mz_zip_writer_init_file(&zip_archive, pZip_filename, 0)) + return MZ_FALSE; + created_new_archive = MZ_TRUE; + } + else + { + // Append to an existing archive. + if (!mz_zip_reader_init_file(&zip_archive, pZip_filename, level_and_flags | MZ_ZIP_FLAG_DO_NOT_SORT_CENTRAL_DIRECTORY)) + return MZ_FALSE; + if (!mz_zip_writer_init_from_reader(&zip_archive, pZip_filename)) + { + mz_zip_reader_end(&zip_archive); + return MZ_FALSE; + } + } + status = mz_zip_writer_add_mem_ex(&zip_archive, pArchive_name, pBuf, buf_size, pComment, comment_size, level_and_flags, 0, 0); + // Always finalize, even if adding failed for some reason, so we have a valid central directory. (This may not always succeed, but we can try.) + if (!mz_zip_writer_finalize_archive(&zip_archive)) + status = MZ_FALSE; + if (!mz_zip_writer_end(&zip_archive)) + status = MZ_FALSE; + if ((!status) && (created_new_archive)) + { + // It's a new archive and something went wrong, so just delete it. + int ignoredStatus = MZ_DELETE_FILE(pZip_filename); + (void)ignoredStatus; + } + return status; +} + +void *mz_zip_extract_archive_file_to_heap(const char *pZip_filename, const char *pArchive_name, size_t *pSize, mz_uint flags) +{ + int file_index; + mz_zip_archive zip_archive; + void *p = NULL; + + if (pSize) + *pSize = 0; + + if ((!pZip_filename) || (!pArchive_name)) + return NULL; + + MZ_CLEAR_OBJ(zip_archive); + if (!mz_zip_reader_init_file(&zip_archive, pZip_filename, flags | MZ_ZIP_FLAG_DO_NOT_SORT_CENTRAL_DIRECTORY)) + return NULL; + + if ((file_index = mz_zip_reader_locate_file(&zip_archive, pArchive_name, NULL, flags)) >= 0) + p = mz_zip_reader_extract_to_heap(&zip_archive, file_index, pSize, flags); + + mz_zip_reader_end(&zip_archive); + return p; +} + +#endif // #ifndef MINIZ_NO_STDIO + +#endif // #ifndef MINIZ_NO_ARCHIVE_WRITING_APIS + +#endif // #ifndef MINIZ_NO_ARCHIVE_APIS + +#ifdef __cplusplus +} +#endif + +#endif // MINIZ_HEADER_FILE_ONLY + +/* + This is free and unencumbered software released into the public domain. + + Anyone is free to copy, modify, publish, use, compile, sell, or + distribute this software, either in source code form or as a compiled + binary, for any purpose, commercial or non-commercial, and by any + means. + + In jurisdictions that recognize copyright laws, the author or authors + of this software dedicate any and all copyright interest in the + software to the public domain. We make this dedication for the benefit + of the public at large and to the detriment of our heirs and + successors. We intend this dedication to be an overt act of + relinquishment in perpetuity of all present and future rights to this + software under copyright law. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR + OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + OTHER DEALINGS IN THE SOFTWARE. + + For more information, please refer to +*/ diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/zip/readme canorus-0.7.3.RC3+dfsg/src/zip/readme --- canorus-0.7.3.RC1+svn1485+dfsg/src/zip/readme 1970-01-01 00:00:00.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/zip/readme 2018-06-20 18:42:55.000000000 +0000 @@ -0,0 +1,299 @@ +### A portable (OSX/Linux/Windows), simple zip library written in C +This is done by hacking awesome [miniz](https://code.google.com/p/miniz) library and layering functions on top of the miniz v1.15 API. + +[![Windows][win-badge]][win-link] [![OS X][osx-linux-badge]][osx-linux-link] + +[win-badge]: https://ci.appveyor.com/api/projects/status/bph8dr3jacgmjv32/branch/master?svg=true&label=windows "AppVeyor build status" +[win-link]: https://ci.appveyor.com/project/kuba--/zip "AppVeyor build status" +[osx-linux-badge]: https://travis-ci.org/kuba--/zip.svg?branch=master&label=linux/osx "Travis CI build status" +[osx-linux-link]: https://travis-ci.org/kuba--/zip "Travis CI build status" + +# The Idea + +... Some day, I was looking for zip library written in C for my project, but I could not find anything simple enough and lightweight. +Everything what I tried required 'crazy mental gymnastics' to integrate or had some limitations or was too heavy. +I hate frameworks, factories and adding new dependencies. If I must to install all those dependencies and link new library, I'm getting almost sick. +I wanted something powerfull and small enough, so I could add just a few files and compile them into my project. +And finally I found miniz. +Miniz is a lossless, high performance data compression library in a single source file. I only needed simple interface to append buffers or files to the current zip-entry. Thanks to this feature I'm able to merge many files/buffers and compress them on-the-fly. + +It was the reason, why I decided to write zip module on top of the miniz. It required a little bit hacking and wrapping some functions, but I kept simplicity. So, you can grab these 3 files and compile them into your project. I hope that interface is also extremely simple, so you will not have any problems to understand it. + +# Examples + +* Create a new zip archive with default compression level. +```c +struct zip_t *zip = zip_open("foo.zip", ZIP_DEFAULT_COMPRESSION_LEVEL, 'w'); +{ + zip_entry_open(zip, "foo-1.txt"); + { + char *buf = "Some data here..."; + zip_entry_write(zip, buf, strlen(buf)); + } + zip_entry_close(zip); + + zip_entry_open(zip, "foo-2.txt"); + { + // merge 3 files into one entry and compress them on-the-fly. + zip_entry_fwrite(zip, "foo-2.1.txt"); + zip_entry_fwrite(zip, "foo-2.2.txt"); + zip_entry_fwrite(zip, "foo-2.3.txt"); + } + zip_entry_close(zip); +} +zip_close(zip); +``` + +* Append to the existing zip archive. +```c +struct zip_t *zip = zip_open("foo.zip", ZIP_DEFAULT_COMPRESSION_LEVEL, 'a'); +{ + zip_entry_open(zip, "foo-3.txt"); + { + char *buf = "Append some data here..."; + zip_entry_write(zip, buf, strlen(buf)); + } + zip_entry_close(zip); +} +zip_close(zip); +``` + +* Extract a zip archive into a folder. +```c +int on_extract_entry(const char *filename, void *arg) { + static int i = 0; + int n = *(int *)arg; + printf("Extracted: %s (%d of %d)\n", filename, ++i, n); + + return 0; +} + +int arg = 2; +zip_extract("foo.zip", "/tmp", on_extract_entry, &arg); +``` + +* Extract a zip entry into memory. +```c +void *buf = NULL; +size_t bufsize; + +struct zip_t *zip = zip_open("foo.zip", 0, 'r'); +{ + zip_entry_open(zip, "foo-1.txt"); + { + zip_entry_read(zip, &buf, &bufsize); + } + zip_entry_close(zip); +} +zip_close(zip); + +free(buf); +``` + +* Extract a zip entry into memory (no internal allocation). +```c +unsigned char *buf; +size_t bufsize; + +struct zip_t *zip = zip_open("foo.zip", 0, 'r'); +{ + zip_entry_open(zip, "foo-1.txt"); + { + bufsize = zip_entry_size(zip); + buf = calloc(sizeof(unsigned char), bufsize); + + zip_entry_noallocread(zip, (void *)buf, bufsize); + } + zip_entry_close(zip); +} +zip_close(zip); + +free(buf); +``` + +* Extract a zip entry into memory using callback. +```c +struct buffer_t { + char *data; + size_t size; +}; + +static size_t on_extract(void *arg, unsigned long long offset, const void *data, size_t size) { + struct buffer_t *buf = (struct buffer_t *)arg; + buf->data = realloc(buf->data, buf->size + size + 1); + assert(NULL != buf->data); + + memcpy(&(buf->data[buf->size]), data, size); + buf->size += size; + buf->data[buf->size] = 0; + + return size; +} + +struct buffer_t buf = {0}; +struct zip_t *zip = zip_open("foo.zip", 0, 'r'); +{ + zip_entry_open(zip, "foo-1.txt"); + { + zip_entry_extract(zip, on_extract, &buf); + } + zip_entry_close(zip); +} +zip_close(zip); + +free(buf.data); +``` + + +* Extract a zip entry into a file. +```c +struct zip_t *zip = zip_open("foo.zip", 0, 'r'); +{ + zip_entry_open(zip, "foo-2.txt"); + { + zip_entry_fread(zip, "foo-2.txt"); + } + zip_entry_close(zip); +} +zip_close(zip); +``` + +* List of all zip entries +```c +struct zip_t *zip = zip_open("foo.zip", 0, 'r'); +int i, n = zip_total_entries(zip); +for (i = 0; i < n; ++i) { + zip_entry_openbyindex(zip, i); + { + const char *name = zip_entry_name(zip); + int isdir = zip_entry_isdir(zip); + unsigned long long size = zip_entry_size(zip); + unsigned int crc32 = zip_entry_crc32(zip); + } + zip_entry_close(zip); +} +zip_close(zip); +``` + +# Bindings +Compile zip library as a dynamic library. +```shell +$ mkdir build +$ cd build +$ cmake -DBUILD_SHARED_LIBS=true .. +$ make +``` + +### Go (cgo) +```go +package main + +/* +#cgo CFLAGS: -I../src +#cgo LDFLAGS: -L. -lzip +#include +*/ +import "C" +import "unsafe" + +func main() { + path := C.CString("/tmp/go.zip") + zip := C.zip_open(path, 6, 'w') + + entryname := C.CString("test") + C.zip_entry_open(zip, entryname) + + content := "test content" + buf := unsafe.Pointer(C.CString(content)) + bufsize := C.size_t(len(content)) + C.zip_entry_write(zip, buf, bufsize) + + C.zip_entry_close(zip) + + C.zip_close(zip) +} +``` + +### Ruby (ffi) +Install _ffi_ gem. +```shell +$ gem install ffi +``` + +Bind in your module. +```ruby +require 'ffi' + +module Zip + extend FFI::Library + ffi_lib "./libzip.#{::FFI::Platform::LIBSUFFIX}" + + attach_function :zip_open, [:string, :int, :char], :pointer + attach_function :zip_close, [:pointer], :void + + attach_function :zip_entry_open, [:pointer, :string], :int + attach_function :zip_entry_close, [:pointer], :void + attach_function :zip_entry_write, [:pointer, :string, :int], :int +end + +ptr = Zip.zip_open("/tmp/ruby.zip", 6, "w".bytes()[0]) + +status = Zip.zip_entry_open(ptr, "test") + +content = "test content" +status = Zip.zip_entry_write(ptr, content, content.size()) + +Zip.zip_entry_close(ptr) +Zip.zip_close(ptr) +``` + +### Python (cffi) +Install _cffi_ package +```shell +$ pip install cffi +``` + +Bind in your package. +```python +import ctypes.util +from cffi import FFI + +ffi = FFI() +ffi.cdef(""" + struct zip_t *zip_open(const char *zipname, int level, char mode); + void zip_close(struct zip_t *zip); + + int zip_entry_open(struct zip_t *zip, const char *entryname); + int zip_entry_close(struct zip_t *zip); + int zip_entry_write(struct zip_t *zip, const void *buf, size_t bufsize); +""") + +Zip = ffi.dlopen(ctypes.util.find_library("zip")) + +ptr = Zip.zip_open("/tmp/python.zip", 6, 'w') + +status = Zip.zip_entry_open(ptr, "test") + +content = "test content" +status = Zip.zip_entry_write(ptr, content, len(content)) + +Zip.zip_entry_close(ptr) +Zip.zip_close(ptr) +``` + +### Ring +The language comes with RingZip based on this library +```ring +load "ziplib.ring" + +new Zip { + setFileName("myfile.zip") + open("w") + newEntry() { + open("test.c") + writefile("test.c") + close() + } + close() +} +``` diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/zip/zip.c canorus-0.7.3.RC3+dfsg/src/zip/zip.c --- canorus-0.7.3.RC1+svn1485+dfsg/src/zip/zip.c 1970-01-01 00:00:00.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/zip/zip.c 2018-06-20 18:42:55.000000000 +0000 @@ -0,0 +1,786 @@ +/* + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + * IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR + * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + * OTHER DEALINGS IN THE SOFTWARE. + */ + +#include "zip.h" +#include "miniz.h" + +#include +#include +#include + +#if defined _WIN32 || defined __WIN32__ +/* Win32, DOS */ +#include + +#define MKDIR(DIRNAME) _mkdir(DIRNAME) +#define STRCLONE(STR) ((STR) ? _strdup(STR) : NULL) +#define HAS_DEVICE(P) \ + ((((P)[0] >= 'A' && (P)[0] <= 'Z') || ((P)[0] >= 'a' && (P)[0] <= 'z')) && \ + (P)[1] == ':') +#define FILESYSTEM_PREFIX_LEN(P) (HAS_DEVICE(P) ? 2 : 0) +#define ISSLASH(C) ((C) == '/' || (C) == '\\') + +#else +#define MKDIR(DIRNAME) mkdir(DIRNAME, 0755) +#define STRCLONE(STR) ((STR) ? strdup(STR) : NULL) +#endif + +#ifndef FILESYSTEM_PREFIX_LEN +#define FILESYSTEM_PREFIX_LEN(P) 0 +#endif + +#ifndef ISSLASH +#define ISSLASH(C) ((C) == '/') +#endif + +#define CLEANUP(ptr) \ + do { \ + if (ptr) { \ + free((void *)ptr); \ + ptr = NULL; \ + } \ + } while (0) + +static char *basename(const char *name) { + char const *p; + char const *base = name += FILESYSTEM_PREFIX_LEN(name); + int all_slashes = 1; + + for (p = name; *p; p++) { + if (ISSLASH(*p)) + base = p + 1; + else + all_slashes = 0; + } + + /* If NAME is all slashes, arrange to return `/'. */ + if (*base == '\0' && ISSLASH(*name) && all_slashes) --base; + + return (char *)base; +} + +static int mkpath(const char *path) { + char const *p; + char npath[MAX_PATH + 1] = {0}; + int len = 0; + + for (p = path; *p && len < MAX_PATH; p++) { + if (ISSLASH(*p) && len > 0) { + if (MKDIR(npath) == -1) + if (errno != EEXIST) return -1; + } + npath[len++] = *p; + } + + return 0; +} + +static char *strrpl(const char *str, size_t n, char oldchar, char newchar) { + char c; + size_t i; + char *rpl = (char *)calloc((1 + n), sizeof(char)); + char *begin = rpl; + if (!rpl) { + return NULL; + } + + for(i = 0; (i < n) && (c = *str++); ++i) { + if (c == oldchar) { + c = newchar; + } + *rpl++ = c; + } + + return begin; +} + +struct zip_entry_t { + int index; + const char *name; + mz_uint64 uncomp_size; + mz_uint64 comp_size; + mz_uint32 uncomp_crc32; + mz_uint64 offset; + mz_uint8 header[MZ_ZIP_LOCAL_DIR_HEADER_SIZE]; + mz_uint64 header_offset; + mz_uint16 method; + mz_zip_writer_add_state state; + tdefl_compressor comp; +}; + +struct zip_t { + mz_zip_archive archive; + mz_uint level; + struct zip_entry_t entry; +}; + +struct zip_t *zip_open(const char *zipname, int level, char mode) { + struct zip_t *zip = NULL; + + if (!zipname || strlen(zipname) < 1) { + // zip_t archive name is empty or NULL + goto cleanup; + } + + if (level < 0) level = MZ_DEFAULT_LEVEL; + if ((level & 0xF) > MZ_UBER_COMPRESSION) { + // Wrong compression level + goto cleanup; + } + + zip = (struct zip_t *)calloc((size_t)1, sizeof(struct zip_t)); + if (!zip) goto cleanup; + + zip->level = level; + switch (mode) { + case 'w': + // Create a new archive. + if (!mz_zip_writer_init_file(&(zip->archive), zipname, 0)) { + // Cannot initialize zip_archive writer + goto cleanup; + } + break; + + case 'r': + case 'a': + if (!mz_zip_reader_init_file( + &(zip->archive), zipname, + level | MZ_ZIP_FLAG_DO_NOT_SORT_CENTRAL_DIRECTORY)) { + // An archive file does not exist or cannot initialize + // zip_archive reader + goto cleanup; + } + if (mode == 'a' && + !mz_zip_writer_init_from_reader(&(zip->archive), zipname)) { + mz_zip_reader_end(&(zip->archive)); + goto cleanup; + } + break; + + default: + goto cleanup; + } + + return zip; + +cleanup: + CLEANUP(zip); + return NULL; +} + +void zip_close(struct zip_t *zip) { + if (zip) { + // Always finalize, even if adding failed for some reason, so we have a + // valid central directory. + mz_zip_writer_finalize_archive(&(zip->archive)); + + mz_zip_writer_end(&(zip->archive)); + mz_zip_reader_end(&(zip->archive)); + + CLEANUP(zip); + } +} + +int zip_entry_open(struct zip_t *zip, const char *entryname) { + size_t entrylen = 0; + mz_zip_archive *pzip = NULL; + mz_uint num_alignment_padding_bytes, level; + mz_zip_archive_file_stat stats; + + if (!zip || !entryname) { + return -1; + } + + entrylen = strlen(entryname); + if (entrylen < 1) { + return -1; + } + + /* + .ZIP File Format Specification Version: 6.3.3 + + 4.4.17.1 The name of the file, with optional relative path. + The path stored MUST not contain a drive or + device letter, or a leading slash. All slashes + MUST be forward slashes '/' as opposed to + backwards slashes '\' for compatibility with Amiga + and UNIX file systems etc. If input came from standard + input, there is no file name field. + */ + zip->entry.name = strrpl(entryname, entrylen, '\\', '/'); + if (!zip->entry.name) { + // Cannot parse zip entry name + return -1; + } + + pzip = &(zip->archive); + if (pzip->m_zip_mode == MZ_ZIP_MODE_READING) { + zip->entry.index = mz_zip_reader_locate_file(pzip, zip->entry.name, NULL, 0); + if (zip->entry.index < 0) { + goto cleanup; + } + + if (!mz_zip_reader_file_stat(pzip, zip->entry.index, &stats)) { + goto cleanup; + } + + zip->entry.comp_size = stats.m_comp_size; + zip->entry.uncomp_size = stats.m_uncomp_size; + zip->entry.uncomp_crc32 = stats.m_crc32; + zip->entry.offset = stats.m_central_dir_ofs; + zip->entry.header_offset = stats.m_local_header_ofs; + zip->entry.method = stats.m_method; + + return 0; + } + + zip->entry.index = zip->archive.m_total_files; + zip->entry.comp_size = 0; + zip->entry.uncomp_size = 0; + zip->entry.uncomp_crc32 = MZ_CRC32_INIT; + zip->entry.offset = zip->archive.m_archive_size; + zip->entry.header_offset = zip->archive.m_archive_size; + memset(zip->entry.header, 0, + MZ_ZIP_LOCAL_DIR_HEADER_SIZE * sizeof(mz_uint8)); + zip->entry.method = 0; + + num_alignment_padding_bytes = + mz_zip_writer_compute_padding_needed_for_file_alignment(pzip); + + if (!pzip->m_pState || (pzip->m_zip_mode != MZ_ZIP_MODE_WRITING)) { + // Wrong zip mode + goto cleanup; + } + if (zip->level & MZ_ZIP_FLAG_COMPRESSED_DATA) { + // Wrong zip compression level + goto cleanup; + } + // no zip64 support yet + if ((pzip->m_total_files == 0xFFFF) || + ((pzip->m_archive_size + num_alignment_padding_bytes + + MZ_ZIP_LOCAL_DIR_HEADER_SIZE + MZ_ZIP_CENTRAL_DIR_HEADER_SIZE + + entrylen) > 0xFFFFFFFF)) { + // No zip64 support yet + goto cleanup; + } + if (!mz_zip_writer_write_zeros( + pzip, zip->entry.offset, + num_alignment_padding_bytes + sizeof(zip->entry.header))) { + // Cannot memset zip entry header + goto cleanup; + } + + zip->entry.header_offset += num_alignment_padding_bytes; + if (pzip->m_file_offset_alignment) { + MZ_ASSERT((zip->entry.header_offset & + (pzip->m_file_offset_alignment - 1)) == 0); + } + zip->entry.offset += + num_alignment_padding_bytes + sizeof(zip->entry.header); + + if (pzip->m_pWrite(pzip->m_pIO_opaque, zip->entry.offset, zip->entry.name, + entrylen) != entrylen) { + // Cannot write data to zip entry + goto cleanup; + } + + zip->entry.offset += entrylen; + level = zip->level & 0xF; + if (level) { + zip->entry.state.m_pZip = pzip; + zip->entry.state.m_cur_archive_file_ofs = zip->entry.offset; + zip->entry.state.m_comp_size = 0; + + if (tdefl_init(&(zip->entry.comp), mz_zip_writer_add_put_buf_callback, + &(zip->entry.state), + tdefl_create_comp_flags_from_zip_params( + level, -15, MZ_DEFAULT_STRATEGY)) != + TDEFL_STATUS_OKAY) { + // Cannot initialize the zip compressor + goto cleanup; + } + } + + return 0; + + cleanup: + CLEANUP(zip->entry.name); + return -1; +} + +int zip_entry_openbyindex(struct zip_t *zip, int index) { + mz_zip_archive *pZip = NULL; + mz_zip_archive_file_stat stats; + if (!zip) { + // zip_t handler is not initialized + return -1; + } + + pZip = &(zip->archive); + if (pZip->m_zip_mode != MZ_ZIP_MODE_READING) { + // open by index requires readonly mode + return -1; + } + + if (index < 0 || (mz_uint)index >= pZip->m_total_files) { + // index out of range + return -1; + } + + const mz_uint8 *pHeader = &MZ_ZIP_ARRAY_ELEMENT(&pZip->m_pState->m_central_dir, mz_uint8, MZ_ZIP_ARRAY_ELEMENT(&pZip->m_pState->m_central_dir_offsets, mz_uint32, index)); + if (!pHeader) { + // cannot find header in central directory + return -1; + } + + mz_uint namelen = MZ_READ_LE16(pHeader + MZ_ZIP_CDH_FILENAME_LEN_OFS); + const char *pFilename = (const char *)pHeader + MZ_ZIP_CENTRAL_DIR_HEADER_SIZE; + + /* + .ZIP File Format Specification Version: 6.3.3 + + 4.4.17.1 The name of the file, with optional relative path. + The path stored MUST not contain a drive or + device letter, or a leading slash. All slashes + MUST be forward slashes '/' as opposed to + backwards slashes '\' for compatibility with Amiga + and UNIX file systems etc. If input came from standard + input, there is no file name field. + */ + zip->entry.name = strrpl(pFilename, namelen, '\\', '/'); + if (!zip->entry.name) { + // local entry name is NULL + return -1; + } + + if (!mz_zip_reader_file_stat(pZip, index, &stats)) { + return -1; + } + + zip->entry.index = index; + zip->entry.comp_size = stats.m_comp_size; + zip->entry.uncomp_size = stats.m_uncomp_size; + zip->entry.uncomp_crc32 = stats.m_crc32; + zip->entry.offset = stats.m_central_dir_ofs; + zip->entry.header_offset = stats.m_local_header_ofs; + zip->entry.method = stats.m_method; + + return 0; +} + +int zip_entry_close(struct zip_t *zip) { + mz_zip_archive *pzip = NULL; + mz_uint level; + tdefl_status done; + mz_uint16 entrylen; + time_t t; + struct tm *tm; + mz_uint16 dos_time, dos_date; + int status = -1; + + if (!zip) { + // zip_t handler is not initialized + goto cleanup; + } + + pzip = &(zip->archive); + if (pzip->m_zip_mode == MZ_ZIP_MODE_READING) { + status = 0; + goto cleanup; + } + + level = zip->level & 0xF; + if (level) { + done = tdefl_compress_buffer(&(zip->entry.comp), "", 0, TDEFL_FINISH); + if (done != TDEFL_STATUS_DONE && done != TDEFL_STATUS_OKAY) { + // Cannot flush compressed buffer + goto cleanup; + } + zip->entry.comp_size = zip->entry.state.m_comp_size; + zip->entry.offset = zip->entry.state.m_cur_archive_file_ofs; + zip->entry.method = MZ_DEFLATED; + } + + entrylen = (mz_uint16)strlen(zip->entry.name); + t = time(NULL); + tm = localtime(&t); + dos_time = (mz_uint16)(((tm->tm_hour) << 11) + ((tm->tm_min) << 5) + + ((tm->tm_sec) >> 1)); + dos_date = (mz_uint16)(((tm->tm_year + 1900 - 1980) << 9) + + ((tm->tm_mon + 1) << 5) + tm->tm_mday); + + // no zip64 support yet + if ((zip->entry.comp_size > 0xFFFFFFFF) || + (zip->entry.offset > 0xFFFFFFFF)) { + // No zip64 support, yet + goto cleanup; + } + + if (!mz_zip_writer_create_local_dir_header( + pzip, zip->entry.header, entrylen, 0, zip->entry.uncomp_size, + zip->entry.comp_size, zip->entry.uncomp_crc32, zip->entry.method, 0, + dos_time, dos_date)) { + // Cannot create zip entry header + goto cleanup; + } + + if (pzip->m_pWrite(pzip->m_pIO_opaque, zip->entry.header_offset, + zip->entry.header, sizeof(zip->entry.header)) != + sizeof(zip->entry.header)) { + // Cannot write zip entry header + goto cleanup; + } + + if (!mz_zip_writer_add_to_central_dir( + pzip, zip->entry.name, entrylen, NULL, 0, "", 0, + zip->entry.uncomp_size, zip->entry.comp_size, + zip->entry.uncomp_crc32, zip->entry.method, 0, dos_time, dos_date, + zip->entry.header_offset, 0)) { + // Cannot write to zip central dir + goto cleanup; + } + + pzip->m_total_files++; + pzip->m_archive_size = zip->entry.offset; + status = 0; + +cleanup: + CLEANUP(zip->entry.name); + return status; +} + +const char *zip_entry_name(struct zip_t *zip) { + if (!zip) { + // zip_t handler is not initialized + return NULL; + } + + return zip->entry.name; +} + +int zip_entry_index(struct zip_t *zip) { + if (!zip) { + // zip_t handler is not initialized + return -1; + } + + return zip->entry.index; +} + +int zip_entry_isdir(struct zip_t *zip) { + if (!zip) { + // zip_t handler is not initialized + return -1; + } + + if (zip->entry.index < 0) { + // zip entry is not opened + return -1; + } + + return (int)mz_zip_reader_is_file_a_directory(&zip->archive, (mz_uint)zip->entry.index); +} + +unsigned long long zip_entry_size(struct zip_t *zip) { + return zip->entry.uncomp_size; +} + +unsigned int zip_entry_crc32(struct zip_t *zip) { + return zip->entry.uncomp_crc32; +} + +int zip_entry_write(struct zip_t *zip, const void *buf, size_t bufsize) { + mz_uint level; + mz_zip_archive *pzip = NULL; + tdefl_status status; + + if (!zip) { + // zip_t handler is not initialized + return -1; + } + + pzip = &(zip->archive); + if (buf && bufsize > 0) { + zip->entry.uncomp_size += bufsize; + zip->entry.uncomp_crc32 = (mz_uint32)mz_crc32( + zip->entry.uncomp_crc32, (const mz_uint8 *)buf, bufsize); + + level = zip->level & 0xF; + if (!level) { + if ((pzip->m_pWrite(pzip->m_pIO_opaque, zip->entry.offset, buf, + bufsize) != bufsize)) { + // Cannot write buffer + return -1; + } + zip->entry.offset += bufsize; + zip->entry.comp_size += bufsize; + } else { + status = tdefl_compress_buffer(&(zip->entry.comp), buf, bufsize, + TDEFL_NO_FLUSH); + if (status != TDEFL_STATUS_DONE && status != TDEFL_STATUS_OKAY) { + // Cannot compress buffer + return -1; + } + } + } + + return 0; +} + +int zip_entry_fwrite(struct zip_t *zip, const char *filename) { + int status = 0; + size_t n = 0; + FILE *stream = NULL; + mz_uint8 buf[MZ_ZIP_MAX_IO_BUF_SIZE] = {0}; + + if (!zip) { + // zip_t handler is not initialized + return -1; + } + + stream = fopen(filename, "rb"); + if (!stream) { + // Cannot open filename + return -1; + } + + while ((n = fread(buf, sizeof(mz_uint8), MZ_ZIP_MAX_IO_BUF_SIZE, stream)) > + 0) { + if (zip_entry_write(zip, buf, n) < 0) { + status = -1; + break; + } + } + fclose(stream); + + return status; +} + +int zip_entry_read(struct zip_t *zip, void **buf, size_t *bufsize) { + mz_zip_archive *pzip = NULL; + mz_uint idx; + + if (!zip) { + // zip_t handler is not initialized + return -1; + } + + pzip = &(zip->archive); + if (pzip->m_zip_mode != MZ_ZIP_MODE_READING || zip->entry.index < 0) { + // the entry is not found or we do not have read access + return -1; + } + + idx = (mz_uint)zip->entry.index; + if (mz_zip_reader_is_file_a_directory(pzip, idx)) { + // the entry is a directory + return -1; + } + + *buf = mz_zip_reader_extract_to_heap(pzip, idx, bufsize, 0); + return (*buf) ? 0 : -1; +} + +int zip_entry_noallocread(struct zip_t *zip, void *buf, size_t bufsize) { + mz_zip_archive *pzip = NULL; + mz_uint idx; + + if (!zip) { + // zip_t handler is not initialized + return -1; + } + + pzip = &(zip->archive); + if (pzip->m_zip_mode != MZ_ZIP_MODE_READING || zip->entry.index < 0) { + // the entry is not found or we do not have read access + return -1; + } + + idx = (mz_uint)zip->entry.index; + if (!mz_zip_reader_extract_to_mem_no_alloc(pzip, idx, buf, bufsize, 0, NULL, 0)) { + return -1; + } + + return 0; +} + +int zip_entry_fread(struct zip_t *zip, const char *filename) { + mz_zip_archive *pzip = NULL; + mz_uint idx; + + if (!zip) { + // zip_t handler is not initialized + return -1; + } + + pzip = &(zip->archive); + if (pzip->m_zip_mode != MZ_ZIP_MODE_READING || zip->entry.index < 0) { + // the entry is not found or we do not have read access + return -1; + } + + idx = (mz_uint)zip->entry.index; + if (mz_zip_reader_is_file_a_directory(pzip, idx)) { + // the entry is a directory + return -1; + } + + return (mz_zip_reader_extract_to_file(pzip, idx, filename, 0)) ? 0 : -1; +} + +int zip_entry_extract(struct zip_t *zip, + size_t (*on_extract)(void *arg, unsigned long long offset, + const void *buf, size_t bufsize), + void *arg) { + mz_zip_archive *pzip = NULL; + mz_uint idx; + + if (!zip) { + // zip_t handler is not initialized + return -1; + } + + pzip = &(zip->archive); + if (pzip->m_zip_mode != MZ_ZIP_MODE_READING || zip->entry.index < 0) { + // the entry is not found or we do not have read access + return -1; + } + + idx = (mz_uint)zip->entry.index; + return (mz_zip_reader_extract_to_callback(pzip, idx, on_extract, arg, 0)) ? 0 : -1; +} + +int zip_total_entries(struct zip_t *zip) { + if (!zip) { + // zip_t handler is not initialized + return -1; + } + + return zip->archive.m_total_files; +} + +int zip_create(const char *zipname, const char *filenames[], size_t len) { + int status = 0; + size_t i; + mz_zip_archive zip_archive; + + if (!zipname || strlen(zipname) < 1) { + // zip_t archive name is empty or NULL + return -1; + } + + // Create a new archive. + if (!memset(&(zip_archive), 0, sizeof(zip_archive))) { + // Cannot memset zip archive + return -1; + } + + if (!mz_zip_writer_init_file(&zip_archive, zipname, 0)) { + // Cannot initialize zip_archive writer + return -1; + } + + for (i = 0; i < len; ++i) { + const char *name = filenames[i]; + if (!name) { + status = -1; + break; + } + + if (!mz_zip_writer_add_file(&zip_archive, basename(name), name, "", 0, + ZIP_DEFAULT_COMPRESSION_LEVEL)) { + // Cannot add file to zip_archive + status = -1; + break; + } + } + + mz_zip_writer_finalize_archive(&zip_archive); + mz_zip_writer_end(&zip_archive); + return status; +} + +int zip_extract(const char *zipname, const char *dir, + int (*on_extract)(const char *filename, void *arg), void *arg) { + int status = -1; + mz_uint i, n; + char path[MAX_PATH + 1] = {0}; + mz_zip_archive zip_archive; + mz_zip_archive_file_stat info; + size_t dirlen = 0; + + if (!memset(&(zip_archive), 0, sizeof(zip_archive))) { + // Cannot memset zip archive + return -1; + } + + if (!zipname || !dir) { + // Cannot parse zip archive name + return -1; + } + + dirlen = strlen(dir); + if (dirlen + 1 > MAX_PATH) { + return -1; + } + + // Now try to open the archive. + if (!mz_zip_reader_init_file(&zip_archive, zipname, 0)) { + // Cannot initialize zip_archive reader + return -1; + } + + strcpy(path, dir); + if (!ISSLASH(path[dirlen - 1])) { +#if defined _WIN32 || defined __WIN32__ + path[dirlen] = '\\'; +#else + path[dirlen] = '/'; +#endif + ++dirlen; + } + + // Get and print information about each file in the archive. + n = mz_zip_reader_get_num_files(&zip_archive); + for (i = 0; i < n; ++i) { + if (!mz_zip_reader_file_stat(&zip_archive, i, &info)) { + // Cannot get information about zip archive; + goto out; + } + strncpy(&path[dirlen], info.m_filename, MAX_PATH - dirlen); + if (mkpath(path) < 0) { + // Cannot make a path + goto out; + } + + if (!mz_zip_reader_is_file_a_directory(&zip_archive, i)) { + if (!mz_zip_reader_extract_to_file(&zip_archive, i, path, 0)) { + // Cannot extract zip archive to file + goto out; + } + } + + if (on_extract) { + if (on_extract(path, arg) < 0) { + goto out; + } + } + } + status = 0; + +out: + // Close the archive, freeing any resources it was using + if (!mz_zip_reader_end(&zip_archive)) { + // Cannot end zip reader + status = -1; + } + + return status; +} diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/src/zip/zip.h canorus-0.7.3.RC3+dfsg/src/zip/zip.h --- canorus-0.7.3.RC1+svn1485+dfsg/src/zip/zip.h 1970-01-01 00:00:00.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/src/zip/zip.h 2018-06-20 18:42:55.000000000 +0000 @@ -0,0 +1,302 @@ +/* + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + * IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR + * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + * OTHER DEALINGS IN THE SOFTWARE. + */ + +#pragma once +#ifndef ZIP_H +#define ZIP_H + +#include + +#ifdef __cplusplus +extern "C" { +#endif + +#ifndef MAX_PATH +#define MAX_PATH 32767 /* # chars in a path name including NULL */ +#endif + +#define ZIP_DEFAULT_COMPRESSION_LEVEL 6 + +/* + This data structure is used throughout the library to represent zip archive + - forward declaration. +*/ +struct zip_t; + +/* + Opens zip archive with compression level using the given mode. + + Args: + zipname: zip archive file name. + level: compression level (0-9 are the standard zlib-style levels). + mode: file access mode. + 'r': opens a file for reading/extracting (the file must exists). + 'w': creates an empty file for writing. + 'a': appends to an existing archive. + + Returns: + The zip archive handler or NULL on error +*/ +extern struct zip_t *zip_open(const char *zipname, int level, char mode); + +/* + Closes the zip archive, releases resources - always finalize. + + Args: + zip: zip archive handler. +*/ +extern void zip_close(struct zip_t *zip); + +/* + Opens an entry by name in the zip archive. + For zip archive opened in 'w' or 'a' mode the function will append + a new entry. In readonly mode the function tries to locate the entry + in global dictionary. + + Args: + zip: zip archive handler. + entryname: an entry name in local dictionary. + + Returns: + The return code - 0 on success, negative number (< 0) on error. +*/ +extern int zip_entry_open(struct zip_t *zip, const char *entryname); + +/* + Opens a new entry by index in the zip archive. + This function is only valid if zip archive was opened in 'r' (readonly) mode. + + Args: + zip: zip archive handler. + index: index in local dictionary. + + Returns: + The return code - 0 on success, negative number (< 0) on error. +*/ +extern int zip_entry_openbyindex(struct zip_t *zip, int index); + +/* + Closes a zip entry, flushes buffer and releases resources. + + Args: + zip: zip archive handler. + + Returns: + The return code - 0 on success, negative number (< 0) on error. +*/ +extern int zip_entry_close(struct zip_t *zip); + +/* + Returns a local name of the current zip entry. + The main difference between user's entry name and local entry name + is optional relative path. + Following .ZIP File Format Specification - the path stored MUST not contain + a drive or device letter, or a leading slash. + All slashes MUST be forward slashes '/' as opposed to backwards slashes '\' + for compatibility with Amiga and UNIX file systems etc. + + Args: + zip: zip archive handler. + + Returns: + The pointer to the current zip entry name, or NULL on error. +*/ +extern const char *zip_entry_name(struct zip_t *zip); + +/* + Returns an index of the current zip entry. + + Args: + zip: zip archive handler. + + Returns: + The index on success, negative number (< 0) on error. +*/ +extern int zip_entry_index(struct zip_t *zip); + +/* + Determines if the current zip entry is a directory entry. + + Args: + zip: zip archive handler. + + Returns: + The return code - 1 (true), 0 (false), negative number (< 0) on error. +*/ +extern int zip_entry_isdir(struct zip_t *zip); + +/* + Returns an uncompressed size of the current zip entry. + + Args: + zip: zip archive handler. + + Returns: + The uncompressed size in bytes. +*/ +extern unsigned long long zip_entry_size(struct zip_t *zip); + +/* + Returns CRC-32 checksum of the current zip entry. + + Args: + zip: zip archive handler. + + Returns: + The CRC-32 checksum. +*/ +extern unsigned int zip_entry_crc32(struct zip_t *zip); + +/* + Compresses an input buffer for the current zip entry. + + Args: + zip: zip archive handler. + buf: input buffer. + bufsize: input buffer size (in bytes). + + Returns: + The return code - 0 on success, negative number (< 0) on error. +*/ +extern int zip_entry_write(struct zip_t *zip, const void *buf, size_t bufsize); + +/* + Compresses a file for the current zip entry. + + Args: + zip: zip archive handler. + filename: input file. + + Returns: + The return code - 0 on success, negative number (< 0) on error. +*/ +extern int zip_entry_fwrite(struct zip_t *zip, const char *filename); + +/* + Extracts the current zip entry into output buffer. + The function allocates sufficient memory for a output buffer. + + Args: + zip: zip archive handler. + buf: output buffer. + bufsize: output buffer size (in bytes). + + Note: + - remember to release memory allocated for a output buffer. + - for large entries, please take a look at zip_entry_extract function. + + Returns: + The return code - 0 on success, negative number (< 0) on error. +*/ +extern int zip_entry_read(struct zip_t *zip, void **buf, size_t *bufsize); + +/* + Extracts the current zip entry into a memory buffer using no memory allocation. + + Args: + zip: zip archive handler. + buf: preallocated output buffer. + bufsize: output buffer size (in bytes). + + Note: + - ensure supplied output buffer is large enough. + - zip_entry_size function (returns uncompressed size for the current entry) + can be handy to estimate how big buffer is needed. + - for large entries, please take a look at zip_entry_extract function. + + Returns: + The return code - 0 on success, negative number (< 0) on error (e.g. bufsize + is not large enough). +*/ +extern int zip_entry_noallocread(struct zip_t *zip, void *buf, size_t bufsize); + +/* + Extracts the current zip entry into output file. + + Args: + zip: zip archive handler. + filename: output file. + + Returns: + The return code - 0 on success, negative number (< 0) on error. +*/ +extern int zip_entry_fread(struct zip_t *zip, const char *filename); + +/* + Extracts the current zip entry using a callback function (on_extract). + + Args: + zip: zip archive handler. + on_extract: callback function. + arg: opaque pointer (optional argument, + which you can pass to the on_extract callback) + + Returns: + The return code - 0 on success, negative number (< 0) on error. + */ +extern int zip_entry_extract(struct zip_t *zip, + size_t (*on_extract)(void *arg, + unsigned long long offset, + const void *data, + size_t size), + void *arg); + +/* + Returns the number of all entries (files and directories) in the zip archive. + + Args: + zip: zip archive handler. + + Returns: + The return code - the number of entries on success, + negative number (< 0) on error. +*/ +extern int zip_total_entries(struct zip_t *zip); + +/* + Creates a new archive and puts files into a single zip archive. + + Args: + zipname: zip archive file. + filenames: input files. + len: number of input files. + + Returns: + The return code - 0 on success, negative number (< 0) on error. +*/ +extern int zip_create(const char *zipname, const char *filenames[], size_t len); + +/* + Extracts a zip archive file into directory. + + If on_extract_entry is not NULL, the callback will be called after + successfully extracted each zip entry. + Returning a negative value from the callback will cause abort and return an + error. The last argument (void *arg) is optional, which you can use to pass + data to the on_extract_entry callback. + + Args: + zipname: zip archive file. + dir: output directory. + on_extract_entry: on extract callback. + arg: opaque pointer. + + Returns: + The return code - 0 on success, negative number (< 0) on error. +*/ +extern int zip_extract(const char *zipname, const char *dir, + int (*on_extract_entry)(const char *filename, void *arg), + void *arg); + +#ifdef __cplusplus +} +#endif + +#endif diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/TODO canorus-0.7.3.RC3+dfsg/TODO --- canorus-0.7.3.RC1+svn1485+dfsg/TODO 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/TODO 2018-06-20 18:42:55.000000000 +0000 @@ -1,8 +1,8 @@ For a detailed list of planned features for the next version see the wiki pages http://www.canorus.org/wiki/index.php/Main_Page. -Planned Features: -http://www.canorus.org/wiki/index.php/Features +Requested Features: +https://sourceforge.net/p/canorus/feature-requests/ + +Planned Features: (currently there is no roadmap) -Roadmap: -http://www.canorus.org/wiki/index.php/Roadmap diff -Nru canorus-0.7.3.RC1+svn1485+dfsg/VERSION canorus-0.7.3.RC3+dfsg/VERSION --- canorus-0.7.3.RC1+svn1485+dfsg/VERSION 2018-05-23 16:05:46.000000000 +0000 +++ canorus-0.7.3.RC3+dfsg/VERSION 2018-06-20 18:42:55.000000000 +0000 @@ -1 +1 @@ -0.7.3rc1 +0.7.3rc3