It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://musescore.com/user/91943035

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en">
  6.  
  7. <head>
  8.            <meta name="robots" content="noindex, nofollow">
  9. <meta property="og:url" content="https://musescore.com/user/91943035">
  10. <meta property="og:type" content="website">
  11. <meta property="og:title" content="User is banned | Musescore.com">
  12. <meta property="og:description" content="">
  13. <meta property="og:image" content="https://musescore.com/static/public/musescore/img/musescore_soc_v2.png">
  14. <meta property="og:image:width" content="1200">
  15. <meta property="og:image:height" content="630">
  16. <meta property="og:image:alt" content="User is banned | Musescore.com">
  17. <meta property="og:image:type" content="image/png">
  18. <link href="https://musescore.com/user/91943035" rel="canonical">    
  19.    <title>User is banned | Musescore.com</title>
  20.    <meta name="description" content="">
  21.    <meta name="keywords" content="">
  22.    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
  23.    <meta charset="utf-8" />
  24.    <meta name="author" content="Musescore" />
  25.        <meta name="google-play-app" content="app-id=com.musescore.playerlite" />
  26.    <meta name="kindle-fire-app" content="app-id=com.musescore.player" />
  27.    <meta name="facebook-domain-verification" content="cp5d42j0lpsdi602yrcqh8f6jsktrc" />
  28.    <meta name="google-site-verification" content="Wc0Sbrzd_41dm4XKcF8OEBufv50WMuyrzkTJ-yM0O2I" />
  29.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  30.  
  31.    <meta name="MobileOptimized" content="width" />
  32.    <meta name="HandheldFriendly" content="true" />
  33.  
  34.    <meta name="csrf-param" content="_csrf">
  35. <meta name="csrf-token" content="nvTunhou1-ReVuy5zj2Q23bgJsP9rCn-4jHXff2LxkLng7mzTliDrTNuj_q7D8meJJRMibrfeZKXBqUPp9SXJQ==">
  36.    
  37. <link rel="manifest" href="/manifest.json" />
  38. <meta name="application-name" content="Musescore" />
  39.  
  40.            <link rel="icon" type="image/png" sizes="16x16" href="https://musescore.com/static/public/musescore/img/product_icons/favicon-16x16_ver1753902154.png">
  41.        <link rel="icon" type="image/png" sizes="32x32" href="https://musescore.com/static/public/musescore/img/product_icons/favicon-32x32_ver1753902154.png">
  42.        <link rel="icon" type="image/svg+xml" href="https://musescore.com/static/public/musescore/img/product_icons/favicon_ver1753902154.svg">
  43.        <link rel="icon" type="image/x-icon" href="https://musescore.com/static/public/musescore/img/product_icons/favicon_ver1753902154.ico">
  44.        <link rel="apple-touch-icon" href="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-precomposed_ver1753902154.png" />
  45.                    <link
  46.                rel="apple-touch-icon" sizes="72x72"
  47.                href="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-72x72-precomposed_ver1753902154.png" />
  48.                    <link
  49.                rel="apple-touch-icon" sizes="76x76"
  50.                href="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-76x76-precomposed_ver1753902154.png" />
  51.                    <link
  52.                rel="apple-touch-icon" sizes="114x114"
  53.                href="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-114x114-precomposed_ver1753902154.png" />
  54.                    <link
  55.                rel="apple-touch-icon" sizes="120x120"
  56.                href="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-120x120-precomposed_ver1753902154.png" />
  57.                    <link
  58.                rel="apple-touch-icon" sizes="144x144"
  59.                href="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-144x144-precomposed_ver1753902154.png" />
  60.                    <link
  61.                rel="apple-touch-icon" sizes="180x180"
  62.                href="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-180x180-precomposed_ver1753902154.png" />
  63.                    <link
  64.                rel="apple-touch-icon" sizes="192x192"
  65.                href="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-192x192-precomposed_ver1753902154.png" />
  66.        
  67.        <meta name="msapplication-TileColor" content="#fff" />
  68.        <meta name="msapplication-TileImage" content="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-precomposed_ver1753902154.png">
  69.        <script>
  70.    var sentryMethodsToSave = ['setUser', 'setTag', 'setTags', 'setExtra', 'setExtras', 'addBreadcrumb', 'setContext'];
  71.    window.Sentry = {
  72.        _lazy: true
  73.    };
  74.    var sentryLazyCallsQueue = [];
  75.    var sentryLazyHandler = function () {
  76.        var args = Array.prototype.slice.call(arguments)
  77.        var methodName = args[0];
  78.        var rest = args.slice(1);
  79.  
  80.        sentryLazyCallsQueue.push([methodName, rest])
  81.    };
  82.  
  83.    sentryMethodsToSave.forEach(function (methodName) {
  84.        window.Sentry[methodName] = sentryLazyHandler.bind(this, methodName);
  85.    });
  86.  
  87.    function applySentryLazyData() {
  88.        if (!sentryLazyCallsQueue) return;
  89.  
  90.        for (var i = 0; i < sentryLazyCallsQueue.length; i++) {
  91.            var args = sentryLazyCallsQueue[i];
  92.            var methodName = args[0];
  93.            var restArgs = args[1];
  94.            var method = window.Sentry[methodName];
  95.  
  96.            method && typeof method === 'function' && method.apply(window.Sentry, restArgs);
  97.        }
  98.  
  99.        sentryLazyCallsQueue = undefined;
  100.    }
  101.  
  102.    var errors = window.APPERROR ? (window.APPERROR.errors || []) : []
  103.    var UGERROR = {
  104.        errors,
  105.        loggerLoaded: false,
  106.    };
  107.  
  108.    var oldOnError = window.onerror;
  109.    var loadScript = function (src, resolve) {
  110.        UGERROR.loggerLoaded = true;
  111.        var script = document.createElement('script');
  112.        script.async = true;
  113.        script.type = 'text/javascript';
  114.        script.src = src;
  115.  
  116.            var changeState = function() {
  117.                if (!loaded) {
  118.                    resolve()
  119.                    loaded = true;
  120.                }
  121.            };
  122.            var loaded;
  123.  
  124.            script.onreadystatechange = changeState;
  125.            script.onload = changeState;
  126.  
  127.            var node = document.getElementsByTagName('script')[0];
  128.            node.parentNode.insertBefore(script, node);
  129.        };
  130.  
  131.        UGERROR.loadErrorLogger = function(release) {
  132.            var whitelistUrls = [
  133.                new RegExp('https://musescore.com/static/public')
  134.            ];
  135.  
  136.            if (window.location.pathname !== '/') {
  137.                whitelistUrls.push(new RegExp(window.location.href))
  138.            }
  139.  
  140.        !UGERROR.loggerLoaded && loadScript('https://musescore.com/static/public/build/sentry_0_0_2/sentry_wasm_ver1753902154.js', function () {
  141.            console.log('[sentry]:', 'bundle successfully loaded')
  142.            window.onerror = oldOnError;
  143.  
  144.            var data = {}
  145.            var tags = {"country":"US","isProUser":false,"isAuthenticated":false}
  146.            window.initSentry({
  147.                dsn: 'https://23f7f9adc71e43919814a71a87ea2c52@sentry10.ultimate-guitar.com/6',
  148.                release: release,
  149.                allowUrls: whitelistUrls,
  150.                ignoreErrors: [/ChunkLoadError:.*/, /NetworkError.*/, /ResizeObserver loop completed.*/, /object Response.*/, /PointerEvent.*/],
  151.            });
  152.  
  153.            if (window.navigator.connection) {
  154.                var conn = window.navigator.connection
  155.                data.downlink = conn.downlink
  156.                data.effectiveType = conn.effectiveType
  157.                data.rtt = conn.rtt
  158.                tags.effectiveType = conn.effectiveType
  159.  
  160.                window.Sentry.setExtras(data)
  161.            }
  162.  
  163.                data.id = parseInt('0', 10);
  164.                data.userId = '0';
  165.  
  166.            data.id && window.Sentry.setUser(data);
  167.            window.Sentry.setTags(tags);
  168.            window.Sentry.setContext('Client a/b variations', [])
  169.  
  170.            try {
  171.                applySentryLazyData();
  172.            } catch (error) {
  173.                console.error(error);
  174.            }
  175.  
  176.            UGERROR.errors.forEach(function (args) {
  177.                if (args.length > 1) {
  178.                    window.onerror.apply(this, args);
  179.                    return;
  180.                }
  181.                var error = args[0] === undefined ? new Error('Caught undefined error') : args[0];
  182.  
  183.                if (typeof error === 'string') {
  184.                    window.Sentry.captureMessage(error, 'error');
  185.                } else {
  186.                    window.Sentry.captureException(error);
  187.                }
  188.            });
  189.        })
  190.    };
  191.  
  192.  
  193.        function loadSentry() {
  194.            if (UGERROR.hasFirstError) {
  195.                return
  196.            }
  197.  
  198.            function load() {
  199.                UGERROR.loadErrorLogger("mu-web_app_0.54.85");
  200.            }
  201.  
  202.            if (document.readyState === 'complete') {
  203.                load();
  204.            } else {
  205.                window.addEventListener('load', load)
  206.            }
  207.            UGERROR.hasFirstError = true
  208.        }
  209.  
  210.        if (UGERROR.errors && UGERROR.errors.length > 0) {
  211.            loadSentry()
  212.        }
  213.  
  214.        window.onerror = function() {
  215.            UGERROR.errors.push(arguments);
  216.            oldOnError && oldOnError.apply(this, arguments);
  217.  
  218.            loadSentry()
  219.        };
  220.    </script>
  221.                
  222. <style>
  223.    body,
  224.    html {
  225.        touch-action: manipulation;
  226.        background: #fff;
  227.        box-sizing: border-box;
  228.        -webkit-tap-highlight-color: transparent
  229.    }
  230.  
  231.    body * {
  232.        box-sizing: inherit
  233.    }
  234.  
  235.    body, button {
  236.            color: #1a202e;
  237.            font-family: Muse Sans, Inter, Helvetica neue, Helvetica, sans-serif;
  238.            font-variant-ligatures: none;
  239.            font-feature-settings: "liga" 0;
  240.            -webkit-text-size-adjust: 100%;
  241.            font-synthesis: none
  242.        }
  243.  
  244.    a {
  245.        text-decoration: none
  246.    }
  247.  
  248.    body,
  249.    form {
  250.        margin: 0
  251.    }
  252.  
  253.    @page {
  254.        margin: 0;
  255.        position: relative
  256.    }
  257.  
  258.    @media print {
  259.  
  260.        body,
  261.        html {
  262.            background: #fff !important
  263.        }
  264.    }
  265.  
  266.    body.maintenance-page,
  267.    body.page-boxed-content {
  268.        background: #f6f6f6
  269.    }
  270. </style>
  271.                            <link rel='preload' href='https://musescore.com/static/public/build/musescore/202507/vendor.1c10e264188ae549f9d4c4f13a7416a4.js' importance='high' as='script'></link>    <link rel='preload' href='https://musescore.com/static/public/build/musescore/202507/ms~runtime.032099413116ee5aa808c2c61d05f068.js' importance='high' as='script'></link>    <link rel='preload' href='https://musescore.com/static/public/build/musescore/202507/ms.b4e357ade3437e27144d0caf0f170a9d.js' importance='high' as='script'></link>                
  272.            <link rel='preload' href='https://musescore.com/static/public/build/polyfills/202507/polyfills.js' importance='high' as='script'></link>    
  273.        <meta name="mobile-web-app-capable" content="yes">
  274.    <meta name="theme-color" content="#F9F7FA">
  275. </head>
  276.  
  277. <body class="js desktop js-cookie-compliance  theme-react">
  278.        <script>
  279.    var hasFirstTap = false;
  280.    (function () {
  281.        function onFirstTap () {
  282.            hasFirstTap = true
  283.            document.body.removeEventListener('touchstart', onFirstTap)
  284.        }
  285.  
  286.        document.body.addEventListener('touchstart', onFirstTap)
  287.    })()
  288. </script>
  289.  
  290.                    
  291.        <div class="js-page react-container" style="min-height: 100vh;"></div>
  292.        
  293.    <style>
  294.        .ms-footer {
  295.            background: #0c2438;
  296.            position: relative;
  297.            z-index: 100;
  298.            padding: 36px 0;
  299.            display: none;
  300.            flex-wrap: wrap;
  301.            justify-content: center;
  302.            width: 100%;
  303.            color: #fff;
  304.        }
  305.  
  306.        .ms-footer_visible {
  307.            display: flex;
  308.        }
  309.  
  310.        .ms-footer--container {
  311.            margin-right: -90px;
  312.            max-width: 976px;
  313.            display: flex;
  314.            flex-wrap: wrap;
  315.            flex-grow: 1
  316.        }
  317.  
  318.        .ms-footer--app {
  319.            width: 375px
  320.        }
  321.  
  322.        @media (max-width: 767px) {
  323.            .ms-footer--section {
  324.                width: 50%;
  325.                padding: 0 12px;
  326.                margin-bottom: 10px
  327.            }
  328.        }
  329.  
  330.        @media (min-width: 768px) {
  331.            .ms-footer--container {
  332.               margin: 0;
  333.               padding: 16px;
  334.               max-width: unset;
  335.               justify-content: space-evenly
  336.           }
  337.  
  338.            .ms-footer--section {
  339.                min-width: 220px;
  340.                margin-right: 0;
  341.                margin-bottom: 22px
  342.            }
  343.        }
  344.  
  345.        @media (min-width: 960px) {
  346.           .ms-footer--container {
  347.               margin: 0;
  348.               padding: 28px;
  349.               justify-content: space-between;
  350.               gap: 8px
  351.           }
  352.  
  353.           .ms-footer--section {
  354.               min-width: 220px
  355.           }
  356.        }
  357.  
  358.        @media (min-width: 1024px) {
  359.           .ms-footer--container {
  360.               padding: 28px;
  361.               justify-content: space-between;
  362.               gap: 16px
  363.           }
  364.  
  365.           .ms-footer--section {
  366.               min-width: 220px
  367.           }
  368.        }
  369.  
  370.        @media (min-width: 1280px) {
  371.            .ms-footer--container {
  372.                max-width: 890px;
  373.                flex-grow: 1;
  374.                gap: unset;
  375.                justify-content: flex-start;
  376.                padding: 0 0 0 24px
  377.            }
  378.  
  379.            .ms-footer--section {
  380.               min-width: 216px
  381.           }
  382.        }
  383.  
  384.        .ms-footer--title {
  385.            margin-top: 14px;
  386.            font-weight: 600;
  387.            font-size: 16px;
  388.            line-height: 133%;
  389.            margin-bottom: 5px
  390.        }
  391.  
  392.        .ms-footer--nav-link {
  393.            cursor: pointer;
  394.            line-height: 36px;
  395.            color: #fff;
  396.            font-size: 13px;
  397.            text-decoration: none;
  398.            display: flex;
  399.            align-items: center
  400.        }
  401.        .ms-footer--nav-link:hover {
  402.            color: #fff;
  403.            text-decoration: underline;
  404.        }
  405.  
  406.        .ms-footer--icon {
  407.            width: 16px;
  408.            height: 16px;
  409.            fill: #fff;
  410.            display: inline-block;
  411.            vertical-align: middle;
  412.            margin-right: 4px
  413.        }
  414.  
  415.        .ms-footer--billing {
  416.            margin-top: 10px;
  417.            width: 82px;
  418.            height: 36px
  419.        }
  420.  
  421.        .ms-footer--caption, .ms-footer--text {
  422.            margin-bottom: 16px;
  423.            font-size: 14px;
  424.            line-height: 143%
  425.        }
  426.  
  427.        .ms-footer--caption {
  428.            color: #97a6ba;
  429.            margin-bottom: 14px
  430.        }
  431.    </style>
  432.    <script>
  433.        function showCookieSettings(event) {
  434.            event.preventDefault();
  435.            if (!!window.__tcfapi) {
  436.                window.__tcfapi('displayConsentUi', 2, function() {});
  437.            }
  438.        }
  439.    </script>
  440.  
  441.            <footer class="ms-footer">
  442.            <section class="ms-footer--container">
  443.                <section class="ms-footer--section">
  444.    <div class="ms-footer--title">About MuseScore</div>
  445.    <nav>
  446.                    <a class="ms-footer--nav-link"  href="https://musescore.com/about" rel="" target="" onclick="">
  447.                About            </a>
  448.                    <a class="ms-footer--nav-link"  href="https://mu.se/careers" rel="nofollow" target="" onclick="">
  449.                Jobs            </a>
  450.                    <a class="ms-footer--nav-link"  href="https://intercom.help/musescore/" rel="" target="_blank" onclick="">
  451.                Support            </a>
  452.                    <a class="ms-footer--nav-link"  href="https://musescore.com/our-products" rel="" target="" onclick="">
  453.                Our products            </a>
  454.                    <a class="ms-footer--nav-link"  href="https://musescore.com/upgrade?feature=footer" rel="" target="" onclick="">
  455.                MuseScore PRO            </a>
  456.                    <a class="ms-footer--nav-link"  href="https://musescore.com/pro/gift?from=footer" rel="" target="" onclick="">
  457.                Gifts            </a>
  458.            </nav>
  459. </section>
  460.                <section class="ms-footer--section">
  461.    <div class="ms-footer--title">Community</div>
  462.    <nav>
  463.                    <a class="ms-footer--nav-link"  href="https://musescore.com/our-ethical-line" rel="" target="" onclick="">
  464.                Our Ethical Line            </a>
  465.                    <a class="ms-footer--nav-link"  href="https://musescore.com/contact?category=Report abuse" rel="" target="" onclick="">
  466.                Report abuse            </a>
  467.                    <a class="ms-footer--nav-link"  href="https://musescore.com/community-guidelines" rel="" target="" onclick="">
  468.                Community Guidelines            </a>
  469.                    <a class="ms-footer--nav-link"  href="https://musescore.com/score-uploading-guidelines" rel="" target="" onclick="">
  470.                Score Uploading Guidelines            </a>
  471.                    <a class="ms-footer--nav-link"  href="https://musescore.com/community" rel="" target="" onclick="">
  472.                Community            </a>
  473.            </nav>
  474. </section>
  475.                <section class="ms-footer--section">
  476.    <div class="ms-footer--title">Software</div>
  477.    <nav>
  478.                    <a class="ms-footer--nav-link"  href="https://musescore.org" rel="" target="_blank" onclick="">
  479.                Download            </a>
  480.                    <a class="ms-footer--nav-link"  href="https://musescore.org/en/handbook"" rel="nofollow noopener" target="_blank" onclick="">
  481.                Handbook            </a>
  482.                    <a class="ms-footer--nav-link"  href="https://musescore.org/en/forum" rel="nofollow noopener" target="_blank" onclick="">
  483.                Forum            </a>
  484.            </nav>
  485. </section>
  486.                <section class="ms-footer--section">
  487.    <div class="ms-footer--title">More</div>
  488.    <nav>
  489.                    <a class="ms-footer--nav-link"  href="https://musescore.com/licensing" rel="" target="" onclick="">
  490.                Licensing            </a>
  491.                    <a class="ms-footer--nav-link"  href="https://musescore.com/legal/privacy" rel="" target="" onclick="">
  492.                Privacy Policy            </a>
  493.                    <a class="ms-footer--nav-link"  href="https://musescore.com/legal/terms" rel="" target="" onclick="">
  494.                Terms of Use            </a>
  495.                    <a class="ms-footer--nav-link"  href="https://musescore.com/legal/dmca" rel="" target="" onclick="">
  496.                DMCA            </a>
  497.                    <a class="ms-footer--nav-link"  href="https://musescore.com/legal/dsa" rel="" target="" onclick="">
  498.                DSA            </a>
  499.                    <a class="ms-footer--nav-link"  href="https://musescore.com/pro/landing/pricing" rel="" target="" onclick="">
  500.                Pricing            </a>
  501.            </nav>
  502. </section>
  503.                <section class="ms-footer--section">
  504.    <div class="ms-footer--title">Social</div>
  505.    <nav>
  506.                    <a class="ms-footer--nav-link"  href="https://www.youtube.com/channel/UCfY410QyoHlC4jwUZZOjgOg" rel="nofollow noopener" target="_blank" onclick="">
  507.                YouTube            </a>
  508.                    <a class="ms-footer--nav-link"  href="https://facebook.com/Musescore" rel="nofollow noopener" target="_blank" onclick="">
  509.                Facebook            </a>
  510.                    <a class="ms-footer--nav-link"  href="https://x.com/musescore" rel="nofollow noopener" target="_blank" onclick="">
  511.                X            </a>
  512.                    <a class="ms-footer--nav-link"  href="https://linkedin.com/company/muse" rel="nofollow noopener" target="_blank" onclick="">
  513.                LinkedIn            </a>
  514.                    <a class="ms-footer--nav-link"  href="https://www.tiktok.com/@musescoreofficial" rel="nofollow noopener" target="_blank" onclick="">
  515.                TikTok            </a>
  516.                    <a class="ms-footer--nav-link"  href="https://www.instagram.com/musescore" rel="nofollow noopener" target="_blank" onclick="">
  517.                Instagram            </a>
  518.            </nav>
  519. </section>
  520.                <section class="ms-footer--section">
  521.    <div class="ms-footer--title">Content</div>
  522.    <nav>
  523.                    <a class="ms-footer--nav-link"  href="https://musescore.com/sheetmusic/best-sheet-music" rel="" target="" onclick="">
  524.                Top Scores            </a>
  525.                    <a class="ms-footer--nav-link"  href="https://musescore.com/sheetmusic/new-sheet-music" rel="" target="" onclick="">
  526.                New Scores            </a>
  527.                    <a class="ms-footer--nav-link"  href="https://musescore.com/sheetmusic/all-artists" rel="" target="" onclick="">
  528.                All artists            </a>
  529.                    <a class="ms-footer--nav-link"  href="https://musescore.com/sheetmusic/category-pages" rel="" target="" onclick="">
  530.                Score categories            </a>
  531.                    <a class="ms-footer--nav-link"  href="https://musescore.com/courses" rel="" target="" onclick="">
  532.                Courses            </a>
  533.                    <a class="ms-footer--nav-link"  href="https://musescore.com/sheetmusic/official" rel="" target="" onclick="">
  534.                Official Scores            </a>
  535.                    <a class="ms-footer--nav-link"  href="https://musescore.com/books" rel="" target="" onclick="">
  536.                Digital Books            </a>
  537.            </nav>
  538. </section>
  539.                <div class="ms-footer--section">
  540.                    <section class="ms-footer--section">
  541.    <div class="ms-footer--title">Our products</div>
  542.    <nav>
  543.                    <a class="ms-footer--nav-link"  href="https://audio.com/" rel="" target="_blank" onclick="">
  544.                Audio.com            </a>
  545.                    <a class="ms-footer--nav-link"  href="https://www.musehub.com/app/musescore-studio?utm_source=musescore-web&utm_medium=footer&utm_campaign=our-products-section" rel="" target="_blank" onclick="">
  546.                MuseHub            </a>
  547.            </nav>
  548. </section>
  549.                </div>
  550.                <section class="ms-footer--section">
  551.    <div class="ms-footer--title">Language</div>
  552.    <nav>
  553.                    <a class="ms-footer--nav-link" id="language-en" href="/" rel="" target="" onclick="">
  554.                English            </a>
  555.                    <a class="ms-footer--nav-link" id="language-es" href="/sheetmusic" rel="" target="" onclick="">
  556.                Español            </a>
  557.                    <a class="ms-footer--nav-link" id="language-el" href="/" rel="" target="" onclick="">
  558.                Ελληνικά            </a>
  559.            </nav>
  560. </section>
  561.                <div class="ms-footer--section">
  562.                    <div class="ms-footer--text">© 2025 MuseScore Ltd</div>
  563.                    <div class="ms-footer--caption">
  564.                        Spyrou Kyprianou 84, <br>
  565.                        4004 Limassol, <br>
  566.                        Cyprus                                            </div>
  567.                    <img class="ms-footer--billing lazyload no-src" alt="cards" data-src="https://musescore.com/static/public/img/musescore/footer_cards_ver1753902154.png"/>
  568.                </div>
  569.                            </section>
  570.            <div id="footer-explore-app" class="ms-footer--app"></div>
  571.        </footer>
  572.            
  573.        
  574.    
  575.    
  576.    
  577.    
  578.            <script defer  src='https://musescore.com/static/public/build/polyfills/202507/polyfills.js'></script>    
  579.        
  580.  
  581. <div
  582.    class="js-store"
  583.    data-content="{&quot;config&quot;:{&quot;releaseVer&quot;:&quot;mu-web_app_0.54.85&quot;,&quot;serviceSettings&quot;:{&quot;externalServices&quot;:{&quot;web&quot;:{&quot;auth.apple&quot;:true,&quot;auth.google&quot;:true,&quot;auth.facebook&quot;:true,&quot;billing.stripe&quot;:true,&quot;billing.paypal&quot;:true,&quot;billing.apple&quot;:true,&quot;billing.google&quot;:true,&quot;billing.facebook&quot;:true},&quot;mobile&quot;:{&quot;auth.apple&quot;:true,&quot;auth.google&quot;:true,&quot;auth.facebook&quot;:true,&quot;auth.consent&quot;:true,&quot;billing.apple&quot;:true,&quot;billing.google&quot;:true,&quot;billing.facebook&quot;:true,&quot;test.analytics&quot;:true}}},&quot;backendReleaseVer&quot;:&quot;4.36.23&quot;,&quot;renderType&quot;:&quot;react&quot;,&quot;staticPrefix&quot;:&quot;/static&quot;,&quot;urlFacebook&quot;:&quot;&quot;,&quot;urlGoogle&quot;:&quot;&quot;,&quot;main_server&quot;:&quot;musescore.com&quot;,&quot;ug_server_name&quot;:&quot;ultimate-guitar.com&quot;,&quot;static_server&quot;:&quot;https://musescore.com/static&quot;,&quot;statik_cache&quot;:&quot;_ver1753902154&quot;,&quot;upload_server&quot;:&quot;https://upload.musescore.com&quot;,&quot;country&quot;:&quot;US&quot;,&quot;cf_turnstile_site_key&quot;:&quot;0x4AAAAAAAGYK1RXEWXX02Fv&quot;,&quot;upolloApiKey&quot;:&quot;q8or3DQantsU6Jq9hbbbhTq5LV4jaCjbBa2pKupaworF4dd92b45e5522ceb3e5b0a1b6457b5429b93d0d3826ac8a8eb098d27f2bdaa10&quot;,&quot;is_mobile&quot;:false,&quot;is_bot&quot;:false,&quot;captcha_id&quot;:&quot;&quot;,&quot;is_tablet&quot;:false,&quot;is_android&quot;:false,&quot;is_ios&quot;:false,&quot;is_eu_server&quot;:true,&quot;is_es&quot;:false,&quot;isGDPRAvailable&quot;:false,&quot;isCcpaAvailable&quot;:false,&quot;hasStaticCache&quot;:false,&quot;app_url&quot;:&quot;&quot;,&quot;app_url_template&quot;:&quot;&quot;,&quot;isWebp&quot;:true,&quot;googleOneTap&quot;:{&quot;client_id&quot;:&quot;129899489146-28hqj8qdpippf2vama0sm48qqiduiovg.apps.googleusercontent.com&quot;,&quot;login_uri&quot;:&quot;https://musescore.com/user/auth/oauth/auth?service=google&amp;onetap=1&quot;},&quot;rtAnalytics&quot;:{&quot;trackUrl&quot;:&quot;/components/data&quot;,&quot;trackingEnabled&quot;:true},&quot;countryCode&quot;:&quot;US&quot;,&quot;os&quot;:&quot;&quot;,&quot;platform&quot;:4,&quot;browser&quot;:&quot;{\&quot;browser\&quot;:{\&quot;name\&quot;:\&quot;FeedValidator\&quot;,\&quot;version\&quot;:\&quot;1.3\&quot;},\&quot;device\&quot;:{\&quot;type\&quot;:\&quot;bot\&quot;}}&quot;,&quot;browserName&quot;:&quot;FeedValidator&quot;,&quot;unified_id&quot;:&quot;&quot;,&quot;auth_type&quot;:&quot;none&quot;,&quot;statistic&quot;:{&quot;courses_all&quot;:470,&quot;lesson_all&quot;:13951,&quot;scores_all&quot;:3519946,&quot;scores_new&quot;:515105,&quot;scores_official&quot;:1191541,&quot;scores_community&quot;:2328405,&quot;scores_listened_minutes&quot;:26845293,&quot;courses_viewed_minutes&quot;:2839015,&quot;ratings_all&quot;:12076193,&quot;pages_all&quot;:260376465,&quot;scores_transposed&quot;:47510,&quot;courses_instruments&quot;:17,&quot;scores_views&quot;:385492608,&quot;courses_views&quot;:640164,&quot;lessons_new&quot;:1635,&quot;followers_all&quot;:950201,&quot;ebook_all&quot;:2768},&quot;monetization&quot;:{&quot;marketingSpecials&quot;:[{&quot;id&quot;:64,&quot;name&quot;:&quot;lucky_thursday&quot;,&quot;weight&quot;:32,&quot;platform&quot;:3,&quot;stockActionMetaName&quot;:&quot;lucky-thursday&quot;,&quot;scoreStockActionMetaName&quot;:&quot;lucky-thursday&quot;,&quot;settings&quot;:&quot;{}&quot;,&quot;saleOfferId&quot;:85},{&quot;id&quot;:31,&quot;name&quot;:&quot;summer&quot;,&quot;weight&quot;:29,&quot;platform&quot;:3,&quot;stockActionMetaName&quot;:&quot;summer&quot;,&quot;scoreStockActionMetaName&quot;:&quot;score-bottom-summer&quot;,&quot;settings&quot;:&quot;{}&quot;,&quot;saleOfferId&quot;:43},{&quot;id&quot;:76,&quot;name&quot;:&quot;musescore_sale&quot;,&quot;weight&quot;:28,&quot;platform&quot;:3,&quot;stockActionMetaName&quot;:&quot;musescore-sale&quot;,&quot;scoreStockActionMetaName&quot;:&quot;musescore-sale&quot;,&quot;settings&quot;:&quot;{}&quot;,&quot;saleOfferId&quot;:103}]},&quot;turn_iframe_off&quot;:false,&quot;editor&quot;:&quot;https://musescore.com/static/public/build/mu_editor/202505/wysiwyg_editor.537f75816aa2986f00b564f4eebcde35.js&quot;,&quot;jinba&quot;:{&quot;appLabel&quot;:&quot;ms_user_profile&quot;,&quot;appLabelExp&quot;:&quot;null&quot;}},&quot;store&quot;:{&quot;page&quot;:{&quot;data&quot;:{&quot;counters&quot;:{&quot;followers&quot;:{&quot;count&quot;:0,&quot;label&quot;:&quot;Followers&quot;,&quot;url&quot;:&quot;&quot;},&quot;following&quot;:{&quot;count&quot;:0,&quot;label&quot;:&quot;Following&quot;,&quot;url&quot;:&quot;&quot;},&quot;sets&quot;:{&quot;count&quot;:0,&quot;label&quot;:&quot;Sets&quot;,&quot;url&quot;:&quot;&quot;},&quot;scores&quot;:{&quot;count&quot;:0,&quot;label&quot;:&quot;Scores&quot;,&quot;url&quot;:&quot;&quot;}},&quot;groups&quot;:[],&quot;profile_followers&quot;:[],&quot;profile_followings&quot;:[],&quot;profile&quot;:{&quot;id&quot;:91943035,&quot;first_name&quot;:&quot;&quot;,&quot;last_name&quot;:&quot;&quot;,&quot;gender&quot;:&quot;&quot;,&quot;city&quot;:&quot;&quot;,&quot;country_code&quot;:&quot;&quot;,&quot;websites&quot;:[],&quot;activities&quot;:null,&quot;timezone&quot;:&quot;&quot;,&quot;birthday&quot;:0,&quot;bio&quot;:&quot;https:/&quot;,&quot;is_contactable&quot;:1,&quot;experiment&quot;:0,&quot;websites_with_redirect&quot;:null,&quot;bio_with_redirect&quot;:&quot;https:/&quot;},&quot;is_blocked_for_you&quot;:false,&quot;is_blocked_by_you&quot;:false,&quot;is_user_follow&quot;:false,&quot;is_not_yourself&quot;:true,&quot;can_user_edit&quot;:false,&quot;can_user_send_message&quot;:false,&quot;can_ban&quot;:false,&quot;can_unban&quot;:false,&quot;link_to_ban&quot;:&quot;/user/ban/ban?id=91943035&quot;,&quot;link_to_unban&quot;:&quot;/user/ban/unban?id=91943035&quot;,&quot;user_accesses&quot;:[],&quot;is_banned&quot;:true,&quot;user&quot;:{&quot;id&quot;:91943035,&quot;name&quot;:&quot;andrejafanase&quot;,&quot;url&quot;:&quot;https://musescore.com/user/91943035&quot;,&quot;image&quot;:&quot;https://musescore.com/static/musescore/userdata/avatar/profile_15.png@150x150&quot;,&quot;is_pro&quot;:false,&quot;is_staff&quot;:false,&quot;is_moderator&quot;:false,&quot;cover_url&quot;:&quot;https://musescore.com/static/musescore/userdata/cover/4/6/a/91943035.jpg?cache=0&quot;,&quot;has_cover&quot;:false,&quot;date_created&quot;:1733100027,&quot;is_publisher&quot;:false,&quot;_links&quot;:{&quot;self&quot;:{&quot;href&quot;:&quot;https://musescore.com/user/91943035&quot;}}}},&quot;template&quot;:{&quot;module&quot;:&quot;user&quot;,&quot;controller&quot;:&quot;profile/profile&quot;,&quot;action&quot;:&quot;index&quot;,&quot;isUgOffice&quot;:0,&quot;isOuterMarkupDisabled&quot;:false},&quot;experiments&quot;:{&quot;variations&quot;:[],&quot;closed_experiments&quot;:[]},&quot;header_bidding&quot;:[]},&quot;billing&quot;:{&quot;subscriptions&quot;:[],&quot;pastSubscriptions&quot;:[],&quot;credits&quot;:{&quot;amount&quot;:0},&quot;abonement&quot;:{&quot;amount&quot;:0},&quot;course_credits&quot;:{&quot;amount&quot;:0},&quot;lite_abonement&quot;:{&quot;amount&quot;:0},&quot;ebook_credits&quot;:{&quot;amount&quot;:0},&quot;ebook_abonement&quot;:{&quot;amount&quot;:0},&quot;has_ebooks&quot;:false,&quot;bonus_points&quot;:{&quot;amount&quot;:0},&quot;currency&quot;:&quot;USD&quot;,&quot;currency_paypal&quot;:&quot;USD&quot;,&quot;country_currency&quot;:&quot;USD&quot;,&quot;country_code&quot;:&quot;US&quot;,&quot;country_currency_fallback&quot;:false},&quot;level_instrument_title&quot;:&quot;&quot;,&quot;i18n&quot;:{&quot;locale&quot;:&quot;en-US&quot;,&quot;language&quot;:&quot;en&quot;,&quot;links&quot;:{&quot;default&quot;:&quot;https://musescore.com/user/91943035&quot;,&quot;pt&quot;:&quot;https://musescore.com/user/91943035&quot;,&quot;es&quot;:&quot;https://musescore.com/user/91943035&quot;}},&quot;user&quot;:{&quot;id&quot;:0,&quot;avatarUrl&quot;:&quot;&quot;,&quot;profileUrl&quot;:&quot;&quot;,&quot;username&quot;:&quot;&quot;,&quot;email&quot;:&quot;&quot;,&quot;usergroupid&quot;:&quot;&quot;,&quot;iq&quot;:&quot;&quot;,&quot;user_status&quot;:&quot;&quot;,&quot;status&quot;:0,&quot;isDebounced&quot;:false,&quot;isPro&quot;:false,&quot;isAbonement&quot;:false,&quot;isProPlus&quot;:false,&quot;isNewUser&quot;:true,&quot;isStaff&quot;:false,&quot;isModerator&quot;:false,&quot;isObserver&quot;:false,&quot;isCopyrightManager&quot;:false,&quot;userDateCreated&quot;:0,&quot;emailFlags&quot;:[],&quot;daily_user_counter&quot;:1,&quot;isRatingDisabled&quot;:0,&quot;isBanned&quot;:0,&quot;totalScoresCount&quot;:0,&quot;firstScoreUploadTimestamp&quot;:0,&quot;accesses&quot;:[],&quot;outdated_accesses&quot;:[],&quot;session&quot;:{&quot;id&quot;:&quot;&quot;,&quot;is_renew_session&quot;:false,&quot;expire_duration&quot;:300,&quot;expire_duration_dispersion&quot;:[5000,10000],&quot;enable_refresh&quot;:true,&quot;screen&quot;:&quot;Other&quot;},&quot;search_session_id&quot;:&quot;&quot;,&quot;grace_period_product_type_name&quot;:&quot;&quot;,&quot;can_upgrade&quot;:[],&quot;payment_account_id&quot;:0,&quot;edu_tracking_data&quot;:{&quot;subscription_tariff&quot;:&quot;&quot;,&quot;trial_end_date&quot;:0,&quot;tariff_start_date&quot;:0,&quot;tariff_end_date&quot;:0,&quot;payment_account_id&quot;:0},&quot;paid_content_consent_value&quot;:0,&quot;paid_content_consent_pro&quot;:0,&quot;paid_content_consent_edu&quot;:0,&quot;paid_content_consent_ebooks&quot;:0,&quot;segment_info&quot;:{&quot;segment&quot;:&quot;unknown&quot;,&quot;group&quot;:&quot;unknown&quot;}},&quot;search&quot;:{&quot;value&quot;:&quot;&quot;},&quot;notifications&quot;:{&quot;countNew&quot;:0,&quot;data&quot;:[]},&quot;flashMessage&quot;:null,&quot;telemetry&quot;:{&quot;trackingId&quot;:0},&quot;set_order_options&quot;:[{&quot;name&quot;:&quot;Custom&quot;,&quot;value&quot;:0},{&quot;name&quot;:&quot;Title&quot;,&quot;value&quot;:1},{&quot;name&quot;:&quot;Date uploaded (newest first)&quot;,&quot;value&quot;:2},{&quot;name&quot;:&quot;Date uploaded (oldest first)&quot;,&quot;value&quot;:3},{&quot;name&quot;:&quot;View count&quot;,&quot;value&quot;:4},{&quot;name&quot;:&quot;Rating&quot;,&quot;value&quot;:5}]},&quot;globalHelpers&quot;:[]}"
  584. ></div>
  585.  
  586.                    <script defer  src='https://musescore.com/static/public/build/musescore/202507/vendor.1c10e264188ae549f9d4c4f13a7416a4.js'></script>                    <script defer  src='https://musescore.com/static/public/build/musescore/202507/ms~runtime.032099413116ee5aa808c2c61d05f068.js'></script>            <script defer  src='https://musescore.com/static/public/build/musescore/202507/ms.b4e357ade3437e27144d0caf0f170a9d.js'></script>                                            <script>
  587.        if ('serviceWorker' in navigator) {
  588.            window.addEventListener('load', function() {
  589.                const m = navigator.userAgent.match(/Chrome\/(\d+)/);
  590.                const major = m ? parseInt(m[1], 10) : 0;
  591.                
  592.                if (major >= 80) {
  593.                    window.navigator.serviceWorker.register('/sw_mu.js').catch(function(error) {
  594.                        if (window.UGERROR && window.UGERROR.errors) {
  595.                            window.UGERROR.errors.push(error);
  596.                        }
  597.                    });
  598.                } else {
  599.                    navigator.serviceWorker.ready.then(function(registration) {
  600.                        registration.unregister().catch(function(error) {
  601.                            if (window.UGERROR && window.UGERROR.errors) {
  602.                                window.UGERROR.errors.push(error);
  603.                            }
  604.                        });
  605.                    });
  606.                }
  607.            });
  608.        }
  609.    </script>
  610.            <script>
  611.    window.dataLayer = window.dataLayer || [];
  612.    window.dataLayer.push({"login":0,"hasPro":0,"rights":0,"auth":"None","staticUrl":"\/watch_ver1753902154.js"});
  613.        </script>
  614.  
  615. <!-- Google Tag Manager -->
  616. <script>
  617.    (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  618.            new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  619.        j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  620.        'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  621.    })(window,document,'script','dataLayer','GTM-P46R4ZF');</script>
  622. <!-- End Google Tag Manager -->
  623.            </body>
  624.  
  625. </html>
  626.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda