<!DOCTYPE html>
<html lang="en">
<head>
<meta name="robots" content="noindex, nofollow">
<meta property="og:url" content="https://musescore.com/user/91971349">
<meta property="og:type" content="website">
<meta property="og:title" content="User is banned | Musescore.com">
<meta property="og:description" content="">
<meta property="og:image" content="https://musescore.com/static/public/musescore/img/musescore_soc_v2.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="User is banned | Musescore.com">
<meta property="og:image:type" content="image/png">
<link href="https://musescore.com/user/91971349" rel="canonical">
<title>User is banned | Musescore.com</title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
<meta charset="utf-8" />
<meta name="author" content="Musescore" />
<meta name="google-play-app" content="app-id=com.musescore.playerlite" />
<meta name="kindle-fire-app" content="app-id=com.musescore.player" />
<meta name="facebook-domain-verification" content="cp5d42j0lpsdi602yrcqh8f6jsktrc" />
<meta name="google-site-verification" content="Wc0Sbrzd_41dm4XKcF8OEBufv50WMuyrzkTJ-yM0O2I" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="MobileOptimized" content="width" />
<meta name="HandheldFriendly" content="true" />
<meta name="csrf-param" content="_csrf">
<meta name="csrf-token" content="LWBQrY-tH0uNqPF3S2agO394jTZ2VRDXj98mZEUzdCdfVyLs7sJOGrjerjsiUPlsDi7hVEMWWaDEvV8FcXgbbQ==">
<link rel="manifest" href="/manifest.json" />
<meta name="application-name" content="Musescore" />
<link rel="icon" type="image/png" sizes="16x16" href="https://musescore.com/static/public/musescore/img/product_icons/favicon-16x16_ver1753902154.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://musescore.com/static/public/musescore/img/product_icons/favicon-32x32_ver1753902154.png">
<link rel="icon" type="image/svg+xml" href="https://musescore.com/static/public/musescore/img/product_icons/favicon_ver1753902154.svg">
<link rel="icon" type="image/x-icon" href="https://musescore.com/static/public/musescore/img/product_icons/favicon_ver1753902154.ico">
<link rel="apple-touch-icon" href="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-precomposed_ver1753902154.png" />
<link
rel="apple-touch-icon" sizes="72x72"
href="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-72x72-precomposed_ver1753902154.png" />
<link
rel="apple-touch-icon" sizes="76x76"
href="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-76x76-precomposed_ver1753902154.png" />
<link
rel="apple-touch-icon" sizes="114x114"
href="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-114x114-precomposed_ver1753902154.png" />
<link
rel="apple-touch-icon" sizes="120x120"
href="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-120x120-precomposed_ver1753902154.png" />
<link
rel="apple-touch-icon" sizes="144x144"
href="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-144x144-precomposed_ver1753902154.png" />
<link
rel="apple-touch-icon" sizes="180x180"
href="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-180x180-precomposed_ver1753902154.png" />
<link
rel="apple-touch-icon" sizes="192x192"
href="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-192x192-precomposed_ver1753902154.png" />
<meta name="msapplication-TileColor" content="#fff" />
<meta name="msapplication-TileImage" content="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-precomposed_ver1753902154.png">
<script>
var sentryMethodsToSave = ['setUser', 'setTag', 'setTags', 'setExtra', 'setExtras', 'addBreadcrumb', 'setContext'];
window.Sentry = {
_lazy: true
};
var sentryLazyCallsQueue = [];
var sentryLazyHandler = function () {
var args = Array.prototype.slice.call(arguments)
var methodName = args[0];
var rest = args.slice(1);
sentryLazyCallsQueue.push([methodName, rest])
};
sentryMethodsToSave.forEach(function (methodName) {
window.Sentry[methodName] = sentryLazyHandler.bind(this, methodName);
});
function applySentryLazyData() {
if (!sentryLazyCallsQueue) return;
for (var i = 0; i < sentryLazyCallsQueue.length; i++) {
var args = sentryLazyCallsQueue[i];
var methodName = args[0];
var restArgs = args[1];
var method = window.Sentry[methodName];
method && typeof method === 'function' && method.apply(window.Sentry, restArgs);
}
sentryLazyCallsQueue = undefined;
}
var errors = window.APPERROR ? (window.APPERROR.errors || []) : []
var UGERROR = {
errors,
loggerLoaded: false,
};
var oldOnError = window.onerror;
var loadScript = function (src, resolve) {
UGERROR.loggerLoaded = true;
var script = document.createElement('script');
script.async = true;
script.type = 'text/javascript';
script.src = src;
var changeState = function() {
if (!loaded) {
resolve()
loaded = true;
}
};
var loaded;
script.onreadystatechange = changeState;
script.onload = changeState;
var node = document.getElementsByTagName('script')[0];
node.parentNode.insertBefore(script, node);
};
UGERROR.loadErrorLogger = function(release) {
var whitelistUrls = [
new RegExp('https://musescore.com/static/public')
];
if (window.location.pathname !== '/') {
whitelistUrls.push(new RegExp(window.location.href))
}
!UGERROR.loggerLoaded && loadScript('https://musescore.com/static/public/build/sentry_0_0_2/sentry_wasm_ver1753902154.js', function () {
console.log('[sentry]:', 'bundle successfully loaded')
window.onerror = oldOnError;
var data = {}
var tags = {"country":"US","isProUser":false,"isAuthenticated":false}
window.initSentry({
dsn: 'https://23f7f9adc71e43919814a71a87ea2c52@sentry10.ultimate-guitar.com/6',
release: release,
allowUrls: whitelistUrls,
ignoreErrors: [/ChunkLoadError:.*/, /NetworkError.*/, /ResizeObserver loop completed.*/, /object Response.*/, /PointerEvent.*/],
});
if (window.navigator.connection) {
var conn = window.navigator.connection
data.downlink = conn.downlink
data.effectiveType = conn.effectiveType
data.rtt = conn.rtt
tags.effectiveType = conn.effectiveType
window.Sentry.setExtras(data)
}
data.id = parseInt('0', 10);
data.userId = '0';
data.id && window.Sentry.setUser(data);
window.Sentry.setTags(tags);
window.Sentry.setContext('Client a/b variations', [])
try {
applySentryLazyData();
} catch (error) {
console.error(error);
}
UGERROR.errors.forEach(function (args) {
if (args.length > 1) {
window.onerror.apply(this, args);
return;
}
var error = args[0] === undefined ? new Error('Caught undefined error') : args[0];
if (typeof error === 'string') {
window.Sentry.captureMessage(error, 'error');
} else {
window.Sentry.captureException(error);
}
});
})
};
function loadSentry() {
if (UGERROR.hasFirstError) {
return
}
function load() {
UGERROR.loadErrorLogger("mu-web_app_0.54.85");
}
if (document.readyState === 'complete') {
load();
} else {
window.addEventListener('load', load)
}
UGERROR.hasFirstError = true
}
if (UGERROR.errors && UGERROR.errors.length > 0) {
loadSentry()
}
window.onerror = function() {
UGERROR.errors.push(arguments);
oldOnError && oldOnError.apply(this, arguments);
loadSentry()
};
</script>
<style>
body,
html {
touch-action: manipulation;
background: #fff;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent
}
body * {
box-sizing: inherit
}
body, button {
color: #1a202e;
font-family: Muse Sans, Inter, Helvetica neue, Helvetica, sans-serif;
font-variant-ligatures: none;
font-feature-settings: "liga" 0;
-webkit-text-size-adjust: 100%;
font-synthesis: none
}
a {
text-decoration: none
}
body,
form {
margin: 0
}
@page {
margin: 0;
position: relative
}
@media print {
body,
html {
background: #fff !important
}
}
body.maintenance-page,
body.page-boxed-content {
background: #f6f6f6
}
</style>
<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>
<link rel='preload' href='https://musescore.com/static/public/build/polyfills/202507/polyfills.js' importance='high' as='script'></link>
<meta name="mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#F9F7FA">
</head>
<body class="js desktop js-cookie-compliance theme-react">
<script>
var hasFirstTap = false;
(function () {
function onFirstTap () {
hasFirstTap = true
document.body.removeEventListener('touchstart', onFirstTap)
}
document.body.addEventListener('touchstart', onFirstTap)
})()
</script>
<div class="js-page react-container" style="min-height: 100vh;"></div>
<style>
.ms-footer {
background: #0c2438;
position: relative;
z-index: 100;
padding: 36px 0;
display: none;
flex-wrap: wrap;
justify-content: center;
width: 100%;
color: #fff;
}
.ms-footer_visible {
display: flex;
}
.ms-footer--container {
margin-right: -90px;
max-width: 976px;
display: flex;
flex-wrap: wrap;
flex-grow: 1
}
.ms-footer--app {
width: 375px
}
@media (max-width: 767px) {
.ms-footer--section {
width: 50%;
padding: 0 12px;
margin-bottom: 10px
}
}
@media (min-width: 768px) {
.ms-footer--container {
margin: 0;
padding: 16px;
max-width: unset;
justify-content: space-evenly
}
.ms-footer--section {
min-width: 220px;
margin-right: 0;
margin-bottom: 22px
}
}
@media (min-width: 960px) {
.ms-footer--container {
margin: 0;
padding: 28px;
justify-content: space-between;
gap: 8px
}
.ms-footer--section {
min-width: 220px
}
}
@media (min-width: 1024px) {
.ms-footer--container {
padding: 28px;
justify-content: space-between;
gap: 16px
}
.ms-footer--section {
min-width: 220px
}
}
@media (min-width: 1280px) {
.ms-footer--container {
max-width: 890px;
flex-grow: 1;
gap: unset;
justify-content: flex-start;
padding: 0 0 0 24px
}
.ms-footer--section {
min-width: 216px
}
}
.ms-footer--title {
margin-top: 14px;
font-weight: 600;
font-size: 16px;
line-height: 133%;
margin-bottom: 5px
}
.ms-footer--nav-link {
cursor: pointer;
line-height: 36px;
color: #fff;
font-size: 13px;
text-decoration: none;
display: flex;
align-items: center
}
.ms-footer--nav-link:hover {
color: #fff;
text-decoration: underline;
}
.ms-footer--icon {
width: 16px;
height: 16px;
fill: #fff;
display: inline-block;
vertical-align: middle;
margin-right: 4px
}
.ms-footer--billing {
margin-top: 10px;
width: 82px;
height: 36px
}
.ms-footer--caption, .ms-footer--text {
margin-bottom: 16px;
font-size: 14px;
line-height: 143%
}
.ms-footer--caption {
color: #97a6ba;
margin-bottom: 14px
}
</style>
<script>
function showCookieSettings(event) {
event.preventDefault();
if (!!window.__tcfapi) {
window.__tcfapi('displayConsentUi', 2, function() {});
}
}
</script>
<footer class="ms-footer">
<section class="ms-footer--container">
<section class="ms-footer--section">
<div class="ms-footer--title">About MuseScore</div>
<nav>
<a class="ms-footer--nav-link" href="https://musescore.com/about" rel="" target="" onclick="">
About </a>
<a class="ms-footer--nav-link" href="https://mu.se/careers" rel="nofollow" target="" onclick="">
Jobs </a>
<a class="ms-footer--nav-link" href="https://intercom.help/musescore/" rel="" target="_blank" onclick="">
Support </a>
<a class="ms-footer--nav-link" href="https://musescore.com/our-products" rel="" target="" onclick="">
Our products </a>
<a class="ms-footer--nav-link" href="https://musescore.com/upgrade?feature=footer" rel="" target="" onclick="">
MuseScore PRO </a>
<a class="ms-footer--nav-link" href="https://musescore.com/pro/gift?from=footer" rel="" target="" onclick="">
Gifts </a>
</nav>
</section>
<section class="ms-footer--section">
<div class="ms-footer--title">Community</div>
<nav>
<a class="ms-footer--nav-link" href="https://musescore.com/our-ethical-line" rel="" target="" onclick="">
Our Ethical Line </a>
<a class="ms-footer--nav-link" href="https://musescore.com/contact?category=Report abuse" rel="" target="" onclick="">
Report abuse </a>
<a class="ms-footer--nav-link" href="https://musescore.com/community-guidelines" rel="" target="" onclick="">
Community Guidelines </a>
<a class="ms-footer--nav-link" href="https://musescore.com/score-uploading-guidelines" rel="" target="" onclick="">
Score Uploading Guidelines </a>
<a class="ms-footer--nav-link" href="https://musescore.com/community" rel="" target="" onclick="">
Community </a>
</nav>
</section>
<section class="ms-footer--section">
<div class="ms-footer--title">Software</div>
<nav>
<a class="ms-footer--nav-link" href="https://musescore.org" rel="" target="_blank" onclick="">
Download </a>
<a class="ms-footer--nav-link" href="https://musescore.org/en/handbook"" rel="nofollow noopener" target="_blank" onclick="">
Handbook </a>
<a class="ms-footer--nav-link" href="https://musescore.org/en/forum" rel="nofollow noopener" target="_blank" onclick="">
Forum </a>
</nav>
</section>
<section class="ms-footer--section">
<div class="ms-footer--title">More</div>
<nav>
<a class="ms-footer--nav-link" href="https://musescore.com/licensing" rel="" target="" onclick="">
Licensing </a>
<a class="ms-footer--nav-link" href="https://musescore.com/legal/privacy" rel="" target="" onclick="">
Privacy Policy </a>
<a class="ms-footer--nav-link" href="https://musescore.com/legal/terms" rel="" target="" onclick="">
Terms of Use </a>
<a class="ms-footer--nav-link" href="https://musescore.com/legal/dmca" rel="" target="" onclick="">
DMCA </a>
<a class="ms-footer--nav-link" href="https://musescore.com/legal/dsa" rel="" target="" onclick="">
DSA </a>
<a class="ms-footer--nav-link" href="https://musescore.com/pro/landing/pricing" rel="" target="" onclick="">
Pricing </a>
</nav>
</section>
<section class="ms-footer--section">
<div class="ms-footer--title">Social</div>
<nav>
<a class="ms-footer--nav-link" href="https://www.youtube.com/channel/UCfY410QyoHlC4jwUZZOjgOg" rel="nofollow noopener" target="_blank" onclick="">
YouTube </a>
<a class="ms-footer--nav-link" href="https://facebook.com/Musescore" rel="nofollow noopener" target="_blank" onclick="">
Facebook </a>
<a class="ms-footer--nav-link" href="https://x.com/musescore" rel="nofollow noopener" target="_blank" onclick="">
X </a>
<a class="ms-footer--nav-link" href="https://linkedin.com/company/muse" rel="nofollow noopener" target="_blank" onclick="">
LinkedIn </a>
<a class="ms-footer--nav-link" href="https://www.tiktok.com/@musescoreofficial" rel="nofollow noopener" target="_blank" onclick="">
TikTok </a>
<a class="ms-footer--nav-link" href="https://www.instagram.com/musescore" rel="nofollow noopener" target="_blank" onclick="">
Instagram </a>
</nav>
</section>
<section class="ms-footer--section">
<div class="ms-footer--title">Content</div>
<nav>
<a class="ms-footer--nav-link" href="https://musescore.com/sheetmusic/best-sheet-music" rel="" target="" onclick="">
Top Scores </a>
<a class="ms-footer--nav-link" href="https://musescore.com/sheetmusic/new-sheet-music" rel="" target="" onclick="">
New Scores </a>
<a class="ms-footer--nav-link" href="https://musescore.com/sheetmusic/all-artists" rel="" target="" onclick="">
All artists </a>
<a class="ms-footer--nav-link" href="https://musescore.com/sheetmusic/category-pages" rel="" target="" onclick="">
Score categories </a>
<a class="ms-footer--nav-link" href="https://musescore.com/courses" rel="" target="" onclick="">
Courses </a>
<a class="ms-footer--nav-link" href="https://musescore.com/sheetmusic/official" rel="" target="" onclick="">
Official Scores </a>
<a class="ms-footer--nav-link" href="https://musescore.com/books" rel="" target="" onclick="">
Digital Books </a>
</nav>
</section>
<div class="ms-footer--section">
<section class="ms-footer--section">
<div class="ms-footer--title">Our products</div>
<nav>
<a class="ms-footer--nav-link" href="https://audio.com/" rel="" target="_blank" onclick="">
Audio.com </a>
<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="">
MuseHub </a>
</nav>
</section>
</div>
<section class="ms-footer--section">
<div class="ms-footer--title">Language</div>
<nav>
<a class="ms-footer--nav-link" id="language-en" href="/" rel="" target="" onclick="">
English </a>
<a class="ms-footer--nav-link" id="language-es" href="/sheetmusic" rel="" target="" onclick="">
Español </a>
<a class="ms-footer--nav-link" id="language-el" href="/" rel="" target="" onclick="">
Ελληνικά </a>
</nav>
</section>
<div class="ms-footer--section">
<div class="ms-footer--text">© 2025 MuseScore Ltd</div>
<div class="ms-footer--caption">
Spyrou Kyprianou 84, <br>
4004 Limassol, <br>
Cyprus </div>
<img class="ms-footer--billing lazyload no-src" alt="cards" data-src="https://musescore.com/static/public/img/musescore/footer_cards_ver1753902154.png"/>
</div>
</section>
<div id="footer-explore-app" class="ms-footer--app"></div>
</footer>
<script defer src='https://musescore.com/static/public/build/polyfills/202507/polyfills.js'></script>
<div
class="js-store"
data-content="{"config":{"releaseVer":"mu-web_app_0.54.85","serviceSettings":{"externalServices":{"web":{"auth.apple":true,"auth.google":true,"auth.facebook":true,"billing.stripe":true,"billing.paypal":true,"billing.apple":true,"billing.google":true,"billing.facebook":true},"mobile":{"auth.apple":true,"auth.google":true,"auth.facebook":true,"auth.consent":true,"billing.apple":true,"billing.google":true,"billing.facebook":true,"test.analytics":true}}},"backendReleaseVer":"4.36.23","renderType":"react","staticPrefix":"/static","urlFacebook":"","urlGoogle":"","main_server":"musescore.com","ug_server_name":"ultimate-guitar.com","static_server":"https://musescore.com/static","statik_cache":"_ver1753902154","upload_server":"https://upload.musescore.com","country":"US","cf_turnstile_site_key":"0x4AAAAAAAGYK1RXEWXX02Fv","upolloApiKey":"q8or3DQantsU6Jq9hbbbhTq5LV4jaCjbBa2pKupaworF4dd92b45e5522ceb3e5b0a1b6457b5429b93d0d3826ac8a8eb098d27f2bdaa10","is_mobile":false,"is_bot":false,"captcha_id":"","is_tablet":false,"is_android":false,"is_ios":false,"is_eu_server":true,"is_es":false,"isGDPRAvailable":false,"isCcpaAvailable":false,"hasStaticCache":false,"app_url":"","app_url_template":"","isWebp":true,"googleOneTap":{"client_id":"129899489146-28hqj8qdpippf2vama0sm48qqiduiovg.apps.googleusercontent.com","login_uri":"https://musescore.com/user/auth/oauth/auth?service=google&onetap=1"},"rtAnalytics":{"trackUrl":"/components/data","trackingEnabled":true},"countryCode":"US","os":"","platform":4,"browser":"{\"browser\":{\"name\":\"FeedValidator\",\"version\":\"1.3\"},\"device\":{\"type\":\"bot\"}}","browserName":"FeedValidator","unified_id":"","auth_type":"none","statistic":{"courses_all":470,"lesson_all":13951,"scores_all":3519946,"scores_new":515105,"scores_official":1191541,"scores_community":2328405,"scores_listened_minutes":26845293,"courses_viewed_minutes":2839015,"ratings_all":12076193,"pages_all":260376465,"scores_transposed":47510,"courses_instruments":17,"scores_views":385492608,"courses_views":640164,"lessons_new":1635,"followers_all":950201,"ebook_all":2768},"monetization":{"marketingSpecials":[{"id":64,"name":"lucky_thursday","weight":32,"platform":3,"stockActionMetaName":"lucky-thursday","scoreStockActionMetaName":"lucky-thursday","settings":"{}","saleOfferId":85},{"id":31,"name":"summer","weight":29,"platform":3,"stockActionMetaName":"summer","scoreStockActionMetaName":"score-bottom-summer","settings":"{}","saleOfferId":43},{"id":76,"name":"musescore_sale","weight":28,"platform":3,"stockActionMetaName":"musescore-sale","scoreStockActionMetaName":"musescore-sale","settings":"{}","saleOfferId":103}]},"turn_iframe_off":false,"editor":"https://musescore.com/static/public/build/mu_editor/202505/wysiwyg_editor.537f75816aa2986f00b564f4eebcde35.js","jinba":{"appLabel":"ms_user_profile","appLabelExp":"null"}},"store":{"page":{"data":{"counters":{"followers":{"count":0,"label":"Followers","url":""},"following":{"count":0,"label":"Following","url":""},"sets":{"count":0,"label":"Sets","url":""},"scores":{"count":0,"label":"Scores","url":""}},"groups":[],"profile_followers":[],"profile_followings":[],"profile":{"id":91971349,"first_name":"","last_name":"","gender":"","city":"","country_code":"","websites":[],"activities":null,"timezone":"","birthday":0,"bio":"https://sacretrail.com","is_contactable":1,"experiment":0,"websites_with_redirect":null,"bio_with_redirect":"https://deeplink.musescore.com/redirect?to=https%3A%2F%2Fsacretrail.com"},"is_blocked_for_you":false,"is_blocked_by_you":false,"is_user_follow":false,"is_not_yourself":true,"can_user_edit":false,"can_user_send_message":false,"can_ban":false,"can_unban":false,"link_to_ban":"/user/ban/ban?id=91971349","link_to_unban":"/user/ban/unban?id=91971349","user_accesses":[],"is_banned":true,"user":{"id":91971349,"name":"antonsorokink","url":"https://musescore.com/user/91971349","image":"https://musescore.com/static/musescore/userdata/avatar/profile_9.png@150x150","is_pro":false,"is_staff":false,"is_moderator":false,"cover_url":"https://musescore.com/static/musescore/userdata/cover/3/7/a/91971349.jpg?cache=0","has_cover":false,"date_created":1733149577,"is_publisher":false,"_links":{"self":{"href":"https://musescore.com/user/91971349"}}}},"template":{"module":"user","controller":"profile/profile","action":"index","isUgOffice":0,"isOuterMarkupDisabled":false},"experiments":{"variations":[],"closed_experiments":[]},"header_bidding":[]},"billing":{"subscriptions":[],"pastSubscriptions":[],"credits":{"amount":0},"abonement":{"amount":0},"course_credits":{"amount":0},"lite_abonement":{"amount":0},"ebook_credits":{"amount":0},"ebook_abonement":{"amount":0},"has_ebooks":false,"bonus_points":{"amount":0},"currency":"USD","currency_paypal":"USD","country_currency":"USD","country_code":"US","country_currency_fallback":false},"level_instrument_title":"","i18n":{"locale":"en-US","language":"en","links":{"default":"https://musescore.com/user/91971349","pt":"https://musescore.com/user/91971349","es":"https://musescore.com/user/91971349"}},"user":{"id":0,"avatarUrl":"","profileUrl":"","username":"","email":"","usergroupid":"","iq":"","user_status":"","status":0,"isDebounced":false,"isPro":false,"isAbonement":false,"isProPlus":false,"isNewUser":true,"isStaff":false,"isModerator":false,"isObserver":false,"isCopyrightManager":false,"userDateCreated":0,"emailFlags":[],"daily_user_counter":1,"isRatingDisabled":0,"isBanned":0,"totalScoresCount":0,"firstScoreUploadTimestamp":0,"accesses":[],"outdated_accesses":[],"session":{"id":"","is_renew_session":false,"expire_duration":300,"expire_duration_dispersion":[5000,10000],"enable_refresh":true,"screen":"Other"},"search_session_id":"","grace_period_product_type_name":"","can_upgrade":[],"payment_account_id":0,"edu_tracking_data":{"subscription_tariff":"","trial_end_date":0,"tariff_start_date":0,"tariff_end_date":0,"payment_account_id":0},"paid_content_consent_value":0,"paid_content_consent_pro":0,"paid_content_consent_edu":0,"paid_content_consent_ebooks":0,"segment_info":{"segment":"unknown","group":"unknown"}},"search":{"value":""},"notifications":{"countNew":0,"data":[]},"flashMessage":null,"telemetry":{"trackingId":0},"set_order_options":[{"name":"Custom","value":0},{"name":"Title","value":1},{"name":"Date uploaded (newest first)","value":2},{"name":"Date uploaded (oldest first)","value":3},{"name":"View count","value":4},{"name":"Rating","value":5}]},"globalHelpers":[]}"
></div>
<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>
if ('serviceWorker' in navigator) {
window.addEventListener('load', function() {
const m = navigator.userAgent.match(/Chrome\/(\d+)/);
const major = m ? parseInt(m[1], 10) : 0;
if (major >= 80) {
window.navigator.serviceWorker.register('/sw_mu.js').catch(function(error) {
if (window.UGERROR && window.UGERROR.errors) {
window.UGERROR.errors.push(error);
}
});
} else {
navigator.serviceWorker.ready.then(function(registration) {
registration.unregister().catch(function(error) {
if (window.UGERROR && window.UGERROR.errors) {
window.UGERROR.errors.push(error);
}
});
});
}
});
}
</script>
<script>
window.dataLayer = window.dataLayer || [];
window.dataLayer.push({"login":0,"hasPro":0,"rights":0,"auth":"None","staticUrl":"\/watch_ver1753902154.js"});
</script>
<!-- Google Tag Manager -->
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-P46R4ZF');</script>
<!-- End Google Tag Manager -->
</body>
</html>