<!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="zSiyiFrYYWsB4G6EN-Tu_htHB0Y_rAZv2uvKNQ8hT_i8ZeK5EJYgPWiSWdR-kr-nViJyA0XGdwCVvqh3XBAatw==">
<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_ver1751641246.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://musescore.com/static/public/musescore/img/product_icons/favicon-32x32_ver1751641246.png">
<link rel="icon" type="image/svg+xml" href="https://musescore.com/static/public/musescore/img/product_icons/favicon_ver1751641246.svg">
<link rel="icon" type="image/x-icon" href="https://musescore.com/static/public/musescore/img/product_icons/favicon_ver1751641246.ico">
<link rel="apple-touch-icon" href="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-precomposed_ver1751641246.png" />
<link
rel="apple-touch-icon" sizes="72x72"
href="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-72x72-precomposed_ver1751641246.png" />
<link
rel="apple-touch-icon" sizes="76x76"
href="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-76x76-precomposed_ver1751641246.png" />
<link
rel="apple-touch-icon" sizes="114x114"
href="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-114x114-precomposed_ver1751641246.png" />
<link
rel="apple-touch-icon" sizes="120x120"
href="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-120x120-precomposed_ver1751641246.png" />
<link
rel="apple-touch-icon" sizes="144x144"
href="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-144x144-precomposed_ver1751641246.png" />
<link
rel="apple-touch-icon" sizes="180x180"
href="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-180x180-precomposed_ver1751641246.png" />
<link
rel="apple-touch-icon" sizes="192x192"
href="https://musescore.com/static/public/musescore/img/product_icons/apple-touch-icon-192x192-precomposed_ver1751641246.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_ver1751641246.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_ver1751641246.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.53.57");
}
if (document.readyState === 'complete') {
load();
} else {
window.addEventListener('load', load)
}
UGERROR.hasFirstError = true
}
if (UGERROR.errors && UGERROR.errors.length > 0) {
loadSentry()
}
window.onerror = function() {
UGERROR.errors.push(arguments);
oldOnError && oldOnError.apply(this, arguments);
loadSentry()
};
</script>
<style>
body,
html {
touch-action: manipulation;
background: #fff;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent
}
body * {
box-sizing: inherit
}
body, button {
color: #1a202e;
font-family: Muse Sans, Inter, Helvetica neue, Helvetica, sans-serif;
font-variant-ligatures: none;
font-feature-settings: "liga" 0;
-webkit-text-size-adjust: 100%;
font-synthesis: none
}
a {
text-decoration: none
}
body,
form {
margin: 0
}
@page {
margin: 0;
position: relative
}
@media print {
body,
html {
background: #fff !important
}
}
body.maintenance-page,
body.page-boxed-content {
background: #f6f6f6
}
</style>
<link rel='preload' href='https://musescore.com/static/public/build/musescore/202507/vendor.9a5fc8d677c62056187610b93226eb54.js' importance='high' as='script'></link> <link rel='preload' href='https://musescore.com/static/public/build/musescore/202507/ms~runtime.113d008e2ac764ccffea57a5f9d73089.js' importance='high' as='script'></link> <link rel='preload' href='https://musescore.com/static/public/build/musescore/202507/ms.59ea50644769cdb014361333df741ae9.js' importance='high' as='script'></link> <link rel='preload' href='https://musescore.com/static/public/build/musescore/202507/164.0312048ea73c8e4c84ecd6cf56481ca0.js' importance='high' as='script'></link>
<link rel="preload" href="https://musescore.com/static/public/build/polyfills/polyfills.js" as="script">
<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="/about" rel="" target="" onclick="">
About </a>
<a class="ms-footer--nav-link" href="https://mu.se/careers" rel="nofollow" target="" onclick="">
Jobs </a>
<a class="ms-footer--nav-link" href="https://intercom.help/musescore/" rel="" target="_blank" onclick="">
Support </a>
<a class="ms-footer--nav-link" href="/our-products" rel="" target="" onclick="">
Our products </a>
<a class="ms-footer--nav-link" href="/upgrade?feature=footer" rel="" target="" onclick="">
MuseScore PRO </a>
<a class="ms-footer--nav-link" href="/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="/our-ethical-line" rel="" target="" onclick="">
Our Ethical Line </a>
<a class="ms-footer--nav-link" href="/contact?category=Report abuse" rel="" target="" onclick="">
Report abuse </a>
<a class="ms-footer--nav-link" href="/community-guidelines" rel="" target="" onclick="">
Community Guidelines </a>
<a class="ms-footer--nav-link" href="/score-uploading-guidelines" rel="" target="" onclick="">
Score Uploading Guidelines </a>
<a class="ms-footer--nav-link" href="/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="/licensing" rel="" target="" onclick="">
Licensing </a>
<a class="ms-footer--nav-link" href="/legal/privacy" rel="" target="" onclick="">
Privacy Policy </a>
<a class="ms-footer--nav-link" href="/legal/terms" rel="" target="" onclick="">
Terms of Use </a>
<a class="ms-footer--nav-link" href="/legal/dmca" rel="" target="" onclick="">
DMCA </a>
<a class="ms-footer--nav-link" href="/legal/dsa" rel="" target="" onclick="">
DSA </a>
<a class="ms-footer--nav-link" href="/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="/sheetmusic/best-sheet-music" rel="" target="" onclick="">
Top Scores </a>
<a class="ms-footer--nav-link" href="/sheetmusic/new-sheet-music" rel="" target="" onclick="">
New Scores </a>
<a class="ms-footer--nav-link" href="/sheetmusic/all-artists" rel="" target="" onclick="">
All artists </a>
<a class="ms-footer--nav-link" href="/sheetmusic/category-pages" rel="" target="" onclick="">
Score categories </a>
<a class="ms-footer--nav-link" href="/courses" rel="" target="" onclick="">
Courses </a>
<a class="ms-footer--nav-link" href="/sheetmusic/official" rel="" target="" onclick="">
Official Scores </a>
<a class="ms-footer--nav-link" href="/books" rel="" target="" onclick="">
Digital Books </a>
</nav>
</section>
<div class="ms-footer--section">
<section class="ms-footer--section">
<div class="ms-footer--title">Our products</div>
<nav>
<a class="ms-footer--nav-link" href="https://audio.com/" rel="" target="_blank" onclick="">
Audio.com </a>
<a class="ms-footer--nav-link" href="https://www.musehub.com/app/musescore-studio?utm_source=musescore-web&utm_medium=footer&utm_campaign=our-products-section" rel="" target="_blank" onclick="">
MuseHub </a>
</nav>
</section>
</div>
<section class="ms-footer--section">
<div class="ms-footer--title">Language</div>
<nav>
<a class="ms-footer--nav-link" id="language-en" href="/sheetmusic" rel="" target="" onclick="">
English </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_ver1751641246.png"/>
</div>
</section>
<div id="footer-explore-app" class="ms-footer--app"></div>
</footer>
<script defer src="https://musescore.com/static/public/build/polyfills/polyfills.js"></script>
<div
class="js-store"
data-content="{"config":{"releaseVer":"mu-web_app_0.53.57","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.34.00","renderType":"react","staticPrefix":"/static","urlFacebook":"","urlGoogle":"","main_server":"musescore.com","ug_server_name":"ultimate-guitar.com","static_server":"https://musescore.com/static","statik_cache":"_ver1751641246","upload_server":"https://upload.musescore.com","country":"US","cf_turnstile_site_key":"0x4AAAAAAAGYK1RXEWXX02Fv","upolloApiKey":"q8or3DQantsU6Jq9hbbbhTq5LV4jaCjbBa2pKupaworF4dd92b45e5522ceb3e5b0a1b6457b5429b93d0d3826ac8a8eb098d27f2bdaa10","is_mobile":false,"is_bot":false,"captcha_id":"","is_tablet":false,"is_android":false,"is_ios":false,"is_eu_server":true,"is_es":false,"isGDPRAvailable":false,"isCcpaAvailable":false,"hasStaticCache":false,"app_url":"","app_url_template":"","isWebp":true,"googleOneTap":{"client_id":"129899489146-28hqj8qdpippf2vama0sm48qqiduiovg.apps.googleusercontent.com","login_uri":"https://musescore.com/user/auth/oauth/auth?service=google&onetap=1"},"rtAnalytics":{"trackUrl":"/components/data","trackingEnabled":true},"countryCode":"US","os":"","platform":4,"browser":"{\"browser\":{\"name\":\"FeedValidator\",\"version\":\"1.3\"},\"device\":{\"type\":\"bot\"}}","browserName":"FeedValidator","unified_id":"","auth_type":"none","statistic":{"courses_all":453,"lesson_all":13796,"scores_all":3481023,"scores_new":591690,"scores_official":1178385,"scores_community":2302638,"scores_listened_minutes":26837552,"courses_viewed_minutes":2804615,"ratings_all":11958931,"pages_all":260378642,"scores_transposed":47279,"courses_instruments":17,"scores_views":385492608,"courses_views":640164,"lessons_new":1480,"followers_all":945581,"ebook_all":2748},"monetization":{"marketingSpecials":[{"id":73,"name":"saturday","weight":32,"platform":3,"stockActionMetaName":"saturday-savings","scoreStockActionMetaName":"saturday-savings","settings":"{}","saleOfferId":91},{"id":31,"name":"summer","weight":29,"platform":3,"stockActionMetaName":"summer","scoreStockActionMetaName":"score-bottom-summer","settings":"{}","saleOfferId":43},{"id":76,"name":"musescore_sale","weight":28,"platform":3,"stockActionMetaName":"musescore-sale","scoreStockActionMetaName":"musescore-sale","settings":"{}","saleOfferId":103}]},"turn_iframe_off":false,"editor":"https://musescore.com/static/public/build/mu_editor/202505/wysiwyg_editor.537f75816aa2986f00b564f4eebcde35.js","jinba":{"appLabel":"ms_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"}},"user":{"id":0,"avatarUrl":"","profileUrl":"","username":"","email":"","usergroupid":"","iq":"","user_status":"","status":0,"isDebounced":false,"isPro":false,"isAbonement":false,"isProPlus":false,"isNewUser":true,"isStaff":false,"isModerator":false,"isObserver":false,"isCopyrightManager":false,"userDateCreated":0,"emailFlags":[],"daily_user_counter":1,"isRatingDisabled":0,"isBanned":0,"totalScoresCount":0,"firstScoreUploadTimestamp":0,"accesses":[],"outdated_accesses":[],"session":{"id":"","is_renew_session":false,"expire_duration":300,"expire_duration_dispersion":[5000,10000],"enable_refresh":true,"screen":"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}],"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=1732903008&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/6e9f4b2d654e886f8c7607db43d04cc2cc5cc689/score_0.png@300x420?no-cache=1732903008&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/6e9f4b2d654e886f8c7607db43d04cc2cc5cc689/score_0.png@500x660?no-cache=1732903008&bgclr=ffffff"},"date_updated":1732903008,"duration":"03:28","hits":88508,"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":208,"date_created":1723957973,"favorite_count":1061,"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.67,"count":199,"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":"R6zcaH0s6Lt06p2MIBfpt2JjMzE4NjI4MGZhNGFlODI2YjFkOTA0NTMwOTQzZmIxNzY3N2U2YjIwYTI0YWIxMmJlZDVlZTlhZGZjZDA0OGYWXCx8GyyLqs3loaGnzdjCdzKKNjbN4wOeCDgtZLqBgA==","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":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/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":6819007,"comments_count":2778,"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":241788,"download_count":89102,"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":56886,"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":"T1gGXouqVonk2QTPQkqynmQ2MGE5MzQ2MzU0MjgwNzU3MWI0ZTQ4NWE3NWYxZTFmMzljNDY3NTdkOWI5MGY2NDZjZjFlNWI0MzYzNDZlMjLcx5MdZJ6mTaZGsOt1UEcEYDMaEAc4lapTs/OZk7k3HQ==","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":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/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":7959730,"comments_count":7829,"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":246578,"download_count":227797,"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":53145,"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":"1mXS6P3g6/tjcvL3hUOb7zg5MmUwY2U1YTY2NDljZTA4ZmIxYzA5NTc2YTViNTgxMjZhNWQ4ZjEzYzJjNjQxZmUzYjFjYjY5NDUzZTMwMThPrRXx0NfZGKh/GNXdI7VDD0KYf0V6lpVL0PXeyJpdRQ==","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":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/sheetmusic/piano"}]},{"id":1019991,"title":"Canon in D","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/0dcae27e61f49614c999dd5f152e8d3c625c1b8b/score_0.png@180x252?no-cache=1715687777&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/0dcae27e61f49614c999dd5f152e8d3c625c1b8b/score_0.png@300x420?no-cache=1715687777&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/0dcae27e61f49614c999dd5f152e8d3c625c1b8b/score_0.png@500x660?no-cache=1715687777&bgclr=ffffff"},"date_updated":1715687777,"duration":"04:05","hits":4789535,"comments_count":3595,"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":164961,"download_count":244824,"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.69,"count":40376,"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":"wDYhJUAgnKkISDeImCJ3pGIyYjgyN2MzYTE0NjQzZDJlNzE4ZTJlNGJmMDJjNjVjMWVhNjI1MzY1NTIxZWNjNDE5ZjJkMGUxZDQzOWJiYzYllmu+uOH9gqYJzUpoxVXwYR8JEMJwEGxthTEFebq7VQ==","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":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/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":4297980,"comments_count":1662,"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":142551,"download_count":229354,"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":35414,"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":"0rnp40LO6cI0Hmv6k+RYmzc4NTBiMGI3NDFkYzQzY2IxNjk0MzgyOTRhM2YwOWQ0NDIyNWVlZTBlZTJlOTgxZDBkNzk2NTAzODA5ZDI3MWKNE8Ydr/6M9gG5ndUCeCWiREkAJME+jZfKQ2qTuY4CbA==","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":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/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":4737052,"comments_count":1298,"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":149443,"download_count":233112,"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":30195,"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":"EWW/EA82tghi+9U/BBYXIWU4OWRiOGU1MTg0NGE2ZDg4ZWYxYTYwMzVhNzVhODU3NDNkNGY5Nzc1NTAxNjA0NGJmZmY2Y2I0Yzc5ODc0NGamLK6gTsiwFaUv8w06Tn12q0Ar6K5uoOppy2DMwa3y6w==","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":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/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":3513141,"comments_count":1802,"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":130759,"download_count":195662,"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.75,"count":23505,"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":"+WP3Gt58cqwyBFmQ8m4t5WE0ZmNkMDk5NmE0OWY5MzBkNTk4Y2M5YWRkNDBhOWIwZDA0ZWQxYzczZWYwNGRmNTdkNDUxM2RiZTNjYjJmNDOKZrBsXOjQnZD6FQFRwaPA99+xipGaf1IWtHjO6nnoAA==","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":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/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":2654786,"comments_count":832,"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":107797,"download_count":165204,"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":21743,"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":"+uVIyJdHftoZbchJ8cWNRThhODYzMTRhOTFjODI5YTQwZGVlNzZlMWE0OTEyOTg1OGExZjVhYmZkNzA4MDA4ZjUxYzI4NjM4YzA5MjIwNDmVOeuOs1Yg7nQ4rd6fXMH/DniZ/Cq0/NEKUqcLFS8Jmg==","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":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/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":2163821,"comments_count":1195,"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":112652,"download_count":95042,"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":20636,"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":"GjqCZwnrmo3hz9Qre+MFWDhjZDQ3OGQyMDAzMmQ3YWUyZDVhN2EzMWI1MmZhMmJiMjBiZTQyM2U0MzgxMzYxNWRkYTY2NDc5NTQ0NDU4ODgipjaa5iBCubLmCFVXhScVU8C/e/JVLDU3iaW0sseweQ==","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":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/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":1831009,"comments_count":1223,"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":110054,"download_count":129377,"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":20363,"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":"57sox6pUrpmEYGrx5f4emDk4N2FlYTdjZTdhMmQyNTg5NDczODE4ZDZiNTM3NWRhMmVlNTYxMTAwODNmMzNjY2ViYTBmZGQ5Mjc0MDIzNWS1RjVBMY+hCN77bMBAYxnhrQ38XCcvFs/zGXS+IiRk7w==","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":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/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":1788768,"comments_count":1463,"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":108042,"download_count":91228,"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.72,"count":19515,"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":"skl2OYavBkpEK+7P0Q4WoTUwMmNmNTJhZDJhMzNkZjYzOTA1MTJiNjU0ZmMwOTQzNWMyZjZjNDZhODc1YjM4MWY5MzE1M2EyMGJiMTE1MziWdrCrM1O7NmOjNutqfDyx0whmlEtQiQWl9zn+/r3xmQ==","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":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/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":3118255,"comments_count":710,"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":95856,"download_count":145766,"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":17795,"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":"Uf2tLeyw514kSIDCJMuo5jQ2Y2RmMmEyNzk4YWM2YmNjZTM0NDgxMzU0MGI1NzA4Zjg2YzU0MWExOWY3NGNjYjQ0ZmM3YjU4OWU2MWY2YzGb7LkMHc7+yO5BlPwMlKvMRwegSIpD2HiDyqKy2+rfGw==","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":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/sheetmusic/piano"}]},{"id":5619808,"title":"Passacaglia","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/1fd1c9691ad56f2e9082865919a349b7aa351b80/score_0.png@180x252?no-cache=1732902690&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/1fd1c9691ad56f2e9082865919a349b7aa351b80/score_0.png@300x420?no-cache=1732902690&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/1fd1c9691ad56f2e9082865919a349b7aa351b80/score_0.png@500x660?no-cache=1732902690&bgclr=ffffff"},"date_updated":1732902690,"duration":"02:17","hits":1443220,"comments_count":1046,"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":1,"pages_count":3,"length":137,"date_created":1561263296,"favorite_count":65069,"download_count":73602,"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.77,"count":17104,"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":"miEW0f/V633Cx/uxwZtSAmRkOWMyZDdkNzBhOGJkOWY2YjUwN2Y1MDU1Y2I1NjdiNTM4YmMxNGZiZGFhZmIwMzhiNmQxMDYwMzBjNzg0MTR5popwL8EffceTIvnZkwDzjvhPNPQYe6lmZXKyRkGTgQ==","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":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/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":2501511,"comments_count":332,"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":96930,"download_count":20719,"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":14428,"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":"6dCIffq/x/7Tqvmd7I2vhWFjNzUyMzg5NmVhNjVlNzgyZTY4MzVjZTM0YzJlMzIzMjMwNjY2MTk2Y2M1NWMzNGQzNWI3ODZkMzI0ODFjZDGS7OK58un9vArJMNOwKPoPVtNrwJ1igA5QXr0ApiwsDQ==","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":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/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":1436893,"comments_count":1038,"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":63120,"download_count":60346,"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":13554,"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":"LziV4YO2D/1kQKDaeGAz0GJhYWM3ZjljZmUxMTY0MDYyY2VmMDU1YzUwY2U3OTg1ZTcwMTE2Y2I3YzkwNjAyMzlkZWZlMDAwZDdjMWU2YjFOjZ4SXn9DR2j0zpPfmvsCrfigHtHuzPo0EfJV6UYlog==","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":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/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":2514407,"comments_count":984,"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":89897,"download_count":92760,"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":13273,"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":"GusgAOp7dsRmKbgY2NfPh2Q4MGUyNmY1NjY0YTRkYTg4YmUzNWFmOTgxYjIxMzIwNWE1MTkxMWIxMTNmM2FmMTA3NDBkMTZjMWJhN2M4MTD8WLyzyliDwa3DA92zIvvC6DVAoobhW/k1YqIF6gWagA==","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":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/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":2369962,"comments_count":1214,"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":71043,"download_count":125153,"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":13142,"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":"LGDK6E3HKoKyXVqgds5GD2YwYjA3NWE2YmM1ZTc0NTFmNDkwNDkzOTc5Y2E2MzVmZjdmYTM0M2Q4YzZiYTIzYTZlYzMyZGYzZjZmNjJmZDWblVisxSnrJbUSRXPV+ZCsXmJnmTZL3kuswvTzESvA8g==","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":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/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=1715687928&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/0fd1ea4161385a8b6ff79d317ffb6c75e1c187d1/score_0.png@300x420?no-cache=1715687928&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/0fd1ea4161385a8b6ff79d317ffb6c75e1c187d1/score_0.png@500x660?no-cache=1715687928&bgclr=ffffff"},"date_updated":1715687928,"duration":"02:36","hits":2452070,"comments_count":7074,"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":64469,"download_count":67529,"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":13022,"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":"viuZjTdKRFw86XSvI8MO12JlZDU4OGI5MDMzZjMyNGQ3MzZjYWQ2ODgwZWQ5M2M5NDE5Y2RjNjI4OWViN2I2ZjhiY2JjMGQ2NDQ3ZDc0MzAjbUWecTQaSuMMH8BAX5NAv1Jf4aJOGcOaiSzr9cknqA==","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":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/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":2317840,"comments_count":769,"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":80140,"download_count":31856,"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.75,"count":11820,"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":"+StgjoPGYntVHKLClFyPDjU4NGQxZjdmZmNmMmZjMjZhMTFmNjY5YzhhN2MxYmU5M2Q0Y2JlOTM2YjEzNDRlMTM5ZTUzMjcyZmM0ZmQzOGUp+YCIRv74W1SQmpH64pKiwsh4mrAO8yyc+6dTuYzsZg==","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":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/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":1913334,"comments_count":1252,"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":67793,"download_count":52347,"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.77,"count":11361,"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":"o3jD4guboIY0/A4jEzj1OWM2NTIwYWMwMTY1N2Y0MDZhYmVhYmM1MWFhOTYwYjYwNGJkZTc0ZmVmYTIyYTFjMTFhMTA3YmQ3M2JmZGFlZDJOPaWdMeaIlcGHJJnIio+BCY4+xMHJQg/ZLPYy3W2F0g==","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":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/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=1732984319&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/9269211375d672b1dbaff1f592dd10ac942dbf0f/score_0.png@300x420?no-cache=1732984319&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/9269211375d672b1dbaff1f592dd10ac942dbf0f/score_0.png@500x660?no-cache=1732984319&bgclr=ffffff"},"date_updated":1732984319,"duration":"03:29","hits":2654619,"comments_count":1437,"user":{"id":39385785,"name":"shawnshawnshawn","url":"https://musescore.com/user/39385785","is_pro":false,"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":42000,"download_count":32616,"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.77,"count":9888,"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":"WSsb/id2t8rwXiORi9s9xWJkYWQwNmZlZWNiZmUxY2NlOTRjZjI0MDdjMzI3ZmJlMmRmNDJhZTJkZWRiOTZkNzMxNDBjZTQxYmE0MGIxYjLKZL8rAmU+izxuV1bTx08O4MWfCsLv9DieS43s5LhMwA==","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":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/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":1762390,"parent_id":1,"uri":"/piano"},{"id":"4","name":"Trombone","key_word":"trombone","count":253057,"parent_id":3,"uri":"/trombone"},{"id":"6","name":"Soprano","key_word":"soprano","count":73494,"parent_id":5,"uri":"/soprano"},{"id":"7","name":"Alto","key_word":"alto","count":62999,"parent_id":5,"uri":"/alto"},{"id":"8","name":"Tenor","key_word":"tenor","count":69739,"parent_id":5,"uri":"/tenor"},{"id":"9","name":"Bass voice","key_word":"bass-voice","count":57620,"parent_id":5,"uri":"/bass-voice"},{"id":"10","name":"Accordion","key_word":"accordion","count":25895,"parent_id":1,"uri":"/accordion"},{"id":"11","name":"Harpsichord","key_word":"harpsichord","count":26900,"parent_id":1,"uri":"/harpsichord"},{"id":"12","name":"Organ","key_word":"organ","count":65670,"parent_id":1,"uri":"/organ"},{"id":"13","name":"Cornet","key_word":"cornet","count":11560,"parent_id":3,"uri":"/cornet"},{"id":"14","name":"Euphonium","key_word":"euphonium","count":45336,"parent_id":3,"uri":"/euphonium"},{"id":"15","name":"Tuba","key_word":"tuba","count":182852,"parent_id":3,"uri":"/tuba"},{"id":"16","name":"Vocals","key_word":"vocals","count":411453,"parent_id":5,"uri":"/vocals"},{"id":"17","name":"Mellophone","key_word":"mellophone","count":10121,"parent_id":3,"uri":"/mellophone"},{"id":"18","name":"Female","key_word":"female","count":7529,"parent_id":5,"uri":"/female"},{"id":"19","name":"Baritone","key_word":"baritone","count":17131,"parent_id":5,"uri":"/baritone"},{"id":"20","name":"Clavichord","key_word":"clavichord","count":1795,"parent_id":1,"uri":"/clavichord"},{"id":"21","name":"Trombone tenor","key_word":"trombone-tenor","count":10613,"parent_id":3,"uri":"/trombone-tenor"},{"id":"22","name":"Celesta","key_word":"celesta","count":8004,"parent_id":1,"uri":"/celesta"},{"id":"23","name":"Bandoneon","key_word":"bandoneon","count":694,"parent_id":1,"uri":"/bandoneon"},{"id":"24","name":"Male","key_word":"male","count":7037,"parent_id":5,"uri":"/male"},{"id":"25","name":"Trombone bass","key_word":"trombone-bass","count":17468,"parent_id":3,"uri":"/trombone-bass"},{"id":"26","name":"Kazoo","key_word":"kazoo","count":1916,"parent_id":5,"uri":"/kazoo"},{"id":"27","name":"Trumpet piccolo","key_word":"trumpet-piccolo","count":3044,"parent_id":3,"uri":"/trumpet-piccolo"},{"id":"28","name":"Child","key_word":"child","count":584,"parent_id":5,"uri":"/child"},{"id":"29","name":"Trumpet bass","key_word":"trumpet-bass","count":1412,"parent_id":3,"uri":"/trumpet-bass"},{"id":"30","name":"Virginal","key_word":"virginal","count":125,"parent_id":1,"uri":"/virginal"},{"id":"31","name":"Flugelhorn","key_word":"flugelhorn","count":5723,"parent_id":3,"uri":"/flugelhorn"},{"id":"32","name":"Trombone alto","key_word":"trombone-alto","count":1126,"parent_id":3,"uri":"/trombone-alto"},{"id":"33","name":"Harmonium","key_word":"harmonium","count":2103,"parent_id":1,"uri":"/harmonium"},{"id":"34","name":"Rag-dung","key_word":"rag-dung","count":71,"parent_id":3,"uri":"/rag-dung"},{"id":"35","name":"Trumpet tenor","key_word":"trumpet-tenor","count":116,"parent_id":3,"uri":"/trumpet-tenor"},{"id":"36","name":"Concertina","key_word":"concertina","count":123,"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":388,"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":12743,"parent_id":42,"uri":"/tambourine"},{"id":"44","name":"Mezzo soprano","key_word":"mezzo-soprano","count":8624,"parent_id":5,"uri":"/mezzo-soprano"},{"id":"46","name":"Flute piccolo","key_word":"flute-piccolo","count":38245,"parent_id":45,"uri":"/flute-piccolo"},{"id":"47","name":"Flute","key_word":"flute","count":326163,"parent_id":45,"uri":"/flute"},{"id":"48","name":"Oboe","key_word":"oboe","count":171091,"parent_id":45,"uri":"/oboe"},{"id":"49","name":"Clarinet in e-flat","key_word":"clarinet-in-e-flat","count":6228,"parent_id":45,"uri":"/clarinet-in-e-flat"},{"id":"50","name":"Clarinet in b-flat","key_word":"clarinet-in-b-flat","count":112067,"parent_id":45,"uri":"/clarinet-in-b-flat"},{"id":"51","name":"Clarinet bass","key_word":"clarinet-bass","count":36959,"parent_id":45,"uri":"/clarinet-bass"},{"id":"52","name":"Clarinet contrabass","key_word":"clarinet-contrabass","count":1606,"parent_id":45,"uri":"/clarinet-contrabass"},{"id":"53","name":"Bassoon","key_word":"bassoon","count":129919,"parent_id":45,"uri":"/bassoon"},{"id":"54","name":"Saxophone alto","key_word":"saxophone-alto","count":194003,"parent_id":45,"uri":"/saxophone-alto"},{"id":"55","name":"Saxophone tenor","key_word":"saxophone-tenor","count":156834,"parent_id":45,"uri":"/saxophone-tenor"},{"id":"56","name":"Saxophone baritone","key_word":"saxophone-baritone","count":100673,"parent_id":45,"uri":"/saxophone-baritone"},{"id":"57","name":"Trumpet in b-flat","key_word":"trumpet-in-b-flat","count":135283,"parent_id":3,"uri":"/trumpet-in-b-flat"},{"id":"58","name":"French horn","key_word":"french-horn","count":182251,"parent_id":3,"uri":"/french-horn"},{"id":"60","name":"Contrabass","key_word":"contrabass","count":62300,"parent_id":59,"uri":"/contrabass"},{"id":"61","name":"Timpani","key_word":"timpani","count":86073,"parent_id":42,"uri":"/timpani"},{"id":"63","name":"Vibraphone","key_word":"vibraphone","count":42115,"parent_id":62,"uri":"/vibraphone"},{"id":"64","name":"Glockenspiel","key_word":"glockenspiel","count":54169,"parent_id":62,"uri":"/glockenspiel"},{"id":"65","name":"Snare drum","key_word":"snare-drum","count":56809,"parent_id":42,"uri":"/snare-drum"},{"id":"67","name":"Crash","key_word":"crash","count":45434,"parent_id":66,"uri":"/crash"},{"id":"68","name":"Violin","key_word":"violin","count":319394,"parent_id":59,"uri":"/violin"},{"id":"69","name":"Viola","key_word":"viola","count":169276,"parent_id":59,"uri":"/viola"},{"id":"70","name":"Cello","key_word":"cello","count":233179,"parent_id":59,"uri":"/cello"},{"id":"72","name":"Guitar","key_word":"guitar","count":286227,"parent_id":71,"uri":"/guitar"},{"id":"73","name":"Bass guitar","key_word":"bass-guitar","count":199826,"parent_id":71,"uri":"/bass-guitar"},{"id":"74","name":"Drum group","key_word":"drum-group","count":225416,"parent_id":42,"uri":"/drum-group"},{"id":"75","name":"Baritone horn","key_word":"baritone-horn","count":15856,"parent_id":3,"uri":"/baritone-horn"},{"id":"76","name":"Tenor drum","key_word":"tenor-drum","count":21313,"parent_id":42,"uri":"/tenor-drum"},{"id":"77","name":"Bass drum","key_word":"bass-drum","count":55086,"parent_id":42,"uri":"/bass-drum"},{"id":"78","name":"Marimba","key_word":"marimba","count":44412,"parent_id":62,"uri":"/marimba"},{"id":"79","name":"Xylophone","key_word":"xylophone","count":32527,"parent_id":62,"uri":"/xylophone"},{"id":"80","name":"Harp","key_word":"harp","count":62712,"parent_id":71,"uri":"/harp"},{"id":"81","name":"Mandolin","key_word":"mandolin","count":4631,"parent_id":71,"uri":"/mandolin"},{"id":"82","name":"Tom tom","key_word":"tom-tom","count":3625,"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":124809,"parent_id":59,"uri":"/strings-group"},{"id":"85","name":"Saxophone soprano","key_word":"saxophone-soprano","count":51379,"parent_id":45,"uri":"/saxophone-soprano"},{"id":"86","name":"Flute alto","key_word":"flute-alto","count":5845,"parent_id":45,"uri":"/flute-alto"},{"id":"87","name":"Recorder","key_word":"recorder","count":29399,"parent_id":45,"uri":"/recorder"},{"id":"88","name":"Triangle","key_word":"triangle","count":10813,"parent_id":66,"uri":"/triangle"},{"id":"89","name":"Harmonica","key_word":"harmonica","count":7423,"parent_id":45,"uri":"/harmonica"},{"id":"90","name":"Trumpet in d","key_word":"trumpet-in-d","count":739,"parent_id":3,"uri":"/trumpet-in-d"},{"id":"91","name":"Ukulele","key_word":"ukulele","count":17105,"parent_id":71,"uri":"/ukulele"},{"id":"92","name":"Crotales","key_word":"crotales","count":2366,"parent_id":66,"uri":"/crotales"},{"id":"93","name":"Tubular bells","key_word":"tubular-bells","count":22238,"parent_id":62,"uri":"/tubular-bells"},{"id":"94","name":"Synthesizer","key_word":"synthesizer","count":164515,"parent_id":1,"uri":"/synthesizer"},{"id":"95","name":"Bouzouki","key_word":"bouzouki","count":927,"parent_id":71,"uri":"/bouzouki"},{"id":"96","name":"Clarinet in a","key_word":"clarinet-in-a","count":3681,"parent_id":45,"uri":"/clarinet-in-a"},{"id":"98","name":"Woodblock","key_word":"woodblock","count":6770,"parent_id":97,"uri":"/woodblock"},{"id":"99","name":"Bongo","key_word":"bongo","count":3886,"parent_id":42,"uri":"/bongo"},{"id":"100","name":"Clarinet other","key_word":"clarinet-other","count":155095,"parent_id":45,"uri":"/clarinet-other"},{"id":"101","name":"Flute other","key_word":"flute-other","count":31395,"parent_id":45,"uri":"/flute-other"},{"id":"102","name":"Claves","key_word":"claves","count":5612,"parent_id":97,"uri":"/claves"},{"id":"104","name":"Hand clap","key_word":"hand-clap","count":8973,"parent_id":103,"uri":"/hand-clap"},{"id":"105","name":"Cabasa","key_word":"cabasa","count":1787,"parent_id":97,"uri":"/cabasa"},{"id":"106","name":"Trumpet in c","key_word":"trumpet-in-c","count":8942,"parent_id":3,"uri":"/trumpet-in-c"},{"id":"107","name":"Banjo","key_word":"banjo","count":7574,"parent_id":71,"uri":"/banjo"},{"id":"108","name":"Conga","key_word":"conga","count":5016,"parent_id":42,"uri":"/conga"},{"id":"109","name":"Castanets","key_word":"castanets","count":1312,"parent_id":97,"uri":"/castanets"},{"id":"110","name":"Handbells","key_word":"handbells","count":6706,"parent_id":62,"uri":"/handbells"},{"id":"111","name":"Percussion bells","key_word":"percussion-bells","count":6899,"parent_id":66,"uri":"/percussion-bells"},{"id":"112","name":"Percussion - pitched (other)","key_word":"percussion-pitched-other","count":4619,"parent_id":62,"uri":"/percussion-pitched-other"},{"id":"113","name":"Slap","key_word":"slap","count":752,"parent_id":103,"uri":"/slap"},{"id":"114","name":"Percussion - metal (other)","key_word":"percussion-metal-other","count":1880,"parent_id":66,"uri":"/percussion-metal-other"},{"id":"115","name":"Ride","key_word":"ride","count":1328,"parent_id":66,"uri":"/ride"},{"id":"116","name":"Saxophone other","key_word":"saxophone-other","count":16089,"parent_id":45,"uri":"/saxophone-other"},{"id":"117","name":"Metallophone","key_word":"metallophone","count":1044,"parent_id":62,"uri":"/metallophone"},{"id":"118","name":"Kalimba","key_word":"kalimba","count":1832,"parent_id":62,"uri":"/kalimba"},{"id":"119","name":"Steel drums","key_word":"steel-drums","count":3241,"parent_id":66,"uri":"/steel-drums"},{"id":"120","name":"Woodwinds (other)","key_word":"woodwinds-other","count":27453,"parent_id":45,"uri":"/woodwinds-other"},{"id":"121","name":"Melodica","key_word":"melodica","count":1394,"parent_id":45,"uri":"/melodica"},{"id":"122","name":"Natural horn","key_word":"natural-horn","count":11514,"parent_id":3,"uri":"/natural-horn"},{"id":"123","name":"Ondes martenot","key_word":"ondes-martenot","count":280,"parent_id":1,"uri":"/ondes-martenot"},{"id":"124","name":"Drum (other)","key_word":"drum-other","count":18453,"parent_id":42,"uri":"/drum-other"},{"id":"125","name":"Saxophone bass","key_word":"saxophone-bass","count":2648,"parent_id":45,"uri":"/saxophone-bass"},{"id":"126","name":"Vibraslap","key_word":"vibraslap","count":860,"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":173238,"parent_id":3,"uri":"/trumpet-other"},{"id":"129","name":"Nyckelharpa","key_word":"nyckelharpa","count":812,"parent_id":59,"uri":"/nyckelharpa"},{"id":"130","name":"Brass group","key_word":"brass-group","count":20473,"parent_id":3,"uri":"/brass-group"},{"id":"131","name":"Flute bass","key_word":"flute-bass","count":1190,"parent_id":45,"uri":"/flute-bass"},{"id":"132","name":"Trombone other","key_word":"trombone-other","count":2070,"parent_id":3,"uri":"/trombone-other"},{"id":"133","name":"Timbale","key_word":"timbale","count":865,"parent_id":42,"uri":"/timbale"},{"id":"134","name":"Brass (other)","key_word":"brass-other","count":11032,"parent_id":3,"uri":"/brass-other"},{"id":"135","name":"Maraca","key_word":"maraca","count":3573,"parent_id":97,"uri":"/maraca"},{"id":"136","name":"Tamtam","key_word":"tamtam","count":1756,"parent_id":66,"uri":"/tamtam"},{"id":"137","name":"Snap","key_word":"snap","count":1653,"parent_id":103,"uri":"/snap"},{"id":"138","name":"Hi-hat","key_word":"hi-hat","count":2751,"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":1045,"parent_id":59,"uri":"/erhu"},{"id":"141","name":"Splash","key_word":"splash","count":557,"parent_id":66,"uri":"/splash"},{"id":"142","name":"Alto horn","key_word":"alto-horn","count":828,"parent_id":3,"uri":"/alto-horn"},{"id":"143","name":"Sand block","key_word":"sand-block","count":206,"parent_id":97,"uri":"/sand-block"},{"id":"144","name":"Clarinet alto","key_word":"clarinet-alto","count":3235,"parent_id":45,"uri":"/clarinet-alto"},{"id":"145","name":"Shamisen","key_word":"shamisen","count":874,"parent_id":71,"uri":"/shamisen"},{"id":"146","name":"Effect","key_word":"effect","count":787,"parent_id":42,"uri":"/effect"},{"id":"147","name":"Strings - plucked (other)","key_word":"strings-plucked-other","count":3910,"parent_id":71,"uri":"/strings-plucked-other"},{"id":"148","name":"Chinese","key_word":"chinese","count":780,"parent_id":66,"uri":"/chinese"},{"id":"149","name":"Lute","key_word":"lute","count":1931,"parent_id":71,"uri":"/lute"},{"id":"150","name":"Voice (other)","key_word":"voice-other","count":22456,"parent_id":5,"uri":"/voice-other"},{"id":"151","name":"Stamp","key_word":"stamp","count":1759,"parent_id":103,"uri":"/stamp"},{"id":"152","name":"Temple block","key_word":"temple-block","count":765,"parent_id":97,"uri":"/temple-block"},{"id":"153","name":"Gong","key_word":"gong","count":1463,"parent_id":66,"uri":"/gong"},{"id":"154","name":"Pipes","key_word":"pipes","count":2011,"parent_id":45,"uri":"/pipes"},{"id":"155","name":"Woodwinds group","key_word":"woodwinds-group","count":29779,"parent_id":45,"uri":"/woodwinds-group"},{"id":"156","name":"Rototom","key_word":"rototom","count":1155,"parent_id":42,"uri":"/rototom"},{"id":"157","name":"Frame drum","key_word":"frame-drum","count":719,"parent_id":42,"uri":"/frame-drum"},{"id":"158","name":"Percussion - wood (other)","key_word":"percussion-wood-other","count":5532,"parent_id":97,"uri":"/percussion-wood-other"},{"id":"159","name":"Guiro","key_word":"guiro","count":908,"parent_id":97,"uri":"/guiro"},{"id":"160","name":"Viol","key_word":"viol","count":1223,"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":1345,"parent_id":71,"uri":"/sitar"},{"id":"163","name":"Tabla","key_word":"tabla","count":541,"parent_id":42,"uri":"/tabla"},{"id":"164","name":"Theorbo","key_word":"theorbo","count":98,"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":226,"parent_id":71,"uri":"/balalaika"},{"id":"167","name":"Ratchet","key_word":"ratchet","count":271,"parent_id":97,"uri":"/ratchet"},{"id":"168","name":"Taiko","key_word":"taiko","count":288,"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":48,"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":492,"parent_id":71,"uri":"/zither"},{"id":"176","name":"Tambura","key_word":"tambura","count":333,"parent_id":71,"uri":"/tambura"},{"id":"177","name":"Cajon","key_word":"cajon","count":40,"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":40,"parent_id":42,"uri":"/djembe"},{"id":"188","name":"Dumbek","key_word":"dumbek","count":1,"parent_id":42,"uri":"/dumbek"},{"id":"189","name":"Hand drum","key_word":"hand-drum","count":14,"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":300,"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":96,"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":10,"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":13,"parent_id":71,"uri":"/autoharp"},{"id":"210","name":"Baglama","key_word":"baglama","count":2,"parent_id":71,"uri":"/baglama"},{"id":"211","name":"Celtic harp","key_word":"celtic-harp","count":245,"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":159,"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":82,"parent_id":97,"uri":"/shaker"},{"id":"222","name":"Strings - bowed (other)","key_word":"strings-bowed-other","count":2615,"parent_id":59,"uri":"/strings-bowed-other"},{"id":"223","name":"Fiddle","key_word":"fiddle","count":693,"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":74,"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":2058494,"parent_id":0,"uri":"/keyboard"},{"id":"3","name":"Brass","key_word":"brass","count":1104877,"parent_id":0,"uri":"/brass"},{"id":"5","name":"Voice","key_word":"voice","count":740970,"parent_id":0,"uri":"/voice"},{"id":"42","name":"Percussion - drum","key_word":"percussion-drum","count":492882,"parent_id":0,"uri":"/percussion-drum"},{"id":"45","name":"Woodwinds","key_word":"woodwinds","count":1646818,"parent_id":0,"uri":"/woodwinds"},{"id":"59","name":"Strings - bowed","key_word":"strings-bowed","count":915532,"parent_id":0,"uri":"/strings-bowed"},{"id":"62","name":"Percussion - pitched","key_word":"percussion-pitched","count":209672,"parent_id":0,"uri":"/percussion-pitched"},{"id":"66","name":"Percussion - metal","key_word":"percussion-metal","count":79858,"parent_id":0,"uri":"/percussion-metal"},{"id":"71","name":"Strings - plucked","key_word":"strings-plucked","count":588935,"parent_id":0,"uri":"/strings-plucked"},{"id":"97","name":"Percussion - wood","key_word":"percussion-wood","count":27678,"parent_id":0,"uri":"/percussion-wood"},{"id":"103","name":"Percussion - body","key_word":"percussion-body","count":13137,"parent_id":0,"uri":"/percussion-body"}],"genres":[{"id":"216","name":"classical","key_word":"classical","count":698313,"uri":"/classical"},{"id":"680","name":"soundtrack","key_word":"soundtrack","count":327786,"uri":"/soundtrack"},{"id":"14","name":"pop","key_word":"pop","count":301736,"uri":"/pop"},{"id":"4","name":"rock","key_word":"rock","count":252119,"uri":"/rock"},{"id":"1016","name":"religious music","key_word":"religious-music","count":238329,"uri":"/religious-music"},{"id":"666","name":"folk","key_word":"folk","count":159217,"uri":"/folk"},{"id":"84","name":"jazz","key_word":"jazz","count":144626,"uri":"/jazz"},{"id":"195","name":"world music","key_word":"world-music","count":93862,"uri":"/world-music"},{"id":"49","name":"country","key_word":"country","count":91003,"uri":"/country"},{"id":"1781","name":"reggae & ska","key_word":"reggae-ska","count":85810,"uri":"/reggae-ska"},{"id":"1787","name":"r&b, funk & soul","key_word":"rb-funk-soul","count":71788,"uri":"/rb-funk-soul"},{"id":"16","name":"electronic","key_word":"electronic","count":34290,"uri":"/electronic"},{"id":"45","name":"hip hop","key_word":"hip-hop","count":20563,"uri":"/hip-hop"},{"id":"667","name":"experimental","key_word":"experimental","count":20289,"uri":"/experimental"},{"id":"695","name":"new age","key_word":"new-age","count":19791,"uri":"/new-age"},{"id":"99","name":"blues","key_word":"blues","count":16129,"uri":"/blues"},{"id":"8","name":"metal","key_word":"metal","count":14664,"uri":"/metal"},{"id":"79","name":"comedy","key_word":"comedy","count":12909,"uri":"/comedy"},{"id":"85","name":"disco","key_word":"disco","count":7466,"uri":"/disco"},{"id":"211","name":"darkwave","key_word":"darkwave","count":1510,"uri":"/darkwave"}],"score_format":[{"id":"interactive","name":"Interactive","key_word":"interactive","count":2280373,"uri":"/interactive"},{"id":"pdf","name":"PDF","key_word":"pdf","count":1126285,"uri":"/pdf"}],"complexity":[{"id":"1","name":"beginner","key_word":"beginner","count":1019424,"uri":"/beginner"},{"id":"2","name":"intermediate","key_word":"intermediate","count":644262,"uri":"/intermediate"},{"id":"3","name":"advanced","key_word":"advanced","count":83634,"uri":"/advanced"}],"instrumentation":[{"id":"1","name":"Choral","key_word":"choral","count":149042,"parent_id":125,"weight":4,"uri":"/choral"},{"id":"2","name":"SATB","key_word":"satb","count":68944,"parent_id":125,"weight":1,"uri":"/satb"},{"id":"3","name":"Women’s Choir","key_word":"womens-choir","count":1976,"parent_id":125,"weight":2,"uri":"/womens-choir"},{"id":"4","name":"Men’s Choir","key_word":"mens-choir","count":3216,"parent_id":125,"weight":3,"uri":"/mens-choir"},{"id":"10","name":"Concert Band","key_word":"concert-band","count":27400,"parent_id":126,"weight":0,"uri":"/concert-band"},{"id":"11","name":"Marching Band","key_word":"marching-band","count":19089,"parent_id":126,"weight":1,"uri":"/marching-band"},{"id":"12","name":"Drum Corps (Modern)","key_word":"drum-corps-modern","count":3380,"parent_id":126,"weight":2,"uri":"/drum-corps-modern"},{"id":"13","name":"Pep Band","key_word":"pep-band","count":2812,"parent_id":126,"weight":3,"uri":"/pep-band"},{"id":"14","name":"Jazz Band","key_word":"jazz-band","count":22052,"parent_id":126,"weight":5,"uri":"/jazz-band"},{"id":"15","name":"Brass Band (British Style)","key_word":"brass-band-british-style","count":3299,"parent_id":126,"weight":6,"uri":"/brass-band-british-style"},{"id":"16","name":"Brass Band (New Orleans)","key_word":"brass-band-new-orleans","count":1094,"parent_id":126,"weight":7,"uri":"/brass-band-new-orleans"},{"id":"20","name":"Chamber Orchestra","key_word":"chamber-orchestra","count":19389,"parent_id":126,"weight":1,"uri":"/chamber-orchestra"},{"id":"21","name":"Symphony Orchestra","key_word":"symphony-orchestra","count":36900,"parent_id":126,"weight":2,"uri":"/symphony-orchestra"},{"id":"23","name":"A Capella","key_word":"a-capella","count":8046,"parent_id":125,"weight":4,"uri":"/a-capella"},{"id":"24","name":"Show Choir","key_word":"show-choir","count":415,"parent_id":125,"weight":5,"uri":"/show-choir"},{"id":"28","name":"String Ensemble","key_word":"string-ensemble","count":27765,"parent_id":127,"weight":7,"uri":"/string-ensemble"},{"id":"29","name":"String Duet","key_word":"string-duet","count":31431,"parent_id":127,"weight":0,"uri":"/string-duet"},{"id":"30","name":"String Trio","key_word":"string-trio","count":4616,"parent_id":127,"weight":1,"uri":"/string-trio"},{"id":"31","name":"String Quartet","key_word":"string-quartet","count":49242,"parent_id":127,"weight":2,"uri":"/string-quartet"},{"id":"32","name":"String Quintet","key_word":"string-quintet","count":5806,"parent_id":127,"weight":3,"uri":"/string-quintet"},{"id":"33","name":"Woodwind Ensemble","key_word":"woodwind-ensemble","count":15837,"parent_id":128,"weight":3,"uri":"/woodwind-ensemble"},{"id":"34","name":"Woodwind Duet","key_word":"woodwind-duet","count":34547,"parent_id":128,"weight":0,"uri":"/woodwind-duet"},{"id":"35","name":"Woodwind Trio","key_word":"woodwind-trio","count":12980,"parent_id":128,"weight":1,"uri":"/woodwind-trio"},{"id":"36","name":"Woodwind Quartet","key_word":"woodwind-quartet","count":25593,"parent_id":128,"weight":2,"uri":"/woodwind-quartet"},{"id":"37","name":"Woodwind Quintet","key_word":"woodwind-quintet","count":13829,"parent_id":128,"weight":3,"uri":"/woodwind-quintet"},{"id":"38","name":"Brass Ensemble","key_word":"brass-ensemble","count":39504,"parent_id":129,"weight":8,"uri":"/brass-ensemble"},{"id":"39","name":"Brass Duet","key_word":"brass-duet","count":22510,"parent_id":129,"weight":0,"uri":"/brass-duet"},{"id":"40","name":"Brass Trio","key_word":"brass-trio","count":2477,"parent_id":129,"weight":1,"uri":"/brass-trio"},{"id":"41","name":"Brass Quartet","key_word":"brass-quartet","count":9038,"parent_id":129,"weight":2,"uri":"/brass-quartet"},{"id":"42","name":"Brass Quintet","key_word":"brass-quintet","count":6883,"parent_id":129,"weight":3,"uri":"/brass-quintet"},{"id":"43","name":"Percussion Ensemble","key_word":"percussion-ensemble","count":8803,"parent_id":130,"weight":9,"uri":"/percussion-ensemble"},{"id":"44","name":"Percussion Duet","key_word":"percussion-duet","count":3394,"parent_id":130,"weight":0,"uri":"/percussion-duet"},{"id":"45","name":"Percussion Trio","key_word":"percussion-trio","count":3268,"parent_id":130,"weight":1,"uri":"/percussion-trio"},{"id":"46","name":"Percussion Quartet","key_word":"percussion-quartet","count":3540,"parent_id":130,"weight":2,"uri":"/percussion-quartet"},{"id":"47","name":"Percussion Quintet","key_word":"percussion-quintet","count":2154,"parent_id":130,"weight":3,"uri":"/percussion-quintet"},{"id":"48","name":"Mixed Ensemble","key_word":"mixed-ensemble","count":303266,"parent_id":131,"weight":11,"uri":"/mixed-ensemble"},{"id":"49","name":"Mixed Duet","key_word":"mixed-duet","count":265852,"parent_id":131,"weight":0,"uri":"/mixed-duet"},{"id":"50","name":"Mixed Trio","key_word":"mixed-trio","count":91325,"parent_id":131,"weight":1,"uri":"/mixed-trio"},{"id":"51","name":"Mixed Quartet","key_word":"mixed-quartet","count":95654,"parent_id":131,"weight":2,"uri":"/mixed-quartet"},{"id":"52","name":"Mixed Quintet","key_word":"mixed-quintet","count":71929,"parent_id":131,"weight":3,"uri":"/mixed-quintet"},{"id":"53","name":"Handbell Ensembles","key_word":"handbell-ensembles","count":184,"parent_id":130,"weight":100,"uri":"/handbell-ensembles"},{"id":"114","name":"Solo","key_word":"solo","count":1652154,"parent_id":0,"weight":0,"uri":"/solo"},{"id":"115","name":"Church Choir","key_word":"church-choir","count":8018,"parent_id":125,"weight":5,"uri":"/church-choir"},{"id":"118","name":"Saxophone Ensemble","key_word":"saxophone-ensemble","count":22259,"parent_id":128,"weight":99,"uri":"/saxophone-ensemble"},{"id":"124","name":"Piano Ensembles","key_word":"piano-ensembles","count":264262,"parent_id":0,"weight":0,"uri":"/piano-ensembles"},{"id":"125","name":"Vocal Ensembles","key_word":"vocal-ensembles","count":239657,"parent_id":0,"weight":1,"uri":"/vocal-ensembles"},{"id":"126","name":"Bands / Orchestras","key_word":"bands-orchestras","count":135640,"parent_id":0,"weight":2,"uri":"/bands-orchestras"},{"id":"127","name":"String Ensembles","key_word":"string-ensembles","count":119310,"parent_id":0,"weight":3,"uri":"/string-ensembles"},{"id":"128","name":"Woodwind Ensembles","key_word":"woodwind-ensembles","count":125045,"parent_id":0,"weight":4,"uri":"/woodwind-ensembles"},{"id":"129","name":"Brass Ensembles","key_word":"brass-ensembles","count":80412,"parent_id":0,"weight":5,"uri":"/brass-ensembles"},{"id":"130","name":"Percussion Ensembles","key_word":"percussion-ensembles","count":22433,"parent_id":0,"weight":6,"uri":"/percussion-ensembles"},{"id":"131","name":"Mixed Ensembles","key_word":"mixed-ensembles","count":828026,"parent_id":0,"weight":7,"uri":"/mixed-ensembles"},{"id":"133","name":"Piano Four Hand","key_word":"piano-four-hand","count":3902,"parent_id":124,"weight":1,"uri":"/piano-four-hand"},{"id":"134","name":"Piano Duo","key_word":"piano-duo","count":58844,"parent_id":124,"weight":1,"uri":"/piano-duo"},{"id":"135","name":"Piano Trio","key_word":"piano-trio","count":6861,"parent_id":124,"weight":1,"uri":"/piano-trio"},{"id":"136","name":"Piano Quartet","key_word":"piano-quartet","count":3151,"parent_id":124,"weight":1,"uri":"/piano-quartet"},{"id":"137","name":"Piano Quintet","key_word":"piano-quintet","count":2250,"parent_id":124,"weight":1,"uri":"/piano-quintet"},{"id":"138","name":"Piano Sextet","key_word":"piano-sextet","count":12961,"parent_id":124,"weight":1,"uri":"/piano-sextet"},{"id":"139","name":"Piano-Voice","key_word":"piano-voice","count":144527,"parent_id":124,"weight":1,"uri":"/piano-voice"},{"id":"140","name":"Piano-Voice-Guitar","key_word":"piano-voice-guitar","count":31766,"parent_id":124,"weight":1,"uri":"/piano-voice-guitar"},{"id":"143","name":"Bagpipe Band","key_word":"bagpipe-band","count":225,"parent_id":126,"weight":1,"uri":"/bagpipe-band"},{"id":"144","name":"String Sextet","key_word":"string-sextet","count":450,"parent_id":127,"weight":1,"uri":"/string-sextet"},{"id":"145","name":"Indoor Percussion Ensemble","key_word":"indoor-percussion-ensemble","count":1090,"parent_id":130,"weight":1,"uri":"/indoor-percussion-ensemble"}],"type":[{"id":"official","name":"Official Scores","key_word":"official","count":1175430,"uri":"/official"},{"id":"non-official","name":"Community Scores","key_word":"non-official","count":2231228,"uri":"/non-official"}],"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"},"license":[{"id":"to_modify_commercially","name":"modify commercially","key_word":"to_modify_commercially","uri":"?license=to_modify_commercially"},{"id":"to_use_commercially","name":"use commercially","key_word":"to_use_commercially","uri":"?license=to_use_commercially"},{"id":"to_share","name":"share","key_word":"to_share","uri":"?license=to_share"},{"id":"to_play","name":"personal use","key_word":"to_play","uri":"?license=to_play"}],"instruments_normalized":[],"recording_type":[{"id":"free","name":"Free to view & play","key_word":"free","count":0,"uri":"/free"},{"id":"free-download","name":"Free to view, play & download","key_word":"free-download","count":0,"uri":"/free-download"},{"id":"original","name":"Original","key_word":"original","count":0,"uri":"/original"}],"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_publisher":[],"excluded_ids":[20198233],"tags":0,"country":"US","region":"Virginia","type":[],"ids":[],"show_courses":true,"sort_selected_by_user":0,"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":3443,"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":6610,"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":8507,"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":8889,"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":6485,"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":8257,"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":4641,"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":7269,"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":6911,"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":2813,"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":8100,"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":5270,"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":68493,"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":77769,"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":44,"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":"WAl3a","requirements":"","lesson_count":8,"duration":4204,"level":2,"instrument_id":100009,"topics":[{"id":2,"name":"Playing Skills","uri":"playing-skills"}],"web_url":"https://musescore.com/courses/play-more-lead-guitar-the-easy-way--WAl3a","preview_link":"https://musescore.com/static/musescore/userdata/course/6/e/b/69.png@950?date=1727959314&qlt=70","preview_type":"course_image","rating":{"rating":4.77,"count":6,"count_to_visible":0,"user_rating":null},"progress_duration":0,"name":"Play MORE Lead Guitar The Easy Way","description":"<p><u>This course is aimed at the intermediate lead guitarist </u>who has some knowledge of the pentatonic scale, but feels limited to a couple of shapes &amp; can't break out of their comfort zone licks. You will learn the pentatonic scale from the gound up: how the 5 different patterns originated &amp; how they fit together. You will also learn...\r\n</p><p>\r\n</p><ul><li>How the pentatonic scale relates to chords you're playing over\r\n</li><li>How to determine the correct scale to use over ANY chord sequence<br></li><li>How to use the pentatonic scale to play blues<br></li><li>How to move fluently between the 5 pentatonic patterns<br></li><li>How to use the pentatonic scale to play over chord changes<br></li><li>How to use the (in)famous CAGED system<br></li><li>How combining pentatonic scales can introduce you to the world of modes<br></li></ul><p>\r\n</p><p>All of this is demonstrated via example solos shown in close up &amp; tabbed out in PDF &amp; Guitar Pro formats, so there are dozens of licks to learn. Also, you get a bunch of jam tracks to experiment over.\r\n</p><p>\r\n</p><p>By the end of this course you will RULE the neck!</p>","tracking_id":69,"is_favorite":false},{"id":"WpE1d","requirements":"","lesson_count":8,"duration":3979,"level":3,"instrument_id":100003,"topics":[{"id":2,"name":"Playing Skills","uri":"playing-skills"}],"web_url":"https://musescore.com/courses/the-legendary-bass-of-chuck-rainey-hot-licks--WpE1d","preview_link":"https://musescore.com/static/musescore/userdata/course/9/5/3/1702.jpg@950?date=1741193593&qlt=70","preview_type":"course_image","rating":{"rating":4.71,"count":4,"count_to_visible":0,"user_rating":null},"progress_duration":0,"name":"The Legendary Bass of Chuck Rainey (Hot Licks)","description":"<p>Chuck Rainey is a name synonymous with excellence in bass playing. He has played with such legends as Steely Dan, Sam Cooke, Paul Simon, King Curtis, The Coasters, Jackie Wilson, Aretha Franklin, Roberta Flack, and many more. \r\n</p><p>\r\n</p><p>This is your chance to study with one of the most important bassists of our time. Chuck has put together the ultimate lesson – covering topics such as thumb-slap technique, development of lines and right-hand speed, chord theory and shapes, octave exercises, walking bass lines, R&B, funk and country styles, slap and pop, working with the drummer, and much more!\r\n</p><p>\r\n</p><p>Get down low with Chuck Rainey today.</p>","tracking_id":1702,"is_favorite":false},{"id":"3qnlW","requirements":"<div><font color=\"#1c1d1f\" face=\"sf pro text, -apple-system, BlinkMacSystemFont, Roboto, segoe ui, Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol\"><ul><li>You only need to know a couple basic chords to get started!</li><li>Just love playing your guitar :)</li></ul></font></div>","lesson_count":61,"duration":15308,"level":4,"instrument_id":100006,"topics":[{"id":2,"name":"Playing Skills","uri":"playing-skills"}],"web_url":"https://musescore.com/courses/strumming-simplified-51-guitar-rhythms-for-all-styles--3qnlW","preview_link":"https://musescore.com/static/musescore/userdata/course/0/e/7/26.png@950?date=1726577692&qlt=70","preview_type":"course_image","rating":{"rating":4.64,"count":25,"count_to_visible":0,"user_rating":null},"progress_duration":0,"name":"Strumming Simplified: 51 Guitar Rhythms for All Styles!","description":"<p>Having trouble playing your favorite guitar tunes? Would you like to make your original songs much more interesting? Learn the essential rhythms and techniques in this course. There are 51 cool Strumming patterns and Finger-picking patterns, in ALL styles of music! Pop, Rock, Blues, Country, Indie, Metal, Funk...\r\n</p><p>\r\n</p><p>STRUMMING SIMPLIFIED demonstrates, in detail, how to play each Rhythm using a different musical example. Includes over 4 hours of video lessons, charts, tablature, drum beats to download, and more!\r\n</p><p>\r\n</p><p><b>The Benefits:\r\n</b></p><p>\r\n</p><p>Improve all aspects of your rhythm playing on Acoustic and Electric guitar\r\n</p><p>\r\n</p><p>Play more interesting and complicated rhythms\r\n</p><p>\r\n</p><p>Learn your favorite songs much more easily\r\n</p><p>\r\n</p><p>Create awesome original music with the all new rhythms you've learned\r\n</p><p>\r\n</p><p>Sing and play guitar at the same time much more easily\r\n</p><p>\r\n</p><p>Learn to keep a more consistent tempo\r\n</p><p>\r\n</p><p>Have a better feel in your rhythms\r\n</p><p>\r\n</p><p>Play faster and more easily without fatigue\r\n</p><p>\r\n</p><p>After learning these 51 rhythms and the techniques behind them, you'll be able to tackle any rhythm you run into, or want to create, in the future! </p>","tracking_id":26,"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.62,"count":5,"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":"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.52,"count":20,"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":"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.52,"count":24,"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},{"id":"aZyLq","requirements":"","lesson_count":25,"duration":5165,"level":1,"instrument_id":100009,"topics":[{"id":2,"name":"Playing Skills","uri":"playing-skills"}],"web_url":"https://musescore.com/courses/the-guitar-players-guide-to-minor-scales--aZyLq","preview_link":"https://musescore.com/static/musescore/userdata/course/7/c/1/71.png@950?date=1727959314&qlt=70","preview_type":"course_image","rating":{"rating":0,"count":2,"count_to_visible":1,"user_rating":null},"progress_duration":0,"name":"The Guitar Players Guide to Minor Scales","description":"<p>Are you interested in learning how to play your minor scales? Then you've come to the right place. 50% of all songs you're probably going to play will be in a minor key. So why not understand the music theory behind what makes those songs so great. This course was designed to teach you how to play any minor scale, pentatonic scale, or minor chord tones in any key anywhere on the neck. This material is absolutely essential to becoming a good guitar player.\r\n</p><p><b>What will you learn in this course?\r\n</b></p><ul><li>The music theory behind the minor scale\r\n</li><li>How to create minor scales going up the neck and across the neck\r\n</li><li>How to play the minor scale in any key anywhere on the neck\r\n</li><li>How to play the minor pentatonic scale in any key anywhere on the neck\r\n</li><li>How to play the minor chord tones in any key anywhere on the neck\r\n</li><li>Great practice techniques for these scales\r\n</li><li>Diatonic chords in minor\r\n</li></ul><p>I've included a copy of my scales book.\r\n</p><p>A digital copy (PDF) of my scales book called \"Basic Scales A study of the Ionian and Aeolian Scales\". The book is 85 pages long and has charts for the following\r\n</p><ul><li>major scales all over the neck in all 12 keys\r\n</li><li>major pentatonic scales all over the neck in all 12 keys\r\n</li><li>major chord tones all over the neck in all 12 keys\r\n</li><li>minor scales all over the neck in all 12 keys\r\n</li><li>minor pentatonic scales all over the neck in all 12 keys\r\n</li><li>minor chord tones all over the neck in all 12 keys\r\n</li></ul><p><b>Why should you buy my course?\r\n</b></p><p>My name is Chris Rupp and I'm the founder of the GuitArmy.\r\n</p><p>I've been teaching guitar full time for over 19 years.\r\n</p><p>I have taught more than 30,000 individual private guitar lessons.\r\n</p><p>I teach guitar students online all over the world.\r\n</p><p>I have a bachelors of music degree from the world renowned Berklee College of Music where I studied with some of the best guitar players on earth. \r\n</p><p>I created a successful line of guitar instruction DVDs that sold very well and garnered the attention of the \"As Seen on TV\" folks.\r\n</p><p>I love teaching guitar and helping students become better musicians through the guitar.\r\n</p><p>I will answer your personal questions and help you with learning the material in this course.\r\n</p><p>With GuitArmy guitar lessons on Skillshare you will learn: basic open chords, power chords, barre chords, scales, major scales, minor scales, learn to solo, improvisation, beginner guitar lessons, intermediate guitar lessons, advanced guitar lessons, guitar riffs, rock licks, guitar licks, rhythm guitar, songwriting, modes on guitar, how to read guitar tablature, play a guitar solo, triads for guitar, and much more. \r\n</p><p>Why should I take your course and not just learn from YouTube?\r\n</p><p>You can try to learn guitar from YouTube but eventually you'll figure out there's so many videos out there it is very hard to put the information together in a coherent way. I have students come to me all the time that are tired of watching random guitar videos on YouTube and don't know how to put the information together. With my course you will get a systematic way of learning your minor scales.\r\n</p><p><b>Do I have to be a great guitar player to benefit from this course?\r\n</b></p><p>No! This course is more geared towards beginner and intermediate players. There's a lot of information in this course so take your time learning the material. You will have full lifetime access to the course. </p>","tracking_id":71,"is_favorite":false},{"id":"qlPeq","requirements":"","lesson_count":15,"duration":10492,"level":1,"instrument_id":100000,"topics":[{"id":4,"name":"Music Production","uri":"music-production"}],"web_url":"https://musescore.com/courses/session-guitarist-acoustic-sunburst-deluxe-explained--qlPeq","preview_link":"https://musescore.com/static/musescore/userdata/course/7/4/d/1540.png@950?date=1727260161&qlt=70","preview_type":"course_image","rating":{"rating":4.56,"count":4,"count_to_visible":0,"user_rating":null},"progress_duration":0,"name":"Session Guitarist Acoustic Sunburst Deluxe Explained","description":"<p>Join veteran Groove3 instructor Larry Holcombe for a detailed look at Session Guitarist ACOUSTIC SUNBURST DELUXE, the newest addition to Native Instruments' acoustic guitar VI line, which puts the sound of world-class acoustic recordings at your fingertips. You'll learn how to customize the guitar's sound with numerous settings, choose different chord voicings to fit your specific needs, use different strumming or picking patterns to suit your style, add pristine acoustic melodies to decorate a track, and more! These ACOUSTIC SUNBURST DELUXE videos are for new users.\r\n</p><p>\r\n</p><p>Larry begins by providing a brief introduction to the interface, ensuring you become familiar with its layout as you progress through the course. He also explains the relationship between songs and patterns and briefly discusses the instrument's overall design and architecture. Then he moves on to playing back melodies, demonstrating how different articulations (vibrato, pitch bend, etc.) can add realism to your parts.\r\n</p><p>\r\n</p><p>Next, you'll learn how to select various patterns—including types, phrases, strums, and arpeggios—and control playback of them with articulations. This is followed by a look at the topic of voicings, where you'll see how different chord voicings can be chosen to fit the specific track you're working with for the most authentic sound. \r\n</p><p>\r\n</p><p>Throughout the rest of the course, you'll learn how to use the other features, including endings and dynamics (pre-recorded endings, using the mod wheel for dynamics, etc.), sound presets (quickly choose the right sound for the sound), pattern inspector/browser (helpful in quickly searching for and fine-tuning the perfect part for your song), guitar settings (mic setup/placement, stereo width, performance timing, etc.), amps and FX (adding various effects to polish the tone), Playback page (humanizing, swing feel, etc.), melody instrument keyswitches (for enhancing realism), and more!\r\n</p><p>\r\n</p><p>To finish off the course, Larry demonstrates the instrument in action by adding some chords and a melody with ACOUSTIC SUNBURST DELUXE, adding some dynamic movement, and keyswitch endings to wrap things up.\r\n</p><p>\r\n</p><p>If you've got a track that needs acoustic guitar, you're set with Session Guitarist ACOUSTIC SUNBURST DELUXE. With this video course, you'll quickly learn everything you need to know, from basic pattern selection to customizing dynamics, endings, and more. By the end, you'll be ready to begin adding amazing acoustic sounds to your very next production.\r\n</p><p>\r\n</p><p>See the individual Session Guitarist ACOUSTIC SUNBURST DELUXE video tutorial descriptions for more information on how this virtual instrument plugin can add the perfect missing acoustic piece to your productions and songs. Get a fabulous acoustic sound without dealing with a guitarist's ego... watch \"Session Guitarist ACOUSTIC SUNBURST DELUXE Explained®\" today! \r\n</p><p>\r\n</p><p>What You Will Learn:\r\n</p><p>-Interface layout, pattern/song selection, and preset management\r\n</p><p>-How to choose the best chord voicing for a specific part to best fit the music\r\n</p><p>-Adding articulations (bends, slides, dynamics) to melodies for an authentic sound and feel\r\n</p><p>-Customizing the sound of the instrument by selecting mic type and placement, adding effects, etc.\r\n</p><p>-And more!</p>","tracking_id":1540,"is_favorite":false},{"id":"dMb5q","requirements":"","lesson_count":21,"duration":10316,"level":4,"instrument_id":100006,"topics":[{"id":2,"name":"Playing Skills","uri":"playing-skills"}],"web_url":"https://musescore.com/courses/mastering-full-songs--dMb5q","preview_link":"https://musescore.com/static/musescore/userdata/course/b/c/b/82.png@950?date=1729248957&qlt=70","preview_type":"course_image","rating":{"rating":0,"count":2,"count_to_visible":1,"user_rating":null},"progress_duration":0,"name":"Mastering Full Songs","description":"<p>This course will show you a great process on how to learn complete songs and make the most of every song you learn. </p><p>A lot of great players have said that you’ll progress faster by dissecting a song you like in its entirety over learning simplified versions of a bunch of different songs. </p><p>When you really look at the details on how professionals make music, you discover some great breakthrough moments and subtle, creative techniques!</p>","tracking_id":82,"is_favorite":false},{"id":"qvBzq","requirements":"","lesson_count":24,"duration":3062,"level":4,"instrument_id":128,"topics":[{"id":2,"name":"Playing Skills","uri":"playing-skills"}],"web_url":"https://musescore.com/courses/ukulele-strumming-pattern-secrets-transform-your-playing--qvBzq","preview_link":"https://musescore.com/static/musescore/userdata/course/3/d/3/1342.png@950?date=1726577692&qlt=70","preview_type":"course_image","rating":{"rating":4.55,"count":6,"count_to_visible":0,"user_rating":null},"progress_duration":0,"name":"Ukulele Strumming Pattern Secrets - Transform Your Playing!","description":"<p>Are your Ukulele chords feeling dull? Learn the rhythmic potential of the ukulele with this comprehensive online video course on chord strumming patterns. Whether you're a beginner seeking to establish a solid foundation or an intermediate player eager to enhance your strumming repertoire, this course caters to all skill levels. Through clear and engaging video tutorials, I’ll guide you through a diverse range of strumming patterns tailored for the ukulele, covering both 4/4 and 3/4 time signatures.\r\n</p><p>\r\n</p><p>We’ll break down each pattern, providing step-by-step instructions that empower you to grasp the nuances of rhythm and timing. The course doesn't just stop at the basics; we go beyond the conventional with unique 5-beat and 7-beat strumming patterns. Illustrative song examples complement the lessons, allowing you to apply your newfound skills in a musical context.\r\n</p><p>\r\n</p><p>In addition to comprehensive tutorials, this course offers a supportive learning environment. Join a community of fellow ukulele enthusiasts, share your progress, and engage in discussions to enhance your musical journey. The course is designed not only to impart technical skills but also to foster a passion for the instrument. Elevate your playing, discover new possibilities, and embark on a rhythmic journey with our chord strumming patterns course today!</p>","tracking_id":1342,"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":25828657,"title":"Manchild (Arr. Hone Ow) - Sabrina Carpenter (Piano-Vocal-Guitar (Piano Accompaniment))","parts":3,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/1d7be2808522b11d43fd0d9aa341459a82f3750a/score_0.png@180x252?no-cache=1750051267&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/1d7be2808522b11d43fd0d9aa341459a82f3750a/score_0.png@300x420?no-cache=1750051267&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/1d7be2808522b11d43fd0d9aa341459a82f3750a/score_0.png@500x660?no-cache=1750051267&bgclr=ffffff"},"date_updated":1750051267,"duration":"09:32","hits":2402,"comments_count":2,"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":11,"length":572,"date_created":1750050585,"favorite_count":17,"download_count":0,"user_id":97106398,"is_private":0,"has_custom_video":0,"has_custom_audio":1,"complexity":1,"instrumentations":[{"name":"Piano-Voice-Guitar"}],"instruments":[{"name":"Piano"},{"name":"Vocals"},{"name":"Guitar"}],"rating":{"rating":4.24,"count":5,"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":"bgq0Pn7eZ0LaF7RFcKHEemNlYWEzYWVmMmFiMTYyNWQxOWZiZTA4NDI4MjFjY2M2ZTBjZTU5NmE1Yjg5YmMzMTMyOGExZDU0Y2M5MTE3Y2bYvcg1+2DJor/U8c3wl6XDPvlsiFup8k9rCISUXxmKAA==","is_pdf":1,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"Artist: Sabrina Carpenter\nArranger: Hone Ow\nComposer: Jack Antonoff, Amy Allen, Sabrina Carpenter\nArrangement Format: Pia [url state=primary href=\"https://musescore.com/user/97106398/scores/25828657\"]Read more[/url]","href":"https://musescore.com/user/97106398/scores/25828657","instrumentation_links":[{"name":"Piano-Voice-Guitar","url_to_search":"/sheetmusic/piano-voice-guitar"}],"instrument_links":[{"name":"Piano","url_to_search":"/sheetmusic/piano"},{"name":"Vocals","url_to_search":"/sheetmusic/vocals"},{"name":"Guitar","url_to_search":"/sheetmusic/guitar"}]},{"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=1744305758&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/3114302d8886a6aafcd68cbfca7fcd0cf7e28919/score_0.png@300x420?no-cache=1744305758&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/3114302d8886a6aafcd68cbfca7fcd0cf7e28919/score_0.png@500x660?no-cache=1744305758&bgclr=ffffff"},"date_updated":1744305758,"duration":"03:10","hits":18918,"comments_count":6,"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":514,"download_count":112,"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.86,"count":25,"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":"Y+Q8/W433ALZM3kBHHSEbTU1ZDMzNTU0YTdhZjQ2NDY3OWFlMmNlZjYxZDliN2Q0ZTUxYmY1MWUyZjNhMzJjYjBhNjllMzg3YzBjZjVmYmE1hfmw0nreTq7+ZuyE06D9n4Q3nqQv+ss64DCRbHD0Jg==","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":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/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=1750049514&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/b33966fa2cee98fe39c6083c45f6fdc9bea95429/score_0.png@300x420?no-cache=1750049514&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/b33966fa2cee98fe39c6083c45f6fdc9bea95429/score_0.png@500x660?no-cache=1750049514&bgclr=ffffff"},"date_updated":1750049514,"duration":"03:00","hits":62717,"comments_count":35,"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":994,"download_count":1082,"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.75,"count":245,"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":"D3LQmXJUtKVxAvjbK3lVNjdlMjExMWU0NjJlOWM2MmU3YmZkZDdiNmUwMzYzM2MyMzc4ZjMwNmJjNTdlM2YwYzFmNTI2YjE1YzY5MDNlMTVENtyORG1f3gFATIIfKv9wT7OdSPgV4DVSWzJKbRxhEA==","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":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/sheetmusic/piano"}]},{"id":26087542,"title":"What I Want - Morgan Wallen, Tate McRae (Piano Solo)","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/a4b828c788ede979a1b5cfe4e3b4433113865ca4/score_0.png@180x252?no-cache=1751469377&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/a4b828c788ede979a1b5cfe4e3b4433113865ca4/score_0.png@300x420?no-cache=1751469377&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/a4b828c788ede979a1b5cfe4e3b4433113865ca4/score_0.png@500x660?no-cache=1751469377&bgclr=ffffff"},"date_updated":1751469377,"duration":"02:56","hits":20,"comments_count":0,"user":{"id":90375058,"name":"lord.arranger","url":"https://musescore.com/user/90375058","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":0,"pages_count":4,"length":176,"date_created":1751469325,"favorite_count":1,"download_count":1,"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":false,"publisher":null,"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Morgan Walle, Tate McRae","mobile_app_web":true,"id_analytics":"2waq5A3Vz6rvuRMJJwPScWZlN2RkMzQ5ODMxYTBlMGMwYmRjY2EzNjMxMjQ2MDljNWQ4MTQ0NTA1ZjMzNTg5ZDE3ZWEwN2RmMWY2MGI3ZjeA7HdwFVxRvCOjUuZAOyGNAGaoRq0Wb/7boQk2wd9t8A==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"","href":"https://musescore.com/user/90375058/scores/26087542","instrumentation_links":[{"url_to_search":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/sheetmusic/piano"}]},{"id":25366612,"title":"Love Me Not – Ravyn Lenae","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/d6c506fb332901f0769c9bffa7c68b2b65c98210/score_0.png@180x252?no-cache=1747778661&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/d6c506fb332901f0769c9bffa7c68b2b65c98210/score_0.png@300x420?no-cache=1747778661&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/d6c506fb332901f0769c9bffa7c68b2b65c98210/score_0.png@500x660?no-cache=1747778661&bgclr=ffffff"},"date_updated":1747778661,"duration":"03:20","hits":3618,"comments_count":1,"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":200,"date_created":1747743842,"favorite_count":155,"download_count":35,"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.61,"count":15,"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 Timy Jorgensen","mobile_app_web":true,"id_analytics":"j+O5M65SztOyYVWDvuCUMmRlYzgyNDA5ZTIzMWEyODU0Mzk3ZWYwZjkyNzUzOTZlOTUyNjdlY2FkNDI3NTIxOWIyOGQ2ZWY0NzNhYmU2MTMBVUW9NMO23uab8S5Z1J/gcFfN3JPACwkDTrUBVS3E1g==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"Hope you like my arrangement of this song! Check out my tutorial/cover for it on video: https://www.youtube.com/watch?v=t [url state=primary href=\"https://musescore.com/user/51278624/scores/25366612\"]Read more[/url]","href":"https://musescore.com/user/51278624/scores/25366612","instrumentation_links":[{"url_to_search":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/sheetmusic/piano"}]},{"id":24865960,"title":"undressed – sombr","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/3f62bcffadcbb62e36339c1af630a3381582132d/score_0.png@180x252?no-cache=1745766614&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/3f62bcffadcbb62e36339c1af630a3381582132d/score_0.png@300x420?no-cache=1745766614&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/3f62bcffadcbb62e36339c1af630a3381582132d/score_0.png@500x660?no-cache=1745766614&bgclr=ffffff"},"date_updated":1745766614,"duration":"02:52","hits":11117,"comments_count":6,"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":3,"length":172,"date_created":1745416907,"favorite_count":460,"download_count":100,"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.75,"count":29,"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":"MCaCVUMbRpIsEtCWyZsfP2QzOWY3Y2E0YjFiZTRiNTBiYzMxZTA4NzI5Y2NiODFmMTRjMTkwYjc5NmIxY2IxY2VmNDg5ZjJkNzdlMTA1MGNHk2xRplNro1hAPLXcoxFEzqadlXDa3Ne0KetWpB8oqA==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"Piano Cover/Tutorial for this: https://www.youtube.com/watch?v=_sfkrXDqn4A","href":"https://musescore.com/user/51278624/scores/24865960","instrumentation_links":[{"url_to_search":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/sheetmusic/piano"}]},{"id":24908131,"title":"Mystical Magical – Benson Boone","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/9393d9d398cfd7bf2ea04525dee374b285d7e52b/score_0.png@180x252?no-cache=1745600596&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/9393d9d398cfd7bf2ea04525dee374b285d7e52b/score_0.png@300x420?no-cache=1745600596&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/9393d9d398cfd7bf2ea04525dee374b285d7e52b/score_0.png@500x660?no-cache=1745600596&bgclr=ffffff"},"date_updated":1745600596,"duration":"02:35","hits":8417,"comments_count":20,"user":{"id":60217162,"name":"dave2f","url":"https://musescore.com/user/60217162","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":0,"pages_count":3,"length":155,"date_created":1745600501,"favorite_count":174,"download_count":106,"user_id":60217162,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":2,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.78,"count":39,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Klavier"],"description":"Solo","url":"https://musescore.com/","composer_name":"Arr.: Dave","mobile_app_web":true,"id_analytics":"7hXTrceqfyBCc9O6r6nM2zRiZTIwYjhhYWYzNzY0NzI5ZjA1ODRlOTMwNzE3ZjcyOGQxNzE5NjA1NGE5ZDFmNGI4ZThmODQ2MzE4YjJkYTjodz4WSjB1pyEFNqq6IhUuv1X6dhMg8VAQTi21pD5jEg==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"","href":"https://musescore.com/user/60217162/scores/24908131","instrumentation_links":[{"url_to_search":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/sheetmusic/piano"}]},{"id":25549102,"title":"Just In Case - Morgan Wallen (Piano Solo)","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/8451afe25b8ede6e0db257ece53bd3e97375f4ba/score_0.png@180x252?no-cache=1748608584&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/8451afe25b8ede6e0db257ece53bd3e97375f4ba/score_0.png@300x420?no-cache=1748608584&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/8451afe25b8ede6e0db257ece53bd3e97375f4ba/score_0.png@500x660?no-cache=1748608584&bgclr=ffffff"},"date_updated":1748608584,"duration":"02:43","hits":726,"comments_count":0,"user":{"id":90375058,"name":"lord.arranger","url":"https://musescore.com/user/90375058","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":0,"pages_count":5,"length":163,"date_created":1748608311,"favorite_count":15,"download_count":21,"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.83,"count":3,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Morgan Wallen","mobile_app_web":true,"id_analytics":"vX0GWa/jPb95b1pjhaPG7ThiNmMyNjhkZDdiOTViYzEzOGZkOGUzZDg5MWE0NzdiNTVhNzZmOTcxOTU5YzJlY2I3ZWEyYzI5NjhlNjM3MzdAUO2RGRhlUR1t2XOehc4E84BX7aD1zDaayYSoX2beDw==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"","href":"https://musescore.com/user/90375058/scores/25549102","instrumentation_links":[{"url_to_search":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/sheetmusic/piano"}]},{"id":26087557,"title":"I Got Better - Morgan Wallen (Piano Solo)","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/57bd8a2587e8d79807d95c35c1bb468bc9b04a11/score_0.png@180x252?no-cache=1751469378&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/57bd8a2587e8d79807d95c35c1bb468bc9b04a11/score_0.png@300x420?no-cache=1751469378&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/57bd8a2587e8d79807d95c35c1bb468bc9b04a11/score_0.png@500x660?no-cache=1751469378&bgclr=ffffff"},"date_updated":1751469378,"duration":"03:24","hits":4,"comments_count":0,"user":{"id":90375058,"name":"lord.arranger","url":"https://musescore.com/user/90375058","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":0,"pages_count":6,"length":204,"date_created":1751469339,"favorite_count":0,"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":1,"count_to_visible":2},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Morgan Wallen","mobile_app_web":true,"id_analytics":"EdqEEHOFqpkpXoh4WiVGSjIwM2EzYWM5NDUwMjM5MDlmZGVkZjAzYWNhZDc2YWRhYmRkMDdiMmI5NGRmZmRiYzgzM2VlZjkzMGMyMjNkODbrUJ2hyqUC4Dbf3NmwbIG4I285SR7yqktav83cM3aeRA==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"","href":"https://musescore.com/user/90375058/scores/26087557","instrumentation_links":[{"url_to_search":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/sheetmusic/piano"}]},{"id":25549042,"title":"Dark Thoughts - Lil Tecca (Piano Solo)","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/3c15e702f828a0be3ee691babd43b6cb6f0dd362/score_0.png@180x252?no-cache=1748608600&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/3c15e702f828a0be3ee691babd43b6cb6f0dd362/score_0.png@300x420?no-cache=1748608600&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/3c15e702f828a0be3ee691babd43b6cb6f0dd362/score_0.png@500x660?no-cache=1748608600&bgclr=ffffff"},"date_updated":1748608600,"duration":"02:19","hits":879,"comments_count":0,"user":{"id":90375058,"name":"lord.arranger","url":"https://musescore.com/user/90375058","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":0,"pages_count":3,"length":139,"date_created":1748608297,"favorite_count":22,"download_count":17,"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.85,"count":4,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Lil Tecca","mobile_app_web":true,"id_analytics":"z5eeMVmGcMWdwiH5qOZvZjczOWMyODg2YjA5M2RkZmI1MjE2NTViZmQ2OWJmZDQ3OTFjMzZhZDA4OTM2ZDUyZmMxZmNjMTlkYTkzZjBmYzVxdu99hriWXHpTWed6fWmoRfg3mbBukdnn/V9JmhXeFQ==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"","href":"https://musescore.com/user/90375058/scores/25549042","instrumentation_links":[{"url_to_search":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/sheetmusic/piano"}]},{"id":17038099,"title":"Birds Of A Feather – Billie Eilish (Piano Cover by Stanislav Kovalevskiy)","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/763d5c95b84a1faa6e9a14dca55fcff3a6dfa165/score_0.png@180x252?no-cache=1748304191&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/763d5c95b84a1faa6e9a14dca55fcff3a6dfa165/score_0.png@300x420?no-cache=1748304191&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/763d5c95b84a1faa6e9a14dca55fcff3a6dfa165/score_0.png@500x660?no-cache=1748304191&bgclr=ffffff"},"date_updated":1748304191,"duration":"03:33","hits":124842,"comments_count":37,"user":{"id":63459634,"name":"NewRetroWave","url":"https://musescore.com/user/63459634","is_pro":false,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":0,"pages_count":4,"length":213,"date_created":1716162486,"favorite_count":2247,"download_count":2267,"user_id":63459634,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":1,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.54,"count":259,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Фортепиано"],"description":"Solo","url":"https://musescore.com/","composer_name":"Billie Eilish\n","mobile_app_web":true,"id_analytics":"PahQSAbZ/BmQ1NyjytBvK2M1YTk4MDMxMTNhNTFhZjBhYmQwODE3OWFhMjExMzNmYTUxODEyMTgxYzcyMTI0OTA0NGRmN2Y3MmQwYTliZWOgbc7hZ3Fbd79KKlhqeZm2ff+RVuNJcwI/61sMq+uBaQ==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"Request your score in my Discord:\r\nhttps://discord.gg/dj9XSbS8Jn\r\n\r\nMy Youtube Channel:\r\nhttps://www.youtube.com/TripleCa [url state=primary href=\"https://musescore.com/user/63459634/scores/17038099\"]Read more[/url]","href":"https://musescore.com/user/63459634/scores/17038099","instrumentation_links":[{"url_to_search":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/sheetmusic/piano"}]},{"id":22863550,"title":"Luther - Kendrick Lamar","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/b61b9b5efbadbec2c960b50de910829b3eb5d97f/score_0.png@180x252?no-cache=1736784226&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/b61b9b5efbadbec2c960b50de910829b3eb5d97f/score_0.png@300x420?no-cache=1736784226&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/b61b9b5efbadbec2c960b50de910829b3eb5d97f/score_0.png@500x660?no-cache=1736784226&bgclr=ffffff"},"date_updated":1736784226,"duration":"02:58","hits":24523,"comments_count":6,"user":{"id":90375058,"name":"lord.arranger","url":"https://musescore.com/user/90375058","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":0,"pages_count":4,"length":178,"date_created":1736784121,"favorite_count":331,"download_count":321,"user_id":90375058,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":1,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.49,"count":44,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Kendrick Lamar","mobile_app_web":true,"id_analytics":"iu3rCEmjPqhVSsYmzNCiX2NhYjU4OTY5OTBmMWFjNWIwM2EwZDI4NTVhZDQ5OWMyOTY3NmFmYmE2ZjlmMDg5ZWVhOWU5MmQ0OGI3MjYzYzOlr26oVqGf2Lk0W6wYiaVLh7ueFvovWKVP8/OMYmwheA==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"","href":"https://musescore.com/user/90375058/scores/22863550","instrumentation_links":[{"url_to_search":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/sheetmusic/piano"}]},{"id":18930700,"title":"Pink Pony Club – Chappell Roan","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/1e3bcdc4b13f3eba3b9f330587ab5585a49376c2/score_0.png@180x252?no-cache=1719611511&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/1e3bcdc4b13f3eba3b9f330587ab5585a49376c2/score_0.png@300x420?no-cache=1719611511&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/1e3bcdc4b13f3eba3b9f330587ab5585a49376c2/score_0.png@500x660?no-cache=1719611511&bgclr=ffffff"},"date_updated":1719611511,"duration":"04:14","hits":21695,"comments_count":10,"user":{"id":31035033,"name":"haygrff61","url":"https://musescore.com/user/31035033","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":0,"pages_count":5,"length":254,"date_created":1719611443,"favorite_count":802,"download_count":531,"user_id":31035033,"is_private":0,"has_custom_video":0,"has_custom_audio":1,"complexity":2,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.61,"count":72,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Composer / arranger","mobile_app_web":true,"id_analytics":"DTnXZ2QwG5Vrr/KS0L7gbTdiNTViOWI3MDI1NWJiMzRlNjMwNTRiMmY1N2YzMDhhY2NjZDU5NTg3ZDA2MzcxZjIxZDMxYTRhMWFiZmY3YWao/N90/ap5yf9QFYkLe9X3H44Zp4e5B7affrymS6omZg==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"","href":"https://musescore.com/user/31035033/scores/18930700","instrumentation_links":[{"url_to_search":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/sheetmusic/piano"}]},{"id":19813264,"title":"I Had Some Help – Post Malone (Feat. Morgan Wallen)","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/99a12aeaea1c7ce3be7ea8929c99c176dd2100c5/score_0.png@180x252?no-cache=1721499562&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/99a12aeaea1c7ce3be7ea8929c99c176dd2100c5/score_0.png@300x420?no-cache=1721499562&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/99a12aeaea1c7ce3be7ea8929c99c176dd2100c5/score_0.png@500x660?no-cache=1721499562&bgclr=ffffff"},"date_updated":1721499562,"duration":"02:53","hits":7149,"comments_count":5,"user":{"id":4367091,"name":"Cody Walton","url":"https://musescore.com/user/4367091","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":0,"pages_count":3,"length":173,"date_created":1721499509,"favorite_count":180,"download_count":245,"user_id":4367091,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":1,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.7,"count":34,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Composer / arranger","mobile_app_web":true,"id_analytics":"qLtWYq+unErfkTfPMjIn02VhZTBhODNjYWFmZThlMDkyNzYxODJmZjJiZDMyZTIzZmQwYjgzNTI0ZTJiNDA4Mzk0MTQ5OTE2YzgyOWFjZmV5PjqOJ6GxC3CPnPrNdTlcKWlYo6Ma/TivPr2EqOL00A==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"I Had Some Help by Post Malone (Feat. Morgan Wallen) for Solo Piano","href":"https://musescore.com/user/4367091/scores/19813264","instrumentation_links":[{"url_to_search":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/sheetmusic/piano"}]},{"id":23889367,"title":"I'm The Problem - Morgan Wallen","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/b9ebbbd9e4eccc37b8295959ce993a84dd3cbb59/score_0.png@180x252?no-cache=1741296063&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/b9ebbbd9e4eccc37b8295959ce993a84dd3cbb59/score_0.png@300x420?no-cache=1741296063&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/b9ebbbd9e4eccc37b8295959ce993a84dd3cbb59/score_0.png@500x660?no-cache=1741296063&bgclr=ffffff"},"date_updated":1741296063,"duration":"02:50","hits":1335,"comments_count":0,"user":{"id":90375058,"name":"lord.arranger","url":"https://musescore.com/user/90375058","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":0,"pages_count":4,"length":170,"date_created":1741295695,"favorite_count":28,"download_count":41,"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.72,"count":8,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Фортепиано"],"description":"Solo","url":"https://musescore.com/","composer_name":"by Morgan Wallen","mobile_app_web":true,"id_analytics":"Fpj+Cm6CJax99oLsKiA1mGU4MTFjYjY3MDVjOWI2ZGYxMTk2Yzk1ODliNzc0Mzg3Zjc4NDUxMDYwMzVhNWUzNjkxZjc4MjQ3M2JkYTBmMjeyMO1t7GE3mMfYgDFRrcmmBwRQ70g4foXhuDjerbSX8w==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"","href":"https://musescore.com/user/90375058/scores/23889367","instrumentation_links":[{"url_to_search":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/sheetmusic/piano"}]},{"id":14472679,"title":"Beautiful Things – Benson Boone","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/04fe8b978229438eb15ed92403f2f604dc27dbba/score_0.png@180x252?no-cache=1715712202&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/04fe8b978229438eb15ed92403f2f604dc27dbba/score_0.png@300x420?no-cache=1715712202&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/04fe8b978229438eb15ed92403f2f604dc27dbba/score_0.png@500x660?no-cache=1715712202&bgclr=ffffff"},"date_updated":1715712202,"duration":"03:00","hits":148030,"comments_count":84,"user":{"id":31056921,"name":"Fingers Meet Piano","url":"https://musescore.com/user/31056921","is_pro":false,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":0,"pages_count":5,"length":180,"date_created":1708191328,"favorite_count":2518,"download_count":2854,"user_id":31056921,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":2,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.61,"count":587,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"arr. Judah Esparza","mobile_app_web":true,"id_analytics":"oFHDXoGq5nkSfJjuXLFjPDVkYjdmODAxNzJmNTI4MDk5NTg3YWQ1ZmU5MjBlMDY5MjNjMDUwNTU2ZjE3YmU3ZTFjMTFjZWI4ZjViNGI3NzgyNBxcuDpvIgyD6CadgLxsB1jdve5p+srRacn1f8NriA==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"Performance: https://www.youtube.com/watch?v=bmpcQkJIpTo","href":"https://musescore.com/user/31056921/scores/14472679","instrumentation_links":[{"url_to_search":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/sheetmusic/piano"}]},{"id":22177348,"title":"No One Noticed - The Marías","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/ceb80650df45e30dd733687733590e35171d022e/score_0.png@180x252?no-cache=1733324313&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/ceb80650df45e30dd733687733590e35171d022e/score_0.png@300x420?no-cache=1733324313&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/ceb80650df45e30dd733687733590e35171d022e/score_0.png@500x660?no-cache=1733324313&bgclr=ffffff"},"date_updated":1733324313,"duration":"03:46","hits":20641,"comments_count":6,"user":{"id":90375058,"name":"lord.arranger","url":"https://musescore.com/user/90375058","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":1733324258,"favorite_count":952,"download_count":293,"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.67,"count":55,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Фортепиано"],"description":"Solo","url":"https://musescore.com/","composer_name":"by The Marías","mobile_app_web":true,"id_analytics":"i8HBIsvrhrXjAFdrhocloTFiZTk3ZDMwZDJlM2U2ZjIyNGNiYjg0ZjBiMGQ0ZDE0OGFhMjY3ZGZjMmQxNDBhY2IyNDM0YTM1NmQxMWUyOWLYvyO2YsRKih6nA3qx07vySJVGSbCqZzjbaa5hAyXBsw==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"","href":"https://musescore.com/user/90375058/scores/22177348","instrumentation_links":[{"url_to_search":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/sheetmusic/piano"}]},{"id":17535181,"title":"A Bar Song (Tipsy) – Shaboozey","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/e9fc4b7c04baa85ee49762e5ae00f87a30032675/score_0.png@180x252?no-cache=1720702274&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/e9fc4b7c04baa85ee49762e5ae00f87a30032675/score_0.png@300x420?no-cache=1720702274&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/e9fc4b7c04baa85ee49762e5ae00f87a30032675/score_0.png@500x660?no-cache=1720702274&bgclr=ffffff"},"date_updated":1720702274,"duration":"02:47","hits":23108,"comments_count":22,"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":167,"date_created":1717349704,"favorite_count":488,"download_count":588,"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.73,"count":114,"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":"RQblTvbfkE6h2j8XAAsE52U4NWM0Mjk1OTg2ODE5NDg3NzcyZjg2MzFlMzY5YmRkODRkZTc4MWQyZDg4M2QwMmU4ZDkxMTlmMWY5N2RmYjfzlcieyJgj/bbZqeljBy9iymmo4F2xrqfivP1q84tsNw==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"👉 Check this video on Youtube:\r\nhttps://youtu.be/KogPiLaPi5M\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/17535181\"]Read more[/url]","href":"https://musescore.com/user/36115541/scores/17535181","instrumentation_links":[{"url_to_search":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/sheetmusic/piano"}]},{"id":20213533,"title":"Die With A Smile - Bruno Mars And Lady Gaga","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/66b09db6593e8f4b66c559a40976d7f0586e547a/score_0.png@180x252?no-cache=1734023109&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/66b09db6593e8f4b66c559a40976d7f0586e547a/score_0.png@300x420?no-cache=1734023109&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/66b09db6593e8f4b66c559a40976d7f0586e547a/score_0.png@500x660?no-cache=1734023109&bgclr=ffffff"},"date_updated":1734023109,"duration":"04:01","hits":212028,"comments_count":58,"user":{"id":38235231,"name":"Unregistered_user","url":"https://musescore.com/user/38235231","is_pro":false,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":0,"pages_count":10,"length":241,"date_created":1724054509,"favorite_count":1153,"download_count":2106,"user_id":38235231,"is_private":0,"has_custom_video":0,"has_custom_audio":1,"complexity":2,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.43,"count":332,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"","mobile_app_web":true,"id_analytics":"Bg+ssE3PCmmd0qxMEBi0tzdkNjhmMGVlNWUzYmIxMTViODMyZjc0OGMyZjc1ZThiZjMwZDViYTI4ZTFhZDhhNTFiNTQzYWZjNmNjYjVjYzE1Kebx0ma2C+gOZmmXvAhYwYukD37g+AsDtLKs43a4Lw==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"","href":"https://musescore.com/user/38235231/scores/20213533","instrumentation_links":[{"url_to_search":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/sheetmusic/piano"}]},{"id":26114293,"title":"6 Months Later (Arr. Jeff Tincher) - Ben Williams, Rob Hatch, Megan Moroney (Piano-Vocal-Guitar (Piano Accompaniment))","parts":3,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/977aefa7fe0373df2cdc91e3aa7d0d16b7e0d4fe/score_0.png@180x252?no-cache=1751607078&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/977aefa7fe0373df2cdc91e3aa7d0d16b7e0d4fe/score_0.png@300x420?no-cache=1751607078&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/977aefa7fe0373df2cdc91e3aa7d0d16b7e0d4fe/score_0.png@500x660?no-cache=1751607078&bgclr=ffffff"},"date_updated":1751607078,"duration":"05:50","hits":0,"comments_count":0,"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":7,"length":350,"date_created":1751606232,"favorite_count":0,"download_count":0,"user_id":97106398,"is_private":0,"has_custom_video":0,"has_custom_audio":1,"complexity":2,"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":"UMjwZBq5K6zg0JSWi35fNTlkMWE4ZTg1ZGViZTU3OGZkYjQzNDhkMjhiOGJiNDgzYzNjMDIzNmQ0OWU5YzZhZjc0N2E4ZGY4NzRhMzk4YmYPV53GKet85SPYv/RBUfofvttSHWL4BHS7NiZxZXBm3A==","is_pdf":1,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"Arranger: Jeff Tincher\nComposer: Ben Williams, Rob Hatch, Megan Moroney, David Mescon\nArrangement Format: Piano-Vocal-Gui [url state=primary href=\"https://musescore.com/user/97106398/scores/26114293\"]Read more[/url]","href":"https://musescore.com/user/97106398/scores/26114293","instrumentation_links":[{"name":"Piano-Voice-Guitar","url_to_search":"/sheetmusic/piano-voice-guitar"}],"instrument_links":[{"name":"Piano","url_to_search":"/sheetmusic/piano"},{"name":"Vocals","url_to_search":"/sheetmusic/vocals"},{"name":"Guitar","url_to_search":"/sheetmusic/guitar"}]}],"top_scores_of_the_week_type":"auto","playlists_selected":[{"id":"aqfax","public":1,"url":"/user/35925480/playlists/trending-songs--aqfax","title":"Trending songs","subtitle":"","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=1719405268","is_pro":false,"is_staff":true,"is_moderator":false,"cover_url":"https://musescore.com/static/musescore/userdata/cover/8/1/d/35925480.jpg?cache=0","has_cover":false,"date_created":1598271012,"is_publisher":false,"_links":{"self":{"href":"https://musescore.com/user/35925480"}}},"scores_cnt":35,"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":1741967518,"is_user_musescore_team":true,"palette_color_type":6},{"id":"Qkf2o","public":1,"url":"/user/35925480/playlists/film-music-favourites--Qkf2o","title":"Film Music","subtitle":"Your favorite sountracks","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=1719405268","is_pro":false,"is_staff":true,"is_moderator":false,"cover_url":"https://musescore.com/static/musescore/userdata/cover/8/1/d/35925480.jpg?cache=0","has_cover":false,"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=1719405268","is_pro":false,"is_staff":true,"is_moderator":false,"cover_url":"https://musescore.com/static/musescore/userdata/cover/8/1/d/35925480.jpg?cache=0","has_cover":false,"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":"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=1719405268","is_pro":false,"is_staff":true,"is_moderator":false,"cover_url":"https://musescore.com/static/musescore/userdata/cover/8/1/d/35925480.jpg?cache=0","has_cover":false,"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/7/4/4/04674.png?date=1726839331","is_favorite":false,"date_created":1722955668,"color":null,"text_color_type":1,"date_scores_updated":1725808775,"is_user_musescore_team":true,"palette_color_type":2},{"id":"Bw5fL","public":1,"url":"/user/35925480/playlists/piano--Bw5fL","title":"Piano","subtitle":"","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=1719405268","is_pro":false,"is_staff":true,"is_moderator":false,"cover_url":"https://musescore.com/static/musescore/userdata/cover/8/1/d/35925480.jpg?cache=0","has_cover":false,"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=1719405268","is_pro":false,"is_staff":true,"is_moderator":false,"cover_url":"https://musescore.com/static/musescore/userdata/cover/8/1/d/35925480.jpg?cache=0","has_cover":false,"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=1719405268","is_pro":false,"is_staff":true,"is_moderator":false,"cover_url":"https://musescore.com/static/musescore/userdata/cover/8/1/d/35925480.jpg?cache=0","has_cover":false,"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":1751342584,"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=1719405268","is_pro":false,"is_staff":true,"is_moderator":false,"cover_url":"https://musescore.com/static/musescore/userdata/cover/8/1/d/35925480.jpg?cache=0","has_cover":false,"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":1749376980,"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=1719405268","is_pro":false,"is_staff":true,"is_moderator":false,"cover_url":"https://musescore.com/static/musescore/userdata/cover/8/1/d/35925480.jpg?cache=0","has_cover":false,"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=1719405268","is_pro":false,"is_staff":true,"is_moderator":false,"cover_url":"https://musescore.com/static/musescore/userdata/cover/8/1/d/35925480.jpg?cache=0","has_cover":false,"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=1719405268","is_pro":false,"is_staff":true,"is_moderator":false,"cover_url":"https://musescore.com/static/musescore/userdata/cover/8/1/d/35925480.jpg?cache=0","has_cover":false,"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=1719405268","is_pro":false,"is_staff":true,"is_moderator":false,"cover_url":"https://musescore.com/static/musescore/userdata/cover/8/1/d/35925480.jpg?cache=0","has_cover":false,"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":16935028,"title":"Espresso – Sabrina Carpenter","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/3eb2a629ba6e4f64a4649a572449a9d4cbdd5789/score_0.png@180x252?no-cache=1720702340&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/3eb2a629ba6e4f64a4649a572449a9d4cbdd5789/score_0.png@300x420?no-cache=1720702340&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/3eb2a629ba6e4f64a4649a572449a9d4cbdd5789/score_0.png@500x660?no-cache=1720702340&bgclr=ffffff"},"date_updated":1720702340,"duration":"02:42","hits":81925,"comments_count":49,"user":{"id":6010706,"name":"shimes22","url":"https://musescore.com/user/6010706","is_pro":true,"is_staff":false,"is_moderator":false,"is_publisher":false},"is_free":1,"is_public_domain":0,"pages_count":5,"length":162,"date_created":1715994896,"favorite_count":1475,"download_count":1978,"user_id":6010706,"is_private":0,"has_custom_video":0,"has_custom_audio":1,"complexity":1,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.61,"count":264,"count_to_visible":0},"is_origin":false,"is_official":false,"publisher":null,"parts_names":["Piano"],"description":"Solo","url":"https://musescore.com/","composer_name":"Sabrina Carpenter, arr. NikKeys","mobile_app_web":true,"id_analytics":"lcGdOiQtIN5HOiCHi9ew9TdkMTk4MWM2ZThhNzdhNTE2NTEyYTAwYTE1YTFlY2Q5MmJkODMzZDRiMjhjMjI1NDNhMDVjNTZiOWQyYTBmNzPM52luKG8clO7xd5/OVvhYgDU6A2gXeIqdFenBKgzKjg==","is_pdf":0,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"I do not own any part of the song. I have arranged it for folks to learn and appreciate :)","href":"https://musescore.com/user/6010706/scores/16935028","instrumentation_links":[{"url_to_search":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/sheetmusic/piano"}]},{"id":15460168,"title":"Unholy (feat. Kim Petras) - Sam Smith (Easy Piano)","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/ac4655f43893e260546cbb7c96ee8a1507525ecd/score_0.png@180x252?no-cache=1743341666&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/ac4655f43893e260546cbb7c96ee8a1507525ecd/score_0.png@300x420?no-cache=1743341666&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/ac4655f43893e260546cbb7c96ee8a1507525ecd/score_0.png@500x660?no-cache=1743341666&bgclr=ffffff"},"date_updated":1743341666,"duration":"05:18","hits":1063,"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":318,"date_created":1713182473,"favorite_count":17,"download_count":3,"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":1,"count_to_visible":2},"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":"Jf6rH2CtEg9u4XtvDH8w1DkyY2Q1YWUxYTZiYmQ1YWE4YzQxYWNiMTA1ZGZiNjRjYzY2Yjk3ODdhMDc0OTVhZmRiMmQxNjc2ZmY2ZDZkZTJOo9hRcURJBJSHZBooQ1atCXbhWLf9rr3hmRFBZNnEhg==","is_pdf":1,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"Artist: Sam Smith\nWriter: Samuel Smith, Henry Walter, James Napier, Ilya Salmanzadeh, Blake Slatkin, Omar Fedi, Kim Petra [url state=primary href=\"https://musescore.com/user/39593079/scores/15460168\"]Read more[/url]","href":"https://musescore.com/user/39593079/scores/15460168","instrumentation_links":[{"url_to_search":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/sheetmusic/piano"}]},{"id":15461710,"title":"What Was I Made For? (from Barbie) - Billie Eilish (Easy Piano)","parts":1,"thumbnails":{"small":"https://cdn.ustatik.com/musescore/scoredata/g/2a668d4d827d8762f54b12f578e132a400096f1e/score_0.png@180x252?no-cache=1742966415&bgclr=ffffff","medium":"https://cdn.ustatik.com/musescore/scoredata/g/2a668d4d827d8762f54b12f578e132a400096f1e/score_0.png@300x420?no-cache=1742966415&bgclr=ffffff","large":"https://cdn.ustatik.com/musescore/scoredata/g/2a668d4d827d8762f54b12f578e132a400096f1e/score_0.png@500x660?no-cache=1742966415&bgclr=ffffff"},"date_updated":1742966415,"duration":"04:20","hits":32139,"comments_count":6,"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":5,"length":260,"date_created":1713183205,"favorite_count":536,"download_count":96,"user_id":39593079,"is_private":0,"has_custom_video":0,"has_custom_audio":0,"complexity":1,"instrumentations":[{"name":"Solo"}],"instruments":[{"name":"Piano"}],"rating":{"rating":4.63,"count":83,"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":"jXJDQ/IkuiNy7sfpFXq4Kzc3NWNkYjA4NzEyOWM3ZDVmNWQ0MjZjODlkNzE4OTRiMDY3ZWY1N2JkYTFlM2Q1NDhjNzZlZTNhNzllZWM2ZGEDFgzKEcMAgNcMGrloXBxEwi5GqHpq0J+l+s5bUwWW8Q==","is_pdf":1,"is_downloadable":1,"billing":null,"is_purchased":false,"truncated_description":"Artist: Billie Eilish\nWriter: Billie Eilish O'Connell, Finneas O'Connell\nArrangement Format: Easy Piano\nCategories: Film/ [url state=primary href=\"https://musescore.com/user/39593079/scores/15461710\"]Read more[/url]","href":"https://musescore.com/user/39593079/scores/15461710","instrumentation_links":[{"url_to_search":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/sheetmusic/piano"}]},{"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":325,"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":33,"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":"teQjoFrOAeVgyi/255sOY2U0ZjA0MjRlZTNmMjM5OGIxYzc5MTZkZTAxZDEzMDRkOTU1MzFmYWM1OWRmOWY5YzE2M2UzMGNlNzRjMWIyMmUSGizXh0dKHMheKYjVU5bg0wVrKRuuXXprux85zxNbQg==","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":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/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":21449,"comments_count":23,"user":{"id":39385785,"name":"shawnshawnshawn","url":"https://musescore.com/user/39385785","is_pro":false,"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":563,"download_count":463,"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.83,"count":137,"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":"zEsEDoV129zmw0/ZvthlgjliNjNkMzBlMDc5YjFhZmEyZjAyNzEwODczOWQzYzcyN2RjMWY5ZWI4MTI2ZjRlYjE5NGUxMTA1NWJlZjNiNzDotWOx5XdHhJshBACyoyflO57eMpW6aNFzoCu/Vczcuw==","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":"/sheetmusic/solo/piano","name":"Solo Piano"}],"instrument_links":[{"name":"Piano","url_to_search":"/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"}},{"bidder":"onemobile","params":{"dcn":"8a9694b8017070f8309df8c44ba10020","pos":"musescore_160x600_btf_hb"}}]},{"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":"adform","params":{"pkey":"FdixsW0PHG887JsiHgHXfxJ1"}},{"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":"onemobile","params":{"dcn":"8a9694b8017070f8309df8c44ba10020","pos":"musescore_atf_728x90"}},{"bidder":"ix","params":{"id":4,"siteId":313492}},{"bidder":"ttd","params":{"supplySourceId":"muse","publisherId":1}},{"bidder":"shemedia","params":{"accountId":10278,"siteId":210096,"zoneId":3510324}}]}],"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}}"
></div>
<script defer src='https://musescore.com/static/public/build/musescore/202507/vendor.9a5fc8d677c62056187610b93226eb54.js'></script> <script defer src='https://musescore.com/static/public/build/musescore/202507/ms~runtime.113d008e2ac764ccffea57a5f9d73089.js'></script> <script defer src='https://musescore.com/static/public/build/musescore/202507/ms.59ea50644769cdb014361333df741ae9.js'></script> <script>
if ('serviceWorker' in navigator) {
window.addEventListener('load', function() {
window.navigator.serviceWorker.register('/sw_mu.js').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_ver1751641246.js"});
</script>
<!-- Google Tag Manager -->
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-P46R4ZF');</script>
<!-- End Google Tag Manager -->
</body>
</html>