<!DOCTYPE html>
<html lang="en">
<head>
<meta property="og:url" content="https://musescore.com/sheetmusic">
<meta property="og:type" content="website">
<meta property="og:title" content="Free sheet music | Download PDF or print on Musescore.com">
<meta property="og:description" content="Share, download and print free sheet music with the world's largest community of sheet music creators, composers, performers, music teachers, students, beginners, artists, and other musicians with over 1,500,000 digital sheet music to play, practice, learn and enjoy.">
<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="Free sheet music | Download PDF or print on Musescore.com">
<meta property="og:image:type" content="image/png">
<link href="https://musescore.com/sheetmusic" rel="canonical">
<title>Free sheet music | Download PDF or print on Musescore.com</title>
<meta name="description" content="Share, download and print free sheet music with the world's largest community of sheet music creators, composers, performers, music teachers, students, beginners, artists, and other musicians with over 1,500,000 digital sheet music to play, practice, learn and enjoy.">
<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="Uut8RkFYMCRv4M-lLVLrOLnyW3CZE_1EwEW_SLrrZocVnxczB2AAU1uUkOQaH5h3054PBNtbmAaZCMoKiLw23w==">
<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_ver1760462271.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://musescore.com/static/public/musescore/img/product_icons/favicon-32x32_ver1760462271.png">
<link rel="icon" type="image/svg+xml" href="https://musescore.com/static/public/musescore/img/product_icons/favicon_ver1760462271.svg">
<link rel="icon" type="image/x-icon" href="https://musescore.com/static/public/musescore/img/product_icons/favicon_ver1760462271.ico">
<link rel="apple-touch-icon" href="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-precomposed_ver1760462271.png" />
<link
rel="apple-touch-icon" sizes="72x72"
href="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-72x72-precomposed_ver1760462271.png" />
<link
rel="apple-touch-icon" sizes="76x76"
href="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-76x76-precomposed_ver1760462271.png" />
<link
rel="apple-touch-icon" sizes="114x114"
href="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-114x114-precomposed_ver1760462271.png" />
<link
rel="apple-touch-icon" sizes="120x120"
href="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-120x120-precomposed_ver1760462271.png" />
<link
rel="apple-touch-icon" sizes="144x144"
href="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-144x144-precomposed_ver1760462271.png" />
<link
rel="apple-touch-icon" sizes="180x180"
href="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-180x180-precomposed_ver1760462271.png" />
<link
rel="apple-touch-icon" sizes="192x192"
href="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-192x192-precomposed_ver1760462271.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_ver1760462271.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_ver1760462271.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.57.73");
}
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/202510/vendor.b91aec7c23b331e91e801ada57a4a27d.js' importance='high' as='script'></link> <link rel='preload' href='https://musescore.com/static/public/build/musescore/202510/ms~runtime.4412cbda98788b5b6bde3c6cc4a26da5.js' importance='high' as='script'></link> <link rel='preload' href='https://musescore.com/static/public/build/musescore/202510/ms.8c80636539b8f89483807b9470ba9917.js' importance='high' as='script'></link> <link rel='preload' href='https://musescore.com/static/public/build/musescore/202510/164.e0fcf795f61c9d3c4cea9d957d0515a2.js' importance='high' as='script'></link>
<link rel='preload' href='https://musescore.com/static/public/build/polyfills/202510/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://help.musescore.com/" 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/cookies" rel="" target="" onclick="">
Cookie Notice </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>
<div class="ms-footer--section">
<section class="ms-footer--section">
<div class="ms-footer--title">Organisations</div>
<nav>
<a class="ms-footer--nav-link" id="footer-b2b" href="/pro/landing/b2b" rel="" target="_blank" onclick="">
Get Pro+ licences for your entire team </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="/sheetmusic" 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="/sheetmusic" 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_ver1760462271.png"/>
</div>
</section>
<div id="footer-explore-app" class="ms-footer--app"></div>
</footer>
<script defer src='https://musescore.com/static/public/build/polyfills/202510/polyfills.js'></script>
<div
class="js-store"
data-content="{"config":{"releaseVer":"mu-web_app_0.57.73","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.41.02","renderType":"react","staticPrefix":"/static","urlFacebook":"","urlGoogle":"","main_server":"musescore.com","ug_server_name":"ultimate-guitar.com","static_server":"https://musescore.com/static","statik_cache":"_ver1760462271","upload_server":"https://upload.musescore.com","country":"US","cf_turnstile_site_key":"0x4AAAAAAAGYK1RXEWXX02Fv","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":489,"lesson_all":14326,"scores_all":3618834,"scores_new":522248,"scores_official":1228832,"scores_community":2390002,"scores_listened_minutes":28273485,"courses_viewed_minutes":2951877,"ratings_all":12432419,"pages_all":206241375,"scores_transposed":48489,"courses_instruments":17,"scores_views":413150316,"courses_views":671424,"lessons_new":1712,"followers_all":969789,"ebook_all":2823},"monetization":{"marketingSpecials":[{"id":76,"name":"musescore_sale","weight":31,"platform":3,"stockActionMetaName":"musescore-sale","scoreStockActionMetaName":"musescore-sale","settings":"{}","saleOfferId":103},{"id":37,"name":"fall","weight":29,"platform":3,"stockActionMetaName":"fall","scoreStockActionMetaName":"fall","settings":"{}","saleOfferId":4}]},"turn_iframe_off":false,"editor":"https://musescore.com/static/public/build/mu_editor/202505/wysiwyg_editor.537f75816aa2986f00b564f4eebcde35.js","referrer":"","jinba":{"appLabel":"ms_search","appLabelExp":"null"}},"store":{"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/sheetmusic","pt":"https://musescore.com/sheetmusic","es":"https://musescore.com/sheetmusic","ja":"https://musescore.com/ja/sheetmusic"}},"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,"totalFavoriteScoresCount":0,"firstScoreUploadTimestamp":0,"accesses":[],"outdated_accesses":[],"session":{"id":"","is_renew_session":false,"expire_duration":300,"expire_duration_dispersion":[5000,10000],"enable_refresh":true,"screen":"SearchMain"},"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}],"domainBlackList":[],"page":{"template":{"module":"sheetmusic","controller":"browse","action":"index","isUgOffice":0,"isOuterMarkupDisabled":false},"experiments":{"variations":[],"closed_experiments":[]},"data":{"scores":[{"id":20198233,"title":"Die With A Smile (Arr. Mario Stallbaumer) - Bruno Mars And Lady Gaga (Piano Solo)","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/6e9f4b2d654e886f8c7607db43d04cc2cc5cc689/score_0.png@180x252?no-cache=1755868398&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/6e9f4b2d654e886f8c7607db43d04cc2cc5cc689/score_0.png@300x420?no-cache=1755868398&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/6e9f4b2d654e886f8c7607db43d04cc2cc5cc689/score_0.png@500x660?no-cache=1755868398&bgclr=ffffff"},"date_updated":1755868398,"duration":"03:40","hits":108052,"comments_count":11,"user":{"id":97106398,"name":"ArrangeMe","url":"https://musescore.com/arrangeme","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":true},"is_free":0,"is_public_domain":0,"pages_count":4,"length":220,"date_created":1723957973,"favorite_count":1322,"download_count":98,"user_id":97106398,"is_private":0,"has_custom_video":0,"has_custom_audio":1,"complexity":2,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.65,"count":230,"count_to_visible":0},"is_origin":false,"is_official":true,"publisher":{"publisher_id":3},"parts_names":[],"description":"Solo","url":"https://musescore.com/","composer_name":"","mobile_app_web":false,"id_analytics":"UHxf1NN2qGyDZRFYuznD0mM5YmI1NTEwN2ZkYmU5Y2QyNDNjNDZmNDc4YTI0N2QyZmE3NDdhOTRiYjM5Y2NjMDRmYTYzMzRjNjNmY2YyZTLKX4F6N1k1vPtRTOfTiKOKb9bDjZuHQDIerrI6R3bYEQ==","is_pdf":1,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"Artist: Bruno Mars And Lady Gaga\nArranger: Mario Stallbaumer\nComposer: Dernst Emile, James Fauntleroy, Stefani Germanotta [url state=primary href=\"https://musescore.com/user/97106398/scores/20198233\"]Read more[/url]","href":"https://musescore.com/user/97106398/scores/20198233","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":4197961,"title":"Merry-Go-Round of Life: Howl's Moving Castle Piano Tutorial","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/f7c7950e4fdcbd1c7f0a7716bce8198977e39fed/score_0.png@180x252?no-cache=1721633658&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/f7c7950e4fdcbd1c7f0a7716bce8198977e39fed/score_0.png@300x420?no-cache=1721633658&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/f7c7950e4fdcbd1c7f0a7716bce8198977e39fed/score_0.png@500x660?no-cache=1721633658&bgclr=ffffff"},"date_updated":1721633658,"duration":"05:15","hits":7092512,"comments_count":2882,"user":{"id":16006641,"name":"PianoChannel","url":"https://musescore.com/user/16006641","is_pro":false,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":0,"pages_count":7,"length":315,"date_created":1499255380,"favorite_count":246553,"download_count":90118,"user_id":16006641,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":2,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.74,"count":57742,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Composer: Joe Hisaishi Arranger: Alex Patience","mobile_app_web":false,"id_analytics":"ElPwnYkjaimY5M85TpWz8DY5ODViNjEwYTU3ZTIxYjZjYTFmN2Y1NWRhMWRlMTVlNDNhZWI5NzJmMGZmZWUwODBlMTM1NmJkNmVhY2E3ZmHX4C+3x64bGWhRrp4poK4tdvY9gw9jvnijgANaYddxEg==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"Learn how to play Merry-Go-Round of Life from the awesome anime film - Howl's Moving Castle by Studio Ghibli.\r\n\r\nLearn ho [url state=primary href=\"https://musescore.com/user/16006641/scores/4197961\"]Read more[/url]","href":"https://musescore.com/user/16006641/scores/4197961","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":3291706,"title":"River Flows In You","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/8fbceb3e46eb0cf31b7f20922556d3f5ebcfa43d/score_0.png@180x252?no-cache=1743360553&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/8fbceb3e46eb0cf31b7f20922556d3f5ebcfa43d/score_0.png@300x420?no-cache=1743360553&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/8fbceb3e46eb0cf31b7f20922556d3f5ebcfa43d/score_0.png@500x660?no-cache=1743360553&bgclr=ffffff"},"date_updated":1743360553,"duration":"02:47","hits":8210354,"comments_count":8016,"user":{"id":12461571,"name":"emmy langevin","url":"https://musescore.com/user/12461571","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":0,"pages_count":4,"length":167,"date_created":1485296289,"favorite_count":250756,"download_count":228852,"user_id":12461571,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":2,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.66,"count":54076,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"YIRUMA","mobile_app_web":false,"id_analytics":"c0lKH1Fk9ETEQy09EZOwymNhY2M2MzgyMTY1YzA3NWMyZDI5N2M3ZjZmNTI3MzhkMGMwNzQ2MWNmM2U5NjY2MjVjMjE3YTMyYzRmNzJkZTisSDzMTS6fI2ZMaryYD29AC9oMz3psutakXx/dd7eUxw==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"","href":"https://musescore.com/user/12461571/scores/3291706","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":1019991,"title":"Canon in D – Johann Pachelbel","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/0dcae27e61f49614c999dd5f152e8d3c625c1b8b/score_0.png@180x252?no-cache=1758725028&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/0dcae27e61f49614c999dd5f152e8d3c625c1b8b/score_0.png@300x420?no-cache=1758725028&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/0dcae27e61f49614c999dd5f152e8d3c625c1b8b/score_0.png@500x660?no-cache=1758725028&bgclr=ffffff"},"date_updated":1758725028,"duration":"04:05","hits":5042117,"comments_count":3680,"user":{"id":1809056,"name":"lemontart","url":"https://musescore.com/user/1809056","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":1,"pages_count":6,"length":245,"date_created":1435775217,"favorite_count":167823,"download_count":251636,"user_id":1809056,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":2,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.7,"count":41424,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":[],"description":"Solo","url":"https://musescore.com/","composer_name":"Johann Pachelbel Arr. by lemontart","mobile_app_web":false,"id_analytics":"fdBCxIzzgbgTK7JcUZlfkGQwZTg0Y2JlMTk2NWIyYTkyYWM1NzE3ZjgzZjA1MmQ0N2QxOTZhNDNkMzRlZjM2NDRkYjZhYjQzMGVmM2VhYTmDgt9g/KXxHWliRuD2lsOy3NMcpU8X6MlgBE6A2aHgHQ==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"This is an easy arrangement for Canon in D by Johann Pachelbel. THIS IS NOT THE ORIGINAL VERSION IT IS SIMPLY PIECES OF T [url state=primary href=\"https://musescore.com/user/1809056/scores/1019991\"]Read more[/url]","href":"https://musescore.com/user/1809056/scores/1019991","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":33816,"title":"Für Elise – Beethoven","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/7c367716ea7e9fad53ef1de034c13e5c21111b86/score_0.png@180x252?no-cache=1715687036&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/7c367716ea7e9fad53ef1de034c13e5c21111b86/score_0.png@300x420?no-cache=1715687036&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/7c367716ea7e9fad53ef1de034c13e5c21111b86/score_0.png@500x660?no-cache=1715687036&bgclr=ffffff"},"date_updated":1715687036,"duration":"02:37","hits":4494215,"comments_count":1722,"user":{"id":19710,"name":"ClassicMan","url":"https://musescore.com/classicman","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":1,"pages_count":3,"length":157,"date_created":1324547508,"favorite_count":145600,"download_count":235159,"user_id":19710,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":2,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.76,"count":36210,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Ludwig van Beethoven\n(1770–1827)\n","mobile_app_web":false,"id_analytics":"ZKlgl9oY04i0Xkj7TSfodmI3YjllYzNjZGZmNzRjYjNjZjc5ZWJmMmY0ZjU1OTkwYWZhNjViZTNlNjFkMjY4ZWZlZDQzY2E3YmMwN2VlNjBqvvQLGLcuM0SGEsCFUJG1w8HivsV8C35eYXCzjlIcMQ==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"Bagatelle No. 25 in A minor (WoO 59 and Bia 515) for solo piano, commonly known as “Für Elise”, is one of Ludwig van Beet [url state=primary href=\"https://musescore.com/user/19710/scores/33816\"]Read more[/url]","href":"https://musescore.com/user/19710/scores/33816","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":58553,"title":"Clair de Lune – Debussy","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/c37d53b4f4898427d69490c8fe9cc1cdbd72b7bb/score_0.png@180x252?no-cache=1733852147&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/c37d53b4f4898427d69490c8fe9cc1cdbd72b7bb/score_0.png@300x420?no-cache=1733852147&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/c37d53b4f4898427d69490c8fe9cc1cdbd72b7bb/score_0.png@500x660?no-cache=1733852147&bgclr=ffffff"},"date_updated":1733852147,"duration":"04:36","hits":4964703,"comments_count":1343,"user":{"id":19710,"name":"ClassicMan","url":"https://musescore.com/classicman","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":1,"pages_count":6,"length":276,"date_created":1344196696,"favorite_count":152983,"download_count":239583,"user_id":19710,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":3,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.8,"count":30901,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Claude Debussy\n(1862–1918)","mobile_app_web":false,"id_analytics":"2KbbyM6lb/a8KFMs6kpvIDJkYTkwNzU0Zjk0OWZhYzc2MzJhNDIzOTI1ZmY5ZDQ4ZmE1ZWVhMzYwOTA2MGI1ZTQ4NjQ2NTJiNjc0ZTdjNjDhgpXEYIDEWcofA9zwWxN4SncWys68UJVAQ/W7aEikWg==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"Claude Debussy (1862-1918) composed Clair de Lune, the third movement from the Suite Bergamasque in 1888 (first published [url state=primary href=\"https://musescore.com/user/19710/scores/58553\"]Read more[/url]","href":"https://musescore.com/user/19710/scores/58553","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":4383881,"title":"Chopin - Nocturne Op 9 No 2 (E Flat Major)","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/02ba8d22ee91a4f882dbe02376551cced920eec0/score_0.png@180x252?no-cache=1715689488&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/02ba8d22ee91a4f882dbe02376551cced920eec0/score_0.png@300x420?no-cache=1715689488&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/02ba8d22ee91a4f882dbe02376551cced920eec0/score_0.png@500x660?no-cache=1715689488&bgclr=ffffff"},"date_updated":1715689488,"duration":"03:40","hits":3667423,"comments_count":1869,"user":{"id":6662591,"name":"Rodila","url":"https://musescore.com/user/6662591","is_pro":false,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":1,"pages_count":4,"length":220,"date_created":1502724420,"favorite_count":133427,"download_count":199998,"user_id":6662591,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":3,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.76,"count":24059,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Chopin","mobile_app_web":false,"id_analytics":"LUExQPZ6ubjQ8S+9EGVPKWY0Nzc5ZjgyY2E1ODYzNjEyNzVmMWNiNzZmODQ5ODUyYmI2NWYxYTE5YTY0MDcwMWM0ZGMzMjVhNGJiMWRkODM4JUaXzZLEYTmBwxY7TveMB6uf29c9J/kI2BkKFlEmUw==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"Frederic Chopin\r\nNocturne Op 9 No 2\r\nE Flat Major / Mi Majeur\r\n\r\nScore complete and verified, with all annotations.","href":"https://musescore.com/user/6662591/scores/4383881","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":4766391,"title":"Gymnopédie No. 1 – Satie","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/4dea1acc76b6dbc877eee6bc26774ba75d34aaab/score_0.png@180x252?no-cache=1743340790&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/4dea1acc76b6dbc877eee6bc26774ba75d34aaab/score_0.png@300x420?no-cache=1743340790&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/4dea1acc76b6dbc877eee6bc26774ba75d34aaab/score_0.png@500x660?no-cache=1743340790&bgclr=ffffff"},"date_updated":1743340790,"duration":"04:23","hits":2784054,"comments_count":874,"user":{"id":19710,"name":"ClassicMan","url":"https://musescore.com/classicman","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":1,"pages_count":3,"length":263,"date_created":1508583703,"favorite_count":110981,"download_count":169819,"user_id":19710,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":1,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.78,"count":22348,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Erik Satie\n(1866–1925)","mobile_app_web":false,"id_analytics":"nJ4kJkCmKlIA7Mmv2ZsDXWNiMGZlN2FhZjE0MzZiYmNlNGU2MmYyMWFjODdhZDE0NzZjMTI4MGMxZjJlNjA0ZTBmODZhODgzMzg0OTkwNTXC0+D7nzUUl8DcYuQXjO6AYXP9L6E2ssBywD/ybJe6tA==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"The Gymnopédies, published in Paris starting in 1888, are three piano compositions written by French composer and pianist [url state=primary href=\"https://musescore.com/user/19710/scores/4766391\"]Read more[/url]","href":"https://musescore.com/user/19710/scores/4766391","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":4217351,"title":"Hallelujah","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/c8560de4414d910c839a1085d894cdfb0533ed47/score_0.png@180x252?no-cache=1715689393&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/c8560de4414d910c839a1085d894cdfb0533ed47/score_0.png@300x420?no-cache=1715689393&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/c8560de4414d910c839a1085d894cdfb0533ed47/score_0.png@500x660?no-cache=1715689393&bgclr=ffffff"},"date_updated":1715689393,"duration":"01:54","hits":2264148,"comments_count":1236,"user":{"id":21965011,"name":"musicgllover","url":"https://musescore.com/user/21965011","is_pro":false,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":0,"pages_count":2,"length":114,"date_created":1499616739,"favorite_count":115200,"download_count":95705,"user_id":21965011,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":1,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.62,"count":21084,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Piano, 1"],"description":"Solo","url":"https://musescore.com/","composer_name":"","mobile_app_web":false,"id_analytics":"UHnkXgqT6j2WtsQ1ziM7m2ViMWZjMzk0NjNhYTExZTBmZjI2MTZjMmYyMTg4ZjhiNDg4ZDhjNGEyMmQ4OTAxNjQyMWM1NTQ5MzRhNmMwOWFlT1MU5zs1EMMs0zXZlCths5XKCRyo4eLKCJSCQxu25Q==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"","href":"https://musescore.com/user/21965011/scores/4217351","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":1749181,"title":"Waltz in A Minor(Chopin)","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/529ac272e468111b560b4a03015482ff3a863862/score_0.png@180x252?no-cache=1715688107&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/529ac272e468111b560b4a03015482ff3a863862/score_0.png@300x420?no-cache=1715688107&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/529ac272e468111b560b4a03015482ff3a863862/score_0.png@500x660?no-cache=1715688107&bgclr=ffffff"},"date_updated":1715688107,"duration":"02:00","hits":1940852,"comments_count":1286,"user":{"id":4609986,"name":"DimitrisG1","url":"https://musescore.com/user/4609986","is_pro":false,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":1,"pages_count":2,"length":120,"date_created":1455366860,"favorite_count":114048,"download_count":133049,"user_id":4609986,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":1,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.76,"count":20888,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["-"],"description":"Solo","url":"https://musescore.com/","composer_name":"Frederic Chopin","mobile_app_web":false,"id_analytics":"kwp79i04Q0zkCiGXn+B1kWI5ZTU1MjdlNmIxNTZiOWU0MDZmZDkxNjQ0YWUwZWZmN2Q4OGQyMzA2Mjc0YTM1MjlmYzNmMWI0YTU1OWZmMzbYPQNt3Bo69w19CLjFaUQdzBhuMhWENdlxax2tqpM0OA==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"","href":"https://musescore.com/user/4609986/scores/1749181","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":1421196,"title":"He's a Pirate","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/89b4272b7c4c5c34d5b1500bfde03f41cffedea6/score_0.png@180x252?no-cache=1743018330&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/89b4272b7c4c5c34d5b1500bfde03f41cffedea6/score_0.png@300x420?no-cache=1743018330&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/89b4272b7c4c5c34d5b1500bfde03f41cffedea6/score_0.png@500x660?no-cache=1743018330&bgclr=ffffff"},"date_updated":1743018330,"duration":"01:19","hits":1840793,"comments_count":1514,"user":{"id":2830596,"name":"onnikoivisto","url":"https://musescore.com/onnikoivisto","is_pro":false,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":0,"pages_count":3,"length":79,"date_created":1447855881,"favorite_count":110877,"download_count":91623,"user_id":2830596,"is_private":0,"has_custom_video":0,"has_custom_audio":1,"complexity":2,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.73,"count":19891,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Klaus Badelt,\nHans Zimmer\n","mobile_app_web":false,"id_analytics":"VyHtpispTxSyf28L0Be2YWNlNjA0ODM4YjVjYTlkZWQ0M2UzZjExYjNmOTM4Y2RlODk4YWRlYzY0MGYzNTAyZGI0Y2M1ZThmNThmNWU1OTVeyGVPbRrg9KeaemhNu8ZAlZKTiuD2m3ReR5m+jxz81Q==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"Download the sheet music for free (musescore file): https://bit.ly/2UHoXqn","href":"https://musescore.com/user/2830596/scores/1421196","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":55352,"title":"Sonate No. 14, “Moonlight” 1st Movement","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/d61cbdf6e0b076f2d3398250153ad94d3eec69c8/score_0.png@180x252?no-cache=1715687090&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/d61cbdf6e0b076f2d3398250153ad94d3eec69c8/score_0.png@300x420?no-cache=1715687090&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/d61cbdf6e0b076f2d3398250153ad94d3eec69c8/score_0.png@500x660?no-cache=1715687090&bgclr=ffffff"},"date_updated":1715687090,"duration":"06:16","hits":3288497,"comments_count":739,"user":{"id":19710,"name":"ClassicMan","url":"https://musescore.com/classicman","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":1,"pages_count":4,"length":376,"date_created":1341580428,"favorite_count":97811,"download_count":149862,"user_id":19710,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":2,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.78,"count":18220,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Ludwig van Beethoven (1770–1827)","mobile_app_web":false,"id_analytics":"4zcod4EsKlR44fBWJOrHGDMxM2VlZWI5NzUyNGY3ZGFmMGYzNDBiNGYzN2Y1YWYxN2UwM2E2YjMwZTlkY2Q1NWVhMmZkNWMzNWQ2Mjg2MmHCjostpOwBMOheUvfAvBlr02CZoXY+nUzhN4UQMiJ6Kg==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"The first Movement of Ludwig van Beethoven's Moonlight Sonata. The first movement, in C⯠minor, is written in an approxim [url state=primary href=\"https://musescore.com/user/19710/scores/55352\"]Read more[/url]","href":"https://musescore.com/user/19710/scores/55352","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":5619808,"title":"Passacaglia – Johan Halvorsen","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/1fd1c9691ad56f2e9082865919a349b7aa351b80/score_0.png@180x252?no-cache=1758731709&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/1fd1c9691ad56f2e9082865919a349b7aa351b80/score_0.png@300x420?no-cache=1758731709&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/1fd1c9691ad56f2e9082865919a349b7aa351b80/score_0.png@500x660?no-cache=1758731709&bgclr=ffffff"},"date_updated":1758731709,"duration":"02:17","hits":1571583,"comments_count":1118,"user":{"id":31423751,"name":"Dennis Kovalev","url":"https://musescore.com/user/31423751","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":0,"pages_count":3,"length":137,"date_created":1561263296,"favorite_count":68874,"download_count":77616,"user_id":31423751,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":2,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.78,"count":18012,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Arrangement by Handel Halvorsen","mobile_app_web":false,"id_analytics":"qEOmzoOy6LS6j1GSQcPkQ2FjMWVmM2U0MzZhMDA1MjFkNmU0ZDkyYmRkMDFhOGIzZDNkNjJkNDUzM2MxZGIxYWU5MjkzOGVlODk2N2U2MDAK5g2AXQOoBV0MQY6EAq3xSO+LOE/P1qbIe+dWpDG19A==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"Arrangement by Handel Halvorsen","href":"https://musescore.com/user/31423751/scores/5619808","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":5682727,"title":"Je Te Laisserai Des Mots - Patrick Watson","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/5c7491c8dea67bee3fcd144efe6ffc92422bf15f/score_0.png@180x252?no-cache=1715694367&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/5c7491c8dea67bee3fcd144efe6ffc92422bf15f/score_0.png@300x420?no-cache=1715694367&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/5c7491c8dea67bee3fcd144efe6ffc92422bf15f/score_0.png@500x660?no-cache=1715694367&bgclr=ffffff"},"date_updated":1715694367,"duration":"02:30","hits":2630093,"comments_count":353,"user":{"id":27024618,"name":"jogisd","url":"https://musescore.com/user/27024618","is_pro":false,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":0,"pages_count":2,"length":150,"date_created":1566326467,"favorite_count":100345,"download_count":21007,"user_id":27024618,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":1,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.67,"count":14693,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Patrick Watson","mobile_app_web":false,"id_analytics":"ThJYU+QnxCvL/1IxyuF5kmYyNDM4MzE4MTQwMWE5ODBhNjhlMTI4NTk1NGQ0YjU0MzliNThkNmFhZTY2YWFkNjMwZGY1OGEwYjA5NGIzZjCbiD+uX4M6c9iUc5PtfVBxAYhh4iini+Jtfp1+kOBZMw==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"Original: https://www.youtube.com/watch?v=mcdO9UP0hp8\nI do not own this song and make ablsolutely no profit out of this s [url state=primary href=\"https://musescore.com/user/27024618/scores/5682727\"]Read more[/url]","href":"https://musescore.com/user/27024618/scores/5682727","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":3022181,"title":"Carol of the Bells","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/3db5ace1aefc07f3b10943f6f0cee6085237fef7/score_0.png@180x252?no-cache=1743018370&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/3db5ace1aefc07f3b10943f6f0cee6085237fef7/score_0.png@300x420?no-cache=1743018370&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/3db5ace1aefc07f3b10943f6f0cee6085237fef7/score_0.png@500x660?no-cache=1743018370&bgclr=ffffff"},"date_updated":1743018370,"duration":"02:01","hits":1496862,"comments_count":1072,"user":{"id":12287421,"name":"Will_Ross","url":"https://musescore.com/user/12287421","is_pro":false,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":0,"pages_count":2,"length":121,"date_created":1480784733,"favorite_count":65776,"download_count":60649,"user_id":12287421,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":2,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.74,"count":13864,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"William J. Ross","mobile_app_web":false,"id_analytics":"YRBF1t/q2vu9KukYC0TeODdkZDU2ZDNkZjc2MjE4OTk0NzAyNzkwYzc2YTZlOTYxYjUyZjFjNjhjOGIzY2Y2YjlkMThmNDI4YTQzM2FjODOdTlJw9sraC6AwR44KCWLqwRuU33ql6fZ4gxPAiodh5A==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"made this when i was 13\r\nfollow me on insta yall - wll.rss","href":"https://musescore.com/user/12287421/scores/3022181","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":1463381,"title":"One Summer's Day (Spirited Away) – Joe Hisaishi","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/f21c09b9fac18c5bfd8c5663f915df508b206ab1/score_0.png@180x252?no-cache=1745934867&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/f21c09b9fac18c5bfd8c5663f915df508b206ab1/score_0.png@300x420?no-cache=1745934867&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/f21c09b9fac18c5bfd8c5663f915df508b206ab1/score_0.png@500x660?no-cache=1745934867&bgclr=ffffff"},"date_updated":1745934867,"duration":"03:31","hits":2619286,"comments_count":1014,"user":{"id":2466621,"name":"Torby Brand","url":"https://musescore.com/torbybrand","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":0,"pages_count":3,"length":211,"date_created":1448804308,"favorite_count":91962,"download_count":93093,"user_id":2466621,"is_private":0,"has_custom_video":1,"has_custom_audio":0,"complexity":2,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.78,"count":13484,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"By Joe Hisaishi\nArr: Torby Brand","mobile_app_web":false,"id_analytics":"0jXdGPAr5vKEpicHdqQnBzQ3MjgzMzAzMzgzYjI1MDdiMmUwOGU3ZmM5ZGNiMDMyM2NiN2M5MGZkYjYyNTY0OWJhMDlkNzlhZTJlNmE0ZjOkSmvoVRC4TYCUvAPnyk2X1OOfOA2LRLghepv96+pBnA==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"ā My Spirited Away album: https://fanlink.tv/musicoflife\r\nā Main Channel: https://www.youtube.com/c/torbybrand\r\nā (New) P [url state=primary href=\"https://musescore.com/user/2466621/scores/1463381\"]Read more[/url]","href":"https://musescore.com/user/2466621/scores/1463381","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":33715,"title":"Sonate No. 14, “Moonlight” 3rd Movement","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/6e23912340aa04dc0b441f02c4a2f6361d7d0f25/score_0.png@180x252?no-cache=1715687035&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/6e23912340aa04dc0b441f02c4a2f6361d7d0f25/score_0.png@300x420?no-cache=1715687035&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/6e23912340aa04dc0b441f02c4a2f6361d7d0f25/score_0.png@500x660?no-cache=1715687035&bgclr=ffffff"},"date_updated":1715687035,"duration":"06:46","hits":2476737,"comments_count":1265,"user":{"id":19710,"name":"ClassicMan","url":"https://musescore.com/classicman","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":1,"pages_count":12,"length":406,"date_created":1324457772,"favorite_count":72639,"download_count":127865,"user_id":19710,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":3,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.82,"count":13480,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Ludwig van Beethoven (1770–1827)","mobile_app_web":false,"id_analytics":"+ZDTn9TUaNVcZhxpQDq3+DY3NjEyNDVkYWJhOGNlMTFmMGRiODRhM2I4MjRhOGRmN2ZjZjg0OWIxMGZjMjdiNGE5YWQxMTExNDBjNjc4NDn8ff3sG82xapQCZMnOA8Qyayw5Sy9QR98F65/yXqpUJQ==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"Last Movement of Moonlight Sonata written by Ludwig van Beethoven. The stormy final movement (C⯠minor), in sonata form, [url state=primary href=\"https://musescore.com/user/19710/scores/33715\"]Read more[/url]","href":"https://musescore.com/user/19710/scores/33715","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":1352796,"title":"Undertale - Megalovania [Piano] (ver. 3)","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/0fd1ea4161385a8b6ff79d317ffb6c75e1c187d1/score_0.png@180x252?no-cache=1752530418&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/0fd1ea4161385a8b6ff79d317ffb6c75e1c187d1/score_0.png@300x420?no-cache=1752530418&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/0fd1ea4161385a8b6ff79d317ffb6c75e1c187d1/score_0.png@500x660?no-cache=1752530418&bgclr=ffffff"},"date_updated":1752530418,"duration":"02:36","hits":2511678,"comments_count":7173,"user":{"id":73972,"name":"Manel Navola","url":"https://musescore.com/minecraftvideosr","is_pro":false,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":0,"pages_count":7,"length":156,"date_created":1446283341,"favorite_count":65380,"download_count":67848,"user_id":73972,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":3,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.75,"count":13205,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Composed by Toby Fox\nArranged by Manel Návola","mobile_app_web":false,"id_analytics":"lf1DydO8qzWj0TnT6ptvuTE4ZDRmZWJmY2NmZTNjYzQzYzJjNzZhNzdmOTUwN2YwNTQ3MzFkZGJlOTc0MTAzYjY3ZDAxZGZlYjkzYWE2N2ZVRIanFmUT8pZew6EmJcg/TDRsshdH2iy6s8Pf6Q9Wng==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"A decent arrangement of Megalovania (Undertale) for Piano.\nCan be played with the original song.\n Geeeettttttt d [url state=primary href=\"https://musescore.com/user/73972/scores/1352796\"]Read more[/url]","href":"https://musescore.com/user/73972/scores/1352796","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":1798726,"title":"Interstellar-Suite - Hans Zimmer","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/f9d4f2168d59014bc38d22a4d1aeffeb5743f10e/score_0.png@180x252?no-cache=1715688128&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/f9d4f2168d59014bc38d22a4d1aeffeb5743f10e/score_0.png@300x420?no-cache=1715688128&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/f9d4f2168d59014bc38d22a4d1aeffeb5743f10e/score_0.png@500x660?no-cache=1715688128&bgclr=ffffff"},"date_updated":1715688128,"duration":"14:48","hits":2472497,"comments_count":863,"user":{"id":1515281,"name":"philbob1309","url":"https://musescore.com/user/1515281","is_pro":false,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":0,"pages_count":13,"length":888,"date_created":1456336697,"favorite_count":82884,"download_count":32344,"user_id":1515281,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":3,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.74,"count":12192,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":[],"description":"Solo","url":"https://musescore.com/","composer_name":"Hans Zimmer","mobile_app_web":false,"id_analytics":"VKnrNXbSw1K4UtIQFdvCUDg0NmJiYjk4YmE2Njc3ODZiNWI4YzVmMjAzNWM1ZTBjMDM4ZTljMDk3NDJlMjY2NTRiNjcyMjZjYmEzNzZmNzNa8kmVzFFC5IFq+vY8uioVp26dDjZt+ZIIrrI749s3IQ==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"https://youtu.be/wdz3gVWbRaY\r\nSuite from the Motion Picture, containing \"First Step\", \"Day One\", \"No Time For Caution\" ( [url state=primary href=\"https://musescore.com/user/1515281/scores/1798726\"]Read more[/url]","href":"https://musescore.com/user/1515281/scores/1798726","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":4680761,"title":"Sweden (Minecraft)","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/111e3bfa90b0fdf5cbdeffe3f700b0a2183e43af/score_0.png@180x252?no-cache=1715690042&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/111e3bfa90b0fdf5cbdeffe3f700b0a2183e43af/score_0.png@300x420?no-cache=1715690042&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/111e3bfa90b0fdf5cbdeffe3f700b0a2183e43af/score_0.png@500x660?no-cache=1715690042&bgclr=ffffff"},"date_updated":1715690042,"duration":"02:05","hits":2001520,"comments_count":1321,"user":{"id":2466621,"name":"Torby Brand","url":"https://musescore.com/torbybrand","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":0,"pages_count":1,"length":125,"date_created":1507390310,"favorite_count":69733,"download_count":52691,"user_id":2466621,"is_private":0,"has_custom_video":1,"has_custom_audio":0,"complexity":1,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.76,"count":11598,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"By C418\nArr: Torby Brand","mobile_app_web":false,"id_analytics":"ZZ9ypFzQC3iv8wlHO0kAyWUwNDVjODlmZTViYzFkMTg3NGY1ZmUwODExOTkyZjllMWU1OGYzOTIzNTU2Nzg4ZDZjNTBiOWMwYjA3YjcxZDjJUO/a8JsdIHUwzIVt7CTfHv2WRIZ1kweHB/yB2guUaw==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"ā My Minecraft ALBUM: https://fanlink.tv/minecraft\r\nā Main Channel: https://www.youtube.com/c/torbybrand\r\nā Performance: [url state=primary href=\"https://musescore.com/user/2466621/scores/4680761\"]Read more[/url]","href":"https://musescore.com/user/2466621/scores/4680761","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":8668713,"title":"Golden Hour – JVKE (Updated Ver.)","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/9269211375d672b1dbaff1f592dd10ac942dbf0f/score_0.png@180x252?no-cache=1753951781&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/9269211375d672b1dbaff1f592dd10ac942dbf0f/score_0.png@300x420?no-cache=1753951781&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/9269211375d672b1dbaff1f592dd10ac942dbf0f/score_0.png@500x660?no-cache=1753951781&bgclr=ffffff"},"date_updated":1753951781,"duration":"03:29","hits":2840913,"comments_count":1585,"user":{"id":39385785,"name":"shawnshawnshawn","url":"https://musescore.com/user/39385785","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":0,"pages_count":5,"length":209,"date_created":1663597807,"favorite_count":45882,"download_count":33479,"user_id":39385785,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":3,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.78,"count":10468,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Arr.: Shawn","mobile_app_web":true,"id_analytics":"5aTHgir2/mZtsYlErerGDTU3NDI4NzBhNDQ5ZmRmYjIwN2I3NTlmOWM3NGZjZmIyMDY3OTYxMzhmOWFlMThmZjQwMjNjOThmMzk5MzkyYzEdLw5hA+eLwtNgALWzbmbOl2lyXrOGylk7+EMrPi+T5Q==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"updated it again to be more playable, i know the left hand was really weird last time lol\r\n\r\nIt was just two lovers\r\nSitt [url state=primary href=\"https://musescore.com/user/39385785/scores/8668713\"]Read more[/url]","href":"https://musescore.com/user/39385785/scores/8668713","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]}],"see_other_scores":[],"featured_scores":[],"pagination":{"pageParam":"page","pageSizeParam":"per-page","forcePageParam":true,"route":null,"params":null,"urlManager":null,"validatePage":true,"totalCount":2000,"defaultPageSize":20,"pageSizeLimit":null},"pagination_url":"?page=to_be_replaced","filters":{"instrument":[{"id":"2","name":"Piano","key_word":"piano","count":1825615,"parent_id":1,"uri":"/piano"},{"id":"4","name":"Trombone","key_word":"trombone","count":264206,"parent_id":3,"uri":"/trombone"},{"id":"6","name":"Soprano","key_word":"soprano","count":73787,"parent_id":5,"uri":"/soprano"},{"id":"7","name":"Alto","key_word":"alto","count":63190,"parent_id":5,"uri":"/alto"},{"id":"8","name":"Tenor","key_word":"tenor","count":70227,"parent_id":5,"uri":"/tenor"},{"id":"9","name":"Bass voice","key_word":"bass-voice","count":57685,"parent_id":5,"uri":"/bass-voice"},{"id":"10","name":"Accordion","key_word":"accordion","count":26803,"parent_id":1,"uri":"/accordion"},{"id":"11","name":"Harpsichord","key_word":"harpsichord","count":27581,"parent_id":1,"uri":"/harpsichord"},{"id":"12","name":"Organ","key_word":"organ","count":67868,"parent_id":1,"uri":"/organ"},{"id":"13","name":"Cornet","key_word":"cornet","count":11863,"parent_id":3,"uri":"/cornet"},{"id":"14","name":"Euphonium","key_word":"euphonium","count":45685,"parent_id":3,"uri":"/euphonium"},{"id":"15","name":"Tuba","key_word":"tuba","count":192289,"parent_id":3,"uri":"/tuba"},{"id":"16","name":"Vocals","key_word":"vocals","count":425480,"parent_id":5,"uri":"/vocals"},{"id":"17","name":"Mellophone","key_word":"mellophone","count":10122,"parent_id":3,"uri":"/mellophone"},{"id":"18","name":"Female","key_word":"female","count":7599,"parent_id":5,"uri":"/female"},{"id":"19","name":"Baritone","key_word":"baritone","count":17430,"parent_id":5,"uri":"/baritone"},{"id":"20","name":"Clavichord","key_word":"clavichord","count":1900,"parent_id":1,"uri":"/clavichord"},{"id":"21","name":"Trombone tenor","key_word":"trombone-tenor","count":11453,"parent_id":3,"uri":"/trombone-tenor"},{"id":"22","name":"Celesta","key_word":"celesta","count":8863,"parent_id":1,"uri":"/celesta"},{"id":"23","name":"Bandoneon","key_word":"bandoneon","count":701,"parent_id":1,"uri":"/bandoneon"},{"id":"24","name":"Male","key_word":"male","count":7112,"parent_id":5,"uri":"/male"},{"id":"25","name":"Trombone bass","key_word":"trombone-bass","count":18039,"parent_id":3,"uri":"/trombone-bass"},{"id":"26","name":"Kazoo","key_word":"kazoo","count":1921,"parent_id":5,"uri":"/kazoo"},{"id":"27","name":"Trumpet piccolo","key_word":"trumpet-piccolo","count":3212,"parent_id":3,"uri":"/trumpet-piccolo"},{"id":"28","name":"Child","key_word":"child","count":585,"parent_id":5,"uri":"/child"},{"id":"29","name":"Trumpet bass","key_word":"trumpet-bass","count":1554,"parent_id":3,"uri":"/trumpet-bass"},{"id":"30","name":"Virginal","key_word":"virginal","count":128,"parent_id":1,"uri":"/virginal"},{"id":"31","name":"Flugelhorn","key_word":"flugelhorn","count":5871,"parent_id":3,"uri":"/flugelhorn"},{"id":"32","name":"Trombone alto","key_word":"trombone-alto","count":1413,"parent_id":3,"uri":"/trombone-alto"},{"id":"33","name":"Harmonium","key_word":"harmonium","count":2409,"parent_id":1,"uri":"/harmonium"},{"id":"34","name":"Rag-dung","key_word":"rag-dung","count":72,"parent_id":3,"uri":"/rag-dung"},{"id":"35","name":"Trumpet tenor","key_word":"trumpet-tenor","count":118,"parent_id":3,"uri":"/trumpet-tenor"},{"id":"36","name":"Concertina","key_word":"concertina","count":121,"parent_id":1,"uri":"/concertina"},{"id":"37","name":"Fiscorn","key_word":"fiscorn","count":22,"parent_id":3,"uri":"/fiscorn"},{"id":"38","name":"Kuhlohorn","key_word":"kuhlohorn","count":23,"parent_id":3,"uri":"/kuhlohorn"},{"id":"39","name":"Fortepiano","key_word":"fortepiano","count":0,"parent_id":1,"uri":"/fortepiano"},{"id":"40","name":"Synth voice","key_word":"synth-voice","count":414,"parent_id":5,"uri":"/synth-voice"},{"id":"41","name":"Talk-box","key_word":"talk-box","count":0,"parent_id":5,"uri":"/talk-box"},{"id":"43","name":"Tambourine","key_word":"tambourine","count":12736,"parent_id":42,"uri":"/tambourine"},{"id":"44","name":"Mezzo soprano","key_word":"mezzo-soprano","count":8703,"parent_id":5,"uri":"/mezzo-soprano"},{"id":"46","name":"Flute piccolo","key_word":"flute-piccolo","count":39388,"parent_id":45,"uri":"/flute-piccolo"},{"id":"47","name":"Flute","key_word":"flute","count":341389,"parent_id":45,"uri":"/flute"},{"id":"48","name":"Oboe","key_word":"oboe","count":178425,"parent_id":45,"uri":"/oboe"},{"id":"49","name":"Clarinet in e-flat","key_word":"clarinet-in-e-flat","count":6326,"parent_id":45,"uri":"/clarinet-in-e-flat"},{"id":"50","name":"Clarinet in b-flat","key_word":"clarinet-in-b-flat","count":112757,"parent_id":45,"uri":"/clarinet-in-b-flat"},{"id":"51","name":"Clarinet bass","key_word":"clarinet-bass","count":37270,"parent_id":45,"uri":"/clarinet-bass"},{"id":"52","name":"Clarinet contrabass","key_word":"clarinet-contrabass","count":1558,"parent_id":45,"uri":"/clarinet-contrabass"},{"id":"53","name":"Bassoon","key_word":"bassoon","count":134771,"parent_id":45,"uri":"/bassoon"},{"id":"54","name":"Saxophone alto","key_word":"saxophone-alto","count":202529,"parent_id":45,"uri":"/saxophone-alto"},{"id":"55","name":"Saxophone tenor","key_word":"saxophone-tenor","count":163444,"parent_id":45,"uri":"/saxophone-tenor"},{"id":"56","name":"Saxophone baritone","key_word":"saxophone-baritone","count":104798,"parent_id":45,"uri":"/saxophone-baritone"},{"id":"57","name":"Trumpet in b-flat","key_word":"trumpet-in-b-flat","count":135920,"parent_id":3,"uri":"/trumpet-in-b-flat"},{"id":"58","name":"French horn","key_word":"french-horn","count":190861,"parent_id":3,"uri":"/french-horn"},{"id":"60","name":"Contrabass","key_word":"contrabass","count":63344,"parent_id":59,"uri":"/contrabass"},{"id":"61","name":"Timpani","key_word":"timpani","count":89373,"parent_id":42,"uri":"/timpani"},{"id":"63","name":"Vibraphone","key_word":"vibraphone","count":43708,"parent_id":62,"uri":"/vibraphone"},{"id":"64","name":"Glockenspiel","key_word":"glockenspiel","count":56118,"parent_id":62,"uri":"/glockenspiel"},{"id":"65","name":"Snare drum","key_word":"snare-drum","count":56761,"parent_id":42,"uri":"/snare-drum"},{"id":"67","name":"Crash","key_word":"crash","count":45429,"parent_id":66,"uri":"/crash"},{"id":"68","name":"Violin","key_word":"violin","count":332052,"parent_id":59,"uri":"/violin"},{"id":"69","name":"Viola","key_word":"viola","count":175680,"parent_id":59,"uri":"/viola"},{"id":"70","name":"Cello","key_word":"cello","count":242716,"parent_id":59,"uri":"/cello"},{"id":"72","name":"Guitar","key_word":"guitar","count":297754,"parent_id":71,"uri":"/guitar"},{"id":"73","name":"Bass guitar","key_word":"bass-guitar","count":209616,"parent_id":71,"uri":"/bass-guitar"},{"id":"74","name":"Drum group","key_word":"drum-group","count":235340,"parent_id":42,"uri":"/drum-group"},{"id":"75","name":"Baritone horn","key_word":"baritone-horn","count":15791,"parent_id":3,"uri":"/baritone-horn"},{"id":"76","name":"Tenor drum","key_word":"tenor-drum","count":21335,"parent_id":42,"uri":"/tenor-drum"},{"id":"77","name":"Bass drum","key_word":"bass-drum","count":55434,"parent_id":42,"uri":"/bass-drum"},{"id":"78","name":"Marimba","key_word":"marimba","count":46137,"parent_id":62,"uri":"/marimba"},{"id":"79","name":"Xylophone","key_word":"xylophone","count":33803,"parent_id":62,"uri":"/xylophone"},{"id":"80","name":"Harp","key_word":"harp","count":64699,"parent_id":71,"uri":"/harp"},{"id":"81","name":"Mandolin","key_word":"mandolin","count":4704,"parent_id":71,"uri":"/mandolin"},{"id":"82","name":"Tom tom","key_word":"tom-tom","count":3659,"parent_id":42,"uri":"/tom-tom"},{"id":"83","name":"Contrabassoon","key_word":"contrabassoon","count":4657,"parent_id":45,"uri":"/contrabassoon"},{"id":"84","name":"Strings group","key_word":"strings-group","count":132419,"parent_id":59,"uri":"/strings-group"},{"id":"85","name":"Saxophone soprano","key_word":"saxophone-soprano","count":53683,"parent_id":45,"uri":"/saxophone-soprano"},{"id":"86","name":"Flute alto","key_word":"flute-alto","count":5836,"parent_id":45,"uri":"/flute-alto"},{"id":"87","name":"Recorder","key_word":"recorder","count":30151,"parent_id":45,"uri":"/recorder"},{"id":"88","name":"Triangle","key_word":"triangle","count":10827,"parent_id":66,"uri":"/triangle"},{"id":"89","name":"Harmonica","key_word":"harmonica","count":7644,"parent_id":45,"uri":"/harmonica"},{"id":"90","name":"Trumpet in d","key_word":"trumpet-in-d","count":819,"parent_id":3,"uri":"/trumpet-in-d"},{"id":"91","name":"Ukulele","key_word":"ukulele","count":13422,"parent_id":71,"uri":"/ukulele"},{"id":"92","name":"Crotales","key_word":"crotales","count":2368,"parent_id":66,"uri":"/crotales"},{"id":"93","name":"Tubular bells","key_word":"tubular-bells","count":23151,"parent_id":62,"uri":"/tubular-bells"},{"id":"94","name":"Synthesizer","key_word":"synthesizer","count":183395,"parent_id":1,"uri":"/synthesizer"},{"id":"95","name":"Bouzouki","key_word":"bouzouki","count":929,"parent_id":71,"uri":"/bouzouki"},{"id":"96","name":"Clarinet in a","key_word":"clarinet-in-a","count":3754,"parent_id":45,"uri":"/clarinet-in-a"},{"id":"98","name":"Woodblock","key_word":"woodblock","count":6738,"parent_id":97,"uri":"/woodblock"},{"id":"99","name":"Bongo","key_word":"bongo","count":3895,"parent_id":42,"uri":"/bongo"},{"id":"100","name":"Clarinet other","key_word":"clarinet-other","count":166634,"parent_id":45,"uri":"/clarinet-other"},{"id":"101","name":"Flute other","key_word":"flute-other","count":32150,"parent_id":45,"uri":"/flute-other"},{"id":"102","name":"Claves","key_word":"claves","count":5621,"parent_id":97,"uri":"/claves"},{"id":"104","name":"Hand clap","key_word":"hand-clap","count":8975,"parent_id":103,"uri":"/hand-clap"},{"id":"105","name":"Cabasa","key_word":"cabasa","count":1781,"parent_id":97,"uri":"/cabasa"},{"id":"106","name":"Trumpet in c","key_word":"trumpet-in-c","count":9145,"parent_id":3,"uri":"/trumpet-in-c"},{"id":"107","name":"Banjo","key_word":"banjo","count":7764,"parent_id":71,"uri":"/banjo"},{"id":"108","name":"Conga","key_word":"conga","count":5031,"parent_id":42,"uri":"/conga"},{"id":"109","name":"Castanets","key_word":"castanets","count":1318,"parent_id":97,"uri":"/castanets"},{"id":"110","name":"Handbells","key_word":"handbells","count":6511,"parent_id":62,"uri":"/handbells"},{"id":"111","name":"Percussion bells","key_word":"percussion-bells","count":6762,"parent_id":66,"uri":"/percussion-bells"},{"id":"112","name":"Percussion - pitched (other)","key_word":"percussion-pitched-other","count":4825,"parent_id":62,"uri":"/percussion-pitched-other"},{"id":"113","name":"Slap","key_word":"slap","count":757,"parent_id":103,"uri":"/slap"},{"id":"114","name":"Percussion - metal (other)","key_word":"percussion-metal-other","count":1888,"parent_id":66,"uri":"/percussion-metal-other"},{"id":"115","name":"Ride","key_word":"ride","count":1327,"parent_id":66,"uri":"/ride"},{"id":"116","name":"Saxophone other","key_word":"saxophone-other","count":16670,"parent_id":45,"uri":"/saxophone-other"},{"id":"117","name":"Metallophone","key_word":"metallophone","count":1040,"parent_id":62,"uri":"/metallophone"},{"id":"118","name":"Kalimba","key_word":"kalimba","count":1892,"parent_id":62,"uri":"/kalimba"},{"id":"119","name":"Steel drums","key_word":"steel-drums","count":3416,"parent_id":66,"uri":"/steel-drums"},{"id":"120","name":"Woodwinds (other)","key_word":"woodwinds-other","count":29020,"parent_id":45,"uri":"/woodwinds-other"},{"id":"121","name":"Melodica","key_word":"melodica","count":1393,"parent_id":45,"uri":"/melodica"},{"id":"122","name":"Natural horn","key_word":"natural-horn","count":11716,"parent_id":3,"uri":"/natural-horn"},{"id":"123","name":"Ondes martenot","key_word":"ondes-martenot","count":343,"parent_id":1,"uri":"/ondes-martenot"},{"id":"124","name":"Drum (other)","key_word":"drum-other","count":20192,"parent_id":42,"uri":"/drum-other"},{"id":"125","name":"Saxophone bass","key_word":"saxophone-bass","count":2799,"parent_id":45,"uri":"/saxophone-bass"},{"id":"126","name":"Vibraslap","key_word":"vibraslap","count":857,"parent_id":97,"uri":"/vibraslap"},{"id":"127","name":"Brake drums","key_word":"brake-drums","count":494,"parent_id":66,"uri":"/brake-drums"},{"id":"128","name":"Trumpet other","key_word":"trumpet-other","count":187962,"parent_id":3,"uri":"/trumpet-other"},{"id":"129","name":"Nyckelharpa","key_word":"nyckelharpa","count":814,"parent_id":59,"uri":"/nyckelharpa"},{"id":"130","name":"Brass group","key_word":"brass-group","count":21605,"parent_id":3,"uri":"/brass-group"},{"id":"131","name":"Flute bass","key_word":"flute-bass","count":1195,"parent_id":45,"uri":"/flute-bass"},{"id":"132","name":"Trombone other","key_word":"trombone-other","count":2068,"parent_id":3,"uri":"/trombone-other"},{"id":"133","name":"Timbale","key_word":"timbale","count":872,"parent_id":42,"uri":"/timbale"},{"id":"134","name":"Brass (other)","key_word":"brass-other","count":10782,"parent_id":3,"uri":"/brass-other"},{"id":"135","name":"Maraca","key_word":"maraca","count":3554,"parent_id":97,"uri":"/maraca"},{"id":"136","name":"Tamtam","key_word":"tamtam","count":1743,"parent_id":66,"uri":"/tamtam"},{"id":"137","name":"Snap","key_word":"snap","count":1661,"parent_id":103,"uri":"/snap"},{"id":"138","name":"Hi-hat","key_word":"hi-hat","count":2721,"parent_id":66,"uri":"/hi-hat"},{"id":"139","name":"Baryton","key_word":"baryton","count":112,"parent_id":59,"uri":"/baryton"},{"id":"140","name":"Erhu","key_word":"erhu","count":1047,"parent_id":59,"uri":"/erhu"},{"id":"141","name":"Splash","key_word":"splash","count":553,"parent_id":66,"uri":"/splash"},{"id":"142","name":"Alto horn","key_word":"alto-horn","count":793,"parent_id":3,"uri":"/alto-horn"},{"id":"143","name":"Sand block","key_word":"sand-block","count":207,"parent_id":97,"uri":"/sand-block"},{"id":"144","name":"Clarinet alto","key_word":"clarinet-alto","count":3176,"parent_id":45,"uri":"/clarinet-alto"},{"id":"145","name":"Shamisen","key_word":"shamisen","count":902,"parent_id":71,"uri":"/shamisen"},{"id":"146","name":"Effect","key_word":"effect","count":813,"parent_id":42,"uri":"/effect"},{"id":"147","name":"Strings - plucked (other)","key_word":"strings-plucked-other","count":3862,"parent_id":71,"uri":"/strings-plucked-other"},{"id":"148","name":"Chinese","key_word":"chinese","count":774,"parent_id":66,"uri":"/chinese"},{"id":"149","name":"Lute","key_word":"lute","count":1933,"parent_id":71,"uri":"/lute"},{"id":"150","name":"Voice (other)","key_word":"voice-other","count":24114,"parent_id":5,"uri":"/voice-other"},{"id":"151","name":"Stamp","key_word":"stamp","count":1751,"parent_id":103,"uri":"/stamp"},{"id":"152","name":"Temple block","key_word":"temple-block","count":766,"parent_id":97,"uri":"/temple-block"},{"id":"153","name":"Gong","key_word":"gong","count":1458,"parent_id":66,"uri":"/gong"},{"id":"154","name":"Pipes","key_word":"pipes","count":2126,"parent_id":45,"uri":"/pipes"},{"id":"155","name":"Woodwinds group","key_word":"woodwinds-group","count":30086,"parent_id":45,"uri":"/woodwinds-group"},{"id":"156","name":"Rototom","key_word":"rototom","count":1062,"parent_id":42,"uri":"/rototom"},{"id":"157","name":"Frame drum","key_word":"frame-drum","count":727,"parent_id":42,"uri":"/frame-drum"},{"id":"158","name":"Percussion - wood (other)","key_word":"percussion-wood-other","count":5833,"parent_id":97,"uri":"/percussion-wood-other"},{"id":"159","name":"Guiro","key_word":"guiro","count":914,"parent_id":97,"uri":"/guiro"},{"id":"160","name":"Viol","key_word":"viol","count":1226,"parent_id":59,"uri":"/viol"},{"id":"161","name":"Flute contra-alto","key_word":"flute-contra-alto","count":57,"parent_id":45,"uri":"/flute-contra-alto"},{"id":"162","name":"Sitar","key_word":"sitar","count":1383,"parent_id":71,"uri":"/sitar"},{"id":"163","name":"Tabla","key_word":"tabla","count":547,"parent_id":42,"uri":"/tabla"},{"id":"164","name":"Theorbo","key_word":"theorbo","count":100,"parent_id":71,"uri":"/theorbo"},{"id":"165","name":"Vienna horn","key_word":"vienna-horn","count":107,"parent_id":3,"uri":"/vienna-horn"},{"id":"166","name":"Balalaika","key_word":"balalaika","count":227,"parent_id":71,"uri":"/balalaika"},{"id":"167","name":"Ratchet","key_word":"ratchet","count":272,"parent_id":97,"uri":"/ratchet"},{"id":"168","name":"Taiko","key_word":"taiko","count":300,"parent_id":42,"uri":"/taiko"},{"id":"169","name":"Balalaika contrabass","key_word":"balalaika-contrabass","count":72,"parent_id":71,"uri":"/balalaika-contrabass"},{"id":"170","name":"Balalaika bass","key_word":"balalaika-bass","count":62,"parent_id":71,"uri":"/balalaika-bass"},{"id":"171","name":"Balalaika prima","key_word":"balalaika-prima","count":46,"parent_id":71,"uri":"/balalaika-prima"},{"id":"172","name":"Balalaika alto","key_word":"balalaika-alto","count":39,"parent_id":71,"uri":"/balalaika-alto"},{"id":"173","name":"Balalaika piccolo","key_word":"balalaika-piccolo","count":49,"parent_id":71,"uri":"/balalaika-piccolo"},{"id":"174","name":"Balalaika secunda","key_word":"balalaika-secunda","count":29,"parent_id":71,"uri":"/balalaika-secunda"},{"id":"175","name":"Zither","key_word":"zither","count":510,"parent_id":71,"uri":"/zither"},{"id":"176","name":"Tambura","key_word":"tambura","count":334,"parent_id":71,"uri":"/tambura"},{"id":"177","name":"Cajon","key_word":"cajon","count":42,"parent_id":42,"uri":"/cajon"},{"id":"178","name":"Bodhran","key_word":"bodhran","count":9,"parent_id":42,"uri":"/bodhran"},{"id":"179","name":"Apentemma","key_word":"apentemma","count":0,"parent_id":42,"uri":"/apentemma"},{"id":"180","name":"Ashiko","key_word":"ashiko","count":0,"parent_id":42,"uri":"/ashiko"},{"id":"181","name":"Atabaque","key_word":"atabaque","count":0,"parent_id":42,"uri":"/atabaque"},{"id":"182","name":"Atsimevu","key_word":"atsimevu","count":0,"parent_id":42,"uri":"/atsimevu"},{"id":"183","name":"Bata","key_word":"bata","count":0,"parent_id":42,"uri":"/bata"},{"id":"184","name":"Bougarabou","key_word":"bougarabou","count":0,"parent_id":42,"uri":"/bougarabou"},{"id":"185","name":"Darabuka","key_word":"darabuka","count":1,"parent_id":42,"uri":"/darabuka"},{"id":"186","name":"Dhol","key_word":"dhol","count":0,"parent_id":42,"uri":"/dhol"},{"id":"187","name":"Djembe","key_word":"djembe","count":42,"parent_id":42,"uri":"/djembe"},{"id":"188","name":"Dumbek","key_word":"dumbek","count":2,"parent_id":42,"uri":"/dumbek"},{"id":"189","name":"Hand drum","key_word":"hand-drum","count":16,"parent_id":42,"uri":"/hand-drum"},{"id":"190","name":"Kendhang","key_word":"kendhang","count":0,"parent_id":42,"uri":"/kendhang"},{"id":"191","name":"Kick drum","key_word":"kick-drum","count":0,"parent_id":42,"uri":"/kick-drum"},{"id":"192","name":"Lambeg","key_word":"lambeg","count":0,"parent_id":42,"uri":"/lambeg"},{"id":"193","name":"Log drum","key_word":"log-drum","count":0,"parent_id":42,"uri":"/log-drum"},{"id":"194","name":"Riq","key_word":"riq","count":0,"parent_id":42,"uri":"/riq"},{"id":"195","name":"Sangban","key_word":"sangban","count":0,"parent_id":42,"uri":"/sangban"},{"id":"196","name":"Talking","key_word":"talking","count":0,"parent_id":42,"uri":"/talking"},{"id":"197","name":"Tamborita","key_word":"tamborita","count":2,"parent_id":42,"uri":"/tamborita"},{"id":"198","name":"Thavil","key_word":"thavil","count":0,"parent_id":42,"uri":"/thavil"},{"id":"199","name":"Whistle","key_word":"whistle","count":305,"parent_id":45,"uri":"/whistle"},{"id":"200","name":"Ching","key_word":"ching","count":0,"parent_id":66,"uri":"/ching"},{"id":"201","name":"Clash","key_word":"clash","count":0,"parent_id":66,"uri":"/clash"},{"id":"202","name":"Suspended cymbal","key_word":"suspended-cymbal","count":101,"parent_id":66,"uri":"/suspended-cymbal"},{"id":"203","name":"Angklung","key_word":"angklung","count":0,"parent_id":62,"uri":"/angklung"},{"id":"204","name":"Bell-lyre","key_word":"bell-lyre","count":15,"parent_id":62,"uri":"/bell-lyre"},{"id":"205","name":"Pitched bells","key_word":"pitched-bells","count":0,"parent_id":62,"uri":"/pitched-bells"},{"id":"206","name":"Ranat","key_word":"ranat","count":0,"parent_id":62,"uri":"/ranat"},{"id":"207","name":"Saron","key_word":"saron","count":0,"parent_id":62,"uri":"/saron"},{"id":"208","name":"Tsymbaly","key_word":"tsymbaly","count":0,"parent_id":62,"uri":"/tsymbaly"},{"id":"209","name":"Autoharp","key_word":"autoharp","count":12,"parent_id":71,"uri":"/autoharp"},{"id":"210","name":"Baglama","key_word":"baglama","count":3,"parent_id":71,"uri":"/baglama"},{"id":"211","name":"Celtic harp","key_word":"celtic-harp","count":328,"parent_id":71,"uri":"/celtic-harp"},{"id":"212","name":"Domra","key_word":"domra","count":1,"parent_id":71,"uri":"/domra"},{"id":"213","name":"Guzheng","key_word":"guzheng","count":7,"parent_id":71,"uri":"/guzheng"},{"id":"214","name":"Jarana huasteca","key_word":"jarana-huasteca","count":1,"parent_id":71,"uri":"/jarana-huasteca"},{"id":"215","name":"Jarana jarocha","key_word":"jarana-jarocha","count":0,"parent_id":71,"uri":"/jarana-jarocha"},{"id":"216","name":"Lyre","key_word":"lyre","count":0,"parent_id":71,"uri":"/lyre"},{"id":"217","name":"Strings synth","key_word":"strings-synth","count":176,"parent_id":71,"uri":"/strings-synth"},{"id":"218","name":"Veena","key_word":"veena","count":0,"parent_id":71,"uri":"/veena"},{"id":"219","name":"Vihuela","key_word":"vihuela","count":0,"parent_id":71,"uri":"/vihuela"},{"id":"220","name":"Afoxe","key_word":"afoxe","count":0,"parent_id":97,"uri":"/afoxe"},{"id":"221","name":"Shaker","key_word":"shaker","count":88,"parent_id":97,"uri":"/shaker"},{"id":"222","name":"Strings - bowed (other)","key_word":"strings-bowed-other","count":2903,"parent_id":59,"uri":"/strings-bowed-other"},{"id":"223","name":"Fiddle","key_word":"fiddle","count":739,"parent_id":59,"uri":"/fiddle"},{"id":"224","name":"Hurdy gurdy","key_word":"hurdy-gurdy","count":0,"parent_id":59,"uri":"/hurdy-gurdy"},{"id":"225","name":"Lyra","key_word":"lyra","count":0,"parent_id":59,"uri":"/lyra"},{"id":"226","name":"Octobass","key_word":"octobass","count":73,"parent_id":59,"uri":"/octobass"},{"id":"227","name":"Ethnic","key_word":"ethnic","count":0,"parent_id":45,"uri":"/ethnic"},{"id":"228","name":"Clarinet saxonette","key_word":"clarinet-saxonette","count":0,"parent_id":45,"uri":"/clarinet-saxonette"},{"id":"1","name":"Keyboard","key_word":"keyboard","count":2145727,"parent_id":0,"uri":"/keyboard"},{"id":"3","name":"Brass","key_word":"brass","count":1153511,"parent_id":0,"uri":"/brass"},{"id":"5","name":"Voice","key_word":"voice","count":758247,"parent_id":0,"uri":"/voice"},{"id":"42","name":"Percussion - drum","key_word":"percussion-drum","count":508191,"parent_id":0,"uri":"/percussion-drum"},{"id":"45","name":"Woodwinds","key_word":"woodwinds","count":1713991,"parent_id":0,"uri":"/woodwinds"},{"id":"59","name":"Strings - bowed","key_word":"strings-bowed","count":953125,"parent_id":0,"uri":"/strings-bowed"},{"id":"62","name":"Percussion - pitched","key_word":"percussion-pitched","count":217200,"parent_id":0,"uri":"/percussion-pitched"},{"id":"66","name":"Percussion - metal","key_word":"percussion-metal","count":79861,"parent_id":0,"uri":"/percussion-metal"},{"id":"71","name":"Strings - plucked","key_word":"strings-plucked","count":608964,"parent_id":0,"uri":"/strings-plucked"},{"id":"97","name":"Percussion - wood","key_word":"percussion-wood","count":27949,"parent_id":0,"uri":"/percussion-wood"},{"id":"103","name":"Percussion - body","key_word":"percussion-body","count":13144,"parent_id":0,"uri":"/percussion-body"}],"genres":[{"id":"216","name":"classical","key_word":"classical","count":721184,"uri":"/classical"},{"id":"680","name":"soundtrack","key_word":"soundtrack","count":338246,"uri":"/soundtrack"},{"id":"14","name":"pop","key_word":"pop","count":311832,"uri":"/pop"},{"id":"4","name":"rock","key_word":"rock","count":259898,"uri":"/rock"},{"id":"1016","name":"religious music","key_word":"religious-music","count":246801,"uri":"/religious-music"},{"id":"666","name":"folk","key_word":"folk","count":164278,"uri":"/folk"},{"id":"84","name":"jazz","key_word":"jazz","count":149523,"uri":"/jazz"},{"id":"195","name":"world music","key_word":"world-music","count":97610,"uri":"/world-music"},{"id":"49","name":"country","key_word":"country","count":94198,"uri":"/country"},{"id":"1781","name":"reggae & ska","key_word":"reggae-ska","count":88188,"uri":"/reggae-ska"},{"id":"1787","name":"r&b, funk & soul","key_word":"rb-funk-soul","count":74847,"uri":"/rb-funk-soul"},{"id":"16","name":"electronic","key_word":"electronic","count":35466,"uri":"/electronic"},{"id":"45","name":"hip hop","key_word":"hip-hop","count":21734,"uri":"/hip-hop"},{"id":"667","name":"experimental","key_word":"experimental","count":21533,"uri":"/experimental"},{"id":"695","name":"new age","key_word":"new-age","count":20646,"uri":"/new-age"},{"id":"99","name":"blues","key_word":"blues","count":16802,"uri":"/blues"},{"id":"8","name":"metal","key_word":"metal","count":15206,"uri":"/metal"},{"id":"79","name":"comedy","key_word":"comedy","count":13393,"uri":"/comedy"},{"id":"85","name":"disco","key_word":"disco","count":7643,"uri":"/disco"},{"id":"211","name":"darkwave","key_word":"darkwave","count":1572,"uri":"/darkwave"}],"score_format":[{"id":"interactive","name":"Interactive","key_word":"interactive","count":2409531,"uri":"/interactive"},{"id":"pdf","name":"PDF","key_word":"pdf","count":1134675,"uri":"/pdf"}],"complexity":[{"id":"1","name":"beginner","key_word":"beginner","count":1051092,"uri":"/beginner"},{"id":"2","name":"intermediate","key_word":"intermediate","count":676796,"uri":"/intermediate"},{"id":"3","name":"advanced","key_word":"advanced","count":86724,"uri":"/advanced"}],"instrumentation":[{"id":"1","name":"Choral","key_word":"choral","count":152325,"parent_id":125,"weight":4,"uri":"/choral"},{"id":"2","name":"SATB","key_word":"satb","count":69808,"parent_id":125,"weight":1,"uri":"/satb"},{"id":"3","name":"Women’s Choir","key_word":"womens-choir","count":1934,"parent_id":125,"weight":2,"uri":"/womens-choir"},{"id":"4","name":"Men’s Choir","key_word":"mens-choir","count":3180,"parent_id":125,"weight":3,"uri":"/mens-choir"},{"id":"10","name":"Concert Band","key_word":"concert-band","count":27429,"parent_id":126,"weight":0,"uri":"/concert-band"},{"id":"11","name":"Marching Band","key_word":"marching-band","count":19431,"parent_id":126,"weight":1,"uri":"/marching-band"},{"id":"12","name":"Drum Corps (Modern)","key_word":"drum-corps-modern","count":3337,"parent_id":126,"weight":2,"uri":"/drum-corps-modern"},{"id":"13","name":"Pep Band","key_word":"pep-band","count":2501,"parent_id":126,"weight":3,"uri":"/pep-band"},{"id":"14","name":"Jazz Band","key_word":"jazz-band","count":22450,"parent_id":126,"weight":5,"uri":"/jazz-band"},{"id":"15","name":"Brass Band (British Style)","key_word":"brass-band-british-style","count":3515,"parent_id":126,"weight":6,"uri":"/brass-band-british-style"},{"id":"16","name":"Brass Band (New Orleans)","key_word":"brass-band-new-orleans","count":1085,"parent_id":126,"weight":7,"uri":"/brass-band-new-orleans"},{"id":"20","name":"Chamber Orchestra","key_word":"chamber-orchestra","count":19753,"parent_id":126,"weight":1,"uri":"/chamber-orchestra"},{"id":"21","name":"Symphony Orchestra","key_word":"symphony-orchestra","count":37364,"parent_id":126,"weight":2,"uri":"/symphony-orchestra"},{"id":"23","name":"A Capella","key_word":"a-capella","count":7914,"parent_id":125,"weight":4,"uri":"/a-capella"},{"id":"24","name":"Show Choir","key_word":"show-choir","count":411,"parent_id":125,"weight":5,"uri":"/show-choir"},{"id":"28","name":"String Ensemble","key_word":"string-ensemble","count":28159,"parent_id":127,"weight":7,"uri":"/string-ensemble"},{"id":"29","name":"String Duet","key_word":"string-duet","count":32488,"parent_id":127,"weight":0,"uri":"/string-duet"},{"id":"30","name":"String Trio","key_word":"string-trio","count":4689,"parent_id":127,"weight":1,"uri":"/string-trio"},{"id":"31","name":"String Quartet","key_word":"string-quartet","count":50606,"parent_id":127,"weight":2,"uri":"/string-quartet"},{"id":"32","name":"String Quintet","key_word":"string-quintet","count":5876,"parent_id":127,"weight":3,"uri":"/string-quintet"},{"id":"33","name":"Woodwind Ensemble","key_word":"woodwind-ensemble","count":15695,"parent_id":128,"weight":3,"uri":"/woodwind-ensemble"},{"id":"34","name":"Woodwind Duet","key_word":"woodwind-duet","count":36456,"parent_id":128,"weight":0,"uri":"/woodwind-duet"},{"id":"35","name":"Woodwind Trio","key_word":"woodwind-trio","count":13468,"parent_id":128,"weight":1,"uri":"/woodwind-trio"},{"id":"36","name":"Woodwind Quartet","key_word":"woodwind-quartet","count":26013,"parent_id":128,"weight":2,"uri":"/woodwind-quartet"},{"id":"37","name":"Woodwind Quintet","key_word":"woodwind-quintet","count":14120,"parent_id":128,"weight":3,"uri":"/woodwind-quintet"},{"id":"38","name":"Brass Ensemble","key_word":"brass-ensemble","count":40500,"parent_id":129,"weight":8,"uri":"/brass-ensemble"},{"id":"39","name":"Brass Duet","key_word":"brass-duet","count":23429,"parent_id":129,"weight":0,"uri":"/brass-duet"},{"id":"40","name":"Brass Trio","key_word":"brass-trio","count":2630,"parent_id":129,"weight":1,"uri":"/brass-trio"},{"id":"41","name":"Brass Quartet","key_word":"brass-quartet","count":9482,"parent_id":129,"weight":2,"uri":"/brass-quartet"},{"id":"42","name":"Brass Quintet","key_word":"brass-quintet","count":7020,"parent_id":129,"weight":3,"uri":"/brass-quintet"},{"id":"43","name":"Percussion Ensemble","key_word":"percussion-ensemble","count":8864,"parent_id":130,"weight":9,"uri":"/percussion-ensemble"},{"id":"44","name":"Percussion Duet","key_word":"percussion-duet","count":3479,"parent_id":130,"weight":0,"uri":"/percussion-duet"},{"id":"45","name":"Percussion Trio","key_word":"percussion-trio","count":3319,"parent_id":130,"weight":1,"uri":"/percussion-trio"},{"id":"46","name":"Percussion Quartet","key_word":"percussion-quartet","count":3637,"parent_id":130,"weight":2,"uri":"/percussion-quartet"},{"id":"47","name":"Percussion Quintet","key_word":"percussion-quintet","count":2183,"parent_id":130,"weight":3,"uri":"/percussion-quintet"},{"id":"48","name":"Mixed Ensemble","key_word":"mixed-ensemble","count":320877,"parent_id":131,"weight":11,"uri":"/mixed-ensemble"},{"id":"49","name":"Mixed Duet","key_word":"mixed-duet","count":280151,"parent_id":131,"weight":0,"uri":"/mixed-duet"},{"id":"50","name":"Mixed Trio","key_word":"mixed-trio","count":98553,"parent_id":131,"weight":1,"uri":"/mixed-trio"},{"id":"51","name":"Mixed Quartet","key_word":"mixed-quartet","count":102246,"parent_id":131,"weight":2,"uri":"/mixed-quartet"},{"id":"52","name":"Mixed Quintet","key_word":"mixed-quintet","count":76224,"parent_id":131,"weight":3,"uri":"/mixed-quintet"},{"id":"53","name":"Handbell Ensembles","key_word":"handbell-ensembles","count":182,"parent_id":130,"weight":100,"uri":"/handbell-ensembles"},{"id":"114","name":"Solo","key_word":"solo","count":1716706,"parent_id":0,"weight":0,"uri":"/solo"},{"id":"115","name":"Church Choir","key_word":"church-choir","count":7898,"parent_id":125,"weight":5,"uri":"/church-choir"},{"id":"118","name":"Saxophone Ensemble","key_word":"saxophone-ensemble","count":23217,"parent_id":128,"weight":99,"uri":"/saxophone-ensemble"},{"id":"124","name":"Piano Ensembles","key_word":"piano-ensembles","count":274442,"parent_id":0,"weight":0,"uri":"/piano-ensembles"},{"id":"125","name":"Vocal Ensembles","key_word":"vocal-ensembles","count":243470,"parent_id":0,"weight":1,"uri":"/vocal-ensembles"},{"id":"126","name":"Bands / Orchestras","key_word":"bands-orchestras","count":137087,"parent_id":0,"weight":2,"uri":"/bands-orchestras"},{"id":"127","name":"String Ensembles","key_word":"string-ensembles","count":122264,"parent_id":0,"weight":3,"uri":"/string-ensembles"},{"id":"128","name":"Woodwind Ensembles","key_word":"woodwind-ensembles","count":128969,"parent_id":0,"weight":4,"uri":"/woodwind-ensembles"},{"id":"129","name":"Brass Ensembles","key_word":"brass-ensembles","count":83061,"parent_id":0,"weight":5,"uri":"/brass-ensembles"},{"id":"130","name":"Percussion Ensembles","key_word":"percussion-ensembles","count":22741,"parent_id":0,"weight":6,"uri":"/percussion-ensembles"},{"id":"131","name":"Mixed Ensembles","key_word":"mixed-ensembles","count":878051,"parent_id":0,"weight":7,"uri":"/mixed-ensembles"},{"id":"133","name":"Piano Four Hand","key_word":"piano-four-hand","count":3860,"parent_id":124,"weight":1,"uri":"/piano-four-hand"},{"id":"134","name":"Piano Duo","key_word":"piano-duo","count":60926,"parent_id":124,"weight":1,"uri":"/piano-duo"},{"id":"135","name":"Piano Trio","key_word":"piano-trio","count":6997,"parent_id":124,"weight":1,"uri":"/piano-trio"},{"id":"136","name":"Piano Quartet","key_word":"piano-quartet","count":3215,"parent_id":124,"weight":1,"uri":"/piano-quartet"},{"id":"137","name":"Piano Quintet","key_word":"piano-quintet","count":2407,"parent_id":124,"weight":1,"uri":"/piano-quintet"},{"id":"138","name":"Piano Sextet","key_word":"piano-sextet","count":13745,"parent_id":124,"weight":1,"uri":"/piano-sextet"},{"id":"139","name":"Piano-Voice","key_word":"piano-voice","count":153366,"parent_id":124,"weight":1,"uri":"/piano-voice"},{"id":"140","name":"Piano-Voice-Guitar","key_word":"piano-voice-guitar","count":29926,"parent_id":124,"weight":1,"uri":"/piano-voice-guitar"},{"id":"143","name":"Bagpipe Band","key_word":"bagpipe-band","count":222,"parent_id":126,"weight":1,"uri":"/bagpipe-band"},{"id":"144","name":"String Sextet","key_word":"string-sextet","count":446,"parent_id":127,"weight":1,"uri":"/string-sextet"},{"id":"145","name":"Indoor Percussion Ensemble","key_word":"indoor-percussion-ensemble","count":1077,"parent_id":130,"weight":1,"uri":"/indoor-percussion-ensemble"}],"type":[{"id":"official","name":"Official Scores","key_word":"official","count":1225519,"uri":"/official"},{"id":"non-official","name":"Community Scores","key_word":"non-official","count":2318687,"uri":"/non-official"}],"recording_type":[{"id":"free","name":"Free to view & play","key_word":"free","count":2318687,"uri":"/free"},{"id":"free-download","name":"Free to view, play & download","key_word":"free-download","count":436366,"uri":"/free-download"},{"id":"original","name":"Original","key_word":"original","count":523470,"uri":"/original"}],"license":[{"id":"to_modify_commercially","name":"modify commercially","key_word":"to_modify_commercially","count":294878,"uri":"?license=to_modify_commercially"},{"id":"to_use_commercially","name":"use commercially","key_word":"to_use_commercially","count":299833,"uri":"?license=to_use_commercially"},{"id":"to_share","name":"share","key_word":"to_share","count":371604,"uri":"?license=to_share"},{"id":"to_play","name":"personal use","key_word":"to_play","count":3064944,"uri":"?license=to_play"}],"parts_min":{"id":"parts_min","name":"to_be_replaced","key_word":"parts_min","uri":"?parts_min=to_be_replaced"},"parts_max":{"id":"parts_max","name":"to_be_replaced","key_word":"parts_max","uri":"?parts_max=to_be_replaced"},"instruments_normalized":[],"sort":[{"type":"date_uploaded","name":"Upload date","uri":"?sort=date_uploaded"},{"type":"comment_count","name":"Comment count","uri":"?sort=comment_count"},{"type":"view_count","name":"View count","uri":"?sort=view_count"},{"type":"rating","name":"Rating","uri":"?sort=rating"}]},"request":{"text":"","page":1,"page_size":20,"sort":"rating","filters":0,"instrumentation":[],"instrumentation_any":0,"genres":[],"instrument":[],"instrument_any":0,"parts":0,"parts_min":0,"parts_max":0,"license":[],"user_id":0,"artist_id":0,"song_id":0,"hub_alias":0,"max_file_version":0,"nocache":0,"visible_to":0,"recording_type":[],"complexity":[],"publisher":[],"score_format":[],"playlist_id":0,"artist_ids":[],"excluded_ids":[20198233],"tags":0,"country":"US","region":"Virginia","type":[],"ids":[],"show_courses":true,"sort_selected_by_user":0,"aggregateBySong":false,"aggregateByArtist":false,"aggregateByUserId":false,"quickFilters":[],"experimentVariations":[]},"query_filters":[],"query_text":"","query_page":1,"query_order":"rating","query_parts":0,"query_license":[],"is_main_page":false,"hub_list":[{"id":160,"title":"Happy Birthday","alias":"holiday/happy-birthday","weight":0,"parent_id":154,"mob_image":"","background_color":"#000000","visible":1,"imageBase":"/public/img/musescore/hub_icons/illustration-holidays","desktopImageBase":"","desktop_image":"","stat":{"followers_count":3466,"scores_count":0}},{"id":190,"title":"Christian","alias":"world-music/christian","weight":0,"parent_id":172,"mob_image":"","background_color":"#000000","visible":1,"imageBase":"/public/img/musescore/hub_icons/illustration-world-music","desktopImageBase":"","desktop_image":"","stat":{"followers_count":6667,"scores_count":0}},{"id":202,"title":"Pirates Of The Caribbean","alias":"movie-and-tv/pirates-of-the-caribbean","weight":0,"parent_id":199,"mob_image":"","background_color":"#000000","visible":1,"imageBase":"/public/img/musescore/hub_icons/illustration-movies","desktopImageBase":"","desktop_image":"","stat":{"followers_count":8535,"scores_count":0}},{"id":208,"title":"Harry Potter","alias":"movie-and-tv/harry-potter","weight":0,"parent_id":199,"mob_image":"","background_color":"#000000","visible":1,"imageBase":"/public/img/musescore/hub_icons/illustration-movies","desktopImageBase":"","desktop_image":"","stat":{"followers_count":8924,"scores_count":0}},{"id":214,"title":"Interstellar","alias":"movie-and-tv/interstellar","weight":0,"parent_id":199,"mob_image":"","background_color":"#000000","visible":1,"imageBase":"/public/img/musescore/hub_icons/illustration-movies","desktopImageBase":"","desktop_image":"","stat":{"followers_count":6509,"scores_count":0}},{"id":244,"title":"Bohemian Rhapsody","alias":"movie-and-tv/bohemian-rhapsody","weight":0,"parent_id":199,"mob_image":"","background_color":"#000000","visible":1,"imageBase":"/public/img/musescore/hub_icons/illustration-movies","desktopImageBase":"","desktop_image":"","stat":{"followers_count":8301,"scores_count":0}},{"id":265,"title":"La La Land","alias":"movie-and-tv/la-la-land","weight":0,"parent_id":199,"mob_image":"","background_color":"#000000","visible":1,"imageBase":"/public/img/musescore/hub_icons/illustration-movies","desktopImageBase":"","desktop_image":"","stat":{"followers_count":4664,"scores_count":0}},{"id":376,"title":"Minecraft","alias":"video-games/minecraft","weight":0,"parent_id":373,"mob_image":"","background_color":"#000000","visible":1,"imageBase":"/public/img/musescore/hub_icons/illustration-games","desktopImageBase":"","desktop_image":"","stat":{"followers_count":7292,"scores_count":0}},{"id":388,"title":"The Legend Of Zelda","alias":"video-games/the-legend-of-zelda","weight":0,"parent_id":373,"mob_image":"","background_color":"#000000","visible":1,"imageBase":"/public/img/musescore/hub_icons/illustration-games","desktopImageBase":"","desktop_image":"","stat":{"followers_count":6946,"scores_count":0}},{"id":457,"title":"Toy Story","alias":"cartoons/toy-story","weight":0,"parent_id":439,"mob_image":"","background_color":"#000000","visible":1,"imageBase":"/public/img/musescore/hub_icons/illustration-disney","desktopImageBase":"","desktop_image":"","stat":{"followers_count":2827,"scores_count":0}},{"id":475,"title":"Howl's Moving Castle","alias":"anime/howls-moving-castle","weight":0,"parent_id":472,"mob_image":"","background_color":"#000000","visible":1,"imageBase":"/public/img/musescore/hub_icons/illustration-anime","desktopImageBase":"","desktop_image":"","stat":{"followers_count":8123,"scores_count":0}},{"id":541,"title":"Christmas","alias":"holiday/christmas","weight":0,"parent_id":154,"mob_image":"","background_color":"#000000","visible":1,"imageBase":"/public/img/musescore/hub_icons/icon-christmas2","desktopImageBase":"","desktop_image":"","stat":{"followers_count":5299,"scores_count":0}},{"id":550,"title":"Disney","alias":"genre/disney","weight":0,"parent_id":439,"mob_image":"","background_color":"#000000","visible":1,"imageBase":"/public/img/musescore/hub_icons/illustration-other","desktopImageBase":"","desktop_image":"","stat":{"followers_count":69827,"scores_count":0}},{"id":373,"title":"Video games","alias":"video-games","weight":30,"parent_id":0,"mob_image":"","background_color":"#000000","visible":1,"imageBase":"/public/img/musescore/hub_icons/illustration-games","desktopImageBase":"https://musescore.com/static/public/img/musescore/hub_icons/illustration-games.svg","desktop_image":"static/public/img/musescore/hub_icons/illustration-games.svg","stat":{"followers_count":78395,"scores_count":0}},{"id":577,"title":"Japan","alias":"japan","weight":100,"parent_id":0,"mob_image":"","background_color":"#000000","visible":1,"imageBase":"","desktopImageBase":"","desktop_image":"","stat":{"followers_count":99,"scores_count":0}}],"featured_hub_list":[{"imageBase":"/public/img/musescore/hub_icons/icon-disney","title":"Disney","alias":"disney","id":1},{"imageBase":"/public/img/musescore/hub_icons/icon-piano","title":"Piano","alias":"piano","id":2},{"imageBase":"/public/img/musescore/hub_icons/icon-videogameandtv","title":"Video games","alias":"video_games","id":3},{"imageBase":"/public/img/musescore/hub_icons/icon-saxophone","title":"Saxophone","alias":"saxophone","id":4},{"imageBase":"/public/img/musescore/hub_icons/icon-woodwinds","title":"Woodwinds","alias":"woodwinds","id":5},{"imageBase":"/public/img/musescore/hub_icons/icon-japan","title":"Japan","alias":"japan","id":7},{"imageBase":"/public/img/musescore/hub_icons/icon-strings","title":"Strings","alias":"strings","id":8}],"hub":null,"is_hub_subscribed":false,"user_in_default_group":false,"groups_discussions":{"groups":[],"discussions":[]},"genres":[{"id":99,"name":"blues","parent_id":0,"aliases":null,"name_stripped":"blues","root_genre_id":0},{"id":216,"name":"classical","parent_id":0,"aliases":["classical music","western classical music"],"name_stripped":"classical","root_genre_id":0},{"id":79,"name":"comedy","parent_id":0,"aliases":null,"name_stripped":"comedy","root_genre_id":0},{"id":49,"name":"country","parent_id":0,"aliases":null,"name_stripped":"country","root_genre_id":0},{"id":211,"name":"darkwave","parent_id":0,"aliases":null,"name_stripped":"darkwave","root_genre_id":0},{"id":85,"name":"disco","parent_id":0,"aliases":null,"name_stripped":"disco","root_genre_id":0},{"id":16,"name":"electronic","parent_id":0,"aliases":null,"name_stripped":"electronic","root_genre_id":0},{"id":667,"name":"experimental","parent_id":0,"aliases":null,"name_stripped":"experimental","root_genre_id":0},{"id":666,"name":"folk","parent_id":0,"aliases":null,"name_stripped":"folk","root_genre_id":0},{"id":45,"name":"hip hop","parent_id":0,"aliases":null,"name_stripped":"hip-hop","root_genre_id":0},{"id":84,"name":"jazz","parent_id":0,"aliases":null,"name_stripped":"jazz","root_genre_id":0},{"id":8,"name":"metal","parent_id":0,"aliases":null,"name_stripped":"metal","root_genre_id":0},{"id":695,"name":"new age","parent_id":0,"aliases":null,"name_stripped":"new-age","root_genre_id":0},{"id":14,"name":"pop","parent_id":0,"aliases":null,"name_stripped":"pop","root_genre_id":0},{"id":1787,"name":"r&b, funk & soul","parent_id":0,"aliases":["R&B, Funk & Soul"],"name_stripped":"rb-funk-soul","root_genre_id":0},{"id":1781,"name":"reggae & ska","parent_id":0,"aliases":[],"name_stripped":"reggae-ska","root_genre_id":0},{"id":1016,"name":"religious music","parent_id":0,"aliases":null,"name_stripped":"religious-music","root_genre_id":0},{"id":4,"name":"rock","parent_id":0,"aliases":null,"name_stripped":"rock","root_genre_id":0},{"id":680,"name":"soundtrack","parent_id":0,"aliases":["soundtracks"],"name_stripped":"soundtrack","root_genre_id":0},{"id":195,"name":"world music","parent_id":0,"aliases":["global music","international music","international"],"name_stripped":"world-music","root_genre_id":0}],"courses":[{"id":"W99XW","requirements":"","lesson_count":7,"duration":4363,"level":2,"instrument_id":214,"topics":[{"id":2,"name":"Playing Skills","uri":"playing-skills"}],"web_url":"https://musescore.com/courses/joe-morello-drum-method-2-around-the-kit-hot-licks--W99XW","preview_link":"https://musescore.com/static/musescore/userdata/course/e/6/6/1741.png@950?date=1745498783&qlt=70","preview_type":"course_image","rating":{"rating":0,"count":1,"count_to_visible":2,"user_rating":null},"progress_duration":0,"name":"Joe Morello - Drum Method 2: Around the Kit (Hot Licks)","description":"<p>In this remastered and enhanced Hot Licks video series, Part 2 of Joe's classic drum method series explores single vs. double bass drum techniques, special bass drum exercises, heel-toe techniques, hi-hat “ride style” and “fanning,” making hi-hat and cymbals “breathe” and blend, swinging and keeping time, dynamics, punctuating and accents, thinking musically, and soloing. This wealth of practical teaching is accompanied, as ever, by Joe Morello's legendary wit and wisdom!\r\n</p><p>\r\n</p><p>Don't miss this chance to study with a true master!\r\n</p><p></p>","tracking_id":1741,"is_favorite":false},{"id":"dVJgd","requirements":"","lesson_count":38,"duration":2119,"level":4,"instrument_id":100006,"topics":[{"id":2,"name":"Playing Skills","uri":"playing-skills"}],"web_url":"https://musescore.com/courses/matthew-schroeder-acoustic-licks-vol-2--dVJgd","preview_link":"https://musescore.com/static/musescore/userdata/course/1/1/9/1921.png@950?date=1759508080&qlt=70","preview_type":"course_image","rating":{"rating":0,"count":1,"count_to_visible":2,"user_rating":null},"progress_duration":0,"name":"Matthew Schroeder Acoustic Licks Vol 2","description":"<p>An Acoustic Guitar Licks Goldmine awaits in this incredible acoustic collection! With over four hours of content, this Hal Leonard video series is jam-packed with lead lines, phrases, and riffs personally taught to you by professional guitarist Matthew Schroeder.\r\n</p><p>\r\n</p><p>Each and every authentic lick includes a walk-through explanation by a pro guitarist and note-for-note on-screen tablature. Normal and slow-speed performance demos are included to really help you master the licks.\r\n</p><p>\r\n</p><p>If you're ready to blow up your acoustic guitar lick repertoire, this video series has all the explosives you’ll need… Watch \"200 Acoustic Licks\" today!</p>","tracking_id":1921,"is_favorite":false},{"id":"qnbVq","requirements":"<li>Ability to play basic open chords</li><li>Guitar (acoustic or electric)</li><li>Commitment to practice and exploration</li>","lesson_count":12,"duration":8493,"level":1,"instrument_id":100009,"topics":[{"id":2,"name":"Playing Skills","uri":"playing-skills"},{"id":3,"name":"Music Composition","uri":"music-composition"},{"id":5,"name":"Music Theory","uri":"music-theory"}],"web_url":"https://musescore.com/courses/learn-guitar-chords-beginner-to-intermediate-skills-for-electric-or-acoustic-guitar--qnbVq","preview_link":"https://musescore.com/static/musescore/userdata/course/e/2/b/1570.png@950?date=1733138625&qlt=70","preview_type":"course_image","rating":{"rating":0,"count":1,"count_to_visible":2,"user_rating":null},"progress_duration":0,"name":"Learn Guitar Chords: Beginner to Intermediate Skills for Electric or Acoustic Guitar","description":"<p>Guitar chords are a thing of beauty! They improve technique, expand your knowledge of theory and help you discover that something special when delving in to the world of songwriting. And with some simple changes, you’re able to open up the fretboard and unlock a huge variety of tones, moods and musical possibilities.\r\n</p><p>\r\n</p><p>If you’re a beginner who can play a few open chords, then this course will help expand your knowledge and overall playing ability. If you’re more towards an intermediate level of playing, then there will be a range of ideas and tips for how you can maximise your musicianship and gain some new understanding along the way.\r\n</p><p>\r\n</p><p>This course will cover:\r\n</p><p>• Open chords in the 1st position\r\n</p><p>• Suspended chords\r\n</p><p>• Add chords\r\n</p><p>• 7ths\r\n</p><p>• Inversions\r\n</p><p>• Some introductions to music theory with scale shapes & the order of chords\r\n</p><p>• An emphasis on expressing yourself & discovering your own creative abilities\r\n</p><p>\r\n</p><p>By the end of this course, you will have fully explored the fretboard, improved your overall playing ability & increased the creative options available to you.\r\n</p><p>\r\n</p><p>For your reference, there is a chord box pdf attached to the course.\r\n</p><p>\r\n</p><p>I love hearing from students and am available for any questions, so please feel free to reach out on:\r\n</p><p>\r\n</p><p>marcbarnacleguitar@gmail.com\r\n</p><p>\r\n</p><p>Instagram - @marcbarnacle\r\n</p><p>\r\n</p><p>I wish you all the best with your guitar learning journey!\r\n</p><p>\r\n</p><p>** Your journey doesn't need to end here. I have multiple courses on Ultimate Guitar, covering guitar & other instruments. So if you would like to take your musical development further, then check the courses below:\r\n</p><p>\r\n</p><p>GUITAR\r\n</p><p>Learn Guitar: The Expanded Beginners Guide\r\n</p><p>Learn Guitar: The Complete Beginners Guide\r\n</p><p>Guitar Practice: Improve Your Finger Strength, Stretch, Speed & Independence\r\n</p><p>Fingerstyle Guitar Lessons: Beginner Fingerpicking\r\n</p><p>6 Iconic Guitar Riffs\r\n</p><p>\r\n</p><p>BASS GUITAR\r\n</p><p>Beginner Bass Guitar Lessons\r\n</p><p>\r\n</p><p>UKULELE\r\n</p><p>Beginner Ukulele Lessons: A Complete Guide To Playing Ukulele</p>","tracking_id":1570,"is_favorite":false},{"id":"qGggq","requirements":"","lesson_count":35,"duration":18543,"level":2,"instrument_id":100009,"topics":[{"id":2,"name":"Playing Skills","uri":"playing-skills"}],"web_url":"https://musescore.com/courses/pure-pentatonic-professionals-a-rock-and-blues-guitar-players-masterclass--qGggq","preview_link":"https://musescore.com/static/musescore/userdata/course/6/7/f/945.png@950?date=1726577692&qlt=70","preview_type":"course_image","rating":{"rating":4.72,"count":8,"count_to_visible":0,"user_rating":null},"progress_duration":0,"name":"Pure Pentatonic Professionals - A Rock and Blues Guitar Players Masterclass","description":"<p>- Are you a fan of Rock and Blues guitar music?\r\n</p><p>- Are you a guitarist with a good grasp of technique and theory wanting to go to the next level?\r\n</p><p>- Has your guitar playing got \"stuck\"? Do you want to push your lead guitar and rhythm playing further? \r\n</p><p>- Do you wish to play like the guitar legends? \r\n</p><p>- Do you know your scales and how to apply them on the guitar neck but lack direction or ideas? \r\n</p><p>- Are you frustrated with YouTube \"roulette\" and needing structured information from a real guitar teacher?\r\n</p><p>\r\n</p><p>Ok, then keep reading... As I have the solution!\r\n</p><p>\r\n</p><p>\"Pure Pentatonic Pros\" is the follow up course to the bestseller \"Pure Pentatonic Power\". It's Bigger, Bolder, Bluesier, More in Depth and full of incredibly useful, practical information. It's for guitarists with a passion for Rock and Blues Guitar music.\r\n</p><p>\r\n</p><p>The Pentatonic Guitar Scale is used more than any other guitar scale and \"Pure Pentatonic Pros\" is a celebration of its versatility. \r\n</p><p>\r\n</p><p>There are 6 sections with 5 hours of video, 74 downloadable/printable resources, jam tracks, maps and tabs. Jam tracks come with variable speed choices!\r\n</p><p>\r\n</p><p><b>Section one</b> is the Classic Section. This kicks off Pure Pentatonic Power left off. The 4 licks are of a similar vibe, Classic Rock and Blues lead guitar, just a little more tricky with more finesse and phrasing. \r\n</p><p>\r\n</p><p><b>Section two</b> is the Expressive Section. Here we explore the art of phrasing in lead guitar. Dynamics, rhythmic touches, space and technique are discussed to help youl learn to \"speak\" through the guitar. I was thinking of guitarists like BB King, Hendrix, Jimmy Page, Gary Moore, Mark Knopler, David Gilmour, Satriani and many other greats here.\r\n</p><p>\r\n</p><p><b>Section 3 </b>is the Major Pentatonic Scale Section. Often overlooked as a \"stand-alone\" scale, it has a sweeter, happier sound when used for Country, Blues and Rock Music. Again, you will have 4 examples to learn and perform. You also learn all scale shapes and maps are provided.\r\n</p><p>\r\n</p><p><b>Section 4</b> is the Rhythm Section. Studying the styles of Hendrix, Motown and bands like ZZ Top and Deep Purple, you'll learn how to find chords in the Pentatonic Scales, how they work together and how to find melodic phrases within these chords and positions.\r\n</p><p>\r\n</p><p><b>Section 5</b> is the Huge Blues Section. A very detailed look at real traditional Blues Guitar Soloing. We have 3 guitar solos to learn: Minor 12 Bar, Major Pentatonic 8 bar solo and we finish with a 12 bar solo mixing Major, Minor, Blues and Mixolydian scales. This section is where you will learn the secrets of authentic blues lead guitar. You also receive my personal Blues Map and a full introduction breaking down how to use it. If you have ever wondered what your favourite Blues guitarists were doing, here is where it's at.\r\n</p><p>\r\n</p><p>We finish with <b>section 6</b>, the Extreme Section. This section is a little more modern and has some complex techniques. Involving 3 note per string Pentatonic patterns, large interval stretches and intense performance pieces. It's only for the brave.\r\n</p><p>\r\n</p><p>You are provided with all you need: Twin Camera angles, Slow methodical breakdowns (in close up) from a real guitar teacher, TAB on screen, Performance pieces with 3 speed jam tracks, Downloadable TABS, MP3's, scale maps and resources. It's as close as you will get to a private 1-1 guitar lesson in this guitar video course format.\r\n</p><p>\r\n</p><p>So do not waste time, get involved and enter the course now. You have nothing to lose apart from increased enthusiasm playing guitar. See you inside.\r\n</p><p>\r\n</p><p>GuitarJoolz</p>","tracking_id":945,"is_favorite":false},{"id":"qGb6d","requirements":"<p>Beginner to Intermediate guitar playing skills. While the course focuses on basics, a foundational understanding of guitar playing would be helpful.</p><p><br></p>","lesson_count":6,"duration":3338,"level":1,"instrument_id":100009,"topics":[{"id":2,"name":"Playing Skills","uri":"playing-skills"},{"id":6,"name":"Music Software","uri":"music-software"}],"web_url":"https://musescore.com/courses/guitar-delay-fx-basics--qGb6d","preview_link":"https://musescore.com/static/musescore/userdata/course/9/c/d/1501.png@950?date=1727259657&qlt=70","preview_type":"course_image","rating":{"rating":4.66,"count":3,"count_to_visible":0,"user_rating":null},"progress_duration":0,"name":"Guitar Delay FX Basics","description":"<p>Who doesn't love a good delay pedal? As one of the most commonly seen effects on guitar pedal boards across the world, delay pedals have certainly played a huge role in shaping the sound of countless players over the decades. But how much do you really know about them, how they operate, and what can be done with them? In this guitar delay effect video course, effects guru Stephen Davis takes you on an exploration of the delay pedal and its many possible uses in various genres.\r\n</p><p>\r\n</p><p>You'll learn how they do what they do, and how you can exploit this knowledge in unique and creative ways, such as stacking delay pedals, getting overdrive sounds, mixing analog and digital, and more. By the end of this guitar delay course, you'll develop an even greater appreciation for this effect and all it can do. These guitar delay videos are designed for anyone with a delay effect on their pedal board.\r\n</p><p>\r\n</p><p>Stephen begins with a brief introduction, outlining all the topics covered in the course to provide you with a comprehensive understanding, along with some typical usage ideas. Then, Stephen delves into the specifics, starting with the use of a feedback loop and demonstrating it with a Strymon TimeLine. This is followed by a look at the Electro-Harmonix Deluxe Memory Man and how its level control can be used as a natural overdrive when used with a tube amp.\r\n</p><p>\r\n</p><p>Next, you will delve into the concept of stacking delay pedals, initially from digital to analog and subsequently from digital to digital, and observe the impact of shifting the effects to different points in the chain. You'll also hear the difference in using two delays while tracking vs. using only one while tracking and applying the second in the mixing process. Finally, Stephen will examine the use of delay within an amp's effects loop and hear how it differs from using the pedal in front of the amp. Depending on the context, the results can be vastly different.\r\n</p><p>\r\n</p><p>Delay (or \"echo\") has been a huge component of countless players' signature sounds. From the slapback tones of rockabilly to the expansive textures of players like U2's The Edge and Queen's Brian May, to its use in ambient music and beyond, its timeless appeal is clear. This guitar effect video course is a fantastic way to fully explore the possibilities of this versatile effect and open up a world of sonic exploration. Check out the descriptions of each Guitar Delay FX Basics video tutorial to learn more about the concepts covered in this effect course and how you can apply them in your own playing and recordings. So, don't delay... Watch \"Guitar Delay FX Basics\" today\r\n</p><p>\r\n</p><p>What You Will Learn:\r\n</p><p>-How delay pedals of various types do what they do\r\n</p><p>-Using a delay pedal with a feedback loop (such as the Strymon TimeLine) for unique sounds\r\n</p><p>-How to use the level control on a Deluxe Memory Man (by Electro-Harmonix) to generate a natural-sounding overdrive\r\n</p><p>-Stacking delay pedals (digital and analog) in various combinations to achieve different tones\r\n</p><p>-And more!</p>","tracking_id":1501,"is_favorite":false},{"id":"qL9za","requirements":"","lesson_count":25,"duration":3852,"level":2,"instrument_id":100006,"topics":[{"id":2,"name":"Playing Skills","uri":"playing-skills"}],"web_url":"https://musescore.com/courses/william-kanengiser-classical-guitar-mastery-hot-licks--qL9za","preview_link":"https://musescore.com/static/musescore/userdata/course/3/9/a/1720.png@950?date=1745498525&qlt=70","preview_type":"course_image","rating":{"rating":4.66,"count":3,"count_to_visible":0,"user_rating":null},"progress_duration":0,"name":"William Kanengiser – Classical Guitar Mastery (Hot Licks)","description":"<p>In these video lessons, classical guitar virtuoso William Kanengiser presents an essential workshop for the serious classical guitar student. With clear demonstrations and an insightful commentary, Kanengiser explains how to master tone control, articulation, dynamics, vibrato, dampening, and other vital techniques. \r\n</p><p>\r\n</p><p>William also addresses the question of nail shape and shows you how to avoid unwanted squeaks and buzzes. This video series is essential viewing for any student of classical guitar.\r\n</p><p>\r\n</p><p>Start learning today!</p>","tracking_id":1720,"is_favorite":false},{"id":"dE71a","requirements":"","lesson_count":9,"duration":2202,"level":4,"instrument_id":100003,"topics":[{"id":2,"name":"Playing Skills","uri":"playing-skills"}],"web_url":"https://musescore.com/courses/arpeggios-for-bass-players-crash-course--dE71a","preview_link":"https://musescore.com/static/musescore/userdata/course/1/4/9/1330.png@950?date=1726577692&qlt=70","preview_type":"course_image","rating":{"rating":4.62,"count":5,"count_to_visible":0,"user_rating":null},"progress_duration":0,"name":"Arpeggios for Bass Players - Crash Course","description":"<p>Welcome to \"Arpeggios For Bass Players - Crash Course\"\r\n</p><p>\r\n</p><p>Are you ready to elevate your bass playing to new heights? Unlock the secrets of forming triads, seventh chords, and their inversions, and witness the transformation of your bass lines.\r\n</p><p>\r\n</p><p>Why Arpeggios?\r\n</p><p>\r\n</p><p>Arpeggios are the building blocks of harmony, the musical DNA that shapes chords and progressions. For bass players, mastering arpeggios opens a gateway to expressiveness, dynamic bass lines, and an enhanced understanding of musical structure.\r\n</p><p>\r\n</p><p>What to Expect?\r\n</p><p>\r\n</p><p>In this crash course, we'll guide you through a step-by-step journey of arpeggios. From fundamental triads to the rich complexity of seventh chords and their inversions, you'll gain a comprehensive understanding of how these elements are formed and how they are played on our instrument, the bass guitar.\r\n</p><p>\r\n</p><p>Course Highlights:\r\n</p><p>\r\n</p><p>Triads: Learn the essential triads the most basic form of chords and their texture.\r\n</p><p>\r\n</p><p>Seventh Chords: Dive deep into the world of seventh chords, unraveling their variations and unique characteristics.\r\n</p><p>\r\n</p><p>Inversions: Explore inversions and witness how they can add flair and versatility to your bass playing.\r\n</p><p>\r\n</p><p>Who Is This For?\r\n</p><p>\r\n</p><p>Whether you're a beginner looking to establish a strong foundation or an experienced player seeking to refine your technique, this crash course is tailored for bass players at all levels. Join us on this musical journey, where each lesson is crafted to empower you with practical skills and insights.</p>","tracking_id":1330,"is_favorite":false},{"id":"agQ2d","requirements":"","lesson_count":14,"duration":9094,"level":1,"instrument_id":100006,"topics":[{"id":2,"name":"Playing Skills","uri":"playing-skills"}],"web_url":"https://musescore.com/courses/spanish-guitar-strumming-techniques--agQ2d","preview_link":"https://musescore.com/static/musescore/userdata/course/9/6/f/1366.png@950?date=1726577692&qlt=70","preview_type":"course_image","rating":{"rating":4.57,"count":23,"count_to_visible":0,"user_rating":null},"progress_duration":0,"name":"Spanish Guitar Strumming Techniques","description":"<p>Want to get into flamenco guitar? Start here! \r\n</p><p>\r\n</p><p>Have you ever wanted to learn the secrets of playing Spanish style guitar? Do you have the ambition to play the guitar in a fast, rhythmic, and percussive way that excites and ignites an audience? Have you ever wanted to master the rumba, the flamenco triplet or the rasgueado? InāÆSpanish Guitar Strumming TechniquesāÆcourse you can learn a wide array of 21st century strumming methods tailored for the Spanish and flamenco guitar. \r\n</p><p>\r\n</p><p>Have you found your strumming boring and you could not gain speed? I have a proven method which will help you to master with step-by-step and slow motion movements to quickly get rumba, flamenco triplet, or you will be able to strum like Gabriela from Rodrigo y Gabriela, or even play songs from the Gypsy Kings and just sound amazing! \r\n</p><p>\r\n</p><p>In this course you will find: \r\n</p><p>\r\n</p><p>Dozens of different strumming and other techniques: these include rumba, golpe strumming, flamenco triplet, alzapua technique, rasgueado and variations, drumming techniques on guitar etc. \r\n</p><p>\r\n</p><p>Exercises to help you to build up to the right speed. \r\n</p><p>\r\n</p><p>The video features include: \r\n</p><p>\r\n</p><p>Multiple camera angles \r\n</p><p>\r\n</p><p>Slow-motion movements \r\n</p><p>\r\n</p><p>Step-by-step explanations \r\n</p><p>\r\n</p><p>The exercises are presented in traditional musical notation, TAB, and with chord diagrams. If you are an emerging guitarist or just a beginner who is eager to master the Spanish guitar, this course is for you. \r\n</p><p>\r\n</p><p>the course uses a lot of barre technique so it is advisable to be good at it before you start. \r\n</p><p>\r\n</p><p>My name is Edina, and I play the guitar over 20 years, and started with flamenco about 15 years ago. I am a qualified guitar teacher, and won the Lukas (UK latin) award in 2019 as the best jazz-folk act of the year with my Spanish guitar duo, De Fuego. I helped thousands of people to master the triplet or the rumba techniques, and with my method they were able to get it after many failed attempt. \r\n</p><p>\r\n</p><p>This course will be fun and will spice up your playing and also will introduce you to the world of flamenco. I hope later you will also use these techniques to play or compose your original music. \r\n</p><p>\r\n</p><p>Q&A \r\n</p><p>\r\n</p><p>- Do you have exercises for each of the techniques?āÆYes, every lesson contains several different exercises. \r\n</p><p>\r\n</p><p>- I cannot read music, will I still understand the exercises?āÆYes, they are also in TABs, with chord diagrams as well as in musical notation. \r\n</p><p>\r\n</p><p>- Is it suitable for beginners?āÆYes, it is starting from the very beginning, so even if you never played the guitar before you can do all of the lessons. \r\n</p><p>\r\n</p><p>Course Level: Beginner \r\n</p><p>\r\n</p><p>Requirements: Nylon-string guitar, being able to play chords (preferably barre chords). </p>","tracking_id":1366,"is_favorite":false},{"id":"q4Z6W","requirements":"","lesson_count":21,"duration":10869,"level":1,"instrument_id":100009,"topics":[{"id":2,"name":"Playing Skills","uri":"playing-skills"}],"web_url":"https://musescore.com/courses/musical-meditations-for-beginner-guitarists--q4Z6W","preview_link":"https://musescore.com/static/musescore/userdata/course/e/e/a/152.png@950?date=1726577692&qlt=70","preview_type":"course_image","rating":{"rating":4.58,"count":9,"count_to_visible":0,"user_rating":null},"progress_duration":0,"name":"Musical Meditations for Beginner Guitarists","description":"<p>WARNING. This course is not your usual boring beginners guitar course....\r\n</p><p>\r\n</p><p>\r\n</p><p>\r\n</p><p>Let me first ask you a couple of questions.\r\n</p><p>\r\n</p><p>\r\n</p><p>\r\n</p><ul><li>Do you long for and super easy way to learn to play the guitar? Don't have time for private guitar lessons with a local guitar teacher? Do you get easily bored with theory based guitar courses?</li><li>Do you want to just play guitar now and learn the chords and scales later?</li><li>Is the thought of taking guitar lessons impractical even as a beginner? Due to work, time constraints, money or location?</li><li>Did you buy a guitar and never pick it up?</li><li>Are you a busy or stressed ? Do you find it hard to relax? Would you like to 'switch off' for a while using music?</li><li>Do you enjoy computer games, competing against yourself to get faster or better? Would you enjoy doing this with real music and not GuitarHero?</li><li>Do you feeling overwhelmed as a beginner guitarist with all the chords, scales, triads, arpeggios etc?\r\n</li></ul><p>\r\n</p><p>\r\n</p><p>\r\n</p><p>If you answered yes to any of the above then\r\n</p><p>\r\n</p><p>\r\n</p><p>\r\n</p><p>Musical Meditations could be the Guitar Course for you\r\n</p><p>\r\n</p><p>\r\n</p><p>\r\n</p><p>The whole concept of this course is to use music, specifically guitar music, to reach of state of mediation or thoughtlessness. To just be in the moment and be free.\r\n</p><p>\r\n</p><p>\r\n</p><p>\r\n</p><p>Have you ever considered the health benefits of playing the guitar?\r\n</p><p>\r\n</p><p>\r\n</p><p>\r\n</p><p>You only need to Google the health benefits of playing an instrument and you will find everything from raised IQ, increased happiness to better coordination and an enhanced appreciation of life.\r\n</p><p>\r\n</p><p>\r\n</p><p>\r\n</p><p>Musical mediations doesn't concentrate on chords, scales or theory. You only need to read numbers, to TAB. We go over this at the beginning so there is no confusion and a learner could dive straight in. The guitar lessons start off super easy and get harder as we progress.\r\n</p><p>\r\n</p><p>\r\n</p><p>\r\n</p><p>The course contains 10 Guitar tracks to learn. These are genre less but contain elements of Rock, Blues, Pop, Funk and Classical. They also contain a separate, orchestrated track of trance inducing, hypnotic sound.\r\n</p><p>\r\n</p><p>\r\n</p><p>\r\n</p><p>All the tracks are professionally recorded at 3 different speeds, so you don't have to rush or panic. This is meant to be relaxing!\r\n</p><p>\r\n</p><p>\r\n</p><p>\r\n</p><p>The tracks are also on a gradient and begin very easy, becoming progressively more difficult towards the end.\r\n</p><p>\r\n</p><p>\r\n</p><p>\r\n</p><p>There is a demo at the beginning of each guitar lessons, with scrolling tab and myself playing the track, followed by an explanation and then a detailed breakdown.\r\n</p><p>\r\n</p><p>\r\n</p><p>\r\n</p><p>Two HD camera angles covering both hands are shown and TAB is both on screen and downloadable.\r\n</p><p>\r\n</p><p>\r\n</p><p>\r\n</p><p>So it's a dream come true, learn without learning! Just be present and in the zone. Immerse yourself in music and enjoy learning guitar without even realising it.\r\n</p><p>\r\n</p><p>\r\n</p><p>\r\n</p><p>Be free of stress and worry. Switch off your mind to everything but music. Enrol now in Musical Meditations now and get some me time and learn to play the guitar at the same time!</p>","tracking_id":152,"is_favorite":false},{"id":"qLJMW","requirements":"","lesson_count":11,"duration":6322,"level":1,"instrument_id":100006,"topics":[{"id":2,"name":"Playing Skills","uri":"playing-skills"}],"web_url":"https://musescore.com/courses/the-complete-beginners-guide-to-guitar--qLJMW","preview_link":"https://musescore.com/static/musescore/userdata/course/2/e/1/64.png@950?date=1726577692&qlt=70","preview_type":"course_image","rating":{"rating":4.57,"count":27,"count_to_visible":0,"user_rating":null},"progress_duration":0,"name":"The Complete Beginner's Guide to Guitar","description":"<p><i>This course is aimed at the student who has never played guitar before. </i></p><p>No prior experience is necessary! You will learn to play all of the basic major and minor chords which form the basis of everything you will go on to play once you've finished this course. </p><p>Also I will show you how to negotiate chord changes - something that many beginners struggle with. With this course you will learn how to do this with ease. In addition to this, you will learn to count and play rhythms as we cover the basics of strumming technique.\r\n</p><p>\r\n</p><p>All of these skills are demonstrated via eight specially written &amp; recorded pieces of music which showcase the skills &amp; techniques you will be learning. At the end of the course, I will show you how to take everything you have learned and find songs to play with your new found skills.</p>","tracking_id":64,"is_favorite":false}],"schema":[],"clear_all_button":false,"no_result_scores":[],"title":"Free sheet music | Download PDF or print on Musescore.com","title_on_page":"Explore sheet music","span_title_on_page":"sorted by Rating","description":"Share, download and print free sheet music with the world's largest community of sheet music creators, composers, performers, music teachers, students, beginners, artists, and other musicians with over 1,500,000 digital sheet music to play, practice, learn and enjoy.","base_url":"/sheetmusic","favorite_score_ids":[],"top_scores_of_the_week":[{"id":28136506,"title":"The Fate of Ophelia - Taylor Swift (Piano)","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/2b00194289990c1ab30e2f1fc9adb2b8c3d3985d/score_0.png@180x252?no-cache=1759554234&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/2b00194289990c1ab30e2f1fc9adb2b8c3d3985d/score_0.png@300x420?no-cache=1759554234&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/2b00194289990c1ab30e2f1fc9adb2b8c3d3985d/score_0.png@500x660?no-cache=1759554234&bgclr=ffffff"},"date_updated":1759554234,"duration":"03:43","hits":5098,"comments_count":2,"user":{"id":90375058,"name":"Made By Muse","url":"https://musescore.com/user/90375058","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":true},"is_free":0,"is_public_domain":0,"pages_count":5,"length":223,"date_created":1759554060,"favorite_count":96,"download_count":0,"user_id":90375058,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":2,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.87,"count":13,"count_to_visible":0},"is_origin":false,"is_official":true,"publisher":{"publisher_id":5},"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Taylor Swift","mobile_app_web":true,"id_analytics":"M2yKVIsUs7vfPk9glBVJkDE3Mjc1NThjYmIyZmFlZjg1NGM0YWYwOTY3OWZlMzY0NjZiNTA3ZDdmNjUwY2QwNWZjZjA5YmVhYzJlNTY1YTQ/g773FUpGE8r5Zkgolw98VV5L1NqCXhcPzw2iyWk/Eg==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"","href":"https://musescore.com/user/90375058/scores/28136506","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":28207018,"title":"Opalite – Taylor Swift","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/fd1500998c1a4c507c868d22a7d83ef487ac5de4/score_0.png@180x252?no-cache=1759894861&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/fd1500998c1a4c507c868d22a7d83ef487ac5de4/score_0.png@300x420?no-cache=1759894861&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/fd1500998c1a4c507c868d22a7d83ef487ac5de4/score_0.png@500x660?no-cache=1759894861&bgclr=ffffff"},"date_updated":1759894861,"duration":"03:54","hits":1300,"comments_count":0,"user":{"id":37029692,"name":"nikilately","url":"https://musescore.com/user/37029692","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":0,"pages_count":4,"length":234,"date_created":1759786757,"favorite_count":49,"download_count":14,"user_id":37029692,"is_private":0,"has_custom_video":0,"has_custom_audio":1,"complexity":2,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.79,"count":7,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Arranged by Nikila","mobile_app_web":true,"id_analytics":"s4LdTzZ8SKemPLlMvgcWNzAzZmQ2MTU2NzVhNTM3NThjNTg0MGVmNjRhZTZiZmNjNzkwOGY4OGU3Njg2N2I1OTVlNmQ4OWZjMDZkYjljYWFk3wVKEsCmczSCIslJpYv27fyka+xryAKh7fXWuosISw==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"","href":"https://musescore.com/user/37029692/scores/28207018","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":28215586,"title":"Elizabeth Taylor - Taylor Swift (Piano)","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/03c1bbce5083595af1a45a0bffbab816f61a4943/score_0.png@180x252?no-cache=1759813542&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/03c1bbce5083595af1a45a0bffbab816f61a4943/score_0.png@300x420?no-cache=1759813542&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/03c1bbce5083595af1a45a0bffbab816f61a4943/score_0.png@500x660?no-cache=1759813542&bgclr=ffffff"},"date_updated":1759813542,"duration":"03:20","hits":618,"comments_count":0,"user":{"id":90375058,"name":"Made By Muse","url":"https://musescore.com/user/90375058","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":true},"is_free":0,"is_public_domain":0,"pages_count":5,"length":200,"date_created":1759813477,"favorite_count":15,"download_count":0,"user_id":90375058,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":2,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":0,"count":0,"count_to_visible":3},"is_origin":false,"is_official":true,"publisher":{"publisher_id":5},"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":" Taylor Swift","mobile_app_web":true,"id_analytics":"wqNg2/ENxcKPYDXZ/tXU5zE2MjllYzFmNjBmNTNhM2QxZjVjY2NmMzY1OTI5Y2M1Yjg1YTZlZDU4OTlhNGQxOTdhZDZiMjY4ZGQ2MGI4YzP7jluKZw6wktQPf9Zx1i19HV3GmLlmsm9WLhsiDt2EOA==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"","href":"https://musescore.com/user/90375058/scores/28215586","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":28215589,"title":"Father Figure - Taylor Swift (Piano)","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/9038a9c3ebb90c1939c15a9e4e1fbbe43b062e09/score_0.png@180x252?no-cache=1759813623&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/9038a9c3ebb90c1939c15a9e4e1fbbe43b062e09/score_0.png@300x420?no-cache=1759813623&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/9038a9c3ebb90c1939c15a9e4e1fbbe43b062e09/score_0.png@500x660?no-cache=1759813623&bgclr=ffffff"},"date_updated":1759813623,"duration":"03:29","hits":368,"comments_count":0,"user":{"id":90375058,"name":"Made By Muse","url":"https://musescore.com/user/90375058","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":true},"is_free":0,"is_public_domain":0,"pages_count":4,"length":209,"date_created":1759813483,"favorite_count":17,"download_count":0,"user_id":90375058,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":0,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":0,"count":2,"count_to_visible":1},"is_origin":false,"is_official":true,"publisher":{"publisher_id":5},"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Taylor Swift","mobile_app_web":true,"id_analytics":"r5uKVKZ8NtcYqOrb3LmgKmY2OTRjYTcwZmU5MjA4MmZjODI0Njg2OTA3ZWNkMTk4MDE0ZjI3NTE5OGRhMjg4ZGQ4OTY3NTBlMzBkZjFmYTE8G6g92KgOnEbZs+o2/IjD2wb+LNashdcNYrOMpnZgDg==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"","href":"https://musescore.com/user/90375058/scores/28215589","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":15646720,"title":"Out Of The Woods - Taylor Swift (Big Note Piano)","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/a0f9eea37f5a29dd095332860f822e0261027cef/score_0.png@180x252?no-cache=1759503748&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/a0f9eea37f5a29dd095332860f822e0261027cef/score_0.png@300x420?no-cache=1759503748&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/a0f9eea37f5a29dd095332860f822e0261027cef/score_0.png@500x660?no-cache=1759503748&bgclr=ffffff"},"date_updated":1759503748,"duration":"09:20","hits":1596,"comments_count":0,"user":{"id":39593079,"name":"Hal Leonard","url":"https://musescore.com/official_scores","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":true},"is_free":0,"is_public_domain":0,"pages_count":10,"length":560,"date_created":1713497465,"favorite_count":8,"download_count":1,"user_id":39593079,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":1,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":0,"count":0,"count_to_visible":3},"is_origin":false,"is_official":true,"publisher":{"publisher_id":3},"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Words and Music by TAYLOR SWIFT\nand JACK ANTONOFF","mobile_app_web":true,"id_analytics":"+2E6stB9/nc7TMt0BUXI3mZkNTgxODJkMTI1ODBjNjUyNzIwZjIwMTcxYTQ0MDRiNWFlNTQ0MGQ0NWZjYjc2Y2NjYmJjY2RmNDJhZTQxNzX2NEyHWxeJVYq4q4ZZh+1nQ7mGmq+w04OUlvy+JCbZFQ==","is_pdf":1,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"Artist: Taylor Swift\nWriter: Taylor Swift, Jack Antonoff\nArrangement Format: Big Note Piano\nCategories: Pop\nInstruments: [url state=primary href=\"https://musescore.com/user/39593079/scores/15646720\"]Read more[/url]","href":"https://musescore.com/user/39593079/scores/15646720","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":28136497,"title":"Actually Romantic - Taylor Swift (Piano)","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/9223e94317137f8a56b5cd200d42432edfdd79ce/score_0.png@180x252?no-cache=1759554160&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/9223e94317137f8a56b5cd200d42432edfdd79ce/score_0.png@300x420?no-cache=1759554160&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/9223e94317137f8a56b5cd200d42432edfdd79ce/score_0.png@500x660?no-cache=1759554160&bgclr=ffffff"},"date_updated":1759554160,"duration":"02:38","hits":180,"comments_count":0,"user":{"id":90375058,"name":"Made By Muse","url":"https://musescore.com/user/90375058","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":true},"is_free":0,"is_public_domain":0,"pages_count":6,"length":158,"date_created":1759554039,"favorite_count":12,"download_count":0,"user_id":90375058,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":2,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":0,"count":0,"count_to_visible":3},"is_origin":false,"is_official":true,"publisher":{"publisher_id":5},"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Taylor Swift","mobile_app_web":true,"id_analytics":"hcvyoPwjbkNexw0WgqE1pThiZWVhNGIwZGQ3OTk3OGI0Y2EyMjJhM2RiMGQ5YTEyNzExODQzNThhYjQ5YWU0MzI3MGNmZDlkNzE1ZGQ2MTKmA895Svlg+WMj296mtQeR+g8EWdQekQAzpCxcLtXRNw==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"","href":"https://musescore.com/user/90375058/scores/28136497","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":28136503,"title":"Wi$h Li$t - Taylor Swift (Piano)","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/587e8a5c66474ac83ef7722298b90ebc77e61e0b/score_0.png@180x252?no-cache=1759554177&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/587e8a5c66474ac83ef7722298b90ebc77e61e0b/score_0.png@300x420?no-cache=1759554177&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/587e8a5c66474ac83ef7722298b90ebc77e61e0b/score_0.png@500x660?no-cache=1759554177&bgclr=ffffff"},"date_updated":1759554177,"duration":"03:28","hits":198,"comments_count":0,"user":{"id":90375058,"name":"Made By Muse","url":"https://musescore.com/user/90375058","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":true},"is_free":0,"is_public_domain":0,"pages_count":4,"length":208,"date_created":1759554050,"favorite_count":12,"download_count":0,"user_id":90375058,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":2,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":0,"count":0,"count_to_visible":3},"is_origin":false,"is_official":true,"publisher":{"publisher_id":5},"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Taylor Swift","mobile_app_web":true,"id_analytics":"HPpAO6NSWf6TDvBLXxes7DdlMDQ1ZTBjMjljN2UxYjljYzY5ZTY5MGYxNmQ2YzU4YWM4YzdmOGIzNTYxOTBkYWY1YTVhMzRmZGM3NDA0OTeHrHgA1WAoxjNOhpEC3dmTuRC0jwzOzqwgXCtOnQmEDw==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"","href":"https://musescore.com/user/90375058/scores/28136503","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":28136524,"title":"Eldest Daughter - Taylor Swift (Piano)","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/743456072557b16dc0be92e562f443441ce2b2bf/score_0.png@180x252?no-cache=1759554172&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/743456072557b16dc0be92e562f443441ce2b2bf/score_0.png@300x420?no-cache=1759554172&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/743456072557b16dc0be92e562f443441ce2b2bf/score_0.png@500x660?no-cache=1759554172&bgclr=ffffff"},"date_updated":1759554172,"duration":"03:57","hits":2485,"comments_count":0,"user":{"id":90375058,"name":"Made By Muse","url":"https://musescore.com/user/90375058","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":true},"is_free":0,"is_public_domain":0,"pages_count":4,"length":237,"date_created":1759554080,"favorite_count":44,"download_count":0,"user_id":90375058,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":2,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":0,"count":2,"count_to_visible":1},"is_origin":false,"is_official":true,"publisher":{"publisher_id":5},"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Taylor Swift","mobile_app_web":true,"id_analytics":"1a4k0LMmwdfbcTLqz3L8ATJkZmE5N2FiZTA2NGQzZWM2YTJhMDRjNTNkNDQwZWQ3YWZkZWJiNjBmMWY2MzhhYmY3OGM5NWE4OGU1Yjg1NjCYeHT04CN1RGt7PXbO7AdqaAYXQZmqilYV0tmx54MFSQ==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"","href":"https://musescore.com/user/90375058/scores/28136524","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":28136491,"title":"CANCELLED! - Taylor Swift (Piano)","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/c39f236950313149a546cbf02ee74ae86c5c2d8d/score_0.png@180x252?no-cache=1759554328&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/c39f236950313149a546cbf02ee74ae86c5c2d8d/score_0.png@300x420?no-cache=1759554328&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/c39f236950313149a546cbf02ee74ae86c5c2d8d/score_0.png@500x660?no-cache=1759554328&bgclr=ffffff"},"date_updated":1759554328,"duration":"03:27","hits":442,"comments_count":0,"user":{"id":90375058,"name":"Made By Muse","url":"https://musescore.com/user/90375058","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":true},"is_free":0,"is_public_domain":0,"pages_count":4,"length":207,"date_created":1759554018,"favorite_count":9,"download_count":0,"user_id":90375058,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":2,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":0,"count":0,"count_to_visible":3},"is_origin":false,"is_official":true,"publisher":{"publisher_id":5},"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Taylor Swift","mobile_app_web":true,"id_analytics":"8v4f7xqX5vPAsNhKSGn7ZjdmNjAxMTBmNTRiNjQ2NGFkMmMyZTRiN2Q2NDM4MThlOGY1MmY5NjdkMzkwYjlhZDgxN2UxMDk3OWU4Mjk5Y2E6JwQCvXihvVZ+x+3XhIRkYSdpxYahtu60iUkCzpumyg==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"","href":"https://musescore.com/user/90375058/scores/28136491","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":28160917,"title":"The Life Of A Showgirl (feat. Sabrina Carpenter) - Taylor Swift (Piano-Vocal-Guitar)","parts":3,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/eedfd33c2d39aab189f3b52206ac613f3d1b9680/score_0.png@180x252?no-cache=1759987679&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/eedfd33c2d39aab189f3b52206ac613f3d1b9680/score_0.png@300x420?no-cache=1759987679&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/eedfd33c2d39aab189f3b52206ac613f3d1b9680/score_0.png@500x660?no-cache=1759987679&bgclr=ffffff"},"date_updated":1759987679,"duration":"09:50","hits":246,"comments_count":0,"user":{"id":39593079,"name":"Hal Leonard","url":"https://musescore.com/official_scores","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":true},"is_free":0,"is_public_domain":0,"pages_count":10,"length":590,"date_created":1759641024,"favorite_count":9,"download_count":0,"user_id":39593079,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":0,"instrumentations":[{"name":"Piano-Voice-Guitar"}],"instruments":[{"name":"Piano"},{"name":"Vocals"},{"name":"Guitar"}],"rating":{"rating":0,"count":0,"count_to_visible":3},"is_origin":false,"is_official":true,"publisher":{"publisher_id":3},"parts_names":[],"description":"Piano-Voice-Guitar","url":"https://musescore.com/","composer_name":"","mobile_app_web":false,"id_analytics":"8M+M/SGmWvVwLanWAPI3tzM4ZjczZWNjNWJmNGUxNDFlOTgwMDI1M2RmNWU5NDQ0YzIxYWY1ZWMzZDIwZjgxYTExYmVjYmM2M2I3ZTU3NGMh8EmpFyHT0I8wKQ8eB5I+Kr5242erfja08TjVAyWanA==","is_pdf":1,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"Artist: Taylor Swift\nWriter: Max Martin, Taylor Swift, Shellback (aka Johan Schuster)\nArrangement Format: Piano-Vocal-Gui [url state=primary href=\"https://musescore.com/user/39593079/scores/28160917\"]Read more[/url]","href":"https://musescore.com/user/39593079/scores/28160917","instrumentation_links":[{"name":"Piano-Voice-Guitar","url_to_search":"https://musescore.com/sheetmusic/piano-voice-guitar"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"},{"name":"Vocals","url_to_search":"https://musescore.com/sheetmusic/vocals"},{"name":"Guitar","url_to_search":"https://musescore.com/sheetmusic/guitar"}]},{"id":28215553,"title":"Ruin the Friendship - Taylor Swift (Piano)","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/a5029a640dec0b1760de7f347893a5ae23017422/score_0.png@180x252?no-cache=1759813575&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/a5029a640dec0b1760de7f347893a5ae23017422/score_0.png@300x420?no-cache=1759813575&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/a5029a640dec0b1760de7f347893a5ae23017422/score_0.png@500x660?no-cache=1759813575&bgclr=ffffff"},"date_updated":1759813575,"duration":"03:31","hits":141,"comments_count":0,"user":{"id":90375058,"name":"Made By Muse","url":"https://musescore.com/user/90375058","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":true},"is_free":0,"is_public_domain":0,"pages_count":5,"length":211,"date_created":1759813430,"favorite_count":9,"download_count":0,"user_id":90375058,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":0,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":0,"count":0,"count_to_visible":3},"is_origin":false,"is_official":true,"publisher":{"publisher_id":5},"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Taylor Swift","mobile_app_web":true,"id_analytics":"GVdvzFS17KGTK7PRJhP1wDY5ZjQ2MDJmNjI1YTNiYjI5ZGI0YTZhY2ZmNDAwMDFlNzdlZWI1Nzc4ZjNlNGM0OGExMTBiMDZjN2NlM2Y2OGQiNxY6oLTd0W/KMl7q42gEhLqVVSzl5wObFsMJIjFTeg==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"","href":"https://musescore.com/user/90375058/scores/28215553","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":28215547,"title":"Honey - Taylor Swift (Piano)","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/6b3bb1ce0922d983a47d3136added9c3a3740a7d/score_0.png@180x252?no-cache=1759813479&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/6b3bb1ce0922d983a47d3136added9c3a3740a7d/score_0.png@300x420?no-cache=1759813479&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/6b3bb1ce0922d983a47d3136added9c3a3740a7d/score_0.png@500x660?no-cache=1759813479&bgclr=ffffff"},"date_updated":1759813479,"duration":"03:00","hits":74,"comments_count":0,"user":{"id":90375058,"name":"Made By Muse","url":"https://musescore.com/user/90375058","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":true},"is_free":0,"is_public_domain":0,"pages_count":5,"length":180,"date_created":1759813423,"favorite_count":6,"download_count":0,"user_id":90375058,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":0,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":0,"count":0,"count_to_visible":3},"is_origin":false,"is_official":true,"publisher":{"publisher_id":5},"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Taylor Swift","mobile_app_web":true,"id_analytics":"E02acE79seuijW+t8zqPTjI2MzZmODk2M2NlZDkzNDM1YmY5MTlhNDFhNWFlMTE0YTVmNjZmZTdmZmMzMzcxYmQ5ZWY4OTRjYzhjMTA5YTax9n4W6K/SVhrs6UezuACAWbmApuGS/jB5edoOP6O+vA==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"","href":"https://musescore.com/user/90375058/scores/28215547","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":26014972,"title":"Golden (Kpop Demon Hunters) – HUNTR/X","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/69f28cd36d50fc088846083569fa4893bbfab02e/score_0.png@180x252?no-cache=1758644636&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/69f28cd36d50fc088846083569fa4893bbfab02e/score_0.png@300x420?no-cache=1758644636&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/69f28cd36d50fc088846083569fa4893bbfab02e/score_0.png@500x660?no-cache=1758644636&bgclr=ffffff"},"date_updated":1758644636,"duration":"03:12","hits":182450,"comments_count":138,"user":{"id":81623917,"name":"Txantoni","url":"https://musescore.com/user/81623917","is_pro":false,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":0,"pages_count":4,"length":192,"date_created":1751055266,"favorite_count":2230,"download_count":3878,"user_id":81623917,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":2,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.63,"count":671,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Arranged by Txantoni","mobile_app_web":true,"id_analytics":"0P8gGOYqze0Tdlh089+wm2MyNWRhNDk1MTkyMTAxOWVlMjc0ZmQzNmM5NzcyZDlkNGVkZjU5Mzg0ZjliYmEyZDIwYTA4M2E5MjQ1NDQ4NjaCrQWn0ECf0BY9jaop6Bz1oIL/jjBl872kB4WLSbWGXw==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"Please rate or like it, this is my first bigger score (view wise)\r\n@kskongmusic\r\nBefore anyone says anything, because I'v [url state=primary href=\"https://musescore.com/user/81623917/scores/26014972\"]Read more[/url]","href":"https://musescore.com/user/81623917/scores/26014972","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":28215496,"title":"Tit for Tat - Tate McRae (Piano)","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/fe25ce451e47daa895e9a991a11b67f54259d14f/score_0.png@180x252?no-cache=1759813430&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/fe25ce451e47daa895e9a991a11b67f54259d14f/score_0.png@300x420?no-cache=1759813430&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/fe25ce451e47daa895e9a991a11b67f54259d14f/score_0.png@500x660?no-cache=1759813430&bgclr=ffffff"},"date_updated":1759813430,"duration":"02:51","hits":542,"comments_count":0,"user":{"id":90375058,"name":"Made By Muse","url":"https://musescore.com/user/90375058","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":true},"is_free":0,"is_public_domain":0,"pages_count":5,"length":171,"date_created":1759813364,"favorite_count":10,"download_count":0,"user_id":90375058,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":2,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":0,"count":0,"count_to_visible":3},"is_origin":false,"is_official":true,"publisher":{"publisher_id":5},"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Tate McRae","mobile_app_web":true,"id_analytics":"FFqbKAciMvPBPXE6y6ehmWVmZjVlZmMzM2FmOWNhODE5NDJmNjM3MmYxZWY4YjhhYWI0N2U3ODcyZjUzMWRiMzE3NDEwZDA4OGM0ZDAwODMjL8U1fd2UfBy/YgtehL6rXb/VMYJRkHpFh8i3S8kqkQ==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"","href":"https://musescore.com/user/90375058/scores/28215496","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":24606523,"title":"back to friends – sombr","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/3114302d8886a6aafcd68cbfca7fcd0cf7e28919/score_0.png@180x252?no-cache=1756900517&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/3114302d8886a6aafcd68cbfca7fcd0cf7e28919/score_0.png@300x420?no-cache=1756900517&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/3114302d8886a6aafcd68cbfca7fcd0cf7e28919/score_0.png@500x660?no-cache=1756900517&bgclr=ffffff"},"date_updated":1756900517,"duration":"03:10","hits":48954,"comments_count":8,"user":{"id":51278624,"name":"t1mmy23","url":"https://musescore.com/user/51278624","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":0,"pages_count":4,"length":190,"date_created":1744232778,"favorite_count":1058,"download_count":264,"user_id":51278624,"is_private":0,"has_custom_video":0,"has_custom_audio":1,"complexity":2,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.81,"count":62,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Klavier"],"description":"Solo","url":"https://musescore.com/","composer_name":"arr. by Timmy Jurgensen","mobile_app_web":true,"id_analytics":"xXNRLjIc0Mq+CyFQhTXR6jNmNDkyNzMyZjM3YmViMzZkODJkNTU1YjBhYWMwMzEwZWFkYjM5ZWRjYzAzMjEwNjUxYzFjMzhiZTAwZjBjOGG9RLSsMSDsFwjB7NY3c2H3b4ATMxek+w1gLHVTtV//CA==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"Me playing this on youtube: https://www.youtube.com/watch?v=djTSO36AiZY","href":"https://musescore.com/user/51278624/scores/24606523","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":27761863,"title":"Man I Need - Olivia Dean (Piano-Vocal-Guitar)","parts":3,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/a7149f10a0803bdfd76b9ba83f6506fd09de3ca8/score_0.png@180x252?no-cache=1758259445&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/a7149f10a0803bdfd76b9ba83f6506fd09de3ca8/score_0.png@300x420?no-cache=1758259445&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/a7149f10a0803bdfd76b9ba83f6506fd09de3ca8/score_0.png@500x660?no-cache=1758259445&bgclr=ffffff"},"date_updated":1758259445,"duration":"05:24","hits":2910,"comments_count":0,"user":{"id":39593079,"name":"Hal Leonard","url":"https://musescore.com/official_scores","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":true},"is_free":0,"is_public_domain":0,"pages_count":6,"length":324,"date_created":1758258774,"favorite_count":40,"download_count":0,"user_id":39593079,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":0,"instrumentations":[{"name":"Piano-Voice-Guitar"}],"instruments":[{"name":"Piano"},{"name":"Vocals"},{"name":"Guitar"}],"rating":{"rating":3.85,"count":4,"count_to_visible":0},"is_origin":false,"is_official":true,"publisher":{"publisher_id":3},"parts_names":[],"description":"Piano-Voice-Guitar","url":"https://musescore.com/","composer_name":"","mobile_app_web":false,"id_analytics":"MZn+4Yf5q21zCLnahdZbOjdmMjVlMWIyOTQ2YmUxYzc4OTVkZDY3NDg2NDBlMDdiOWVkN2VjMmJjZTllNmM4YmIwNDkwMTUxNDgxNzkwZmQKfiCQhib4uLWSxLemJBL5DT3StG8/3QKpIlpx1oLr/A==","is_pdf":1,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"Artist: Olivia Dean\nWriter: Olivia Dean, Zach Nahome, Tobias Jesso, Jr.\nArrangement Format: Piano-Vocal-Guitar\nCategories [url state=primary href=\"https://musescore.com/user/39593079/scores/27761863\"]Read more[/url]","href":"https://musescore.com/user/39593079/scores/27761863","instrumentation_links":[{"name":"Piano-Voice-Guitar","url_to_search":"https://musescore.com/sheetmusic/piano-voice-guitar"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"},{"name":"Vocals","url_to_search":"https://musescore.com/sheetmusic/vocals"},{"name":"Guitar","url_to_search":"https://musescore.com/sheetmusic/guitar"}]},{"id":26417998,"title":"Your Idol (from the Netflix Film KPop Demon Hunters) - Saja Boys, Andrew Choi, Neckwav, Danny Chung,","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/b8e4ff3512b4eb5f98d184ff1453c0eb367c7015/score_0.png@180x252?no-cache=1757079090&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/b8e4ff3512b4eb5f98d184ff1453c0eb367c7015/score_0.png@300x420?no-cache=1757079090&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/b8e4ff3512b4eb5f98d184ff1453c0eb367c7015/score_0.png@500x660?no-cache=1757079090&bgclr=ffffff"},"date_updated":1757079090,"duration":"03:03","hits":41487,"comments_count":7,"user":{"id":90375058,"name":"Made By Muse","url":"https://musescore.com/user/90375058","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":true},"is_free":0,"is_public_domain":0,"pages_count":4,"length":183,"date_created":1753202473,"favorite_count":498,"download_count":0,"user_id":90375058,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":2,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.84,"count":81,"count_to_visible":0},"is_origin":false,"is_official":true,"publisher":{"publisher_id":5},"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Saja Boys, Andrew Choi, Neckwav, Danny Chung, \nKevin Woo, samUIL Lee, KPop Demon Hunters Cast","mobile_app_web":true,"id_analytics":"w7ccOhCqcdAZGQi+AMsrY2E0NzlhNzBkN2I4YTEwOGM4ZGQ4NTI1MTJjMzFjZTk0OGZjNWE2MjgyODk3ODk2NTBmNWJiNGQ3ZTk1YzZkZWFetGEIc2KEzoyeheu4cajNa/5lT6K+NoI0ScKt0D/TiQ==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"","href":"https://musescore.com/user/90375058/scores/26417998","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":22955392,"title":"Ordinary - Alex Warren","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/b33966fa2cee98fe39c6083c45f6fdc9bea95429/score_0.png@180x252?no-cache=1755868625&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/b33966fa2cee98fe39c6083c45f6fdc9bea95429/score_0.png@300x420?no-cache=1755868625&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/b33966fa2cee98fe39c6083c45f6fdc9bea95429/score_0.png@500x660?no-cache=1755868625&bgclr=ffffff"},"date_updated":1755868625,"duration":"03:00","hits":127725,"comments_count":61,"user":{"id":33377493,"name":".cax","url":"https://musescore.com/user/33377493","is_pro":false,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":0,"pages_count":8,"length":180,"date_created":1737181112,"favorite_count":1910,"download_count":1596,"user_id":33377493,"is_private":0,"has_custom_video":0,"has_custom_audio":1,"complexity":2,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.8,"count":484,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Transcribed by: Calix Huang","mobile_app_web":true,"id_analytics":"rCeEy9NIKKYpGLhh+T2iSzM4MmU3Yzc1Zjg4OGEwYzZjOGFmN2E2Yzk5NmZkZmFhNmRkYTAwMWMxY2FkMzA1NmFmOTM5ZTc3YWZhZTNmNjbXat4tu8cdr2vfrhKjOP85f5WqJLSlz4U53ym7gpPC+w==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"","href":"https://musescore.com/user/33377493/scores/22955392","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":26418004,"title":"Soda Pop (from the Netflix Film KPop Demon Hunters) - Saja Boys (Piano)","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/646fe38c20d221f1e0d23cc90cb6df7d44fca925/score_0.png@180x252?no-cache=1757072676&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/646fe38c20d221f1e0d23cc90cb6df7d44fca925/score_0.png@300x420?no-cache=1757072676&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/646fe38c20d221f1e0d23cc90cb6df7d44fca925/score_0.png@500x660?no-cache=1757072676&bgclr=ffffff"},"date_updated":1757072676,"duration":"02:26","hits":60186,"comments_count":17,"user":{"id":90375058,"name":"Made By Muse","url":"https://musescore.com/user/90375058","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":true},"is_free":0,"is_public_domain":0,"pages_count":5,"length":146,"date_created":1753202485,"favorite_count":569,"download_count":0,"user_id":90375058,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":2,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.69,"count":124,"count_to_visible":0},"is_origin":false,"is_official":true,"publisher":{"publisher_id":5},"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Saja Boys, Andrew Choi, Neckwav, Danny Chung, \nKevin Woo, samUIL Lee, KPop Demon Hunters Cast","mobile_app_web":true,"id_analytics":"50FXMEMJO3byYHYuDyxOBGQ4ZDYzMWQxZmZlNWEwMjdiNzQyNGQ0YTg5YTRhYjE5N2I3MTg2Y2UwZTBmODY2YjI2NDczMWVhOTk0OWVmMzIhmw2saoEb4i8Lrdz7spY5vAO4eD8mXxFuOEewDY5l2A==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"","href":"https://musescore.com/user/90375058/scores/26418004","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":26418001,"title":"How It's Done (from the Netflix Film KPop Demon Hunters) - HUNTR/X, EJAE, AUDREY NUNA, REI AMI, KPop","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/c93f788375f0c5a0f9f1ae68e157462c02b1bcdf/score_0.png@180x252?no-cache=1753202512&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/c93f788375f0c5a0f9f1ae68e157462c02b1bcdf/score_0.png@300x420?no-cache=1753202512&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/c93f788375f0c5a0f9f1ae68e157462c02b1bcdf/score_0.png@500x660?no-cache=1753202512&bgclr=ffffff"},"date_updated":1753202512,"duration":"02:49","hits":10827,"comments_count":2,"user":{"id":90375058,"name":"Made By Muse","url":"https://musescore.com/user/90375058","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":true},"is_free":0,"is_public_domain":0,"pages_count":6,"length":169,"date_created":1753202479,"favorite_count":260,"download_count":0,"user_id":90375058,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":2,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.74,"count":28,"count_to_visible":0},"is_origin":false,"is_official":true,"publisher":{"publisher_id":5},"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"HUNTR/X, EJAE, AUDREY NUNA, \nREI AMI, KPop Demon Hunters Cast","mobile_app_web":true,"id_analytics":"THufIajKaKhq2hGyMsR1KDljYjg5ZTQ5YjBjYzM5NmI2OGE2YzU0MzQyMTNhZjI2ZDA3NjY1YjU1Njk3YjNlMTYxOTViZTllM2NjODRjYji22wPVqzixLCFPv1ykJEGgakUd8+SqcFmrOTwN68pBYA==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"","href":"https://musescore.com/user/90375058/scores/26418001","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]}],"top_scores_of_the_week_type":"auto","playlists_selected":[{"id":"aqfax","public":1,"url":"/user/35925480/playlists/trending-songs--aqfax","title":"Trending songs","subtitle":"Arrangements Made by Muse","description":"","user":{"id":35925480,"name":"MuseScore Team","url":"https://musescore.com/user/35925480","image":"https://musescore.com/static/musescore/userdata/avatar/1/5/a/35925480.jpg@150x150?cache=1759745399","is_pro":true,"is_staff":true,"is_moderator":false,"cover_url":"https://musescore.com/static/musescore/userdata/cover/8/1/d/35925480.jpg?cache=1759745390","has_cover":true,"date_created":1598271012,"is_publisher":false,"_links":{"self":{"href":"https://musescore.com/user/35925480"}}},"scores_cnt":52,"image_type":2,"image_url":"https://musescore.com/static/musescore/userdata/playlists/d/3/3/2a818.png?date=1741968381","is_favorite":false,"date_created":1731344504,"color":null,"text_color_type":1,"date_scores_updated":1759831978,"is_user_musescore_team":true,"palette_color_type":6},{"id":"l6Xfk","public":1,"url":"/user/35925480/playlists/taylor-swift--l6Xfk","title":"Taylor Swift","subtitle":"Piano solo and with Voice","description":"Experience Taylor Swift's music with this collection from early country hits to chart-topping pop anthems.","user":{"id":35925480,"name":"MuseScore Team","url":"https://musescore.com/user/35925480","image":"https://musescore.com/static/musescore/userdata/avatar/1/5/a/35925480.jpg@150x150?cache=1759745399","is_pro":true,"is_staff":true,"is_moderator":false,"cover_url":"https://musescore.com/static/musescore/userdata/cover/8/1/d/35925480.jpg?cache=1759745390","has_cover":true,"date_created":1598271012,"is_publisher":false,"_links":{"self":{"href":"https://musescore.com/user/35925480"}}},"scores_cnt":22,"image_type":2,"image_url":"https://musescore.com/static/musescore/userdata/playlists/7/4/4/04674.png?date=1726839331","is_favorite":false,"date_created":1722955668,"color":null,"text_color_type":1,"date_scores_updated":1759824214,"is_user_musescore_team":true,"palette_color_type":2},{"id":"Qkf2o","public":1,"url":"/user/35925480/playlists/film-music-favourites--Qkf2o","title":"Film Music","subtitle":"Your favorite soundtracks","description":"Enjoy playing the main themes from worldwide's famous movies.","user":{"id":35925480,"name":"MuseScore Team","url":"https://musescore.com/user/35925480","image":"https://musescore.com/static/musescore/userdata/avatar/1/5/a/35925480.jpg@150x150?cache=1759745399","is_pro":true,"is_staff":true,"is_moderator":false,"cover_url":"https://musescore.com/static/musescore/userdata/cover/8/1/d/35925480.jpg?cache=1759745390","has_cover":true,"date_created":1598271012,"is_publisher":false,"_links":{"self":{"href":"https://musescore.com/user/35925480"}}},"scores_cnt":20,"image_type":2,"image_url":"https://musescore.com/static/musescore/userdata/playlists/0/b/a/961d7.png?date=1741968537","is_favorite":false,"date_created":1737122589,"color":null,"text_color_type":1,"date_scores_updated":1737122604,"is_user_musescore_team":true,"palette_color_type":4},{"id":"GNfGg","public":1,"url":"/user/35925480/playlists/for-gamers--GNfGg","title":"Video Games","subtitle":"Biggest hits for piano","description":"Level up your music game with these epic video game scores for piano!","user":{"id":35925480,"name":"MuseScore Team","url":"https://musescore.com/user/35925480","image":"https://musescore.com/static/musescore/userdata/avatar/1/5/a/35925480.jpg@150x150?cache=1759745399","is_pro":true,"is_staff":true,"is_moderator":false,"cover_url":"https://musescore.com/static/musescore/userdata/cover/8/1/d/35925480.jpg?cache=1759745390","has_cover":true,"date_created":1598271012,"is_publisher":false,"_links":{"self":{"href":"https://musescore.com/user/35925480"}}},"scores_cnt":20,"image_type":2,"image_url":"https://musescore.com/static/musescore/userdata/playlists/0/5/0/79f4d.png?date=1741968697","is_favorite":false,"date_created":1737037909,"color":null,"text_color_type":1,"date_scores_updated":1737122626,"is_user_musescore_team":true,"palette_color_type":5},{"id":"Bw5fL","public":1,"url":"/user/35925480/playlists/piano--Bw5fL","title":"Piano","subtitle":"Songs you can't miss","description":"Nail essential techniques, and play full songs, building your skills and confidence along the way.","user":{"id":35925480,"name":"MuseScore Team","url":"https://musescore.com/user/35925480","image":"https://musescore.com/static/musescore/userdata/avatar/1/5/a/35925480.jpg@150x150?cache=1759745399","is_pro":true,"is_staff":true,"is_moderator":false,"cover_url":"https://musescore.com/static/musescore/userdata/cover/8/1/d/35925480.jpg?cache=1759745390","has_cover":true,"date_created":1598271012,"is_publisher":false,"_links":{"self":{"href":"https://musescore.com/user/35925480"}}},"scores_cnt":10,"image_type":2,"image_url":"https://musescore.com/static/musescore/userdata/playlists/f/5/e/442d3.png?date=1741970662","is_favorite":false,"date_created":1722955755,"color":null,"text_color_type":1,"date_scores_updated":1726640484,"is_user_musescore_team":true,"palette_color_type":6},{"id":"l30fv","public":1,"url":"/user/35925480/playlists/disney--l30fv","title":"Disney","subtitle":"Favorite tracks for piano","description":"Relive cherished memories and create new ones with this enchanting collection of Disney piano sheet music.","user":{"id":35925480,"name":"MuseScore Team","url":"https://musescore.com/user/35925480","image":"https://musescore.com/static/musescore/userdata/avatar/1/5/a/35925480.jpg@150x150?cache=1759745399","is_pro":true,"is_staff":true,"is_moderator":false,"cover_url":"https://musescore.com/static/musescore/userdata/cover/8/1/d/35925480.jpg?cache=1759745390","has_cover":true,"date_created":1598271012,"is_publisher":false,"_links":{"self":{"href":"https://musescore.com/user/35925480"}}},"scores_cnt":10,"image_type":1,"image_url":"https://musescore.com/static/musescore/userdata/playlists/a/d/1/c8240.png?date=1738344723","is_favorite":false,"date_created":1722955731,"color":null,"text_color_type":0,"date_scores_updated":1726639994,"is_user_musescore_team":true,"palette_color_type":null},{"id":"J73f8","public":1,"url":"/user/35925480/playlists/musescore-top-20--J73f8","title":"MuseScore Top 20","subtitle":"","description":"Discover the 20 most-loved piano pieces trending with the MuseScore community.","user":{"id":35925480,"name":"MuseScore Team","url":"https://musescore.com/user/35925480","image":"https://musescore.com/static/musescore/userdata/avatar/1/5/a/35925480.jpg@150x150?cache=1759745399","is_pro":true,"is_staff":true,"is_moderator":false,"cover_url":"https://musescore.com/static/musescore/userdata/cover/8/1/d/35925480.jpg?cache=1759745390","has_cover":true,"date_created":1598271012,"is_publisher":false,"_links":{"self":{"href":"https://musescore.com/user/35925480"}}},"scores_cnt":20,"image_type":3,"image_url":"https://musescore.com/static/musescore/userdata/playlists/9/f/e/6986d.png?date=1741970992","is_favorite":false,"date_created":1724077455,"color":"#320464","text_color_type":0,"date_scores_updated":1760414587,"is_user_musescore_team":true,"palette_color_type":null},{"id":"J8afA","public":1,"url":"/user/35925480/playlists/piano-classics--J8afA","title":"Piano Classics","subtitle":"","description":"Play iconic classical pieces, build your skills, and gain confidence on the keys.","user":{"id":35925480,"name":"MuseScore Team","url":"https://musescore.com/user/35925480","image":"https://musescore.com/static/musescore/userdata/avatar/1/5/a/35925480.jpg@150x150?cache=1759745399","is_pro":true,"is_staff":true,"is_moderator":false,"cover_url":"https://musescore.com/static/musescore/userdata/cover/8/1/d/35925480.jpg?cache=1759745390","has_cover":true,"date_created":1598271012,"is_publisher":false,"_links":{"self":{"href":"https://musescore.com/user/35925480"}}},"scores_cnt":20,"image_type":2,"image_url":"https://musescore.com/static/musescore/userdata/playlists/8/4/d/fd7c5.png?date=1741971244","is_favorite":false,"date_created":1724083163,"color":null,"text_color_type":1,"date_scores_updated":1759917780,"is_user_musescore_team":true,"palette_color_type":4},{"id":"Bpef7","public":1,"url":"/user/35925480/playlists/the-beatles--Bpef7","title":"The Beatles","subtitle":"Legendary songs for piano","description":"This beginner-friendly collection will get you playing ‘Hey Jude’ in no time.","user":{"id":35925480,"name":"MuseScore Team","url":"https://musescore.com/user/35925480","image":"https://musescore.com/static/musescore/userdata/avatar/1/5/a/35925480.jpg@150x150?cache=1759745399","is_pro":true,"is_staff":true,"is_moderator":false,"cover_url":"https://musescore.com/static/musescore/userdata/cover/8/1/d/35925480.jpg?cache=1759745390","has_cover":true,"date_created":1598271012,"is_publisher":false,"_links":{"self":{"href":"https://musescore.com/user/35925480"}}},"scores_cnt":10,"image_type":2,"image_url":"https://musescore.com/static/musescore/userdata/playlists/0/9/2/04d6f.png?date=1726498787","is_favorite":false,"date_created":1722955833,"color":null,"text_color_type":1,"date_scores_updated":1726599971,"is_user_musescore_team":true,"palette_color_type":1},{"id":"PoQfQ","public":1,"url":"/user/35925480/playlists/star-wars--PoQfQ","title":"Star Wars","subtitle":"","description":"Channel the power of The Force through epic scores arranged for piano, symphonic band, and orchestra.","user":{"id":35925480,"name":"MuseScore Team","url":"https://musescore.com/user/35925480","image":"https://musescore.com/static/musescore/userdata/avatar/1/5/a/35925480.jpg@150x150?cache=1759745399","is_pro":true,"is_staff":true,"is_moderator":false,"cover_url":"https://musescore.com/static/musescore/userdata/cover/8/1/d/35925480.jpg?cache=1759745390","has_cover":true,"date_created":1598271012,"is_publisher":false,"_links":{"self":{"href":"https://musescore.com/user/35925480"}}},"scores_cnt":20,"image_type":3,"image_url":"https://musescore.com/static/musescore/userdata/playlists/8/2/a/daa9f.png?date=1726499168","is_favorite":false,"date_created":1722955892,"color":"#000","text_color_type":0,"date_scores_updated":1726659721,"is_user_musescore_team":true,"palette_color_type":null},{"id":"JYDfQ","public":1,"url":"/user/35925480/playlists/go-viral--JYDfQ","title":"Go Viral","subtitle":"","description":"This year's hottest hits – straight from your feed to your fingertips!","user":{"id":35925480,"name":"MuseScore Team","url":"https://musescore.com/user/35925480","image":"https://musescore.com/static/musescore/userdata/avatar/1/5/a/35925480.jpg@150x150?cache=1759745399","is_pro":true,"is_staff":true,"is_moderator":false,"cover_url":"https://musescore.com/static/musescore/userdata/cover/8/1/d/35925480.jpg?cache=1759745390","has_cover":true,"date_created":1598271012,"is_publisher":false,"_links":{"self":{"href":"https://musescore.com/user/35925480"}}},"scores_cnt":10,"image_type":2,"image_url":"https://musescore.com/static/musescore/userdata/playlists/e/c/0/5c1c2.png?date=1741971558","is_favorite":false,"date_created":1726839431,"color":null,"text_color_type":1,"date_scores_updated":1726839517,"is_user_musescore_team":true,"palette_color_type":3},{"id":"Pxvf6","public":1,"url":"/user/35925480/playlists/marvel--Pxvf6","title":"Marvel","subtitle":"","description":"Channel your inner hero and bring the Marvel Cinematic Universe to life on your piano.","user":{"id":35925480,"name":"MuseScore Team","url":"https://musescore.com/user/35925480","image":"https://musescore.com/static/musescore/userdata/avatar/1/5/a/35925480.jpg@150x150?cache=1759745399","is_pro":true,"is_staff":true,"is_moderator":false,"cover_url":"https://musescore.com/static/musescore/userdata/cover/8/1/d/35925480.jpg?cache=1759745390","has_cover":true,"date_created":1598271012,"is_publisher":false,"_links":{"self":{"href":"https://musescore.com/user/35925480"}}},"scores_cnt":10,"image_type":3,"image_url":"https://musescore.com/static/musescore/userdata/playlists/1/4/d/07b9a.png?date=1741971735","is_favorite":false,"date_created":1722955944,"color":"#4F0A16","text_color_type":0,"date_scores_updated":1726641186,"is_user_musescore_team":true,"palette_color_type":null}],"sets":[],"scores_to_be_promoted":[{"id":14812843,"title":"Anti-Hero – Taylor Swift","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/11e2d396537fcd6a693e48c2d31f8376a1dad0ef/score_0.png@180x252?no-cache=1715712733&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/11e2d396537fcd6a693e48c2d31f8376a1dad0ef/score_0.png@300x420?no-cache=1715712733&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/11e2d396537fcd6a693e48c2d31f8376a1dad0ef/score_0.png@500x660?no-cache=1715712733&bgclr=ffffff"},"date_updated":1715712733,"duration":"03:07","hits":344,"comments_count":1,"user":{"id":33882042,"name":"Racon Stealer","url":"https://musescore.com/user/33882042","is_pro":false,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":0,"pages_count":3,"length":187,"date_created":1709957749,"favorite_count":7,"download_count":34,"user_id":33882042,"is_private":0,"has_custom_video":0,"has_custom_audio":1,"complexity":2,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":0,"count":2,"count_to_visible":1},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Taylor Swift","mobile_app_web":true,"id_analytics":"NAQiULQoeQ+MN03MXFvHyWJmZmI4ZDgxZTU2OTMzZmVjYjUzZTExOWEwNTA0NmUxMmFhY2NiNjVmOTViNDdjODcwNmRlNjM5MTQ1ODljYjXT1zy6Hego1ashwF20UcY+BXUEQPxyrlJOkZm6q/GRBw==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"","href":"https://musescore.com/user/33882042/scores/14812843","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":11695321,"title":"Vampire – Olivia Rodrigo","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/db9503c78457d436683ccaa37e4acc788772edf9/score_0.png@180x252?no-cache=1715708048&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/db9503c78457d436683ccaa37e4acc788772edf9/score_0.png@300x420?no-cache=1715708048&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/db9503c78457d436683ccaa37e4acc788772edf9/score_0.png@500x660?no-cache=1715708048&bgclr=ffffff"},"date_updated":1715708048,"duration":"03:46","hits":23513,"comments_count":25,"user":{"id":39385785,"name":"shawnshawnshawn","url":"https://musescore.com/user/39385785","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":0,"pages_count":4,"length":226,"date_created":1691136567,"favorite_count":657,"download_count":490,"user_id":39385785,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":3,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.84,"count":147,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Arr.: Shawn","mobile_app_web":true,"id_analytics":"4z2b8eGLMvv5cEnErVe69GM1OTQ3ODc5NDM4YzFkOTYwNDE0YmNkNzZiZjViMzI3MTlkOTc1N2FlM2Q5YjA5MTgyNzlmYmEzZmRlZjg5NTNDVfU16yOaV9tWNETuO56nAwZv7hj7hMCDU+uUkM7/mQ==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"Hate to give the satisfaction, asking how you're doing now\r\nHow's the castle built off people you pretend to care about? [url state=primary href=\"https://musescore.com/user/39385785/scores/11695321\"]Read more[/url]","href":"https://musescore.com/user/39385785/scores/11695321","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":11391844,"title":"Dance the Night – Dua Lipa","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/222bcf334800b596a9518aa42ded453745457e0c/score_0.png@180x252?no-cache=1715707648&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/222bcf334800b596a9518aa42ded453745457e0c/score_0.png@300x420?no-cache=1715707648&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/222bcf334800b596a9518aa42ded453745457e0c/score_0.png@500x660?no-cache=1715707648&bgclr=ffffff"},"date_updated":1715707648,"duration":"02:55","hits":29526,"comments_count":8,"user":{"id":19935851,"name":"Wesley2712","url":"https://musescore.com/wesley2712","is_pro":false,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":0,"pages_count":3,"length":175,"date_created":1688751295,"favorite_count":531,"download_count":819,"user_id":19935851,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":1,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.66,"count":140,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Wesley Steenbergen","mobile_app_web":false,"id_analytics":"sPJYYAdiW721XqBvOYbfuzM1MTJlZDE5ZjBhZDkzYTEyYmU1YTA1MjgwZTI1NzhhNjA1MGM0YzVmZGE0YzE4OTQyODBmMzQ1MjUwODQ2OTh80ii8t0nV87NgUsa4yWCdVF/9ZNCLgogntK6ap6QFuQ==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"Well, I had to be offline for study, but now I'm back. Enjoy this track from la Lipa from a Barbie movie\r\n---\r\nMy scores [url state=primary href=\"https://musescore.com/user/19935851/scores/11391844\"]Read more[/url]","href":"https://musescore.com/user/19935851/scores/11391844","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]},{"id":10968160,"title":"Flowers - Miley Cyrus","parts":2,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/0f6ea63c0db06402595ac4ea95dc4f5177860c1e/score_0.png@180x252?no-cache=1715706988&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/0f6ea63c0db06402595ac4ea95dc4f5177860c1e/score_0.png@300x420?no-cache=1715706988&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/0f6ea63c0db06402595ac4ea95dc4f5177860c1e/score_0.png@500x660?no-cache=1715706988&bgclr=ffffff"},"date_updated":1715706988,"duration":"02:39","hits":13302,"comments_count":8,"user":{"id":39593115,"name":"Faber","url":"https://musescore.com/official_author","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":true},"is_free":0,"is_public_domain":0,"pages_count":4,"length":159,"date_created":1685017005,"favorite_count":598,"download_count":58,"user_id":39593115,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":0,"instrumentations":[{"name":"Piano-Voice"}],"instruments":[{"name":"Vocals"},{"name":"Piano"}],"rating":{"rating":4.77,"count":85,"count_to_visible":0},"is_origin":false,"is_official":true,"publisher":{"publisher_id":4},"parts_names":["Voice","Grand Piano"],"description":"Piano-Voice","url":"https://musescore.com/","composer_name":"","mobile_app_web":false,"id_analytics":"EMuBqbLISXLDMov2WdytGjVlZjMyZGE3YzViY2RjMDY0OGNkNDg3YjI3ODM1NGJiN2JmZmQ0ZDRjYjM0YjQ4YWQyOTJlYjNhMTJmZTE5MzOkaly1gYzwj9uMScMHk7TV01scizhfD5ZjY1LOn7oxQw==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"","href":"https://musescore.com/user/39593115/scores/10968160","instrumentation_links":[{"name":"Piano-Voice","url_to_search":"https://musescore.com/sheetmusic/piano-voice"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"},{"name":"Vocals","url_to_search":"https://musescore.com/sheetmusic/vocals"}]},{"id":12125539,"title":"Strangers - Kenya Grace","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/a8115010a13f6418edf86ab3f4c5ec9d80134314/score_0.png@180x252?no-cache=1715708700&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/a8115010a13f6418edf86ab3f4c5ec9d80134314/score_0.png@300x420?no-cache=1715708700&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/a8115010a13f6418edf86ab3f4c5ec9d80134314/score_0.png@500x660?no-cache=1715708700&bgclr=ffffff"},"date_updated":1715708700,"duration":"02:51","hits":14478,"comments_count":6,"user":{"id":36115541,"name":"xZeron","url":"https://musescore.com/xzeron","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":0,"pages_count":4,"length":171,"date_created":1694368797,"favorite_count":463,"download_count":322,"user_id":36115541,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":2,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.65,"count":95,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"xZeron","mobile_app_web":false,"id_analytics":"2cKv/safT0+0x4+zA3KIbWU4YWVmNjljNGFmNzM0MjVmZmFjYjY5ODAxMjNjNjUzMmMxOGYzNGM5NGQ2ZGRiZjg5NzZhMTIxYTFjMjgzN2QRvdwVmdOZwusKQIpHpjY6tU/iC5yZ3/pc12JmDvfU5g==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"š Check this video on Youtube:\r\nhttps://youtu.be/xZmzoE7VL-A\r\n\r\nš If you like it, like it\r\nš If you love it, share it\r\nš¤ [url state=primary href=\"https://musescore.com/user/36115541/scores/12125539\"]Read more[/url]","href":"https://musescore.com/user/36115541/scores/12125539","instrumentation_links":[{"url_to_search":"https://musescore.com/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"https://musescore.com/sheetmusic/piano"}]}]},"header_bidding":[]}},"globalHelpers":[],"bidding":{"analytics":{"logUrl":"//track.ultimate-guitar.com/ug/","pageType":"sheetmusic_main_desktop","region":"ENSR","device":"desktop","variation":null,"hasHardRefresh":true},"refresh":{"limit":20,"maxVisibleTime":1000,"delay":30000,"delayDeviation":0,"enabled":true,"hasHardRefresh":true,"availableBidders":["appnexus","ix","pubmatic","rubicon","openx","adform","sharethrough"]},"minRefreshCpm":0.04,"cpmFloor":0.15,"timeout":1500,"dfpId":74268401,"units":[{"code":"ad_cs_12721048_160_600","dfpCode":"MS_BTFL_160","sizes":[[160,600]],"placementId":"12721389","layoutPlacement":"side","platform":["desktop"],"mediaTypes":{"banner":{"sizes":[[160,600]]}},"appnexusPlacementId":12721048,"mediaType":"banner","bids":[{"bidder":"appnexus","params":{"placementId":12721389,"keywords":{"is_refresh":"false"}}},{"bidder":"openx","params":{"delDomain":"ultimate-guitar-d.openx.net","unit":"539730698"}},{"bidder":"pubmatic","params":{"publisherId":"72623","adSlot":"1259142_Musescore_BTF_160x600@160x600"}},{"bidder":"rubicon","params":{"accountId":"15178","siteId":"157280","zoneId":"823374"}}]},{"code":"ad_cs_12219747_728_90","dfpCode":"MS_ATF_728","sizes":[[728,90]],"placementId":"12206052","layoutPlacement":"top","platform":["desktop"],"mediaTypes":{"banner":{"sizes":[[728,90]]}},"appnexusPlacementId":12219747,"mediaType":"banner","bids":[{"bidder":"appnexus","params":{"placementId":12206052,"keywords":{"is_refresh":"false"}}},{"bidder":"amazon","params":[]},{"bidder":"openx","params":{"delDomain":"ultimate-guitar-d.openx.net","unit":"540214242"}},{"bidder":"pubmatic","params":{"adSlot":"1521529","publisherId":"72623"}},{"bidder":"rubicon","params":{"siteId":"157280","accountId":"15178","zoneId":"749504"}},{"bidder":"ix","params":{"id":4,"siteId":313492}},{"bidder":"sharethrough","params":{"pkey":"tO312qbWyz8wa3LshlmQJKSR"}},{"bidder":"ttd","params":{"supplySourceId":"muse","publisherId":1}},{"bidder":"oms","params":{"publisherId":21219}},{"bidder":"rise","params":{"org":"63a2de6e59cc1900018d95e6"}}]}],"priceGranularity":[{"precision":2,"min":0,"max":1,"increment":0.01},{"precision":2,"min":1,"max":2,"increment":0.02},{"precision":2,"min":2,"max":5,"increment":0.05},{"precision":2,"min":5,"max":10,"increment":0.1},{"precision":2,"min":10,"max":20,"increment":0.2},{"precision":2,"min":20,"max":50,"increment":0.5}],"isGDPRAvailable":false,"dynamicLoad":true,"isShowOnTap":false,"lineItemsToIgnoreRefresh":[7025931591,7026916500,7028378044]}}"
></div>
<script defer src='https://musescore.com/static/public/build/musescore/202510/vendor.b91aec7c23b331e91e801ada57a4a27d.js'></script> <script defer src='https://musescore.com/static/public/build/musescore/202510/ms~runtime.4412cbda98788b5b6bde3c6cc4a26da5.js'></script> <script defer src='https://musescore.com/static/public/build/musescore/202510/ms.8c80636539b8f89483807b9470ba9917.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_ver1760462271.js"});
</script>
</body>
</html>