\version "2.19.46"
% automatically converted by musicxml2ly from /home/matiss/Documents/music-notation/lilypond/books/The_Tray_Of_Scones/build/conversions/Turning_The_Pancakes.xml
\pointAndClickOff

\header {
    encodingsoftware =  "MuseScore 2.0.2"
    encodingdate =  "2016-09-06"
    %composer =  "Matiss Schubert    "
    title =  "Turning The Pancakes"
    }

theMelody =  \relative d' {
    \clef "treble" \key g \major \numericTimeSignature\time 4/4 \repeat
    volta 2 {
        | % 1
        \tempo 4=160 | % 1
        d8 e8 g8 a8 b4 a8 g8 | % 2
        b4 a8 g8 e4 d4 | % 3
        d8 e8 g8 a8 b4 a8 g8 | % 4
        b8 d4 e8 d2 | % 5
        d,8 e8 g8 a8 b4 a8 g8 | % 6
        b4 a8 g8 e4 d4 ~ | % 7
        d8 e8 g8 a8 \once \omit TupletBracket
        \times 2/3  {
            b8 c8 b8 }
        a8 g8 | % 8
        \once \omit TupletBracket
        \times 2/3  {
            b8 c8 b8 }
        a8 fis8 g2 }
    \repeat volta 2 {
        | % 9
        b4. a8 b8 c8 d4 ~ | \barNumberCheck #10
        d8 b8 a8 b8 \once \omit TupletBracket
        \times 2/3  {
            a8 b8 a8 }
        g4 | % 11
        e'4. d8 e8 g8 e4 ~ | % 12
        e8 d8 e8 g8 \once \omit TupletBracket
        \times 2/3  {
            e8 g8 e8 }
        d4 | % 13
        b4. ^ "(Em)" a8 b8 c8 d4 ~ | % 14
        d8 b8 a8 b8 \once \omit TupletBracket
        \times 2/3  {
            a8 b8 a8 }
        g4 | % 15
        d8 e8 g8 a8 \once \omit TupletBracket
        \times 2/3  {
            b8 c8 b8 }
        a8 g8 | % 16
        \once \omit TupletBracket
        \times 2/3  {
            b8 c8 b8 }
        a8 fis8 g2 }
    \repeat volta 2 {
        | % 17
        a4. g8 fis8 g8 a8 g8 | % 18
        fis8 g8 a8 b8 c8 b8 a8 g8 | % 19
        a4. g8 fis8 g8 a8 g8 | \barNumberCheck #20
        e8 fis8 g8 fis8 e8 fis8 g8 e8 | % 21
        a4. g8 fis8 g8 a8 g8 | % 22
        fis8 g8 a8 b8 c8 b8  a8 g8 | % 23
        d8 e8 g8 a8 \once \omit TupletBracket
        \times 2/3  {
            b8 c8 b8 }
        a8 g8 | % 24
        \once \omit TupletBracket
        \times 2/3  {
            b8 c8 b8 }
        a8 fis8 g2 }
    }

theChords =  \chordmode {
    \repeat volta 2 {
        | % 1
        g8:5 s8 s8 s8 s4 s8 s8 | % 2
        s4 s8 s8 s4 s4 | % 3
        s8 s8 s8 s8 s4 s8 s8 | % 4
        d8:5 s4 s8 s2 | % 5
        g8:5 s8 s8 s8 s4 s8 s8 | % 6
        e4:m s8 s8 s4 s4 | % 7
        c8:5 s8 s8 s8 s1*1/12 s1*1/12 s1*1/12 s8 s8 | % 8
        d8*2/3:5 s1*1/12 s1*1/12 s8 s8 g2:5 }
    \repeat volta 2 {
        | % 9
        g4.:5 s8 s8 s8 s4 | \barNumberCheck #10
        s8 s8 s8 s8 s1*1/12 s1*1/12 s1*1/12 s4 | % 11
        c4.:5 s8 s8 s8 s4 | % 12
        s8 s8 s8 s8 s1*1/12 s1*1/12 s1*1/12 s4 | % 13
        g4.:5 s8 s8 s8 s4 | % 14
        s8 s8 s8 s8 s1*1/12 s1*1/12 s1*1/12 s4 | % 15
        c8:5 s8 s8 s8 s1*1/12 s1*1/12 s1*1/12 s8 s8 | % 16
        d8*2/3:5 s1*1/12 s1*1/12 s8 s8 g2:5 }
    \repeat volta 2 {
        | % 17
        d4.:5 s8 s8 s8 s8 s8 | % 18
        s8 s8 s8 s8 s8 s8 s8 s8 | % 19
        s4. s8 s8 s8 s8 s8 | \barNumberCheck #20
        c8:5 s8 s8 s8 s8 s8 s8 s8 | % 21
        d4.:5 s8 s8 s8 s8 s8 | % 22
        s8 s8 s8 s8 s8 s8 s8 s8 | % 23
        g8:5 s8 s8 s8 c8*2/3:5 s1*1/12 s1*1/12 s8 s8 | % 24
        d8*2/3:5 s1*1/12 s1*1/12 s8 s8 g2:5 }
    }

% The score definition
% startdef

\include "tune-book-format.ily"
\score {
  <<
    \new ChordNames { \theChords }
    \new Staff { \theMelody }
  >>
}