CINXE.COM
Continuo | Andrew Lawrence-King
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width" /> <title>Continuo | Andrew Lawrence-King</title> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="pingback" href="https://andrewlawrenceking.com/xmlrpc.php" /> <!--[if lt IE 9]> <script src="https://s2.wp.com/wp-content/themes/pub/reddle/js/html5.js" type="text/javascript"></script> <![endif]--> <meta name='robots' content='max-image-preview:large' /> <!-- Async WordPress.com Remote Login --> <script id="wpcom_remote_login_js"> var wpcom_remote_login_extra_auth = ''; function wpcom_remote_login_remove_dom_node_id( element_id ) { var dom_node = document.getElementById( element_id ); if ( dom_node ) { dom_node.parentNode.removeChild( dom_node ); } } function wpcom_remote_login_remove_dom_node_classes( class_name ) { var dom_nodes = document.querySelectorAll( '.' + class_name ); for ( var i = 0; i < dom_nodes.length; i++ ) { dom_nodes[ i ].parentNode.removeChild( dom_nodes[ i ] ); } } function wpcom_remote_login_final_cleanup() { wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" ); } // Watch for messages back from the remote login window.addEventListener( "message", function( e ) { if ( e.origin === "https://r-login.wordpress.com" ) { var data = {}; try { data = JSON.parse( e.data ); } catch( e ) { wpcom_remote_login_final_cleanup(); return; } if ( data.msg === 'LOGIN' ) { // Clean up the login check iframe wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); var id_regex = new RegExp( /^[0-9]+$/ ); var token_regex = new RegExp( /^.*|.*|.*$/ ); if ( token_regex.test( data.token ) && id_regex.test( data.wpcomid ) ) { // We have everything we need to ask for a login var script = document.createElement( "script" ); script.setAttribute( "id", "wpcom_remote_login_validate" ); script.src = '/remote-login.php?wpcom_remote_login=validate' + '&wpcomid=' + data.wpcomid + '&token=' + encodeURIComponent( data.token ) + '&host=' + window.location.protocol + '//' + window.location.hostname + '&postid=3823' + '&is_singular='; document.body.appendChild( script ); } return; } // Safari ITP, not logged in, so redirect if ( data.msg === 'LOGIN-REDIRECT' ) { window.location = 'https://wordpress.com/log-in?redirect_to=' + window.location.href; return; } // Safari ITP, storage access failed, remove the request if ( data.msg === 'LOGIN-REMOVE' ) { var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }'; var style_zap = document.createElement( 'style' ); style_zap.type = 'text/css'; style_zap.appendChild( document.createTextNode( css_zap ) ); document.body.appendChild( style_zap ); var e = document.getElementById( 'wpcom_request_access_iframe' ); e.parentNode.removeChild( e ); document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000'; return; } // Safari ITP if ( data.msg === 'REQUEST_ACCESS' ) { console.log( 'request access: safari' ); // Check ITP iframe enable/disable knob if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) { return; } // If we are in a "private window" there is no ITP. var private_window = false; try { var opendb = window.openDatabase( null, null, null, null ); } catch( e ) { private_window = true; } if ( private_window ) { console.log( 'private window' ); return; } var iframe = document.createElement( 'iframe' ); iframe.id = 'wpcom_request_access_iframe'; iframe.setAttribute( 'scrolling', 'no' ); iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' ); iframe.src = 'https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid ); var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } '; var style = document.createElement( 'style' ); style.type = 'text/css'; style.id = 'wpcom_request_access_styles'; style.appendChild( document.createTextNode( css ) ); document.body.appendChild( style ); document.body.appendChild( iframe ); } if ( data.msg === 'DONE' ) { wpcom_remote_login_final_cleanup(); } } }, false ); // Inject the remote login iframe after the page has had a chance to load // more critical resources window.addEventListener( "DOMContentLoaded", function( e ) { var iframe = document.createElement( "iframe" ); iframe.style.display = "none"; iframe.setAttribute( "scrolling", "no" ); iframe.setAttribute( "id", "wpcom_remote_login_key" ); iframe.src = "https://r-login.wordpress.com/remote-login.php" + "?wpcom_remote_login=key" + "&origin=aHR0cHM6Ly9hbmRyZXdsYXdyZW5jZWtpbmcuY29t" + "&wpcomid=56032818" + "&time=1732789406"; document.body.appendChild( iframe ); }, false ); </script> <link rel='dns-prefetch' href='//s1.wp.com' /> <link rel='dns-prefetch' href='//s2.wp.com' /> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//s.pubmine.com' /> <link rel='dns-prefetch' href='//x.bidswitch.net' /> <link rel='dns-prefetch' href='//static.criteo.net' /> <link rel='dns-prefetch' href='//ib.adnxs.com' /> <link rel='dns-prefetch' href='//aax.amazon-adsystem.com' /> <link rel='dns-prefetch' href='//bidder.criteo.com' /> <link rel='dns-prefetch' href='//cas.criteo.com' /> <link rel='dns-prefetch' href='//gum.criteo.com' /> <link rel='dns-prefetch' href='//ads.pubmatic.com' /> <link rel='dns-prefetch' href='//gads.pubmatic.com' /> <link rel='dns-prefetch' href='//tpc.googlesyndication.com' /> <link rel='dns-prefetch' href='//ad.doubleclick.net' /> <link rel='dns-prefetch' href='//googleads.g.doubleclick.net' /> <link rel='dns-prefetch' href='//www.googletagservices.com' /> <link rel='dns-prefetch' href='//cdn.switchadhub.com' /> <link rel='dns-prefetch' href='//delivery.g.switchadhub.com' /> <link rel='dns-prefetch' href='//delivery.swid.switchadhub.com' /> <link rel='dns-prefetch' href='//a.teads.tv' /> <link rel='dns-prefetch' href='//prebid.media.net' /> <link rel='dns-prefetch' href='//adserver-us.adtech.advertising.com' /> <link rel='dns-prefetch' href='//fastlane.rubiconproject.com' /> <link rel='dns-prefetch' href='//prebid-server.rubiconproject.com' /> <link rel='dns-prefetch' href='//hb-api.omnitagjs.com' /> <link rel='dns-prefetch' href='//mtrx.go.sonobi.com' /> <link rel='dns-prefetch' href='//apex.go.sonobi.com' /> <link rel='dns-prefetch' href='//u.openx.net' /> <link rel="alternate" type="application/rss+xml" title="Andrew Lawrence-King » Feed" href="https://andrewlawrenceking.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Andrew Lawrence-King » Comments Feed" href="https://andrewlawrenceking.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="Andrew Lawrence-King » Continuo Category Feed" href="https://andrewlawrenceking.com/category/continuo/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function () { oldonload(); func(); } } } /* ]]> */ </script> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/s2.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1719498190i&ver=6.8-alpha-59438"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <link crossorigin='anonymous' rel='stylesheet' id='all-css-0-1' href='https://s2.wp.com/_static/??-eJx9jEEKgzAQRS/UdBQEV6Vnick0RCeZ4EwQb9/YIu3KzYfHfzzYinGcFbPCRBxMoRpiFth49dYLBOLJ0t2J3ODPTfVnRh9QBbC2l5eIhuwGiqmQVRQQ3QmvAhSXps2oxbrFfOhKP8UvQ2I+xldqkZhfMUdFI25lopP3o/dMj37sx6EbunGY3zBmXS0=&cssminify=yes' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-2-1' href='https://s2.wp.com/_static/??-eJydzEEOwiAQheELCWNrFV0YzwKUkKkIZGbQcPtWN+5cuHx5+X54VeVLlpAFamoRM0Ns23SB4vZQgOdw0UbvwTVMM7hU/F0ldGSpA0tPQXvmHfwMfRTDEqTaN7e9NFGRcP43QVYwR/7y2+M6mMN4NNP5NC4rOVVP3w==&cssminify=yes' type='text/css' media='all' /> <style id='wp-block-library-inline-css'> .has-text-align-justify { text-align:justify; } .has-text-align-justify{text-align:justify;} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-4-1' href='https://s2.wp.com/_static/??-eJzTLy/QzcxLzilNSS3WzyrWz01NyUxMzUnNTc0rQeEU5CRWphbp5qSmJyZX6uVm5uklFxfr6OPTDpRD5sM02efaGpoZmFkYGRuZGmQBAHPvL0Y=&cssminify=yes' type='text/css' media='all' /> <style id='jetpack-sharing-buttons-style-inline-css'> .jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-6-1' href='https://s2.wp.com/wp-content/plugins/coblocks/2.18.1-simple-rev.4/dist/coblocks-style.css?m=1681832297i&cssminify=yes' type='text/css' media='all' /> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-8-1' href='https://s2.wp.com/_static/??-eJx9jcEKg0AMRH+oaVhorR7Eb9E16IpZg8min2889FZ6GYbhPQYPgbhlo2zIBWQtU8qKcdvJd5be0AmmMfW0Ejv2jKoP/K0daZzIXNdvB6PzvyJ+A8MgO6mCJ6fCYLN/6e113IZXU9WfUL/DcgHSTkDo&cssminify=yes' type='text/css' media='all' /> <style id='global-styles-inline-css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-family--albert-sans: 'Albert Sans', sans-serif;--wp--preset--font-family--alegreya: Alegreya, serif;--wp--preset--font-family--arvo: Arvo, serif;--wp--preset--font-family--bodoni-moda: 'Bodoni Moda', serif;--wp--preset--font-family--bricolage-grotesque: 'Bricolage Grotesque', sans-serif;--wp--preset--font-family--cabin: Cabin, sans-serif;--wp--preset--font-family--chivo: Chivo, sans-serif;--wp--preset--font-family--commissioner: Commissioner, sans-serif;--wp--preset--font-family--cormorant: Cormorant, serif;--wp--preset--font-family--courier-prime: 'Courier Prime', monospace;--wp--preset--font-family--crimson-pro: 'Crimson Pro', serif;--wp--preset--font-family--dm-mono: 'DM Mono', monospace;--wp--preset--font-family--dm-sans: 'DM Sans', sans-serif;--wp--preset--font-family--dm-serif-display: 'DM Serif Display', serif;--wp--preset--font-family--domine: Domine, serif;--wp--preset--font-family--eb-garamond: 'EB Garamond', serif;--wp--preset--font-family--epilogue: Epilogue, sans-serif;--wp--preset--font-family--fahkwang: Fahkwang, sans-serif;--wp--preset--font-family--figtree: Figtree, sans-serif;--wp--preset--font-family--fira-sans: 'Fira Sans', sans-serif;--wp--preset--font-family--fjalla-one: 'Fjalla One', sans-serif;--wp--preset--font-family--fraunces: Fraunces, serif;--wp--preset--font-family--gabarito: Gabarito, system-ui;--wp--preset--font-family--ibm-plex-mono: 'IBM Plex Mono', monospace;--wp--preset--font-family--ibm-plex-sans: 'IBM Plex Sans', sans-serif;--wp--preset--font-family--ibarra-real-nova: 'Ibarra Real Nova', serif;--wp--preset--font-family--instrument-serif: 'Instrument Serif', serif;--wp--preset--font-family--inter: Inter, sans-serif;--wp--preset--font-family--josefin-sans: 'Josefin Sans', sans-serif;--wp--preset--font-family--jost: Jost, sans-serif;--wp--preset--font-family--libre-baskerville: 'Libre Baskerville', serif;--wp--preset--font-family--libre-franklin: 'Libre Franklin', sans-serif;--wp--preset--font-family--literata: Literata, serif;--wp--preset--font-family--lora: Lora, serif;--wp--preset--font-family--merriweather: Merriweather, serif;--wp--preset--font-family--montserrat: Montserrat, sans-serif;--wp--preset--font-family--newsreader: Newsreader, serif;--wp--preset--font-family--noto-sans-mono: 'Noto Sans Mono', sans-serif;--wp--preset--font-family--nunito: Nunito, sans-serif;--wp--preset--font-family--open-sans: 'Open Sans', sans-serif;--wp--preset--font-family--overpass: Overpass, sans-serif;--wp--preset--font-family--pt-serif: 'PT Serif', serif;--wp--preset--font-family--petrona: Petrona, serif;--wp--preset--font-family--piazzolla: Piazzolla, serif;--wp--preset--font-family--playfair-display: 'Playfair Display', serif;--wp--preset--font-family--plus-jakarta-sans: 'Plus Jakarta Sans', sans-serif;--wp--preset--font-family--poppins: Poppins, sans-serif;--wp--preset--font-family--raleway: Raleway, sans-serif;--wp--preset--font-family--roboto: Roboto, sans-serif;--wp--preset--font-family--roboto-slab: 'Roboto Slab', serif;--wp--preset--font-family--rubik: Rubik, sans-serif;--wp--preset--font-family--rufina: Rufina, serif;--wp--preset--font-family--sora: Sora, sans-serif;--wp--preset--font-family--source-sans-3: 'Source Sans 3', sans-serif;--wp--preset--font-family--source-serif-4: 'Source Serif 4', serif;--wp--preset--font-family--space-mono: 'Space Mono', monospace;--wp--preset--font-family--syne: Syne, sans-serif;--wp--preset--font-family--texturina: Texturina, serif;--wp--preset--font-family--urbanist: Urbanist, sans-serif;--wp--preset--font-family--work-sans: 'Work Sans', sans-serif;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-albert-sans-font-family{font-family: var(--wp--preset--font-family--albert-sans) !important;}.has-alegreya-font-family{font-family: var(--wp--preset--font-family--alegreya) !important;}.has-arvo-font-family{font-family: var(--wp--preset--font-family--arvo) !important;}.has-bodoni-moda-font-family{font-family: var(--wp--preset--font-family--bodoni-moda) !important;}.has-bricolage-grotesque-font-family{font-family: var(--wp--preset--font-family--bricolage-grotesque) !important;}.has-cabin-font-family{font-family: var(--wp--preset--font-family--cabin) !important;}.has-chivo-font-family{font-family: var(--wp--preset--font-family--chivo) !important;}.has-commissioner-font-family{font-family: var(--wp--preset--font-family--commissioner) !important;}.has-cormorant-font-family{font-family: var(--wp--preset--font-family--cormorant) !important;}.has-courier-prime-font-family{font-family: var(--wp--preset--font-family--courier-prime) !important;}.has-crimson-pro-font-family{font-family: var(--wp--preset--font-family--crimson-pro) !important;}.has-dm-mono-font-family{font-family: var(--wp--preset--font-family--dm-mono) !important;}.has-dm-sans-font-family{font-family: var(--wp--preset--font-family--dm-sans) !important;}.has-dm-serif-display-font-family{font-family: var(--wp--preset--font-family--dm-serif-display) !important;}.has-domine-font-family{font-family: var(--wp--preset--font-family--domine) !important;}.has-eb-garamond-font-family{font-family: var(--wp--preset--font-family--eb-garamond) !important;}.has-epilogue-font-family{font-family: var(--wp--preset--font-family--epilogue) !important;}.has-fahkwang-font-family{font-family: var(--wp--preset--font-family--fahkwang) !important;}.has-figtree-font-family{font-family: var(--wp--preset--font-family--figtree) !important;}.has-fira-sans-font-family{font-family: var(--wp--preset--font-family--fira-sans) !important;}.has-fjalla-one-font-family{font-family: var(--wp--preset--font-family--fjalla-one) !important;}.has-fraunces-font-family{font-family: var(--wp--preset--font-family--fraunces) !important;}.has-gabarito-font-family{font-family: var(--wp--preset--font-family--gabarito) !important;}.has-ibm-plex-mono-font-family{font-family: var(--wp--preset--font-family--ibm-plex-mono) !important;}.has-ibm-plex-sans-font-family{font-family: var(--wp--preset--font-family--ibm-plex-sans) !important;}.has-ibarra-real-nova-font-family{font-family: var(--wp--preset--font-family--ibarra-real-nova) !important;}.has-instrument-serif-font-family{font-family: var(--wp--preset--font-family--instrument-serif) !important;}.has-inter-font-family{font-family: var(--wp--preset--font-family--inter) !important;}.has-josefin-sans-font-family{font-family: var(--wp--preset--font-family--josefin-sans) !important;}.has-jost-font-family{font-family: var(--wp--preset--font-family--jost) !important;}.has-libre-baskerville-font-family{font-family: var(--wp--preset--font-family--libre-baskerville) !important;}.has-libre-franklin-font-family{font-family: var(--wp--preset--font-family--libre-franklin) !important;}.has-literata-font-family{font-family: var(--wp--preset--font-family--literata) !important;}.has-lora-font-family{font-family: var(--wp--preset--font-family--lora) !important;}.has-merriweather-font-family{font-family: var(--wp--preset--font-family--merriweather) !important;}.has-montserrat-font-family{font-family: var(--wp--preset--font-family--montserrat) !important;}.has-newsreader-font-family{font-family: var(--wp--preset--font-family--newsreader) !important;}.has-noto-sans-mono-font-family{font-family: var(--wp--preset--font-family--noto-sans-mono) !important;}.has-nunito-font-family{font-family: var(--wp--preset--font-family--nunito) !important;}.has-open-sans-font-family{font-family: var(--wp--preset--font-family--open-sans) !important;}.has-overpass-font-family{font-family: var(--wp--preset--font-family--overpass) !important;}.has-pt-serif-font-family{font-family: var(--wp--preset--font-family--pt-serif) !important;}.has-petrona-font-family{font-family: var(--wp--preset--font-family--petrona) !important;}.has-piazzolla-font-family{font-family: var(--wp--preset--font-family--piazzolla) !important;}.has-playfair-display-font-family{font-family: var(--wp--preset--font-family--playfair-display) !important;}.has-plus-jakarta-sans-font-family{font-family: var(--wp--preset--font-family--plus-jakarta-sans) !important;}.has-poppins-font-family{font-family: var(--wp--preset--font-family--poppins) !important;}.has-raleway-font-family{font-family: var(--wp--preset--font-family--raleway) !important;}.has-roboto-font-family{font-family: var(--wp--preset--font-family--roboto) !important;}.has-roboto-slab-font-family{font-family: var(--wp--preset--font-family--roboto-slab) !important;}.has-rubik-font-family{font-family: var(--wp--preset--font-family--rubik) !important;}.has-rufina-font-family{font-family: var(--wp--preset--font-family--rufina) !important;}.has-sora-font-family{font-family: var(--wp--preset--font-family--sora) !important;}.has-source-sans-3-font-family{font-family: var(--wp--preset--font-family--source-sans-3) !important;}.has-source-serif-4-font-family{font-family: var(--wp--preset--font-family--source-serif-4) !important;}.has-space-mono-font-family{font-family: var(--wp--preset--font-family--space-mono) !important;}.has-syne-font-family{font-family: var(--wp--preset--font-family--syne) !important;}.has-texturina-font-family{font-family: var(--wp--preset--font-family--texturina) !important;}.has-urbanist-font-family{font-family: var(--wp--preset--font-family--urbanist) !important;}.has-work-sans-font-family{font-family: var(--wp--preset--font-family--work-sans) !important;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-10-1' href='https://s2.wp.com/wp-content/themes/pub/reddle/style.css?m=1503413274i&cssminify=yes' type='text/css' media='all' /> <style id='jetpack_facebook_likebox-inline-css'> .widget_facebook_likebox { overflow: hidden; } </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-12-1' href='https://s1.wp.com/_static/??-eJzTLy/QTc7PK0nNK9HPLdUtyClNz8wr1i9KTcrJTwcy0/WTi5G5ekCujj52Temp+bo5+cmJJZn5eSgc3bScxMwikFb7XFtDE1NLExMLc0OTLACohS2q&cssminify=yes' type='text/css' media='all' /> <style id='jetpack-global-styles-frontend-style-inline-css'> :root { --font-headings: unset; --font-base: unset; --font-headings-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; --font-base-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-14-1' href='https://s2.wp.com/_static/??-eJyNjcEKwjAQRH/IuA1aehI/ReImJKmb3eAmFP9eW3oRL16GeTC8gaUaFG6BG5RuKvWYWWEOrTp87AxFZA3fKShocs/gnfevrWaOR1Q9wP+mW2YEFcyODEkU/YIfW0uhfH7TGSLJ3dE6uJaLneww2mkYT/MbUOlJHA==&cssminify=yes' type='text/css' media='all' /> <script type="text/javascript" id="wpcom-actionbar-placeholder-js-extra"> /* <![CDATA[ */ var actionbardata = {"siteID":"56032818","postID":"0","siteURL":"https:\/\/andrewlawrenceking.com","xhrURL":"https:\/\/andrewlawrenceking.com\/wp-admin\/admin-ajax.php","nonce":"7d37a4300c","isLoggedIn":"","statusMessage":"","subsEmailDefault":"instantly","proxyScriptUrl":"https:\/\/s0.wp.com\/wp-content\/js\/wpcom-proxy-request.js?ver=20211021","i18n":{"followedText":"New posts from this site will now appear in your <a href=\"https:\/\/wordpress.com\/read\">Reader<\/a>","foldBar":"Collapse this bar","unfoldBar":"Expand this bar"}}; /* ]]> */ </script> <script type="text/javascript" id="jetpack-mu-wpcom-settings-js-before"> /* <![CDATA[ */ var JETPACK_MU_WPCOM_SETTINGS = {"assetsUrl":"https:\/\/s1.wp.com\/wp-content\/mu-plugins\/jetpack-mu-wpcom-plugin\/moon\/vendor\/automattic\/jetpack-mu-wpcom\/src\/build\/"}; /* ]]> */ </script> <script crossorigin='anonymous' type='text/javascript' src='https://s1.wp.com/_static/??/wp-content/js/rlt-proxy.js,/wp-content/blog-plugins/wordads-classes/js/cmp/v2/cmp-non-gdpr.js?m=1720530689j'></script> <script type="text/javascript" id="rlt-proxy-js-after"> /* <![CDATA[ */ rltInitialize( {"token":null,"iframeOrigins":["https:\/\/widgets.wp.com"]} ); /* ]]> */ </script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://andrewlawrenceking.wordpress.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress.com" /> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="website" /> <meta property="og:title" content="Continuo – Andrew Lawrence-King" /> <meta property="og:url" content="https://andrewlawrenceking.com/category/continuo/" /> <meta property="og:site_name" content="Andrew Lawrence-King" /> <meta property="og:image" content="https://s0.wp.com/i/blank.jpg" /> <meta property="og:image:alt" content="" /> <meta property="og:locale" content="en_US" /> <!-- End Jetpack Open Graph Tags --> <link rel="shortcut icon" type="image/x-icon" href="https://s1.wp.com/i/favicon.ico" sizes="16x16 24x24 32x32 48x48" /> <link rel="icon" type="image/x-icon" href="https://s1.wp.com/i/favicon.ico" sizes="16x16 24x24 32x32 48x48" /> <link rel="apple-touch-icon" href="https://s2.wp.com/i/webclip.png" /> <link rel='openid.server' href='https://andrewlawrenceking.com/?openidserver=1' /> <link rel='openid.delegate' href='https://andrewlawrenceking.com/' /> <link rel="search" type="application/opensearchdescription+xml" href="https://andrewlawrenceking.com/osd.xml" title="Andrew Lawrence-King" /> <link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com" /> <meta name="theme-color" content="#6b152f" /> <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> <style type="text/css"> .recentcomments a { display: inline !important; padding: 0 !important; margin: 0 !important; } table.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar { border: 0px; margin: 0; } table.recentcommentsavatartop a, table.recentcommentsavatarend a { border: 0px !important; background-color: transparent !important; } td.recentcommentsavatarend, td.recentcommentsavatartop { padding: 0px 0px 1px 0px; margin: 0px; } td.recentcommentstextend { border: none !important; padding: 0px 0px 2px 10px; } .rtl td.recentcommentstextend { padding: 0px 10px 2px 0px; } td.recentcommentstexttop { border: none; padding: 0px 0px 0px 10px; } .rtl td.recentcommentstexttop { padding: 0px 10px 0px 0px; } </style> <meta name="application-name" content="Andrew Lawrence-King" /><meta name="msapplication-window" content="width=device-width;height=device-height" /><meta name="msapplication-tooltip" content="Text, Rhythm, Action! (Historically Informed Performance) & The Flow.Zone " /><meta name="description" content="Posts about Continuo written by Andrew Lawrence-King" /> <style type="text/css"> #masthead img { float: left; } #site-description { color: #777 !important; } #header-image { margin-bottom: 3.23em; } </style> <style type="text/css" id="custom-background-css"> body.custom-background { background-color: #6b152f; background-image: url("https://andrewlawrenceking.files.wordpress.com/2013/08/1583_sebastiao_lopes_mapa_mundi_00.jpg"); background-position: center top; background-size: auto; background-repeat: repeat-y; background-attachment: fixed; } </style> <script type="text/javascript"> /* <![CDATA[ */ var wa_smart = { 'network_id': 3905, 'site_id': 474853, 'page_id': 1572546, 'blog_id': 56032818, 'post_id': null, 'theme': 'pub/reddle', 'target': 'wp_blog_id=56032818;language=en', '_': { 'title': 'Advertisement', 'privacy_settings': 'Privacy Settings' }, 'top': { 'enabled': false, 'adflow_enabled': true, 'format_id': 135099 }, 'inline': { 'enabled': false, 'adflow_enabled': true, 'format_id': 110354, 'max_slots': 20, 'max_blaze_slots': 20 }, 'belowpost': { 'enabled': false, 'adflow_enabled': true, 'format_id': 134071 }, 'bottom_sticky': { 'enabled': false, 'adflow_enabled': true, 'format_id': 117571 }, 'sidebar': { 'enabled': false, 'adflow_enabled': true, 'format_id': 134686 }, 'sidebar_sticky_right': { 'enabled': false, 'adflow_enabled': true, 'format_id': 135281 }, 'gutenberg_rectangle': { 'enabled': false, 'adflow_enabled': true, 'format_id': 134788 }, 'gutenberg_leaderboard': { 'enabled': false, 'adflow_enabled': true, 'format_id': 135073 }, 'gutenberg_mobile_leaderboard': { 'enabled': false, 'adflow_enabled': true, 'format_id': 135098 }, 'gutenberg_skyscraper': { 'enabled': false, 'adflow_enabled': true, 'format_id': 135088 } }; wa_smart.cmd = []; /* ]]> */ </script> <script type="text/javascript"> function __ATA_CC() {var v = document.cookie.match('(^|;) ?personalized-ads-consent=([^;]*)(;|$)');return v ? 1 : 0;} var __ATA_PP = { 'pt': 3, 'ht': 0, 'tn': 'reddle', 'uloggedin': 0, 'amp': false, 'consent': __ATA_CC(), 'gdpr_applies': false, 'ad': { 'label': { 'text': 'Advertisements' }, 'reportAd': { 'text': 'Report this ad' } }, 'disabled_slot_formats': [], 'siteid': 8982, 'blogid': 56032818 }; var __ATA = __ATA || {}; __ATA.cmd = __ATA.cmd || []; __ATA.criteo = __ATA.criteo || {}; __ATA.criteo.cmd = __ATA.criteo.cmd || []; </script> <script type="text/javascript"> (function(){var g=Date.now||function(){return+new Date};function h(a,b){a:{for(var c=a.length,d="string"==typeof a?a.split(""):a,e=0;e<c;e++)if(e in d&&b.call(void 0,d[e],e,a)){b=e;break a}b=-1}return 0>b?null:"string"==typeof a?a.charAt(b):a[b]};function k(a,b,c){c=null!=c?"="+encodeURIComponent(String(c)):"";if(b+=c){c=a.indexOf("#");0>c&&(c=a.length);var d=a.indexOf("?");if(0>d||d>c){d=c;var e=""}else e=a.substring(d+1,c);a=[a.substr(0,d),e,a.substr(c)];c=a[1];a[1]=b?c?c+"&"+b:b:c;a=a[0]+(a[1]?"?"+a[1]:"")+a[2]}return a};var l=0;function m(a,b){var c=document.createElement("script");c.src=a;c.onload=function(){b&&b(void 0)};c.onerror=function(){b&&b("error")};a=document.getElementsByTagName("head");var d;a&&0!==a.length?d=a[0]:d=document.documentElement;d.appendChild(c)}function n(a){var b=void 0===b?document.cookie:b;return(b=h(b.split("; "),function(c){return-1!=c.indexOf(a+"=")}))?b.split("=")[1]:""}function p(a){return"string"==typeof a&&0<a.length} function r(a,b,c){b=void 0===b?"":b;c=void 0===c?".":c;var d=[];Object.keys(a).forEach(function(e){var f=a[e],q=typeof f;"object"==q&&null!=f||"function"==q?d.push(r(f,b+e+c)):null!==f&&void 0!==f&&(e=encodeURIComponent(b+e),d.push(e+"="+encodeURIComponent(f)))});return d.filter(p).join("&")}function t(a,b){a||((window.__ATA||{}).config=b.c,m(b.url))}var u=Math.floor(1E13*Math.random()),v=window.__ATA||{};window.__ATA=v;window.__ATA.cmd=v.cmd||[];v.rid=u;v.createdAt=g();var w=window.__ATA||{},x="s.pubmine.com"; w&&w.serverDomain&&(x=w.serverDomain);var y="//"+x+"/conf",z=window.top===window,A=window.__ATA_PP&&window.__ATA_PP.gdpr_applies,B="boolean"===typeof A?Number(A):null,C=window.__ATA_PP||null,D=z?document.referrer?document.referrer:null:null,E=z?window.location.href:document.referrer?document.referrer:null,F,G=n("__ATA_tuuid");F=G?G:null;var H=window.innerWidth+"x"+window.innerHeight,I=n("usprivacy"),J=r({gdpr:B,pp:C,rid:u,src:D,ref:E,tuuid:F,vp:H,us_privacy:I?I:null},"","."); (function(a){var b=void 0===b?"cb":b;l++;var c="callback__"+g().toString(36)+"_"+l.toString(36);a=k(a,b,c);window[c]=function(d){t(void 0,d)};m(a,function(d){d&&t(d)})})(y+"?"+J);}).call(this); </script> <script> var sas_fallback = sas_fallback || []; sas_fallback.push( { tag: "<div id="atatags-26942-{{unique_id}}"></div><script>__ATA.cmd.push(function() {__ATA.initDynamicSlot({id: \'atatags-26942-{{unique_id}}\',location: 120,formFactor: \'001\',label: {text: \'Advertisements\',},creative: {reportAd: {text: \'Report this ad\',},privacySettings: {text: \'Privacy\',}}});});</script>", type: 'belowpost' }, { tag: "<div id="atatags-26942-{{unique_id}}"></div><script>__ATA.cmd.push(function() {__ATA.initDynamicSlot({id: \'atatags-26942-{{unique_id}}\',location: 310,formFactor: \'001\',label: {text: \'Advertisements\',},creative: {reportAd: {text: \'Report this ad\',},privacySettings: {text: \'Privacy\',}}});});</script>", type: 'inline' }, { tag: "<div id="atatags-26942-{{unique_id}}"></div><script>__ATA.cmd.push(function() {__ATA.initDynamicSlot({id: \'atatags-26942-{{unique_id}}\',location: 140,formFactor: \'003\',label: {text: \'Advertisements\',},creative: {reportAd: {text: \'Report this ad\',},privacySettings: {text: \'Privacy\',}}});});</script>", type: 'sidebar' }, { tag: "<div id="atatags-26942-{{unique_id}}"></div><script>__ATA.cmd.push(function() {__ATA.initDynamicSlot({id: \'atatags-26942-{{unique_id}}\',location: 110,formFactor: \'002\',label: {text: \'Advertisements\',},creative: {reportAd: {text: \'Report this ad\',},privacySettings: {text: \'Privacy\',}}});});</script>", type: 'top' } ); </script> <script type="text/javascript"> window.doNotSellCallback = function() { var linkElements = [ 'a[href="https://wordpress.com/?ref=footer_blog"]', 'a[href="https://wordpress.com/?ref=footer_website"]', 'a[href="https://wordpress.com/?ref=vertical_footer"]', 'a[href^="https://wordpress.com/?ref=footer_segment_"]', ].join(','); var dnsLink = document.createElement( 'a' ); dnsLink.href = 'https://wordpress.com/advertising-program-optout/'; dnsLink.classList.add( 'do-not-sell-link' ); dnsLink.rel = 'nofollow'; dnsLink.style.marginLeft = '0.5em'; dnsLink.textContent = 'Do Not Sell or Share My Personal Information'; var creditLinks = document.querySelectorAll( linkElements ); if ( 0 === creditLinks.length ) { return false; } Array.prototype.forEach.call( creditLinks, function( el ) { el.insertAdjacentElement( 'afterend', dnsLink ); }); return true; }; </script> <script type="text/javascript"> window.google_analytics_uacct = "UA-52447-2"; </script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-52447-2']); _gaq.push(['_gat._anonymizeIp']); _gaq.push(['_setDomainName', 'none']); _gaq.push(['_setAllowLinker', true]); _gaq.push(['_initData']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga); })(); </script> </head> <body class="archive category category-continuo category-3147514 custom-background customizer-styles-applied primary secondary tertiary indexed single-author fixed jetpack-reblog-enabled"> <div id="page" class="hfeed"> <header id="masthead" role="banner"> <div class="site-branding"> <h1 id="site-title"><a href="https://andrewlawrenceking.com/" title="Andrew Lawrence-King" rel="home">Andrew Lawrence-King</a></h1> <h2 id="site-description">Text, Rhythm, Action! (Historically Informed Performance) & The Flow.Zone </h2> </div><!-- .site-branding --> <a href="https://andrewlawrenceking.com/" rel="home"> <img id="header-image" src="https://andrewlawrenceking.com/wp-content/uploads/2013/08/copy-alk-huete-small2.png" width="269" height="252" alt="" /> </a> </header><!-- #masthead --> <div id="main"> <section id="primary"> <div id="content" role="main"> <header class="page-header"> <h1 class="page-title"> Continuo </h1> </header> <nav id="nav-above"> <h1 class="assistive-text section-heading">Post navigation</h1> <div class="nav-previous"><a href="https://andrewlawrenceking.com/category/continuo/page/2/" ><span class="meta-nav">←</span> Older posts</a></div> </nav><!-- #nav-above --> <article id="post-3823" class="post-3823 post type-post status-publish format-standard hentry category-continuo category-early-harps category-history-of-emotions category-improvisation category-introductions category-moving-the-passions category-music-and-philosophy category-music-dance-swordsmanship category-rhythm tag-baroque tag-baroque-music tag-baroque-opera tag-early-music tag-early-opera tag-hip tag-rhythm"> <header class="entry-header"> <h1 class="entry-title"><a href="https://andrewlawrenceking.com/2022/07/13/training/" rel="bookmark">The Wrong Trousers: can new training re-purpose Early Music skills for Historically Informed Performance?</a></h1> <div class="entry-meta"> <span class="byline">Posted by <span class="author vcard"><a class="url fn n" href="https://andrewlawrenceking.com/author/andrewlawrenceking/" title="View all posts by Andrew Lawrence-King" rel="author">Andrew Lawrence-King</a></span></span> </div><!-- .entry-meta --> <p class="comments-link"><a href="https://andrewlawrenceking.com/2022/07/13/training/#comments">3</a></p> </header><!-- .entry-header --> <div class="entry-content"> <div class="wp-block-image"> <figure class="aligncenter size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2022/07/the-wrong-trousers-title-page.jpg"><img data-attachment-id="3884" data-permalink="https://andrewlawrenceking.com/2022/07/13/training/the-wrong-trousers-title-page/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/the-wrong-trousers-title-page.jpg" data-orig-size="259,381" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="the-wrong-trousers-title-page" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/the-wrong-trousers-title-page.jpg?w=204" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/the-wrong-trousers-title-page.jpg?w=259" width="259" height="381" src="https://andrewlawrenceking.com/wp-content/uploads/2022/07/the-wrong-trousers-title-page.jpg?w=259" alt="" class="wp-image-3884" srcset="https://andrewlawrenceking.com/wp-content/uploads/2022/07/the-wrong-trousers-title-page.jpg 259w, https://andrewlawrenceking.com/wp-content/uploads/2022/07/the-wrong-trousers-title-page.jpg?w=102 102w" sizes="(max-width: 259px) 100vw, 259px" /></a></figure></div> <p>There are significant differences in music-making, not only between mainstream and Early Music approaches, but also between today’s Early Music and what musicians of former centuries actually did back then. </p> <p>Most of us recognise that Historically Informed performers should renounce any claims to ‘authenticity’: we will never know <span style="text-decoration:underline;">everything</span> about earlier styles of performance, and there are some historical practices (e.g. producing <em>castrati</em> to sing soprano) that we would not wish to repeat, historical attitudes to race, gender or religion that have no place in modern-day society. But whilst researchers continue to unearth and decipher ancient sources of new information, there is already a considerable gap between what we <span style="text-decoration:underline;">know</span> about Historical Performance Practice and what we <span style="text-decoration:underline;">do</span> in the standard practices of Early Music today. <br><br>In the context of modern-day performances of 19th-century repertoire, Clive Brown referred to ‘the yawning chasm between contemporary practice and historical evidence’. His critique was aimed not at mainstream musicians, but at the current Early Music approach, and it could apply equally well to many performances of renaissance and baroque repertoires. </p> <div class="wp-block-image"> <figure class="aligncenter size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2022/07/authenti-city.png"><img data-attachment-id="3886" data-permalink="https://andrewlawrenceking.com/2022/07/13/training/authenti-city-2/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/authenti-city.png" data-orig-size="598,449" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="authenti-city" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/authenti-city.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/authenti-city.png?w=440" width="598" height="449" src="https://andrewlawrenceking.com/wp-content/uploads/2022/07/authenti-city.png?w=598" alt="" class="wp-image-3886" srcset="https://andrewlawrenceking.com/wp-content/uploads/2022/07/authenti-city.png 598w, https://andrewlawrenceking.com/wp-content/uploads/2022/07/authenti-city.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2022/07/authenti-city.png?w=300 300w" sizes="(max-width: 598px) 100vw, 598px" /></a><figcaption class="wp-element-caption">The search for Authenti-City: abandon hope, all ye who enter here!</figcaption></figure></div> <p>In my very first post back in 2013, I compared the hot topics of modern-day Early Music debates – vibrato, pitch, temperaments – with (more inspiring) historical priorities proclaimed by Caccini:<br></p> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>Music is Text and Rhythm, with Sound last of all. And not the other way around!</p><p></p><cite>Caccini ‘Le nuove musiche’ (1601)</cite></blockquote> <p><a href="https://andrewlawrenceking.com/2015/01/25/play-it-again-sam-the-truth-about-caccinis-sprezzatura/">More on Caccini here.</a></p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2022/07/text-rhythm-and-sound.jpg"><img data-attachment-id="3889" data-permalink="https://andrewlawrenceking.com/2022/07/13/training/text-rhythm-and-sound-3/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/text-rhythm-and-sound.jpg" data-orig-size="480,360" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Text, Rhythm and Sound" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/text-rhythm-and-sound.jpg?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/text-rhythm-and-sound.jpg?w=440" width="440" height="330" src="https://andrewlawrenceking.com/wp-content/uploads/2022/07/text-rhythm-and-sound.jpg?w=440" alt="" class="wp-image-3889" srcset="https://andrewlawrenceking.com/wp-content/uploads/2022/07/text-rhythm-and-sound.jpg?w=440 440w, https://andrewlawrenceking.com/wp-content/uploads/2022/07/text-rhythm-and-sound.jpg?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2022/07/text-rhythm-and-sound.jpg?w=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2022/07/text-rhythm-and-sound.jpg 480w" sizes="(max-width: 440px) 100vw, 440px" /></a></figure> <p>‘The historical priorities are Text, Rhythm, Action – and the audience’s emotions. Text (not vibrato), Rhythm (not rubato), Action for the Audience (not how the performers themselves feel).’ <a href="https://andrewlawrenceking.com/2013/08/04/music-expresses-emotions/" target="_blank" rel="noreferrer noopener">Read more here…</a></p> <p>In this article, I make two (interlinked) case-studies of modern-day practices that are so familiar as to be almost beyond question, but that we all know to be un-historical. Beyond calling out ‘Mind the gap’, my purpose is to consider how the musical skills we have acquired to handle an anachronistic approach might be adapted to facilitate performances that better apply the historical information we already have. </p> <p>The only essential pre-requisite is having the courage to try something different from what is experienced in nearly all modern-day performances, from what is heard in nearly every recording. Read on, if you dare! </p> <div class="wp-block-image"> <figure class="aligncenter size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2022/07/mind-the-gap.jpg"><img data-attachment-id="3890" data-permalink="https://andrewlawrenceking.com/2022/07/13/training/mind-the-gap/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/mind-the-gap.jpg" data-orig-size="259,194" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="mind-the-gap" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/mind-the-gap.jpg?w=259" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/mind-the-gap.jpg?w=259" loading="lazy" width="259" height="194" src="https://andrewlawrenceking.com/wp-content/uploads/2022/07/mind-the-gap.jpg?w=259" alt="" class="wp-image-3890" srcset="https://andrewlawrenceking.com/wp-content/uploads/2022/07/mind-the-gap.jpg 259w, https://andrewlawrenceking.com/wp-content/uploads/2022/07/mind-the-gap.jpg?w=150 150w" sizes="(max-width: 259px) 100vw, 259px" /></a><figcaption class="wp-element-caption">Are you brave enough to go off the rails?</figcaption></figure></div> <h2 class="wp-block-heading">Vocal Scores</h2> <p>For renaissance polyphony and baroque opera, singers nowadays use scores, as opposed to the individual parts used for nearly all repertoire pre-1800. </p> <div class="wp-block-image"> <figure class="aligncenter size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2022/07/pulchra-es-incipit-cantus-1.png"><img data-attachment-id="3894" data-permalink="https://andrewlawrenceking.com/2022/07/13/training/pulchra-es-incipit-cantus-1/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/pulchra-es-incipit-cantus-1.png" data-orig-size="521,502" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="pulchra-es-incipit-cantus-1" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/pulchra-es-incipit-cantus-1.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/pulchra-es-incipit-cantus-1.png?w=440" loading="lazy" width="521" height="502" src="https://andrewlawrenceking.com/wp-content/uploads/2022/07/pulchra-es-incipit-cantus-1.png?w=521" alt="" class="wp-image-3894" srcset="https://andrewlawrenceking.com/wp-content/uploads/2022/07/pulchra-es-incipit-cantus-1.png 521w, https://andrewlawrenceking.com/wp-content/uploads/2022/07/pulchra-es-incipit-cantus-1.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2022/07/pulchra-es-incipit-cantus-1.png?w=300 300w" sizes="(max-width: 521px) 100vw, 521px" /></a><figcaption class="wp-element-caption">‘Pulchra es’ from Monteverdi’s (1610) Vespers: Cantus 1 part-book incipit</figcaption></figure></div> <p>Our best consort singers have acquired high levels of skill in score-reading. This skill facilitates ensemble unity, entry making, pitch finding etc, and underpins two commonplace directorial interventions: at phrase ends, unifying the duration of final notes and/or pronunciation of final consonants; adjusting the ensemble balance from phrase to phrase by having individual singers switch from one part to another.<br><br>I was privileged to observe one of the UK’s most experienced Early Music singers, tenor John Potter, coaching vocal ensembles in the subtle interactions of one-voice-to-a-part consort singing. He encouraged singers to scan the score, and “wait for your colleague to sing his bit, before you move on to sing your bit”. Even when there is a conductor, today’s elite vocal ensembles acheive their high-precision unity of timing by such ‘give and take’ between individual singers, combining attentive listening with skilled score-reading.</p> <div class="wp-block-image"> <figure class="aligncenter size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-singer-has-permission.png"><img data-attachment-id="3668" data-permalink="https://andrewlawrenceking.com/zacconi-singer-has-permission/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-singer-has-permission.png" data-orig-size="720,1040" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="zacconi-singer-has-permission" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-singer-has-permission.png?w=208" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-singer-has-permission.png?w=440" loading="lazy" width="440" height="635" src="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-singer-has-permission.png?w=440" alt="" class="wp-image-3668" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-singer-has-permission.png?w=440 440w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-singer-has-permission.png?w=104 104w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-singer-has-permission.png?w=208 208w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-singer-has-permission.png 720w" sizes="(max-width: 440px) 100vw, 440px" /></a></figure></div> <p>That is all very well, but none of it is historical. Not only did Monteverdi’s singers not have scores, but Zacconi (1596) describes clearly that “vertical alignment”, the unanimity of timing seen in modern scores and demanded by record producers, was not desired circa 1600. Rather, each individual singer was allowed the liberty of arriving late on an expressive note, whilst the underlying Tactus continued steadily: like Ella Fitzgerald syncopating around a steady beat. <a href="https://andrewlawrenceking.com/2021/11/20/making-time-for-beautiful-singing-a-lost-practice/">Read more about ‘Making Time for Beautiful Singing’ here</a>.</p> <div class="wp-block-image"> <figure class="aligncenter size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-tactus-not-flexible.png"><img data-attachment-id="3670" data-permalink="https://andrewlawrenceking.com/zacconi-tactus-not-flexible/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-tactus-not-flexible.png" data-orig-size="720,1040" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="zacconi-tactus-not-flexible" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-tactus-not-flexible.png?w=208" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-tactus-not-flexible.png?w=440" loading="lazy" width="440" height="635" src="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-tactus-not-flexible.png?w=440" alt="" class="wp-image-3670" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-tactus-not-flexible.png?w=440 440w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-tactus-not-flexible.png?w=104 104w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-tactus-not-flexible.png?w=208 208w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-tactus-not-flexible.png 720w" sizes="(max-width: 440px) 100vw, 440px" /></a></figure></div> <p>And when we stop to think about it, it is unlikely that musicians of the period would have prioritised ‘consistent vocal balance’ (is that even desirable?) over the traceable self-consistency of individual polyphonic strands within the strict rules of renaissance counterpoint. Rather than switching parts to boost a quieter voice, perhaps the other singers listened harder, or sang more softly themselves.</p> <p>Singing from individual parts creates a different set of listening skills within the ensemble, and imposes new demands for rhythmic clarity: your colleagues don’t know what you are supposed to sing, so you have to communicate the underlying Tactus, whatever the superficial notes might be. And once you add the period practice of spontaneous Divisions (melodic ornamentation in shorter note-values), then even the partial scores that the continuo might have (for example for the Monteverdi (1610) <em>Vespers</em>) will not show visually what is actually happening aurally.</p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2022/07/pulchra-es-differences-between-partbooks-and-bc-score.png"><img data-attachment-id="3895" data-permalink="https://andrewlawrenceking.com/2022/07/13/training/pulchra-es-differences-between-partbooks-and-bc-score/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/pulchra-es-differences-between-partbooks-and-bc-score.png" data-orig-size="1459,578" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="pulchra-es-differences-between-partbooks-and-bc-score" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/pulchra-es-differences-between-partbooks-and-bc-score.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/pulchra-es-differences-between-partbooks-and-bc-score.png?w=440" loading="lazy" width="1024" height="405" src="https://andrewlawrenceking.com/wp-content/uploads/2022/07/pulchra-es-differences-between-partbooks-and-bc-score.png?w=1024" alt="" class="wp-image-3895" srcset="https://andrewlawrenceking.com/wp-content/uploads/2022/07/pulchra-es-differences-between-partbooks-and-bc-score.png?w=1022 1022w, https://andrewlawrenceking.com/wp-content/uploads/2022/07/pulchra-es-differences-between-partbooks-and-bc-score.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2022/07/pulchra-es-differences-between-partbooks-and-bc-score.png?w=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2022/07/pulchra-es-differences-between-partbooks-and-bc-score.png?w=768 768w, https://andrewlawrenceking.com/wp-content/uploads/2022/07/pulchra-es-differences-between-partbooks-and-bc-score.png 1459w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="wp-element-caption">‘Pulchra es’: differences between score for BC and individual part-books</figcaption></figure> <p><br><br>In fact, the continuo scores for some solo moments in the <em>Vespers</em> are significantly different from the vocal part-books, even before the singers add spontaneous Divisions and Zacconi-style delays. If the continuo attempt to “follow”, placing their bass-notes as seen vertically underneath the appropriate solo-notes as heard, a train-wreck inevitably ensues [ok, there were no trains in 1610, but you know what I mean]!</p> <div class="wp-block-image"> <figure class="aligncenter size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2022/07/train-wreck.jpg"><img data-attachment-id="3914" data-permalink="https://andrewlawrenceking.com/2022/07/13/training/train-wreck/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/train-wreck.jpg" data-orig-size="500,334" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="train-wreck" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/train-wreck.jpg?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/train-wreck.jpg?w=440" loading="lazy" width="500" height="334" src="https://andrewlawrenceking.com/wp-content/uploads/2022/07/train-wreck.jpg?w=500" alt="" class="wp-image-3914" srcset="https://andrewlawrenceking.com/wp-content/uploads/2022/07/train-wreck.jpg 500w, https://andrewlawrenceking.com/wp-content/uploads/2022/07/train-wreck.jpg?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2022/07/train-wreck.jpg?w=300 300w" sizes="(max-width: 500px) 100vw, 500px" /></a></figure></div> <p>Reading from scores, those with long notes end up ‘following’ the voice with the most activity, whereas historically, it was the voices with notes in Tactus-values (minims and semibreves) that determined the rhythm: fast-moving Divisions must fit in (<a href="https://andrewlawrenceking.com/2021/12/28/passaggi/" target="_blank" rel="noreferrer noopener">read more about Passaggi</a>). </p> <p>Historically, soloists were guided by the accompaniment [<a href="https://andrewlawrenceking.com/2015/09/27/logical-captain-the-implications-of-peris-preface/">see Peri (1600) here</a>]. If this seems controversial (and it <span style="text-decoration:underline;">is</span> controversial in mainstream choirs and most of today’s Early Music), compare it to jazz, where the rhythm section keeps the groove steady whilst soloists syncopate, “having fun and improvising counterpoint” [Agazzari <em>sopra’l basso</em>1607, <a href="https://andrewlawrenceking.com/2013/10/08/sparrow-flavoured-soup-or-what-is-continuo/">more on Agazzari here</a>]</p> <h2 class="wp-block-heading">Conductors </h2> <div class="wp-block-image"> <figure class="aligncenter size-full"><a href="https://andrewlawrenceking.com/wp-content/uploads/2017/11/dinosaur-conductor.jpg"><img data-attachment-id="1903" data-permalink="https://andrewlawrenceking.com/2017/11/25/tactus-sprezzatura-drama/dinosaur-conductor/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2017/11/dinosaur-conductor.jpg" data-orig-size="243,180" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="dinosaur conductor" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2017/11/dinosaur-conductor.jpg?w=243" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2017/11/dinosaur-conductor.jpg?w=243" loading="lazy" width="243" height="180" src="https://andrewlawrenceking.com/wp-content/uploads/2017/11/dinosaur-conductor.jpg" alt="" class="wp-image-1903" srcset="https://andrewlawrenceking.com/wp-content/uploads/2017/11/dinosaur-conductor.jpg 243w, https://andrewlawrenceking.com/wp-content/uploads/2017/11/dinosaur-conductor.jpg?w=150&h=111 150w" sizes="(max-width: 243px) 100vw, 243px" /></a></figure></div> <p>Conducting in Early Music is the elephant in the room, the emperor’s new clothes, the glaring anachronism that no-one dares name, the dinosaur waiting for an incoming comet of historical information. </p> <p>Period treatises, eye-witness reports and iconographical evidence [see also <a rel="noreferrer noopener" href="https://www.amazon.com/Before-Baton-Music-Britain-1600-2000/dp/1783274565" target="_blank">Peter Holman’s recent book</a> on the subject] show beyond all possible doubt that before c1800, ensemble music was not conducted in the modern sense, but was guided by Tactus (which is quite different, <a href="https://andrewlawrenceking.com/2018/01/28/the-practice-of-tactus-owners-workshop-manual/">read more about Tactus here</a> and in many articles within this blog). </p> <p>That ‘yawning chasm’ between modern-day habits and historical practice is seen all too clearly in the current phenomenon of the ‘director from the keyboard’, who conducts modern-style whilst using a harpsichord or chamber organ as something between a fig-leaf and a very expensive music-stand.</p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2022/07/conductor-from-harpsichord.jpg"><img data-attachment-id="3899" data-permalink="https://andrewlawrenceking.com/2022/07/13/training/conductor-from-harpsichord/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/conductor-from-harpsichord.jpg" data-orig-size="940,529" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Conductor from harpsichord" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/conductor-from-harpsichord.jpg?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/conductor-from-harpsichord.jpg?w=440" loading="lazy" width="440" height="247" src="https://andrewlawrenceking.com/wp-content/uploads/2022/07/conductor-from-harpsichord.jpg?w=440" alt="" class="wp-image-3899" srcset="https://andrewlawrenceking.com/wp-content/uploads/2022/07/conductor-from-harpsichord.jpg?w=440 440w, https://andrewlawrenceking.com/wp-content/uploads/2022/07/conductor-from-harpsichord.jpg?w=878 878w, https://andrewlawrenceking.com/wp-content/uploads/2022/07/conductor-from-harpsichord.jpg?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2022/07/conductor-from-harpsichord.jpg?w=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2022/07/conductor-from-harpsichord.jpg?w=768 768w" sizes="(max-width: 440px) 100vw, 440px" /></a></figure> <p>Working with conductors, today’s Early Music performers have developed the skills to follow a varying beat and – when the going gets tough – to stay together by reference to the score. In particular, continuo-players have learnt to play without committing themselves to any clear rhythmic impulses, in order to follow soloists and/or accommodate themselves to a conductor’s interpretation of the beat. Deprived of their historical role of ‘guiding the whole ensemble’ (Agazzari 1607) and ‘directing the singers’ (Gagliano 1608), today’s continuo-players amuse themselves with divisions and embellishments, often simultaneously (but not quite together) amongst several performers, a horror condemned by Agazzari as ‘soup and confusion’ or a ‘flock of noisy sparrows’. </p> <div class="wp-block-image"> <figure class="aligncenter size-full"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-lute-song.png"><img data-attachment-id="3644" data-permalink="https://andrewlawrenceking.com/tactus-lute-song/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-lute-song.png" data-orig-size="350,450" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="tactus-lute-song" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-lute-song.png?w=233" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-lute-song.png?w=350" loading="lazy" width="350" height="450" src="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-lute-song.png" alt="" class="wp-image-3644" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-lute-song.png 350w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-lute-song.png?w=117&h=150 117w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-lute-song.png?w=233&h=300 233w" sizes="(max-width: 350px) 100vw, 350px" /></a></figure></div> <p><br>Historically, there was Tactus-beating for solo lute-songs, vocal consorts and polychoral ensembles, but no hand-waving at all for opera and dramatic music (<em>in genere rappresentativo</em>). The steady down-up of Tactus-beating imitates the stability of the cosmos and creates Time itself (<a href="https://andrewlawrenceking.com/2021/05/05/music-of-an-earlier-time-in-respect-of-before-and-after/">according to Aristotelean philosophy, read more here</a>). Just to read Zacconi’s list of Tactus qualities will assure any consort-musician that it differs fundamentally from modern conducting:<br></p> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>Tactus is regular, solid, stable, firm… clear, sure, fearless and without any perturbation</p><cite>Zacconi ‘Prattica di Musica’ (1592/1596)</cite></blockquote> <div class="wp-block-image"> <figure class="aligncenter size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png"><img data-attachment-id="3662" data-permalink="https://andrewlawrenceking.com/tactus-is-by-zacconi-1592/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png" data-orig-size="2716,2196" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="tactus-is-by-zacconi-1592" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=440" loading="lazy" width="440" height="355" src="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=440" alt="" class="wp-image-3662" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=440 440w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=878 878w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=768 768w" sizes="(max-width: 440px) 100vw, 440px" /></a></figure></div> <h2 class="wp-block-heading">Transferrable skills</h2> <p>Of course, we can get Early Music onto the stage (or into the recording studio) fast, by using vocal scores and modern conducting. But if we want to apply Historical Information to our performance, there needs to be time for experimentation, acquiring new skills, and consolidating experience in unfamiliar modes of musicking. Indeed, this kind of re-imagining how to make music is what HIP is all about. <br><br>Nevertheless, it is especially challenging to deal with individual ensemble members’ fundamental habits of ensemble practice. How much easier just to conduct everything, just to continue with those social media debates about vibrato, pitch and temperament!<br><br>If tomorrow’s Early Music is to be Historically better Informed than today’s, we must invest time in experiment and training for subtly different musicianship skills. This cannot be done within a normal rehearsal: we need to create un-pressured time and a safe space for individual musicians to let go their normal habits and take the risk of trying something fundamentally different. But perhaps we can progress more quickly by re-purposing the (slightly off-target) skills we already have…<br><br>Today’s Early Musicians are highly skilled at following a visual beat (no matter how unreliable or unsteady!), at listening to each other with reference to a vocal score, and at using aural cues to follow wayward soloists. </p> <h2 class="wp-block-heading">Visual beat</h2> <p>Historically Informed Tactus-beating is both a visual cue and an embodied practice: musicians need to become familiar with both aspects. We can practise with the whole group simultaneously beating Tactus: relaxed arm hinged at the elbow, palm outwards, down for one second, up for one second. There is no leader, no followers, the group mission is to remain together. </p> <p>We can play through some (not too demanding) ensemble music, with each member of the group taking their turn to beat Tactus, whilst the others play to the beat. The role of the Tactus-beater is not to “interpret the music”, but to give the steadiest, most equal beat they possibly can. A wise coach can use this exercise to re-balance relationships of “leaders” and “sheep” within the ensemble…</p> <div class="wp-block-image"> <figure class="aligncenter size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2022/07/sheepdog-trial.jpg"><img data-attachment-id="3916" data-permalink="https://andrewlawrenceking.com/2022/07/13/training/sheepdog-trial/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/sheepdog-trial.jpg" data-orig-size="275,183" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="sheepdog-trial" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/sheepdog-trial.jpg?w=275" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/sheepdog-trial.jpg?w=275" loading="lazy" width="275" height="183" src="https://andrewlawrenceking.com/wp-content/uploads/2022/07/sheepdog-trial.jpg?w=275" alt="" class="wp-image-3916" srcset="https://andrewlawrenceking.com/wp-content/uploads/2022/07/sheepdog-trial.jpg 275w, https://andrewlawrenceking.com/wp-content/uploads/2022/07/sheepdog-trial.jpg?w=150 150w" sizes="(max-width: 275px) 100vw, 275px" /></a></figure></div> <p>Working alone, a musician can synchronise their Tactus-beating, and (later) their playing/singing to a home-made pendulum. A 1-metre length of string will produce a 1 second beat (Mersenne, 1636). Notice that the movement of a pendulum, and the feeling this movement creates, is quite different from the sharp click of a metronome. </p> <div class="wp-block-image"> <figure class="aligncenter size-full"><a href="https://andrewlawrenceking.com/wp-content/uploads/2013/09/galileo-pendulum.jpg"><img data-attachment-id="103" data-permalink="https://andrewlawrenceking.com/2013/09/08/rhythm-what-really-counts/galileo-pendulum/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2013/09/galileo-pendulum.jpg" data-orig-size="279,300" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":""}" data-image-title="Galileo Pendulum" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2013/09/galileo-pendulum.jpg?w=279" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2013/09/galileo-pendulum.jpg?w=279" loading="lazy" width="279" height="300" src="https://andrewlawrenceking.com/wp-content/uploads/2013/09/galileo-pendulum.jpg" alt="" class="wp-image-103" srcset="https://andrewlawrenceking.com/wp-content/uploads/2013/09/galileo-pendulum.jpg 279w, https://andrewlawrenceking.com/wp-content/uploads/2013/09/galileo-pendulum.jpg?w=140&h=150 140w" sizes="(max-width: 279px) 100vw, 279px" /></a><figcaption class="wp-element-caption">The chandelier in Pisa cathedral where Galileo supposedly first observed the steady beat of the pendulum effect.<br> </figcaption></figure></div> <p>Just as jazz singers swing their arms and/or snap their fingers, not to conduct each other, but in order to inhabit, embody, to make physical the shape of Time itself, the groove of Music, so these simple exercises help us internalise the slow, steady beat of Tactus. Some musicians may need frequent reminders and extra practice, to think and move in a slow minim = 60 pulse, rather than sub-dividing into today’s more typical crotchet = 120. </p> <p><a href="http://Tactus Workshop" target="_blank" rel="noreferrer noopener">See the Tactus Workshop Manual for more suggestions.</a></p> <h2 class="wp-block-heading">Listening without a score</h2> <p>We listen in a different way, when we do not have the visual reference of a score to guide us. When I teach a master-class, I always listen to the piece the first time without looking at the score. This places me in a similar position to an audience-member, who should understand the performance aurally, without a score, perhaps without any previous knowledge of the work. </p> <p>For Early Music consorts, listening without a score invites us to maintain ensemble unity by understanding the underlying Tactus, since we cannot know the significance of individual notes (which might anyway have been ornamented or otherwise changed spontaneously). Playing/singing to colleagues who have no score challenges performers to show more clearly how those individual notes relate to the underlying Tactus, shaping long-notes across several Tactus beats, lightening-up fast-moving ornamentation so that it flows without disrupting the Tactus beat, articulating syncopations appropriately so that they are correctly understood. <br><br>An elementary, but surprisingly powerful exercise, is to ask the whole group to beat Tactus (without seeing a score) whilst one person plays/sings their individual part (this also works for solo pieces, e.g. a harpsichord or harp solo). Everyone becomes more aware of Tactus, more skilled at maintaining it in spite of aurally suggested changes (this is the Tactus-beaters’ role) and at avoiding unwanted changes (this is the performer’s task). <br><br>When this becomes too easy, then the performer can be invited to add divisions and impromptu variations, and/or to apply Zacconi’s expressive delay, the <em>accento</em>. <a rel="noreferrer noopener" href="https://andrewlawrenceking.com/2021/11/17/cantar-con-gratia-a-forgotten-ornament/" target="_blank">Read more here.</a><br><br>Meanwhile, everyone is getting more (much needed) experience of the visual and embodied practice of Tactus. Period musicians would have been beating Tactus all their lives, from their first lessons to learning new material as full professionals even as elite soloists and ensemble directors. For Early Musicians today, Tactus cannot be learned by studying historical treatises, not even by reading my blog! You have to Do It Yourself.<br><br>Another way to add complexity is to combine two performers, whilst the majority of the group continue to beat steady Tactus. This builds the habit of trusting the embodied movement of Tactus, not following wayward aural cues. The crucial assumption is that the music continues in steady Tactus, rather than ‘follow anything that moves!’.<br><br>Alternating playing/listening exercises between different members of the group prepares for the next level.</p> <h2 class="wp-block-heading">Directing</h2> <div class="wp-block-image"> <figure class="aligncenter"><img data-attachment-id="3908" data-permalink="https://andrewlawrenceking.com/2022/07/13/training/dowland-tactus-directs-a-song/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/dowland-tactus-directs-a-song.png" data-orig-size="360,300" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="dowland-tactus-directs-a-song" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/dowland-tactus-directs-a-song.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/dowland-tactus-directs-a-song.png?w=360" loading="lazy" width="360" height="300" src="https://andrewlawrenceking.com/wp-content/uploads/2022/07/dowland-tactus-directs-a-song.png?w=360" alt="" class="wp-image-3908" srcset="https://andrewlawrenceking.com/wp-content/uploads/2022/07/dowland-tactus-directs-a-song.png 360w, https://andrewlawrenceking.com/wp-content/uploads/2022/07/dowland-tactus-directs-a-song.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2022/07/dowland-tactus-directs-a-song.png?w=300 300w" sizes="(max-width: 360px) 100vw, 360px" /></figure></div> <p>Who directs, and how? Historically, and (it would be desirable) also for our modern-day Early Music, the role of coaching an ensemble and making artistic decisions (<em>maestro di capella</em>) should be distinguished from the role of administering the Tactus-beat (<em>summinstrar il tatto</em>). Coaching and making artistic decisions happens in rehearsal. In performance (including playing-through during rehearsals) the primary task of the Tactus-beater is to maintain a steady beat, and <span style="text-decoration:underline;">not </span>to be swayed by any temporary aural deviations. </p> <p>This does not mean an aggressive tug-of-war between leader and followers, but a mutual recognition of the cosmic, humanist and practical significance of the Tactus (i.e. the doctrine of the Music of the Spheres, in which the entire universe is turned in slow steady rhythm by the hand of God, the <em>primum mobile</em>). </p> <div class="wp-block-image"> <figure class="aligncenter size-full"><a href="https://andrewlawrenceking.com/wp-content/uploads/2014/08/harmony-of-the-spheres-fludd.gif"><img data-attachment-id="871" data-permalink="https://andrewlawrenceking.com/2014/08/30/precision-tuning-early-irish-harps/harmony-of-the-spheres-fludd-2/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2014/08/harmony-of-the-spheres-fludd.gif" data-orig-size="400,585" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Harmony of the Spheres Fludd" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2014/08/harmony-of-the-spheres-fludd.gif?w=205" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2014/08/harmony-of-the-spheres-fludd.gif?w=400" loading="lazy" width="400" height="585" src="https://andrewlawrenceking.com/wp-content/uploads/2014/08/harmony-of-the-spheres-fludd.gif" alt="" class="wp-image-871" srcset="https://andrewlawrenceking.com/wp-content/uploads/2014/08/harmony-of-the-spheres-fludd.gif 400w, https://andrewlawrenceking.com/wp-content/uploads/2014/08/harmony-of-the-spheres-fludd.gif?w=103&h=150 103w, https://andrewlawrenceking.com/wp-content/uploads/2014/08/harmony-of-the-spheres-fludd.gif?w=205&h=300 205w" sizes="(max-width: 400px) 100vw, 400px" /></a><figcaption class="wp-element-caption">The perfect movement of the heavens is reflected in microcosm in the harmonious nature of the human body, and imitated in earthly music-making.<br><br>If your pulse stops, the music also dies…</figcaption></figure></div> <p>Nevertheless, there is freedom for an individual performer to depart momentarily from the Tactus, providing they rejoin it promptly. Zacconi expects <em>accento</em>-singers to be back on Tactus-track by the next beat.<br><br>Taking turns to beat Tactus, and with the director/coach observing, ensemble members can experiment with maintaining unity by visual cues from the Tactus-beater, by their own embodied experience of Tactus-beating, and by listening to aural cues that indicate the underlying Tactus (not the movement of individual notes). </p> <p>Listen to the bass (in polyphony), to the continuo, to a simple or slow-moving part, to what appears to be ‘accompaniment’ rather than to ‘soloists’. Basses, continuo-players, performers of simple slow-moving parts and anyone who might be (temporarily) ‘accompaniment’ must learn to maintain Tactus reliably, to guide and direct the whole ensemble, and (a tough call) <span style="text-decoration:underline;">not </span>to ‘follow’ the soloist, a fast-moving or complex part.<br><br>This ensemble skill of maintaining Tactus rather than following soloists takes a lot of practice. The aim is to go beyond any initial stiffness or sense of confrontation, and find a flowing, embodied sense of rhythm in the slow steady Tactus beat. The mantra is: “soloists are free to depart from the beat, but the beat will not change to accommodate them”. Be inspired by Ella Fitzgerald. </p> <div class="wp-block-image"> <figure class="aligncenter size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/11/ella-fitzgerald-rule-c1600-snapshot.png"><img data-attachment-id="3676" data-permalink="https://andrewlawrenceking.com/ella-fitzgerald-rule-c1600-snapshot/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/ella-fitzgerald-rule-c1600-snapshot.png" data-orig-size="1280,720" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="ella-fitzgerald-rule-c1600-snapshot" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/ella-fitzgerald-rule-c1600-snapshot.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/ella-fitzgerald-rule-c1600-snapshot.png?w=440" loading="lazy" width="440" height="247" src="https://andrewlawrenceking.com/wp-content/uploads/2021/11/ella-fitzgerald-rule-c1600-snapshot.png?w=440" alt="" class="wp-image-3676" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/11/ella-fitzgerald-rule-c1600-snapshot.png?w=440 440w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/ella-fitzgerald-rule-c1600-snapshot.png?w=878 878w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/ella-fitzgerald-rule-c1600-snapshot.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/ella-fitzgerald-rule-c1600-snapshot.png?w=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/ella-fitzgerald-rule-c1600-snapshot.png?w=768 768w" sizes="(max-width: 440px) 100vw, 440px" /></a></figure></div> <p>As the whole ensemble gets good at this, soloists can throw in deliberate ‘bending’ of the rhythm, around the steady beat. Indeed, soloists should only ever bend the rhythm <span style="text-decoration:underline;">deliberately</span>, not by accident or mis-management. If a tricky moment cannot be performed accurately, then it needs more practice. It’s always worth learning a crucial turn of phrase precisely as notated, before adding any rhythmic alteration. (<a rel="noreferrer noopener" href="https://andrewlawrenceking.com/2015/01/25/play-it-again-sam-the-truth-about-caccinis-sprezzatura/" target="_blank">See Caccini for suggestions of rhythmic alteration to short notes, within the steady Tactus</a>).<br><br>Solo players, who often have to present a complete polyphonic texture within a single instrument (harpsichord, lute, harp, even violin in J. S. Bach’s Partitas), need to learn first the basic skill of maintaining Tactus whilst they play a single line. The temptation is for the beat (maintained perhaps by the foot if your hands are busy) to follow the performance, but it should be the other way around! Use a pendulum if necessary, to control this. <br><br>The more advanced skill is to have Tactus in the bass, in the continuo, in the accompaniment, direct the solo line in Measure. This requires significant mental re-organisation and artistic re-prioritising. When you can do this well, then you can add Caccini-style or Zacconi-style rhythmic alterations to the solo line, whilst keeping the accompaniment steady.</p> <h2 class="wp-block-heading">Aural training</h2> <p>Students – and many experienced performers – like to learn from aural examples. But we have very few aural examples of Tactus in today’s Early Music that we can imitate. This well-documented historical practice is not yet reflected in most modern-day recordings or concert performances. Nevertheless, we can still benefit by learning from, and practising with, aural examples. </p> <p>Make your own home recording of the accompaniment of your piece, check that it really is in Tactus (this is itself an educational exercise, which may need repeated attempts!), and then play the solo line along with your own Tactus-measured accompaniment. <br><br>If you are making a lock-down-style multi-track ensemble recording, record the bass first. Or even create a “Historical Click Track” (to be removed from the final mix), not with a click, but with an aural signal that is more akin to a pendulum swing. For example, just say ONE…. TWO with a sustained, slow-articulated ‘one’ and a crisper ‘two’ (the sounds of the English language work well for this). Or a drum track, <em>DUM-bak</em>. <br><br>Many modern-day performances use a slow, resonant large drum to create a steady groove, and the steady-calm-strong feeling of renaissance rhythm (think Pavan, for example). I would say that this feeling is historically appropriate, and certainly following an aural cue works well for today’s musicians. Nevertheless, period evidence shows that pavan percussion was a more active rhythm in shorter note-values on a small, less resonant, tabor-like drum. <a rel="noreferrer noopener" href="https://imslp.org/wiki/Orch%C3%A9sographie_(Arbeau%2C_Thoinot)" target="_blank">See Arbeau <em>Orchesographie </em>here.</a> The slow-steady-calm-strong beat is the appropriate feeling for historical Tactus, but we need to create it for ourselves rather than relying on the wrong kind of drum!</p> <p>But we could use that modern pavan-drum as a training aid for high-style polyphony, or seicento monody, to instill that sense of Measure, of reliable Tactus that is needed even when the beat is not dancing to the beat of shorter note-values. This distinction (Tactus in long note-values for serious music, happy dances with regularity extended even to short note-values) is what lies behind Peri’s remark about differing circumstances in which the soloist should not, or should ‘dance to the rhythm of the bass’. <a rel="noreferrer noopener" href="https://andrewlawrenceking.com/2015/09/27/logical-captain-the-implications-of-peris-preface/" target="_blank">More about Peri’s Tactus bass here.</a></p> <h2 class="wp-block-heading">Pre-requisites</h2> <p>In order to begin this development, and move today’s Early Music one step closer to Historically Informed Performance, individual musicians need to hone their Tactus skills, their ability to control rhythm with a slow, steady count. And conductors need to learn the essential historical skill required for their role: a simple down-up beat maintained equally and reliably, without any pertubation (Zacconi, Il Corago c1630 etc). </p> <p>In Monteverdi’s (1610) <em>Vespers</em>, we would not play continuo on a Steinway, we would not play baroque violin with a modern bow, we would not admit a cornettist who had not learnt the basic fingering-system of his instrument. Why should we accept conducting that eschews the fundamental period technique of the Tactus-hand, that is Historically Un-informed about the historical role of Tactus-beater? <br><br>A key pre-requisite for better Informed Performance is proper Historical training for Early Music ensemble directors: no more dinosaurs, no more modern-interpretative-dance in front of a keyboard instrument!</p> <div class="wp-block-image"> <figure class="aligncenter size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2022/07/dinosaur-and-comet.jpg"><img data-attachment-id="3927" data-permalink="https://andrewlawrenceking.com/2022/07/13/training/dinosaur-and-comet/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/dinosaur-and-comet.jpg" data-orig-size="1280,853" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="dinosaur-and-comet" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/dinosaur-and-comet.jpg?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/dinosaur-and-comet.jpg?w=440" loading="lazy" width="1024" height="682" src="https://andrewlawrenceking.com/wp-content/uploads/2022/07/dinosaur-and-comet.jpg?w=1024" alt="" class="wp-image-3927" srcset="https://andrewlawrenceking.com/wp-content/uploads/2022/07/dinosaur-and-comet.jpg?w=1024 1024w, https://andrewlawrenceking.com/wp-content/uploads/2022/07/dinosaur-and-comet.jpg?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2022/07/dinosaur-and-comet.jpg?w=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2022/07/dinosaur-and-comet.jpg?w=768 768w, https://andrewlawrenceking.com/wp-content/uploads/2022/07/dinosaur-and-comet.jpg 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div> <p><br><br>Time-beating lays down the tracks that the perfomance will follow. As Early Musicians, we can make Historically Informed decisions about how to lay down those tracks, and we can follow those tracks in newly-discovered and period-creative ways, offering our listeners a thrilling and surprising ride. Until then, </p> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>Mind the Gap!</p></blockquote> <div class="wp-block-image"> <figure class="aligncenter size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2022/07/the-wrong-trousers-chase-scene.jpg"><img data-attachment-id="3911" data-permalink="https://andrewlawrenceking.com/2022/07/13/training/the-wrong-trousers-chase-scene/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/the-wrong-trousers-chase-scene.jpg" data-orig-size="640,480" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="the-wrong-trousers-chase-scene" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/the-wrong-trousers-chase-scene.jpg?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2022/07/the-wrong-trousers-chase-scene.jpg?w=440" loading="lazy" width="640" height="480" src="https://andrewlawrenceking.com/wp-content/uploads/2022/07/the-wrong-trousers-chase-scene.jpg?w=640" alt="" class="wp-image-3911" srcset="https://andrewlawrenceking.com/wp-content/uploads/2022/07/the-wrong-trousers-chase-scene.jpg 640w, https://andrewlawrenceking.com/wp-content/uploads/2022/07/the-wrong-trousers-chase-scene.jpg?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2022/07/the-wrong-trousers-chase-scene.jpg?w=300 300w" sizes="(max-width: 640px) 100vw, 640px" /></a><figcaption class="wp-element-caption">Laying down new tracks? <br>Who follows what? <br>The chase-scene from ‘The Wrong Trousers’</figcaption></figure></div> <p><a rel="noreferrer noopener" href="https://www.youtube.com/watch?v=jrmZIgVoQw4" target="_blank">You can watch a video of the train-chase scene that inspired the title of this post here</a> I hope you’ll enjoy the sequence where Gromit the dog lays down new tracks to shape his own journey, despite fierce resistance from the villainous penguin, FakeHip McBaton (or whatever the baddie’s name really is).</p> <div id="atatags-26942-6748449e9de7c"></div> <script> __ATA.cmd.push(function() { __ATA.initDynamicSlot({ id: 'atatags-26942-6748449e9de7c', location: 120, formFactor: '001', label: { text: 'Advertisements', }, creative: { reportAd: { text: 'Report this ad', }, privacySettings: { text: 'Privacy', } } }); }); </script><div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-3823" class="share-facebook sd-button share-icon" href="https://andrewlawrenceking.com/2022/07/13/training/?share=facebook" target="_blank" title="Click to share on Facebook" ><span>Facebook</span></a></li><li class="share-linkedin"><a rel="nofollow noopener noreferrer" data-shared="sharing-linkedin-3823" class="share-linkedin sd-button share-icon" href="https://andrewlawrenceking.com/2022/07/13/training/?share=linkedin" target="_blank" title="Click to share on LinkedIn" ><span>LinkedIn</span></a></li><li class="share-email"><a rel="nofollow noopener noreferrer" data-shared="" class="share-email sd-button share-icon" href="mailto:?subject=%5BShared%20Post%5D%20The%20Wrong%20Trousers%3A%20can%20new%20training%20re-purpose%20Early%20Music%20skills%20for%20Historically%20Informed%20Performance%3F&body=https%3A%2F%2Fandrewlawrenceking.com%2F2022%2F07%2F13%2Ftraining%2F&share=email" target="_blank" title="Click to email a link to a friend" data-email-share-error-title="Do you have email set up?" data-email-share-error-text="If you're having problems sharing via email, you might not have email set up for your browser. You may need to create a new email yourself." data-email-share-nonce="f0396b0358" data-email-share-track-url="https://andrewlawrenceking.com/2022/07/13/training/?share=email"><span>Email</span></a></li><li class="share-print"><a rel="nofollow noopener noreferrer" data-shared="" class="share-print sd-button share-icon" href="https://andrewlawrenceking.com/2022/07/13/training/" target="_blank" title="Click to print" ><span>Print</span></a></li><li><a href="#" class="sharing-anchor sd-button share-more"><span>More</span></a></li><li class="share-end"></li></ul><div class="sharing-hidden"><div class="inner" style="display: none;width:150px;"><ul style="background-image:none;"><li class="share-twitter"><a rel="nofollow noopener noreferrer" data-shared="sharing-twitter-3823" class="share-twitter sd-button share-icon" href="https://andrewlawrenceking.com/2022/07/13/training/?share=twitter" target="_blank" title="Click to share on Twitter" ><span>Twitter</span></a></li><li class="share-end"></li></ul></div></div></div></div></div><div class='sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded' id='like-post-wrapper-56032818-3823-6748449e9f5aa' data-src='//widgets.wp.com/likes/index.html?ver=20241128#blog_id=56032818&post_id=3823&origin=andrewlawrenceking.wordpress.com&obj_id=56032818-3823-6748449e9f5aa&domain=andrewlawrenceking.com' data-name='like-post-frame-56032818-3823-6748449e9f5aa' data-title='Like or Reblog'><div class='likes-widget-placeholder post-likes-widget-placeholder' style='height: 55px;'><span class='button'><span>Like</span></span> <span class='loading'>Loading...</span></div><span class='sd-text-color'></span><a class='sd-link-color'></a></div></div> </div><!-- .entry-content --> <footer class="entry-meta"> <p class="cat-links taxonomy-links"> Posted in <a href="https://andrewlawrenceking.com/category/continuo/" rel="category tag">Continuo</a>, <a href="https://andrewlawrenceking.com/category/early-harps/" rel="category tag">Early Harps</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/" rel="category tag">History of Emotions</a>, <a href="https://andrewlawrenceking.com/category/improvisation/" rel="category tag">Improvisation</a>, <a href="https://andrewlawrenceking.com/category/introductions/" rel="category tag">Introductions</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/moving-the-passions/" rel="category tag">Moving the Passions</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/music-and-philosophy/" rel="category tag">Music and Philosophy</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/music-dance-swordsmanship/" rel="category tag">Music, Dance & Swordsmanship</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/rhythm/" rel="category tag">Rhythm</a> </p> <p class="tag-links taxonomy-links"> Tagged <a href="https://andrewlawrenceking.com/tag/baroque/" rel="tag">baroque</a>, <a href="https://andrewlawrenceking.com/tag/baroque-music/" rel="tag">Baroque Music</a>, <a href="https://andrewlawrenceking.com/tag/baroque-opera/" rel="tag">Baroque Opera</a>, <a href="https://andrewlawrenceking.com/tag/early-music/" rel="tag">Early Music</a>, <a href="https://andrewlawrenceking.com/tag/early-opera/" rel="tag">Early Opera</a>, <a href="https://andrewlawrenceking.com/tag/hip/" rel="tag">HIP</a>, <a href="https://andrewlawrenceking.com/tag/rhythm/" rel="tag">Rhythm</a> </p> <p class="date-link"><a href="https://andrewlawrenceking.com/2022/07/13/training/" title="Permalink to The Wrong Trousers: can new training re-purpose Early Music skills for Historically Informed Performance?" rel="bookmark" class="permalink"><span class="month upper">Jul</span><span class="sep">·</span><span class="day lower">13</span></a></p> </footer><!-- #entry-meta --> </article><!-- #post-## --> <article id="post-3827" class="post-3827 post type-post status-publish format-standard hentry category-continuo category-history-of-emotions category-moving-the-passions category-music-and-philosophy category-rhetoric category-rhythm category-text tag-baroque tag-baroque-music tag-early-music tag-emotions tag-hip tag-history-of-emotions tag-muovere-gli-affetti tag-rhythm"> <header class="entry-header"> <h1 class="entry-title"><a href="https://andrewlawrenceking.com/2022/02/24/badalla/" rel="bookmark">Measuring musical time in late-17th-century Italy</a></h1> <div class="entry-meta"> <span class="byline">Posted by <span class="author vcard"><a class="url fn n" href="https://andrewlawrenceking.com/author/andrewlawrenceking/" title="View all posts by Andrew Lawrence-King" rel="author">Andrew Lawrence-King</a></span></span> </div><!-- .entry-meta --> <p class="comments-link"><a href="https://andrewlawrenceking.com/2022/02/24/badalla/#comments">2</a></p> </header><!-- .entry-header --> <div class="entry-content"> <p>This posts continues my study of a very particular repertoire featuring female composers, works by Milanese nuns in the mid/late 17th century. This investigation is associated with the performance projects of Kajsa Dahlbeck’s <em>Earthly Angels</em> ensemble (<a href="https://www.kajsadahlback.com/earthly-angels" target="_blank" rel="noreferrer noopener">read more here</a>), which are underpinned by Kajsa’s own research.</p> <p>My previous article <em><a rel="noreferrer noopener" href="https://andrewlawrenceking.com/2020/09/06/isabella-leonarda-400th-anniversary/" target="_blank">The Soul of Music in Women’s Hands</a></em> discusses compositions by Isabella Leonarda (1620-1704). Now I turn my attention to Rosa Giancinta Badalla (c1660-c1710). <br></p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-frontispiece.png"><img data-attachment-id="3829" data-permalink="https://andrewlawrenceking.com/badalla-frontispiece/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-frontispiece.png" data-orig-size="2787,2104" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="badalla-frontispiece" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-frontispiece.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-frontispiece.png?w=440" loading="lazy" width="1024" height="773" src="https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-frontispiece.png?w=1024" alt="" class="wp-image-3829" srcset="https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-frontispiece.png?w=1024 1024w, https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-frontispiece.png?w=2048 2048w, https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-frontispiece.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-frontispiece.png?w=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-frontispiece.png?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure> <p><br>Badalla’s book of solo motets with continuo accompaniment, <em>Motetti a voce sola </em>(1684) – 10 for soprano, 2 for alto – contains pieces for Christmas, Easter, for any Saint’s day, and for the patron saint of her convent, Santa Radegunda. This fascinating collection has many interesting features for researchers and performers alike, and I’m looking forward to Kajsa’s forthcoming performances. In the meantime, this post takes Badalla’s publication as a case-study in the period notation of Tempo.</p> <h2 class="wp-block-heading" id="context">Context</h2> <p>The priorities of the early seicento were encapsulated by Caccini in <em>Le Nuove Musiche</em> (1601): “music is Text and Rhythm, with Sound last of all.” <a href="https://andrewlawrenceking.com/2015/01/25/play-it-again-sam-the-truth-about-caccinis-sprezzatura/">More on Caccini here. </a> Considering rhythm, the role of the performer – all the way from the mid-16th century to the late 18th – is to find the ‘correct’ tempo, not to invent their own arbitrary speed. </p> <p>During the long 17th-century, composers indicate rhythm and tempo with precise notations, and those notations change during the course of the century. Certain rhythmic freedoms are clearly described in the early seicento, notably by Caccini and Frescobaldi. <a href="https://andrewlawrenceking.com/2015/10/23/frescobaldi-rules-ok/"><em>Frescobaldi Rules OK</em> here.</a></p> <p>The performance context for rhythm – again, all the way from the mid-16th century to the late 18th – is defined by Tactus and Proportions. <a rel="noreferrer noopener" href="https://andrewlawrenceking.com/2020/03/29/time-the-soul-of-music/" target="_blank"><em>Tactus from 16th-18th centuries</em> here.</a> <br><br>The steady, slow duple beat of Tactus (around 1 beat per second) is like the pendulum of the clock, which drives the various cogs at different, but interlocked, speeds. Those cogs are the various Proportions of ternary measure. </p> <p>The mathematical precision of this system is an earthly imitation of the perfect movement of the heavens, driven by the hand of God. Nevertheless, humanist music-making allowed subtle adjustments to the (theoretically ever-constant) Tactus, creating time-changes between contrasting sections – i.e. contrasting <span style="text-decoration:underline;">movements</span>. </p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png"><img data-attachment-id="3662" data-permalink="https://andrewlawrenceking.com/tactus-is-by-zacconi-1592/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png" data-orig-size="2716,2196" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="tactus-is-by-zacconi-1592" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=440" loading="lazy" width="440" height="355" src="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=440" alt="" class="wp-image-3662" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=440 440w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=878 878w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=768 768w" sizes="(max-width: 440px) 100vw, 440px" /></a></figure> <h2 class="wp-block-heading" id="tempo"><em>Tempo</em></h2> <p><br>Nowadays, we use the word <em>tempo</em> to mean the ‘speed’ of the music, how fast does it go. But circa 1600, <em>tempo</em> meant Time itself, the measurement of real-world time in seconds. And this is not Newton’s (1687) Absolute Time, it is Aristotelean Time, which does not flow of its own accord, but is dependent on movement, and upon an observing Soul. <a rel="noreferrer noopener" href="https://youtu.be/zIevLPlTCFg" target="_blank">More on Aristotelean Time here.</a></p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2022/02/aristotle-observing-soul-schrodingers-cat.png"><img data-attachment-id="3832" data-permalink="https://andrewlawrenceking.com/aristotle-observing-soul-schrodingers-cat/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2022/02/aristotle-observing-soul-schrodingers-cat.png" data-orig-size="1280,720" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="aristotle-observing-soul-schrodingers-cat" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2022/02/aristotle-observing-soul-schrodingers-cat.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2022/02/aristotle-observing-soul-schrodingers-cat.png?w=440" loading="lazy" width="1024" height="576" src="https://andrewlawrenceking.com/wp-content/uploads/2022/02/aristotle-observing-soul-schrodingers-cat.png?w=1024" alt="" class="wp-image-3832" srcset="https://andrewlawrenceking.com/wp-content/uploads/2022/02/aristotle-observing-soul-schrodingers-cat.png?w=1024 1024w, https://andrewlawrenceking.com/wp-content/uploads/2022/02/aristotle-observing-soul-schrodingers-cat.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2022/02/aristotle-observing-soul-schrodingers-cat.png?w=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2022/02/aristotle-observing-soul-schrodingers-cat.png?w=768 768w, https://andrewlawrenceking.com/wp-content/uploads/2022/02/aristotle-observing-soul-schrodingers-cat.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure> <p>Aristotelean Time calibrates the musical notation of the mensural system to the real world, so that the note-values on the page “come to life” with sound and duration. <a href="https://andrewlawrenceking.com/2020/03/29/time-the-soul-of-music/">More about <em>Time, the Soul of Music</em> here. </a></p> <p>The essential movement, without which Time cannot be counted, is provided by a human hand, imitating the hand of God to administer a constant, equal and unchanging beat – <em>battuta </em>– also known as the light touch of Tactus. Zacconi explains that <em>misura</em>, the measuring of music time in mensural notation, <em>battuta</em>, and Tactus are all the same thing, Time itself.</p> <figure class="wp-block-image size-full"><a href="https://andrewlawrenceking.com/wp-content/uploads/2016/08/singer-and-theorbo.jpg"><img data-attachment-id="1737" data-permalink="https://andrewlawrenceking.com/?attachment_id=1737" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2016/08/singer-and-theorbo.jpg" data-orig-size="220,182" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Singer and Theorbo" data-image-description="" data-image-caption="<p>Singer (beating Tactus) and Theorbist (right hand at the bridge)</p> " data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2016/08/singer-and-theorbo.jpg?w=220" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2016/08/singer-and-theorbo.jpg?w=220" loading="lazy" width="220" height="182" src="https://andrewlawrenceking.com/wp-content/uploads/2016/08/singer-and-theorbo.jpg" alt="" class="wp-image-1737" srcset="https://andrewlawrenceking.com/wp-content/uploads/2016/08/singer-and-theorbo.jpg 220w, https://andrewlawrenceking.com/wp-content/uploads/2016/08/singer-and-theorbo.jpg?w=150&h=124 150w" sizes="(max-width: 220px) 100vw, 220px" /></a><figcaption>Singer (beating Tactus) and Theorbist (right hand at the bridge)</figcaption></figure> <p>A century later, this has changed. Whilst note-values are still seen as Quantitatively precise, the subjective Quality of how the music feels is understood to be variable, and it is this emotional Quality that is now called <em>tempo </em>(or in French, <em>mouvement</em>). <a href="https://andrewlawrenceking.com/2015/01/13/quality-time-how-does-it-feel/">More about <em>Quality Time </em>here.</a></p> <p>This first conceptual shift in the meaning of the word <em>tempo </em>– from real-world Time to emotional Quality – is happening during the period under discussion in this article. </p> <p>The second paradigm shift – from Aristotelean to Newtonian Time – happens much later. Sustained, fierce resistance to Newton’s ideas prevented them becoming effective in music-making until probably the early 1900s. Newtonian Time is a pre-requisite for the modern concept of <em>tempo</em> as the ‘speed’ of music, since we need Absolute Time as a benchmark to measure variable speeds.</p> <h2 class="wp-block-heading" id="notation">Notation</h2> <p>The late 17th century is a less familiar transitional phase between two contrasting notational systems that have been more intensively studied by modern-day researchers: the mensural marks of Monteverdi’s (and in Milan, Cima’s) generation; and the time signatures of Bach and Handel. This transition was gradual: some features of the mensural system were already obselete for Monteverdi; but the 16th-century concept of a ‘standard’ or ‘correct’ time – <em>tempo ordinario</em> or <em>tempo giusto</em> – remained in force throughout the 18th century.</p> <p>Nevertheless, one crucial change can be seen in the nuns’ publications: that change is underway in Leonarda’s notations, and is complete in Badalla’s publication.</p> <p>This change affects the notation of ternary meter. At the slow extreme, movements in three semibreves fall out of use: at the fast extreme, such markings as 3/8, 6/8 and 12/8 appear. Thus far, I have not seen the old and new notations appear simultaneously in a single work; and only once within a single publication.</p> <h2 class="wp-block-heading" id="proportions">Proportions</h2> <p>Monteverdi notates Proportions with what are undeniably mensuration marks, though much of their meaning has evaporated by the early 1600s. I have argued <a href="https://andrewlawrenceking.com/2014/11/09/sherlock-holmes-and-the-wedding-dance-tactus-proportions-in-monteverdis-lasciate-i-monti/">elsewhere </a>that Roger Bowers’ theory that these marks retain their full and complex medieval significance is incompatible with the need for performers (working from part-books, and often with minimal or no rehearsal) to come to rapid and unanimous decisions at each change of Proportion.</p> <p>Scholars agree that bar-lengths are arbitrary in this period. Note that in the 17th century <em>battuta </em>means ‘beat’, and not ‘bar’ as in modern Italian. </p> <p>The key feature of Monteverdi’s Proportional notation is the choice of note-values. Three semibreves show the slowest Proportion (Sesquialtera); three minims show a medium-fast Proportion (Tripla); six semi-minims shows the very fast (Sestupla) Proportion. <a href="https://andrewlawrenceking.com/2015/02/16/tempus-putationis-getting-back-to-monteverdis-time/">Read more about </a><a rel="noreferrer noopener" href="https://andrewlawrenceking.com/2015/02/16/tempus-putationis-getting-back-to-monteverdis-time/" target="_blank">Monteverdi’s </a><a href="https://andrewlawrenceking.com/2015/02/16/tempus-putationis-getting-back-to-monteverdis-time/">Proportions here.</a></p> <p>Whatever Proportion is in use (and different voices may be in different meters and/or different mensuration marks), the duration of any particular note-value, a minim say, is the same in all Proportions. Carissimi (Ars Cantandi, 1696) puts it very simply: “the triple-metres all agree with regard to quantity, division and proportion, as is easily understood.” Bowers mentions this principle in passing but failed to follow up its implications.</p> <p>Proportions are like the cog-wheels of a clock, regulated by the steady pendulum-like swing of Tactus. Once the Tactus is set (around minim = 1 second), there are only these three Proportions available: slow sesquialtera (3 semibreves in 2 tactus beats); medium-fast tripla (3 minims in 1 tactus beat); fast sestupla (6 semi-minims in 1 tactus beat). Any further multiples would be ridiculously slow or impossibly fast.</p> <p>During the early seicento, composers increasingly used written instructions and/or such words as <em>adagio</em>, <em>allegro</em>, <em>presto </em>etc. to modify the basic information given by the note-values. Often, those modifiers exaggerate the contrast in activity already shown. Always, these modifiers indicate subtle gradations around a ‘ball-park’ tempo shown by the note-values.</p> <h2 class="wp-block-heading" id="monteverdi-s-notation">Monteverdi’s notation</h2> <p>Triple Proportion uses mostly long note-values, which proceed proportionately faster than in duple time. So we recognise the final <em>Moresca </em>of Monteverdi’s <em>Orfeo </em>as Tripla Proportion (organised in units of three minims, structured as semibreve-minim), even though the ternary mensuration mark is missing. It would make no sense to play this in duple time at minim = 60.</p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2022/02/moresca-from-orfeo.png"><img data-attachment-id="3837" data-permalink="https://andrewlawrenceking.com/moresca-from-orfeo-2/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2022/02/moresca-from-orfeo.png" data-orig-size="380,452" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="moresca-from-orfeo" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2022/02/moresca-from-orfeo.png?w=252" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2022/02/moresca-from-orfeo.png?w=380" loading="lazy" width="380" height="452" src="https://andrewlawrenceking.com/wp-content/uploads/2022/02/moresca-from-orfeo.png?w=380" alt="" class="wp-image-3837" srcset="https://andrewlawrenceking.com/wp-content/uploads/2022/02/moresca-from-orfeo.png 380w, https://andrewlawrenceking.com/wp-content/uploads/2022/02/moresca-from-orfeo.png?w=126 126w, https://andrewlawrenceking.com/wp-content/uploads/2022/02/moresca-from-orfeo.png?w=252 252w" sizes="(max-width: 380px) 100vw, 380px" /></a><figcaption><em>Moresca </em>from <em>Orfeo </em>(1609) “White notation”, mensuration mark missing</figcaption></figure> <p>The note-values of ternary proportions can be written in ‘white notation’ or ‘black’. </p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2022/02/black-notation-in-orfeo.png"><img data-attachment-id="3839" data-permalink="https://andrewlawrenceking.com/2022/02/24/badalla/black-notation-in-orfeo/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2022/02/black-notation-in-orfeo.png" data-orig-size="444,299" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Black notation in Orfeo" data-image-description="" data-image-caption="<p>Black proportional notation in Act II of Orfeo</p> " data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2022/02/black-notation-in-orfeo.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2022/02/black-notation-in-orfeo.png?w=440" loading="lazy" width="440" height="296" src="https://andrewlawrenceking.com/wp-content/uploads/2022/02/black-notation-in-orfeo.png?w=440" alt="" class="wp-image-3839" srcset="https://andrewlawrenceking.com/wp-content/uploads/2022/02/black-notation-in-orfeo.png?w=440 440w, https://andrewlawrenceking.com/wp-content/uploads/2022/02/black-notation-in-orfeo.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2022/02/black-notation-in-orfeo.png?w=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2022/02/black-notation-in-orfeo.png 444w" sizes="(max-width: 440px) 100vw, 440px" /></a><figcaption>Black proportional notation in Act II of Orfeo</figcaption></figure> <p>Under a ternary mensuration mark, a white semibreve might sometimes be ‘perfected’ to be worth three minims. A black semibreve – a black blob – is always worth only two minims. </p> <p>In white notation, a semi-minim might look like a ‘white quaver’, but more often it looks like a regular crotchet. In black notation, a black minim looks like a regular crotchet, and a black semi-minim looks like a regular quaver.</p> <p>Sometimes black notation is introduced in the middle of a section of white notation. This can produce ambiguities: is this thing that looks like a regular crotchet, i.e. a blob with a stick, a ‘black minim’ or a ‘white semi-minim’? But – once you get used to the two notations – this is less confusing that it might seem at first.</p> <h2 class="wp-block-heading" id="badalla-s-notation">Badalla’s notation</h2> <p>Moving on from Monteverdi and Cima to Badalla’s <em>Motetti</em>, we again see three sets of note-values for the three ternerary Proportions. But there has been a change. For Badalla, the alternative notations of ‘white’ and ‘black’ note-values have simplified into something that looks more like modern usage, though we still need to be careful in understanding the significance.</p> <p>We can see this change in progess within Leonarda’s oeuvre: three old-style ‘black minims’ under a mensuration mark of 3 or 3/2 are replaced with (identical-looking) crotchets and a time signature of 3/4: this is the new-style Tripla. <br><br>In Badalla’s 1684 publication, the slowest ternary metre is now shown with three white minims and 3 or 3/2. This is the new notation for slow Sesquialtera: the old notation with three semibreves has fallen out of use. A new fast notation appears: six quavers with a time signature of 6/8. This is the new Sestupla.</p> <p>Both Leonarda and Badalla use the mensuration mark 3 to indicate ternary Proportion in general. Since the choice of proportion is governed by note-values, this mark is not ambiguous.<br><br>Leonarda’s publications vary between old and new styles of notation. I have only seen one example of both notations within the same collection, and the two styles are never used in a single piece. Movements in three semibreves identify the old style, time signatures of 6/8 etc identify the old style. We need to know which style is at work, in order to understand the meaning of three minims (old-style Tripla, new- style Sesquialtera).<br><br></p> <h2 class="wp-block-heading" id="tempo-modifying-words">Tempo-modifying words</h2> <p>Any of these strict Proportions can be subtly altered by modifying words: <em>adagio</em>, <em>risoluto</em>, <em>allegro</em>, <em>presto </em>[from slow to fast]. And in a section notated in duple time, C, the Tactus can also be modified by these words. The effect of Proportional changes between duple and triple is often exaggerated: e.g. from standard C [<em>ordinario</em>] to 6/8 <em>presto</em>. Sometimes the contrast is reduced: .e.g from C [<em>ordinario</em>] to 3/4 <em>adagio</em>. </p> <p>There can also be subtle changes whilst keeping the same mensuration, e.g. in C from <em>ordinario</em> to <em>adagio </em>and then back to <em>risoluto.</em> <br><br>I have not seen the terms <em>giusto </em>or <em>ordinario </em>in the nun’s repertoire. This is unsurprising: if we see C (or any other marking of time) <span style="text-decoration:underline;">without </span>any modifying word, then the <em>tempo</em> should be <em>ordinario</em>, <em>giusto</em> (correct). <br><br>Following some temporary modification, a return to <em>tempo ordinario </em>is shown by plain C (or a proportional mark). In Badalla’s <em>Tacete o la, Tacete </em>it is not clear whether <em>risoluto </em>signifies here an entirely new ‘resolute’ feeling, or a return to what we would nowadays call <em>tempo primo</em>. I would suggest that it hardly matters in this case, since a <em>risoluto</em> delivery of the opening phrase would be perfectly appropriate. <br><br>The words <em>giusto </em>and <em>ordinario</em> are also rare in Handel’s ouevre, though he sometimes writes them (as a warning against excess, or in order to emphasise a return to normality after some dramatic extreme). </p> <p>20th-century Ur-text editors often supply [<em>Allegro</em>] where a first movement has no modifying word: we can now understand that this is incorrect. The proper editorial comment would be [<em>Tempo Ordinario</em>] or [<em>Tempo Giusto</em>]. <em>Allegro </em>is not the default choice for an opening movement, rather it is somewhat faster than the usual <em>ordinario</em>. </p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-modifiers-increase-contrast.png"><img data-attachment-id="3845" data-permalink="https://andrewlawrenceking.com/badalla-modifiers-increase-contrast/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-modifiers-increase-contrast.png" data-orig-size="2953,815" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="badalla-modifiers-increase-contrast" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-modifiers-increase-contrast.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-modifiers-increase-contrast.png?w=440" loading="lazy" width="1024" height="282" src="https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-modifiers-increase-contrast.png?w=1024" alt="" class="wp-image-3845" srcset="https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-modifiers-increase-contrast.png?w=1022 1022w, https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-modifiers-increase-contrast.png?w=2044 2044w, https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-modifiers-increase-contrast.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-modifiers-increase-contrast.png?w=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-modifiers-increase-contrast.png?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption>Badalla uses modifiers with no change in mensuration, and to exaggerate contrast when the mensuration changes.</figcaption></figure> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-modifiers-decrease-contrast.png"><img data-attachment-id="3846" data-permalink="https://andrewlawrenceking.com/badalla-modifiers-decrease-contrast/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-modifiers-decrease-contrast.png" data-orig-size="1129,607" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="badalla-modifiers-decrease-contrast" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-modifiers-decrease-contrast.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-modifiers-decrease-contrast.png?w=440" loading="lazy" width="1024" height="550" src="https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-modifiers-decrease-contrast.png?w=1024" alt="" class="wp-image-3846" srcset="https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-modifiers-decrease-contrast.png?w=1024 1024w, https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-modifiers-decrease-contrast.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-modifiers-decrease-contrast.png?w=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-modifiers-decrease-contrast.png?w=768 768w, https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-modifiers-decrease-contrast.png 1129w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption>Badalla uses modifiers to reduce contrast at a change in mensuration.</figcaption></figure> <h2 class="wp-block-heading" id="handel-s-notation">Handel’s notation</h2> <p>It’s generally agreed amongst specialist scholars investigating high baroque notation of <em>tempo </em>that 18th-century composers continued – even increased their ability – to indicate <em>tempo </em>as precisely as possible. <a rel="noreferrer noopener" href="https://boydellandbrewer.com/9781648250187/tempo-and-tactus-in-the-german-baroque/" target="_blank">See for example Julia Doktor’s <em>Tempo & Tactus in the German Baroque</em> here</a>. Indeed, very fine details of subtle differences could be indicated, by combining three levels of gradation: coarse, medium and fine. </p> <p>This fine-meshed array of possible <em>tempi </em>was calibrated to <em>tempo ordinario</em> (normal time). The alternative name of <em>tempo giusto </em>(correct time) reminds us that composers indicated the correct tempo, it is not the performer’s role to make arbitrary decisions. Nevertheless, <em>tempo ordinario</em> is not defined by any mechanical device, but by the subjective, human feeling for Time itself.</p> <h2 class="wp-block-heading" id="handel-s-proportions">Handel’s Proportions</h2> <p>Proportions (3/2, 3/4, 6/8) define the broad parameters for relating one movement to another. A quaver in 6/8 is nominally twice as fast as a crotchet in 3/4, which in turn is twice as fast as a minim in 3/2. In practice however, those 6/8 quavers might be significantly faster than 3/4 crotchets, but not as much as <span style="text-decoration:underline;">twice </span>the speed. Similarly 3/2 minims are significantly slower than 3/4 crotchets, but perhaps not as much as <span style="text-decoration:underline;">twice </span>the duration.</p> <p>C and C/ are similarly a 2:1 ratio in theory, but not so far apart in practice. If we consider the minim Tactus in C as the standard, then the semibreve Tactus in C/ can be somewhat slower. <br><br>Two opposing principles are at work. Smaller note-values are expected to have shorter duration, maintaining contrast. This principle tends to favour a slower beat if the Tactus is on a greater note-value. </p> <p>Contrariwise, practical considerations discourage excessively slow <em>tempi </em>for long note-values, or exaggeratedly fast <em>tempi</em> for short note-values. So the Tactus beat might be slower, if there is a lot of surface activity in small note-values (reducing contrast). </p> <p>These two opposing tendencies can be traced back to the early seicento. It seems the preference is to maintain or indeed exaggerate contrasts in surface activity at proportional changes, whilst taking a slower beat for a section with decorative passage-work, for practical convenience. Within each section, the<em> Tactus </em>is steady.</p> <p>In theory, 18th-century Tripla Proportion still assumes constant Tactus, with C minim = 3/4 dotted minim. In practice, this sets up two alternative sets of Proportions, depending on whether the fundamental duple Tactus is based on C or C/. <br><br>In French-influenced music, a great variety of subtly different triple metre <em>tempi </em>are found, defined by dance-type. Each dance-type has its own <em>mouvement</em>, which specifies not only the speed of the Tactus beat, but also the rhythmic structure within that beat, and the emotional feeling associated with music and dance-steps. <br></p> <p>Thus <em>Tempo di Minuetto</em> is poorly translated as ‘Minuet-speed’. Rather, the music should ‘move’ like a minuet, ‘swing’ like a minuet, ‘feel’ like a minuet. Carissimi’s declaration that <em>tempo</em> and <em>mouvement </em>convey the Quality of music must be linked to Muffat’s explanation, <a href="https://andrewlawrenceking.com/2021/02/23/introduction-to-french-baroque-dance-muffat-on-vrai-mouvement/" target="_blank" rel="noreferrer noopener">in Florilegium (1698) here</a>, of <em>vrai mouvement</em> in Lully’s dance-music.</p> <h2 class="wp-block-heading" id="handel-s-time-signatures">Handel’s Time Signatures</h2> <p>In the first half of the 18th century, variant time signatures within each Proportion give medium-level information. 3/8 goes faster than 6/8, which goes faster than 12/8.</p> <h2 class="wp-block-heading" id="modifying-words">Modifying words</h2> <p>The information given by time-signatures is thus already quite precise. And tempo-words give the last fine adjustment. Composers are able to show both clarity and subtlety in their markings.<br><br><a rel="noreferrer noopener" href="https://andrewlawrenceking.com/2021/12/26/messiah/" target="_blank"><em>Tempi </em>in Handel’s <em>Messiah</em>, here.</a> </p> <p><a href="https://andrewlawrenceking.com/2019/02/12/eternal-hieroglyphs-from-monteverdis-tactus-to-handels-tempo-ordinario/"><em>Tempi </em>in Handel’s <em>Orlando</em>, here.</a> </p> <p><a rel="noreferrer noopener" href="https://andrewlawrenceking.com/2021/05/05/looking-for-a-good-time/" target="_blank">International online seminar about about <em>tempo</em>, featuring Domen Marincic & Julia Doktor, here. </a></p> <h2 class="wp-block-heading" id="for-modern-performers">FOR MODERN PERFORMERS</h2> <p>There are two essential principles to guide modern performers towards late-17th- and 18th-century composers’ intended tempi.<br><br>1. The same notation [time signature and tempo word] implies the same tempo.</p> <p>So we can compare similarly-notated movements, to find the speed that “works” for all of them</p> <p>2. There is general agreement about the ORDER (slow to fast) of the various notations.</p> <p>So we can rank the various movements in order, and compare near-neighbours to establish subtle differences.</p> <p>The entire spectrum might be moved one way or another, according to the size of the ensemble, venue acoustic etc. But these two principles still hold. And, combined, they leave very little ‘wiggle room’, (especially in the 18th-century). </p> <p>We can have a very good idea of composer’s wishes. We do NOT need to invent our own tempi.</p> <h2 class="wp-block-heading" id="warning">WARNING!</h2> <p>Modern performers need to be aware of a crucial difference between our own ‘instinctive’ assumptions and baroque practice. We tend to look first at the tempo word, and take little notice of the time-signature as a source of tempo-information. </p> <p>Baroque practice was the opposite: the time-signature gives the basic information, which is modified only in a subtle way by any tempo word. And that tempo word influences the <span style="text-decoration:underline;">character</span> of the movement, more than the raw speed.</p> <h2 class="wp-block-heading" id="badalla-s-time-signatures">Badalla’s Time Signatures</h2> <p>Badalla’s use of proportions (the “denominator” of each time signature) and tempo-modifying words is clear. Her practice lies on the pathway from Monteverdi and Cima via Leonarda towards Handel.</p> <p>But it is less certain how we should understand her use of variants (the ‘numerator’ of each time signature). These time signatures were not part of earlier practice, but we have a good understanding of how they are used by generations of composers <span style="text-decoration:underline;">following </span>Leonarda and Badalla (see <em>Handel’s Time Signatures</em> above).</p> <p>My suggestion for Badalla’s generation is based on the experience of studying this repertoire with actual, physical Tactus-beating. And I assume that late 17th-century practices are likely to represent a transition between early seicento and early 18th-century practices (each of which is better understood in current scholarship than the transition in-between them).</p> <p>I suggest that Badalla’s 6/8 (standard Sestupla) could be beaten with a down-stroke on the down-beat of each 6/8 bar. This is approximately 1 down-beat per second at <em>tempo ordinario.</em></p> <p>In 3/8, the note-values have the same duration, but the beat is now a down-stroke on the down-beat of each 3/8 bar. This is a very fast (about 2 down-beats per second), vigorous beat, creating a very different feeling.</p> <p>In 12/8, the note-values again have the same duration, but with a down-stroke on the down-beat of each 12/8 bar. This is a slow, steady beat (down for one second, up for one second).<br><br>Try beating each of these in turn – 6/8, 3/8, 12/8 – to appreciate the physicality of Tactus. Physical Tactus-beating produces strong contrasts in emotional Quality, even though a quaver has the same Quantitative duration in each case (as Carissimi tells us).</p> <p>In theory, the note-values have <span style="text-decoration:underline;">exactly</span> the same Quantity, only the Tactus beat and the subjective Quality changes. In practice, a very energetic 3/8 beat might produce a faster speed than the calm 12/8 beat. And over the years, this tendency would lead towards to the conventions that we observe in early-18th-century usage.</p> <h2 class="wp-block-heading" id="rhetoric">RHETORIC</h2> <p>This article has been concerned with rhythmic notation. But we should always keep in mind the other top priority of baroque music: Rhetoric, which in vocal music can be studied directly via the sung text. Even in instrumental music, the concept of music as a Rhetorical Art implies that we play <span style="text-decoration:underline;">as if</span> there is a text being sung. . </p> <p>Text defines articulations from syllable to syllable; and also <em>affetti</em>, emotions, from word to word; and the general mood from movement to movement. Thus Frescobaldi characterised his harpsichord Toccatas as having vocal <em>affetti </em>and a variety of movements, <em>passi</em>.</p> <p>To find the <em>affetto </em>of an instrumental movement, Frescobaldi recommends that you play it through (at standard <em>tempo</em>), which will reveal the emotional character. This emotional character will then subtly adjust the standard speed in the appropriate direction. Tempo-modifying words work similarly, to adjust the basic significance of mensural notation. <a rel="noreferrer noopener" href="https://andrewlawrenceking.com/2015/10/23/frescobaldi-rules-ok/" target="_blank">More on Frescobaldi here.</a></p> <p>As we have seen, Badalla has at her command a sophisticated system of proportions, time-signatures and modifying words to indicate her intentions for <em>tempo</em>. As modern performers, we need to reconcile our understanding of the sung text with these details of musical notation. </p> <p>We can assume that the composer has already responded to the <em>affetto </em>of the text, so that her tempo-indications can help us appreciate <span style="text-decoration:underline;">how</span> she is responding to that text. Notations of <em>tempo</em> help us understand the emotional content.</p> <p>We can also examine the <em>affetto </em>directly from the text in order to understand how the music, and our performance of it, might respond. This can guide us to changes of tone-colour, intensity etc, within the steady Tactus of each movement. It might even suggest moments where the singer is early or late on the beat, whilst the Tactus continues steadily. <a href="https://andrewlawrenceking.com/2021/11/20/making-time-for-beautiful-singing-a-lost-practice/">Read more about the baroque ‘Ella Fitzgerald rule’, here.</a></p> <p>The text can also help us understand the <em>tempo </em>required for an entire movement, though we should not lightly abandon the composer’s own tempo-indications. If we think that the text requires a different <em>tempo </em>from that indicated by the musical notation, it is probably we who are wrong, rather than Badalla!</p> <h2 class="wp-block-heading" id="word-by-word-movement-by-movement">Word by word, movement by movement</h2> <p>Two techniques can help us avoid imposing our own preconceptions, in order to approach the text from a period perspective. </p> <p>Word by word, the appropriate manner of performance is defined by the word itself. <em>Amore </em>does not imply singing <em>piano</em>, or slow, or <em>legato</em>: we should sing the word <span style="text-decoration:underline;">lovingly</span>. <em>Fuoco </em>does not necessarily imply singing <em>forte</em>, or fast, or <em>staccato</em>: we should sing the word in a <span style="text-decoration:underline;">fiery</span> manner. </p> <p>We should avoid blurring meanings by substuting generalised musical instructions, rather we can take the word itself and turn it into a specific adverb, the precise way to sing this particular word.</p> <p>Movement by movement, we can study frequently repeated and emotionally significant words, in order to determine which of the Four Humours is in play. This reveals subtle distinctions (love is Sanguine, desire is Choleric, unrequited love is Melancholy), and also gives general guidance to prevent us being misled by modern-day assumptions. </p> <p>Leonarda’s <em>dulcis flamma et ignis es</em> (you [Jesus] are sweet flame and fire) might lull us into the expectation of a sweet, gentle mood, if we focus exclusively on the word <em>dulcis</em>, ‘sweet’. And certainly that individual word should be sung <span style="text-decoration:underline;">sweetly</span>. But <em>flamma </em>and <em>ignis </em>clearly define the Choleric Humour, as the mood for this phrase and its repetitions as a whole. </p> <p>17th-century music thrives on such short-term emotional contrasts <em>dulcis flamma</em>, whilst it is structured on the longer-term mood contrasts. This phrase is Choleric, but the movement (and the entire motet) ends in Sanguine hope, <em>spes</em>.</p> <h2 class="wp-block-heading" id="summary">Summary</h2> <p>The baroque priorities of Rhetoric (i.e. text) and Rhythm were carefully observed and precisely notated by Badalla, as well as by previous and later generations, albeit in slightly different ways. </p> <p>As performers, we do not have to summon up our own emotional response to the words nor choose our own <em>tempo </em>for the music. The text itself defines the emotions on both short and long-term levels, and the music notates the appropriate <em>tempo</em>. </p> <p>The challenge, in this and all HIP music-making, is to understand historical information, rather than inventing our own ‘truth’!</p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-fine.png"><img data-attachment-id="3853" data-permalink="https://andrewlawrenceking.com/badalla-fine/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-fine.png" data-orig-size="2134,356" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="badalla-fine" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-fine.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-fine.png?w=440" loading="lazy" width="1024" height="170" src="https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-fine.png?w=1024" alt="" class="wp-image-3853" srcset="https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-fine.png?w=1024 1024w, https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-fine.png?w=1019 1019w, https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-fine.png?w=2038 2038w, https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-fine.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-fine.png?w=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2022/02/badalla-fine.png?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption>‘All the World. For any Saint.’ THE END of Badalla’s (1684) Motetti</figcaption></figure> <div id="atatags-370373-6748449ea9ad0"> <script type="text/javascript"> __ATA.cmd.push(function() { __ATA.initVideoSlot('atatags-370373-6748449ea9ad0', { sectionId: '370373', format: 'inread' }); }); </script> </div><div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-3827" class="share-facebook sd-button share-icon" href="https://andrewlawrenceking.com/2022/02/24/badalla/?share=facebook" target="_blank" title="Click to share on Facebook" ><span>Facebook</span></a></li><li class="share-linkedin"><a rel="nofollow noopener noreferrer" data-shared="sharing-linkedin-3827" class="share-linkedin sd-button share-icon" href="https://andrewlawrenceking.com/2022/02/24/badalla/?share=linkedin" target="_blank" title="Click to share on LinkedIn" ><span>LinkedIn</span></a></li><li class="share-email"><a rel="nofollow noopener noreferrer" data-shared="" class="share-email sd-button share-icon" href="mailto:?subject=%5BShared%20Post%5D%20Measuring%20musical%20time%20in%20late-17th-century%20Italy&body=https%3A%2F%2Fandrewlawrenceking.com%2F2022%2F02%2F24%2Fbadalla%2F&share=email" target="_blank" title="Click to email a link to a friend" data-email-share-error-title="Do you have email set up?" data-email-share-error-text="If you're having problems sharing via email, you might not have email set up for your browser. You may need to create a new email yourself." data-email-share-nonce="bb3e285498" data-email-share-track-url="https://andrewlawrenceking.com/2022/02/24/badalla/?share=email"><span>Email</span></a></li><li class="share-print"><a rel="nofollow noopener noreferrer" data-shared="" class="share-print sd-button share-icon" href="https://andrewlawrenceking.com/2022/02/24/badalla/" target="_blank" title="Click to print" ><span>Print</span></a></li><li><a href="#" class="sharing-anchor sd-button share-more"><span>More</span></a></li><li class="share-end"></li></ul><div class="sharing-hidden"><div class="inner" style="display: none;width:150px;"><ul style="background-image:none;"><li class="share-twitter"><a rel="nofollow noopener noreferrer" data-shared="sharing-twitter-3827" class="share-twitter sd-button share-icon" href="https://andrewlawrenceking.com/2022/02/24/badalla/?share=twitter" target="_blank" title="Click to share on Twitter" ><span>Twitter</span></a></li><li class="share-end"></li></ul></div></div></div></div></div><div class='sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded' id='like-post-wrapper-56032818-3827-6748449eab1cc' data-src='//widgets.wp.com/likes/index.html?ver=20241128#blog_id=56032818&post_id=3827&origin=andrewlawrenceking.wordpress.com&obj_id=56032818-3827-6748449eab1cc&domain=andrewlawrenceking.com' data-name='like-post-frame-56032818-3827-6748449eab1cc' data-title='Like or Reblog'><div class='likes-widget-placeholder post-likes-widget-placeholder' style='height: 55px;'><span class='button'><span>Like</span></span> <span class='loading'>Loading...</span></div><span class='sd-text-color'></span><a class='sd-link-color'></a></div></div> </div><!-- .entry-content --> <footer class="entry-meta"> <p class="cat-links taxonomy-links"> Posted in <a href="https://andrewlawrenceking.com/category/continuo/" rel="category tag">Continuo</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/" rel="category tag">History of Emotions</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/moving-the-passions/" rel="category tag">Moving the Passions</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/music-and-philosophy/" rel="category tag">Music and Philosophy</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/rhetoric/" rel="category tag">Rhetoric</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/rhythm/" rel="category tag">Rhythm</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/text/" rel="category tag">Text</a> </p> <p class="tag-links taxonomy-links"> Tagged <a href="https://andrewlawrenceking.com/tag/baroque/" rel="tag">baroque</a>, <a href="https://andrewlawrenceking.com/tag/baroque-music/" rel="tag">Baroque Music</a>, <a href="https://andrewlawrenceking.com/tag/early-music/" rel="tag">Early Music</a>, <a href="https://andrewlawrenceking.com/tag/emotions/" rel="tag">Emotions</a>, <a href="https://andrewlawrenceking.com/tag/hip/" rel="tag">HIP</a>, <a href="https://andrewlawrenceking.com/tag/history-of-emotions/" rel="tag">History of Emotions</a>, <a href="https://andrewlawrenceking.com/tag/muovere-gli-affetti/" rel="tag">muovere gli affetti</a>, <a href="https://andrewlawrenceking.com/tag/rhythm/" rel="tag">Rhythm</a> </p> <p class="date-link"><a href="https://andrewlawrenceking.com/2022/02/24/badalla/" title="Permalink to Measuring musical time in late-17th-century Italy" rel="bookmark" class="permalink"><span class="month upper">Feb</span><span class="sep">·</span><span class="day lower">24</span></a></p> </footer><!-- #entry-meta --> </article><!-- #post-## --> <article id="post-3682" class="post-3682 post type-post status-publish format-standard hentry category-continuo category-early-harps category-historical-action category-history-of-emotions category-italian-baroque-harp category-moving-the-passions category-music-dance-swordsmanship category-rhetoric category-rhythm category-text category-triple-harp tag-baroque tag-baroque-music tag-early-music tag-early-opera tag-emotions tag-hip tag-history-of-emotions tag-muovere-gli-affetti tag-rhythm"> <header class="entry-header"> <h1 class="entry-title"><a href="https://andrewlawrenceking.com/2022/01/26/madrigals-tactus/" rel="bookmark">Altri canti senza battuta: Madrigals of Love, War & Tactus</a></h1> <div class="entry-meta"> <span class="byline">Posted by <span class="author vcard"><a class="url fn n" href="https://andrewlawrenceking.com/author/andrewlawrenceking/" title="View all posts by Andrew Lawrence-King" rel="author">Andrew Lawrence-King</a></span></span> </div><!-- .entry-meta --> <p class="comments-link"><a href="https://andrewlawrenceking.com/2022/01/26/madrigals-tactus/#respond"><span class="no-reply">0</span></a></p> </header><!-- .entry-header --> <div class="entry-content"> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p><em>Altri canti d’Amor, tenero Arciero… di Marte io canto.</em><br>Others sing of Love, the tender Archer… I sing of Mars!</p></blockquote> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p><em>Altri canti di Marte e di sua schiera… io canto amor.</em><br>Others sing of Mars and of his army… I sing of Love!</p><cite>set by Claudio Monteverdi</cite></blockquote> <p></p> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>Others sing without Tactus…</p><cite>ALK</cite></blockquote> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2022/01/monteverdi-book-viii-love-war-title-page.png"><img data-attachment-id="3799" data-permalink="https://andrewlawrenceking.com/monteverdi-book-viii-love-war-title-page/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2022/01/monteverdi-book-viii-love-war-title-page.png" data-orig-size="575,839" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="monteverdi-book-viii-love-war-title-page" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2022/01/monteverdi-book-viii-love-war-title-page.png?w=206" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2022/01/monteverdi-book-viii-love-war-title-page.png?w=440" loading="lazy" width="575" height="839" src="https://andrewlawrenceking.com/wp-content/uploads/2022/01/monteverdi-book-viii-love-war-title-page.png?w=575" alt="" class="wp-image-3799" srcset="https://andrewlawrenceking.com/wp-content/uploads/2022/01/monteverdi-book-viii-love-war-title-page.png 575w, https://andrewlawrenceking.com/wp-content/uploads/2022/01/monteverdi-book-viii-love-war-title-page.png?w=103 103w, https://andrewlawrenceking.com/wp-content/uploads/2022/01/monteverdi-book-viii-love-war-title-page.png?w=206 206w" sizes="(max-width: 575px) 100vw, 575px" /></a></figure> <p>Modern-day performances of the concerted madrigals of Monteverdi’s Eighth Book <em>Madrigali Guerrieri ed Amorosi</em> (1638) usually adopt one of two strategies: a modern onductor; or no conductor at all, perhaps with some leading from the first violin. Tempi are chosen at the performers’ whim. None of this corresponds to period practice.</p> <p>This repertoire is precisely the ‘difficult’ genre of ‘modern madrigals’ discussed by Frescobaldi, where there are contrasting movements (<em>passi</em>) and passionate vocal effects. <a href="https://andrewlawrenceking.com/2015/10/23/frescobaldi-rules-ok/" target="_blank" rel="noreferrer noopener">Frescobaldi </a><a href="https://andrewlawrenceking.com/2015/10/23/frescobaldi-rules-ok/">Rules, OK? here</a>.</p> <p>In this period, rhythm was almost always directed by Tactus-beating from within the ensemble. The Tactus-beater is usually a singer, because instrumentalists’ hands are occupied. </p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2022/01/tactus-lute-song.png"><img data-attachment-id="3777" data-permalink="https://andrewlawrenceking.com/tactus-lute-song-2/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2022/01/tactus-lute-song.png" data-orig-size="350,450" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="tactus-lute-song" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2022/01/tactus-lute-song.png?w=233" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2022/01/tactus-lute-song.png?w=350" loading="lazy" width="350" height="450" src="https://andrewlawrenceking.com/wp-content/uploads/2022/01/tactus-lute-song.png?w=350" alt="" class="wp-image-3777" srcset="https://andrewlawrenceking.com/wp-content/uploads/2022/01/tactus-lute-song.png 350w, https://andrewlawrenceking.com/wp-content/uploads/2022/01/tactus-lute-song.png?w=117 117w, https://andrewlawrenceking.com/wp-content/uploads/2022/01/tactus-lute-song.png?w=233 233w" sizes="(max-width: 350px) 100vw, 350px" /></a></figure> <p>Nevertheless continuo-players have the role of ‘guiding and supporting’ the entire ensemble of voices and instruments [<a rel="noreferrer noopener" href="https://andrewlawrenceking.com/2013/10/08/sparrow-flavoured-soup-or-what-is-continuo/" target="_blank">Agazzari 1607, here</a>]. And Frescobaldi’s rules – formulated for keyboard players – remind us that Tactus is present as a guiding concept even when it is not physically realised. Many sources recommend that instrumentalists beat Tactus with a foot.</p> <p>All this matters because the sound and feeling of Tactus-led music-making are very different from modern conducting AND from modern-day chamber-music playing. Tactus-beating maintains a minim-pulse that is “regular, solid, stable, firm, clear, sure, fearless and without any perturbation.”</p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png"><img data-attachment-id="3662" data-permalink="https://andrewlawrenceking.com/tactus-is-by-zacconi-1592/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png" data-orig-size="2716,2196" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="tactus-is-by-zacconi-1592" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=440" loading="lazy" width="440" height="355" src="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=440" alt="" class="wp-image-3662" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=440 440w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=878 878w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=768 768w" sizes="(max-width: 440px) 100vw, 440px" /></a></figure> <p>In contrast, most modern conductors make a free choice of which note-value to beat, and apply rallentando and other speed variations (deliberately, or otherwise!). The requirement to synchronise with a steady Tactus guards ensembles against rushing or dragging, and against the lurching changes associated with the oft-heard comment “this phrase goes towards such-and-such a note”. The concept of “goes towards” is not found in period sources: rather the Tactus is stable, and within that stable beat individual notes are Good or Bad, Long or Short. <a href="https://andrewlawrenceking.com/2013/09/22/the-good-the-bad-the-early-music-phrase/" target="_blank" rel="noreferrer noopener">The Good, the Bad and the Early Music phrase, here</a>.</p> <p>So much for the <em>canti senza gesto</em> – the songs without action. But Monteverdi’s Book VIII also includes some ‘short episodes’ <em>in genere rappresentativo</em>, in show-style, in theatrical style. For those pieces, the convention was not to use any visible Tactus-beating, since the singers were representing dramatic characters. They might well use their hands to gesture expressively, but nobody beats time. This devolves the responsibility for time-keeping to the continuo, who in this style ‘rule’ or ‘regulate’ (<em>reggono</em>) ‘guide’ or ‘drive’ (<em>guidano</em>) the singers.</p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2022/01/senza-battuta.png"><img data-attachment-id="3780" data-permalink="https://andrewlawrenceking.com/senza-battuta-2/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2022/01/senza-battuta.png" data-orig-size="1025,763" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="senza-battuta" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2022/01/senza-battuta.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2022/01/senza-battuta.png?w=440" loading="lazy" width="1024" height="762" src="https://andrewlawrenceking.com/wp-content/uploads/2022/01/senza-battuta.png?w=1024" alt="" class="wp-image-3780" srcset="https://andrewlawrenceking.com/wp-content/uploads/2022/01/senza-battuta.png?w=1024 1024w, https://andrewlawrenceking.com/wp-content/uploads/2022/01/senza-battuta.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2022/01/senza-battuta.png?w=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2022/01/senza-battuta.png?w=768 768w, https://andrewlawrenceking.com/wp-content/uploads/2022/01/senza-battuta.png 1025w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption>The <em>genere</em> <em>rappresentativo</em> in Monteverdi’s Book VII <em>Concerto</em> (1619)</figcaption></figure> <p><a href="https://andrewlawrenceking.com/2018/12/08/measuring-a-shepherdess-heart-rate-lamento-della-ninfa/" target="_blank" rel="noreferrer noopener">Read about the difference between the ‘tempo of the hand’ and the ‘tempo of the heart’ in the <em>Lamento della Ninfa</em>, here</a>.</p> <h2 class="wp-block-heading" id="fundamental-tactus-minim-60">Fundamental Tactus: minim = 60</h2> <p>In all these pieces, in both chamber-music and dramatic genres, Monteverdi’s notation indicates a basic tempo which might be tweaked to exaggerate contrasts of <em>affetto </em>(mood, emotion) and of musical activity. This basic tempo is regulated by a fundamental Tactus in mensuration mark C of approximately minim = 60: a human (and therefore subjective) feeling for the <em>misura </em>of Time itself. The usual way to beat was simple: down for a minim, up for a minim.</p> <h2 class="wp-block-heading" id="proportions">Proportions</h2> <p><em>Altri canti d’amor</em> is one of the few pieces to include all three triple-metre Proportions: slow <strong>Sesquialtera</strong>, medium-fast <strong>Tripla </strong>and fast <strong>Sestupla</strong>. As Carissimi observed, the note-values in each of these proportions have the same quantitative duration, but the emotional quality of the movement is very different. <a href="https://andrewlawrenceking.com/2015/01/13/quality-time-how-does-it-feel/" target="_blank" rel="noreferrer noopener">More on Quality Time here.</a></p> <p><strong>Sesquialtera </strong>Semibreve = 90 Movement based on semibreves</p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2022/01/altri-canti-damor-incipit.png"><img data-attachment-id="3776" data-permalink="https://andrewlawrenceking.com/altri-canti-damor-incipit/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2022/01/altri-canti-damor-incipit.png" data-orig-size="821,73" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="altri-canti-damor-incipit" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2022/01/altri-canti-damor-incipit.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2022/01/altri-canti-damor-incipit.png?w=440" loading="lazy" width="440" height="39" src="https://andrewlawrenceking.com/wp-content/uploads/2022/01/altri-canti-damor-incipit.png?w=440" alt="" class="wp-image-3776" srcset="https://andrewlawrenceking.com/wp-content/uploads/2022/01/altri-canti-damor-incipit.png?w=440 440w, https://andrewlawrenceking.com/wp-content/uploads/2022/01/altri-canti-damor-incipit.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2022/01/altri-canti-damor-incipit.png?w=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2022/01/altri-canti-damor-incipit.png?w=768 768w, https://andrewlawrenceking.com/wp-content/uploads/2022/01/altri-canti-damor-incipit.png 821w" sizes="(max-width: 440px) 100vw, 440px" /></a><figcaption>Others sing of love…</figcaption></figure> <p></p> <p><strong>Tripla </strong>Dotted semibreve = 60 Movement based on minims</p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2022/01/lorgolioso-choro.png"><img data-attachment-id="3784" data-permalink="https://andrewlawrenceking.com/lorgolioso-choro/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2022/01/lorgolioso-choro.png" data-orig-size="654,515" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="lorgolioso-choro" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2022/01/lorgolioso-choro.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2022/01/lorgolioso-choro.png?w=440" loading="lazy" width="654" height="515" src="https://andrewlawrenceking.com/wp-content/uploads/2022/01/lorgolioso-choro.png?w=654" alt="" class="wp-image-3784" srcset="https://andrewlawrenceking.com/wp-content/uploads/2022/01/lorgolioso-choro.png 654w, https://andrewlawrenceking.com/wp-content/uploads/2022/01/lorgolioso-choro.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2022/01/lorgolioso-choro.png?w=300 300w" sizes="(max-width: 654px) 100vw, 654px" /></a><figcaption>The proud choir…</figcaption></figure> <p></p> <p><strong>Sestupla </strong>Dotted semibreve = 60 Movement based on semi-minims</p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2022/01/le-battaglie-audaci.png"><img data-attachment-id="3786" data-permalink="https://andrewlawrenceking.com/le-battaglie-audaci/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2022/01/le-battaglie-audaci.png" data-orig-size="594,546" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="le-battaglie-audaci" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2022/01/le-battaglie-audaci.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2022/01/le-battaglie-audaci.png?w=440" loading="lazy" width="594" height="546" src="https://andrewlawrenceking.com/wp-content/uploads/2022/01/le-battaglie-audaci.png?w=594" alt="" class="wp-image-3786" srcset="https://andrewlawrenceking.com/wp-content/uploads/2022/01/le-battaglie-audaci.png 594w, https://andrewlawrenceking.com/wp-content/uploads/2022/01/le-battaglie-audaci.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2022/01/le-battaglie-audaci.png?w=300 300w" sizes="(max-width: 594px) 100vw, 594px" /></a><figcaption>The audacious battles…</figcaption></figure> <h2 class="wp-block-heading" id="binary-tactus-ternary-metre">Binary Tactus – ternary metre</h2> <p><em>Altri canti di Marte</em> has a short section with an unusual notation that creates the impression of ternary metre, but in the steady speed and black notation of regular crotchets. </p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2022/01/i-trionfi-di-morte-good-syllables.png"><img data-attachment-id="3790" data-permalink="https://andrewlawrenceking.com/i-trionfi-di-morte-good-syllables/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2022/01/i-trionfi-di-morte-good-syllables.png" data-orig-size="667,708" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="i-trionfi-di-morte-good-syllables" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2022/01/i-trionfi-di-morte-good-syllables.png?w=283" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2022/01/i-trionfi-di-morte-good-syllables.png?w=440" loading="lazy" width="440" height="467" src="https://andrewlawrenceking.com/wp-content/uploads/2022/01/i-trionfi-di-morte-good-syllables.png?w=440" alt="" class="wp-image-3790" srcset="https://andrewlawrenceking.com/wp-content/uploads/2022/01/i-trionfi-di-morte-good-syllables.png?w=440 440w, https://andrewlawrenceking.com/wp-content/uploads/2022/01/i-trionfi-di-morte-good-syllables.png?w=141 141w, https://andrewlawrenceking.com/wp-content/uploads/2022/01/i-trionfi-di-morte-good-syllables.png?w=283 283w, https://andrewlawrenceking.com/wp-content/uploads/2022/01/i-trionfi-di-morte-good-syllables.png 667w" sizes="(max-width: 440px) 100vw, 440px" /></a><figcaption>The triumphs of death…</figcaption></figure> <p></p> <p>The Tactus beat here is the standard down-up at minim = 60, but the word-accents do not coincide with the Tactus beats. Reading from unbarred part-books, singers are not threatened by the ‘tyranny of the bar-line’. Similarly in the choral recitation of <em>Hor che ciel e la terra</em>. </p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2022/01/hor-chel-ciel-e-la-terra-good-syllables.png"><img data-attachment-id="3792" data-permalink="https://andrewlawrenceking.com/hor-chel-ciel-e-la-terra-good-syllables/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2022/01/hor-chel-ciel-e-la-terra-good-syllables.png" data-orig-size="726,582" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="hor-chel-ciel-e-la-terra-good-syllables" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2022/01/hor-chel-ciel-e-la-terra-good-syllables.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2022/01/hor-chel-ciel-e-la-terra-good-syllables.png?w=440" loading="lazy" width="726" height="582" src="https://andrewlawrenceking.com/wp-content/uploads/2022/01/hor-chel-ciel-e-la-terra-good-syllables.png?w=726" alt="" class="wp-image-3792" srcset="https://andrewlawrenceking.com/wp-content/uploads/2022/01/hor-chel-ciel-e-la-terra-good-syllables.png 726w, https://andrewlawrenceking.com/wp-content/uploads/2022/01/hor-chel-ciel-e-la-terra-good-syllables.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2022/01/hor-chel-ciel-e-la-terra-good-syllables.png?w=300 300w" sizes="(max-width: 726px) 100vw, 726px" /></a><figcaption>Now that heaven and earth and the wind are silent…</figcaption></figure> <p>Another binary notation with ternary effect is seen in Act II of <em>Orfeo</em>. Again, the beat is the standard minim = 60, producing a slower movement than would result from Proportional notation.</p> <figure class="wp-block-image size-full"><a href="https://andrewlawrenceking.com/wp-content/uploads/2020/03/ecco-pur-marked-up-1.png"><img data-attachment-id="2899" data-permalink="https://andrewlawrenceking.com/2020/03/29/time-the-soul-of-music/ecco-pur-marked-up/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2020/03/ecco-pur-marked-up-1.png" data-orig-size="417,284" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Ecco pur marked up" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2020/03/ecco-pur-marked-up-1.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2020/03/ecco-pur-marked-up-1.png?w=417" loading="lazy" width="417" height="284" src="https://andrewlawrenceking.com/wp-content/uploads/2020/03/ecco-pur-marked-up-1.png" alt="" class="wp-image-2899" srcset="https://andrewlawrenceking.com/wp-content/uploads/2020/03/ecco-pur-marked-up-1.png 417w, https://andrewlawrenceking.com/wp-content/uploads/2020/03/ecco-pur-marked-up-1.png?w=150&h=102 150w, https://andrewlawrenceking.com/wp-content/uploads/2020/03/ecco-pur-marked-up-1.png?w=300&h=204 300w" sizes="(max-width: 417px) 100vw, 417px" /></a><figcaption>Look, I really do return to you, dear woods and beloved shores…</figcaption></figure> <h2 class="wp-block-heading" id="tweaking-the-tactus">Tweaking the Tactus</h2> <p>Frescobaldi recommends listening to the music (with the standard Tactus and Proportions) before deciding how to tweak the Tactus between sections, according to the emotional quality, or <em>affetto</em>. In Monteverdi’s madrigals, we can discern the intended <em>affetto </em>not only from the sound of the music, but also directly from the sung text. </p> <p>Words with particular emotional content can help us position the <em>affetto</em> within the historical framework of the Four Humours: <strong>Sanguine </strong>(love, courage, hope, enjoyment of good things), <strong>Choleric </strong>(anger, desire), <strong>Melancholic </strong>(pensive, unlucky in love, sleepless, ‘the blues’), <strong>Phlegmatic</strong> (cold, damped-down, a ‘wet blanket’).</p> <p>The composer will already have responded to the <em>affetto</em>, with appropriate melodies, harmonies and rhythms. Jacopo Peri explains that in dramatic monody, the <em>affetto </em>is composed into the continuo bass: the singer’s pitches and rhythms represent (in musical notation) the way this text would be declaimed by a fine actor in the spoken theatre. <a href="https://andrewlawrenceking.com/2015/09/27/logical-captain-the-implications-of-peris-preface/">More on Peri here.</a> </p> <p>None of this is ‘improvisatory’: it is <span style="text-decoration:underline;">not </span>a ‘sketch’ to be completed by the performer. Rather, the composer has written down in musical notation the period conventions of dramatic delivery. Monteverdi, ‘the divine Claudio’, was acknowledged by his contemporaries to be the master of moving the audience’s passions by his expressive harmonies and precisely notated rhythms. Much more about Monteverdi’s genius for word-setting and theatre in Tim Carter’s inspiring book o<a rel="noreferrer noopener" href="https://yalebooks.yale.edu/book/9780300217261/monteverdis-musical-theatre" target="_blank">n <em>Monteverdi’s Musical Theatre, here.</em></a></p> <h2 class="wp-block-heading" id="changing-the-tactus-according-to-the-affetto">Changing the Tactus according to the <em>affetto</em></h2> <p>When we (as performers) respond to the <em>affetto</em>, we should expect to find ourselves <span style="text-decoration:underline;">adding </span>to the contrasts that the composer has already written in. If the <em>affetto </em>of the text is agitated, the composer will have written fast notes, and we should perform these with a faster Tactus. If the <em>affetto</em> of the text is calm, the composer will have written slow notes, and we should perform these with a slower Tactus. <br><br>Even (especially) if the <em>affetto </em>is extreme, the change to the Tactus can only be small, since the composer will already have used extreme note-values, This famously agitated moment in Monteverdi’s <em>Combattimento</em> simply cannot be taken very much faster than standard Tactus, which is already 16 syllables per second! </p> <figure class="wp-block-image size-full"><a href="https://andrewlawrenceking.com/wp-content/uploads/2022/01/lonta-irrita-lo-sdegno.png"><img data-attachment-id="3797" data-permalink="https://andrewlawrenceking.com/2022/01/26/madrigals-tactus/lonta-irrita-lo-sdegno/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2022/01/lonta-irrita-lo-sdegno.png" data-orig-size="415,292" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="l’onta irrita lo sdegno" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2022/01/lonta-irrita-lo-sdegno.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2022/01/lonta-irrita-lo-sdegno.png?w=415" loading="lazy" width="415" height="292" src="https://andrewlawrenceking.com/wp-content/uploads/2022/01/lonta-irrita-lo-sdegno.png" alt="" class="wp-image-3797" srcset="https://andrewlawrenceking.com/wp-content/uploads/2022/01/lonta-irrita-lo-sdegno.png 415w, https://andrewlawrenceking.com/wp-content/uploads/2022/01/lonta-irrita-lo-sdegno.png?w=150&h=106 150w, https://andrewlawrenceking.com/wp-content/uploads/2022/01/lonta-irrita-lo-sdegno.png?w=300&h=211 300w" sizes="(max-width: 415px) 100vw, 415px" /></a><figcaption>Offence irrates anger into revenge….</figcaption></figure> <p>So the performers’ tweaking of the Tactus is subtle, and should be percieved by the listener as an emotional change, rather than an alteration of tempo as such. These changes happen between contrasting movements<em> </em> – <em>passi</em> – section by section, not word by word.</p> <p>The change of Tactus between sections is managed by means of the Tactus itself. Frescobaldi explains how: the Tactus hand is momentarily suspended on the upstroke, and then the new beat begins ‘resolutely’. No rallentando or accelerando, rather a decisive ‘gear-change’. Exciting, disturbing…. this is how to <em>muovere gli affetti</em>, move the listeners’ passions.</p> <h2 class="wp-block-heading" id="change-of-affetto-word-by-word">Change of <em>affetto</em> word by word</h2> <p>Zacconi explains how to manage changes of <em>affetto</em> for a particular word, within one movement, i.e. within a section at steady Tactus. The singer can delay the expressive syllable, but the Tactus (and the continuo) continue steadily. The singer should be back on track by the next Tactus beat. <a rel="noreferrer noopener" href="https://andrewlawrenceking.com/2021/11/20/making-time-for-beautiful-singing-a-lost-practice/" target="_blank">Read more about this c1600 ‘Ella Fitzgerald rule’ here.</a> </p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-singer-has-permission.png"><img data-attachment-id="3668" data-permalink="https://andrewlawrenceking.com/zacconi-singer-has-permission/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-singer-has-permission.png" data-orig-size="720,1040" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="zacconi-singer-has-permission" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-singer-has-permission.png?w=208" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-singer-has-permission.png?w=440" loading="lazy" width="440" height="635" src="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-singer-has-permission.png?w=440" alt="" class="wp-image-3668" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-singer-has-permission.png?w=440 440w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-singer-has-permission.png?w=104 104w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-singer-has-permission.png?w=208 208w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-singer-has-permission.png 720w" sizes="(max-width: 440px) 100vw, 440px" /></a></figure> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-tactus-not-flexible.png"><img data-attachment-id="3670" data-permalink="https://andrewlawrenceking.com/zacconi-tactus-not-flexible/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-tactus-not-flexible.png" data-orig-size="720,1040" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="zacconi-tactus-not-flexible" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-tactus-not-flexible.png?w=208" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-tactus-not-flexible.png?w=440" loading="lazy" width="440" height="635" src="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-tactus-not-flexible.png?w=440" alt="" class="wp-image-3670" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-tactus-not-flexible.png?w=440 440w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-tactus-not-flexible.png?w=104 104w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-tactus-not-flexible.png?w=208 208w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-tactus-not-flexible.png 720w" sizes="(max-width: 440px) 100vw, 440px" /></a></figure> <p>A tender <em>affetto </em>is expressed wit<a rel="noreferrer noopener" href="https://andrewlawrenceking.com/2021/11/17/cantar-con-gratia-a-forgotten-ornament/" target="_blank">h <em>accenti</em> (read more here).</a> A robust <em>affetto </em>avoids <em>acccenti</em>, but might encourage <em>passaggi</em> (though not in theatrical music, where <em>passaggi</em> were generally discouraged). It is important to sing <em>passaggi </em>in tempo, i.e. according to Tactus.<a rel="noreferrer noopener" href="https://andrewlawrenceking.com/2021/12/28/passaggi/" target="_blank"> More on <em>passaggi </em>here.</a> <br><br>Words full of expressive <em>affetto </em>can be ornamented with <em>effetti</em>: the single note <em>trillo</em>, an <em>exclamatione</em> (diminuendo-crescendo on a single note), a <em>gruppo</em> (two-note trill and turn). These ornaments are used sparingly in the theatrical style. </p> <p>And we should avoid not only <span style="text-decoration:underline;">that </span>ornament, but the entire modern-day habit of ornamenting the final cadence. What? Really? Yes, really! <a rel="noreferrer noopener" href="https://andrewlawrenceking.com/2020/03/09/ornamenting-monteverdi/" target="_blank">Read more here.</a></p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2019/06/wrong-ornament.jpg"><img data-attachment-id="2317" data-permalink="https://andrewlawrenceking.com/2019/06/29/its-recitative-but-not-as-we-know-it/wrong-ornament/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2019/06/wrong-ornament.jpg" data-orig-size="750,742" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Wrong ornament" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2019/06/wrong-ornament.jpg?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2019/06/wrong-ornament.jpg?w=440" loading="lazy" width="440" height="435" src="https://andrewlawrenceking.com/wp-content/uploads/2019/06/wrong-ornament.jpg?w=440" alt="" class="wp-image-2317" srcset="https://andrewlawrenceking.com/wp-content/uploads/2019/06/wrong-ornament.jpg?w=440 440w, https://andrewlawrenceking.com/wp-content/uploads/2019/06/wrong-ornament.jpg?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2019/06/wrong-ornament.jpg?w=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2019/06/wrong-ornament.jpg 750w" sizes="(max-width: 440px) 100vw, 440px" /></a></figure> <p>Caccini explains how to manage small notes within the steady Tactus: in syllabic melody, the good syllable is slightly longer, the bad syllable slightly shorter; in melismatic passaggi, long notes can be extra long, short notes exta short; ornaments accelerate from slow to fast. <a href="https://andrewlawrenceking.com/2015/01/25/play-it-again-sam-the-truth-about-caccinis-sprezzatura/" target="_blank" rel="noreferrer noopener"> More on Caccini here.</a></p> <p>Caccini also defines the priorities for music-making in this style: “text and rhythm, with sound last of all (and not the other way around!)”. So instead of obsessing over vibrato, pitch and temperament, let’s engage with the period priorities of text and rhythm. <a href="https://andrewlawrenceking.com/2013/08/04/music-expresses-emotions/" target="_blank" rel="noreferrer noopener">Read how Music expresses Emotions here. </a></p> <p>My advice to modern-day rehearsal directors is to begin with the <strong>text</strong>, and coach performers to manage that text in <strong>Tactus-rhythm</strong>. When the music is difficult, follow Frescobaldi’s Rules, and use the omnipresent Tactus to facilitate the performance, tweaking that Tactus (subtly) when a new movement starts, when the mood (<em>affetto</em>) changes..</p> <p>In a forthcoming series of short articles, I’ll apply that advice, i.e. these historical principles to some favourite Libro VIII Madrigals. LInks will be posted below.<br></p> <p>ALTRI CANTI D’AMOR</p> <p>HOR CH’EL CIEL E LA TERRA</p> <p><a href="https://andrewlawrenceking.com/2018/12/08/measuring-a-shepherdess-heart-rate-lamento-della-ninfa/" target="_blank" rel="noreferrer noopener">LAMENTO DELLA NINFA</a></p> <p>MOVETE AL MIO BEL SUON</p> <p>ALTRI CANTI Di MARTE<br><br>GIRA IL NEMICO</p> <p>COMBATTIMENTO DI TANCREDI E CLORINDA</p> <p>BALLO DELLE INGRATE</p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2022/01/guerriera-amorosa-e-rappresentativa.png"><img data-attachment-id="3801" data-permalink="https://andrewlawrenceking.com/guerriera-amorosa-e-rappresentativa/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2022/01/guerriera-amorosa-e-rappresentativa.png" data-orig-size="401,39" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="guerriera-amorosa-e-rappresentativa" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2022/01/guerriera-amorosa-e-rappresentativa.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2022/01/guerriera-amorosa-e-rappresentativa.png?w=401" loading="lazy" width="401" height="39" src="https://andrewlawrenceking.com/wp-content/uploads/2022/01/guerriera-amorosa-e-rappresentativa.png?w=401" alt="" class="wp-image-3801" srcset="https://andrewlawrenceking.com/wp-content/uploads/2022/01/guerriera-amorosa-e-rappresentativa.png 401w, https://andrewlawrenceking.com/wp-content/uploads/2022/01/guerriera-amorosa-e-rappresentativa.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2022/01/guerriera-amorosa-e-rappresentativa.png?w=300 300w" sizes="(max-width: 401px) 100vw, 401px" /></a><figcaption>Madrigals: Warlike, Amorous & Theatrical</figcaption></figure> <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-3682" class="share-facebook sd-button share-icon" href="https://andrewlawrenceking.com/2022/01/26/madrigals-tactus/?share=facebook" target="_blank" title="Click to share on Facebook" ><span>Facebook</span></a></li><li class="share-linkedin"><a rel="nofollow noopener noreferrer" data-shared="sharing-linkedin-3682" class="share-linkedin sd-button share-icon" href="https://andrewlawrenceking.com/2022/01/26/madrigals-tactus/?share=linkedin" target="_blank" title="Click to share on LinkedIn" ><span>LinkedIn</span></a></li><li class="share-email"><a rel="nofollow noopener noreferrer" data-shared="" class="share-email sd-button share-icon" href="mailto:?subject=%5BShared%20Post%5D%20Altri%20canti%20senza%20battuta%3A%20Madrigals%20of%20Love%2C%20War%20%26%20Tactus&body=https%3A%2F%2Fandrewlawrenceking.com%2F2022%2F01%2F26%2Fmadrigals-tactus%2F&share=email" target="_blank" title="Click to email a link to a friend" data-email-share-error-title="Do you have email set up?" data-email-share-error-text="If you're having problems sharing via email, you might not have email set up for your browser. You may need to create a new email yourself." data-email-share-nonce="07283850cb" data-email-share-track-url="https://andrewlawrenceking.com/2022/01/26/madrigals-tactus/?share=email"><span>Email</span></a></li><li class="share-print"><a rel="nofollow noopener noreferrer" data-shared="" class="share-print sd-button share-icon" href="https://andrewlawrenceking.com/2022/01/26/madrigals-tactus/" target="_blank" title="Click to print" ><span>Print</span></a></li><li><a href="#" class="sharing-anchor sd-button share-more"><span>More</span></a></li><li class="share-end"></li></ul><div class="sharing-hidden"><div class="inner" style="display: none;width:150px;"><ul style="background-image:none;"><li class="share-twitter"><a rel="nofollow noopener noreferrer" data-shared="sharing-twitter-3682" class="share-twitter sd-button share-icon" href="https://andrewlawrenceking.com/2022/01/26/madrigals-tactus/?share=twitter" target="_blank" title="Click to share on Twitter" ><span>Twitter</span></a></li><li class="share-end"></li></ul></div></div></div></div></div><div class='sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded' id='like-post-wrapper-56032818-3682-6748449eb8972' data-src='//widgets.wp.com/likes/index.html?ver=20241128#blog_id=56032818&post_id=3682&origin=andrewlawrenceking.wordpress.com&obj_id=56032818-3682-6748449eb8972&domain=andrewlawrenceking.com' data-name='like-post-frame-56032818-3682-6748449eb8972' data-title='Like or Reblog'><div class='likes-widget-placeholder post-likes-widget-placeholder' style='height: 55px;'><span class='button'><span>Like</span></span> <span class='loading'>Loading...</span></div><span class='sd-text-color'></span><a class='sd-link-color'></a></div></div> </div><!-- .entry-content --> <footer class="entry-meta"> <p class="cat-links taxonomy-links"> Posted in <a href="https://andrewlawrenceking.com/category/continuo/" rel="category tag">Continuo</a>, <a href="https://andrewlawrenceking.com/category/early-harps/" rel="category tag">Early Harps</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/historical-action/" rel="category tag">Historical Action</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/" rel="category tag">History of Emotions</a>, <a href="https://andrewlawrenceking.com/category/early-harps/italian-baroque-harp/" rel="category tag">Italian baroque harp</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/moving-the-passions/" rel="category tag">Moving the Passions</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/music-dance-swordsmanship/" rel="category tag">Music, Dance & Swordsmanship</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/rhetoric/" rel="category tag">Rhetoric</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/rhythm/" rel="category tag">Rhythm</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/text/" rel="category tag">Text</a>, <a href="https://andrewlawrenceking.com/category/early-harps/triple-harp/" rel="category tag">Triple Harp</a> </p> <p class="tag-links taxonomy-links"> Tagged <a href="https://andrewlawrenceking.com/tag/baroque/" rel="tag">baroque</a>, <a href="https://andrewlawrenceking.com/tag/baroque-music/" rel="tag">Baroque Music</a>, <a href="https://andrewlawrenceking.com/tag/early-music/" rel="tag">Early Music</a>, <a href="https://andrewlawrenceking.com/tag/early-opera/" rel="tag">Early Opera</a>, <a href="https://andrewlawrenceking.com/tag/emotions/" rel="tag">Emotions</a>, <a href="https://andrewlawrenceking.com/tag/hip/" rel="tag">HIP</a>, <a href="https://andrewlawrenceking.com/tag/history-of-emotions/" rel="tag">History of Emotions</a>, <a href="https://andrewlawrenceking.com/tag/muovere-gli-affetti/" rel="tag">muovere gli affetti</a>, <a href="https://andrewlawrenceking.com/tag/rhythm/" rel="tag">Rhythm</a> </p> <p class="date-link"><a href="https://andrewlawrenceking.com/2022/01/26/madrigals-tactus/" title="Permalink to Altri canti senza battuta: Madrigals of Love, War & Tactus" rel="bookmark" class="permalink"><span class="month upper">Jan</span><span class="sep">·</span><span class="day lower">26</span></a></p> </footer><!-- #entry-meta --> </article><!-- #post-## --> <article id="post-3605" class="post-3605 post type-post status-publish format-standard hentry category-continuo category-history-of-emotions category-improvisation category-introductions category-italian-baroque-harp category-moving-the-passions category-rhythm category-text tag-baroque tag-baroque-music tag-baroque-opera tag-early-music tag-early-opera tag-emotions tag-hip tag-history-of-emotions tag-muovere-gli-affetti tag-rhythm"> <header class="entry-header"> <h1 class="entry-title"><a href="https://andrewlawrenceking.com/2021/12/28/passaggi/" rel="bookmark">Passaggi: Della Casa & Bovicelli on the True Way to make Divisions</a></h1> <div class="entry-meta"> <span class="byline">Posted by <span class="author vcard"><a class="url fn n" href="https://andrewlawrenceking.com/author/andrewlawrenceking/" title="View all posts by Andrew Lawrence-King" rel="author">Andrew Lawrence-King</a></span></span> </div><!-- .entry-meta --> <p class="comments-link"><a href="https://andrewlawrenceking.com/2021/12/28/passaggi/#comments">2</a></p> </header><!-- .entry-header --> <div class="entry-content"> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/12/dalla-casa-bovicelli-mash-up.png"><img data-attachment-id="3688" data-permalink="https://andrewlawrenceking.com/dalla-casa-bovicelli-mash-up/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/dalla-casa-bovicelli-mash-up.png" data-orig-size="1006,708" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="dalla-casa-bovicelli-mash-up" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/dalla-casa-bovicelli-mash-up.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/dalla-casa-bovicelli-mash-up.png?w=440" loading="lazy" width="1006" height="708" src="https://andrewlawrenceking.com/wp-content/uploads/2021/12/dalla-casa-bovicelli-mash-up.png?w=1006" alt="" class="wp-image-3688" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/12/dalla-casa-bovicelli-mash-up.png 1006w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/dalla-casa-bovicelli-mash-up.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/dalla-casa-bovicelli-mash-up.png?w=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/dalla-casa-bovicelli-mash-up.png?w=768 768w" sizes="(max-width: 1006px) 100vw, 1006px" /></a></figure> <p>When we study Ornamentation c1600, it is an over-simplification to view Divisions (also known as Diminutions, <em>passaggi</em> – replacing a long note, or a phrase in long notes with many short or very short notes) as ‘Renaissance’, Graces (<em>effetti</em> – trills etc applied to a single note) as ‘Baroque’. Caccini’s <em>Le nuove musiche </em>(1601) <a rel="noreferrer noopener" href="https://andrewlawrenceking.com/2015/01/25/play-it-again-sam-the-truth-about-caccinis-sprezzatura/" target="_blank">read more</a> argues against <em>pasaggi</em> and in favour of <em>effetti</em>, but his written-out musical examples include substantial <em>passaggi</em>. Monteverdi’s (1607) <em>Orfeo </em>(see <a rel="noreferrer noopener" href="https://www.ilcorago.com/the-orfeo-page" target="_blank"><em>The </em>Orfeo <em>Page</em> <em>by Il Corago</em></a>) famously presents an <em>aria passeggiata </em>at the heart of the drama, when Orpheus attempts to persuade Caronte to grant him admission into Hell. Conversely, there are 16th-century indications of expressive vocal effects being applied to a single note (see <a href="https://andrewlawrenceking.com/2021/11/17/cantar-con-gratia-a-forgotten-ornament/">Zacconi on the <em>accento</em>, here</a>). <br><br>But it is useful – I would say, essential – to keep the distinction between these two types of Ornamentation constantly in mind. Divisions fulfilled one of the three aims of Rhetoric by delighting the ear – <em>delectare</em>. But they risked spoiling communication of the text – the aim of <em>docere</em>. And they were regarded as emotionally unpersuasive – ruining the aim of <em>movere gli affeti</em> (moving the emotions). Significantly, Caronte is ‘delighted’ by Orpheus’ <em>passaggi</em>, but is not moved to pity. Graces, (<em>effetti</em>, vocal special effects), were used sparingly, so as not to compromise transmission of the text. And <em>effetti</em> were so closely linked to emotions (<em>affetti</em>) that the two words came to used almost interchangably: <em>effetti</em> produce <em>affetti</em>. Only when we understand this difference between <em>pasaggi </em>and <em>effetti </em>can we make appropriate choices of when to apply each type (see <em><a rel="noreferrer noopener" href="https://andrewlawrenceking.com/2020/03/09/ornamenting-monteverdi/" target="_blank">Ornamenting </a></em><a href="https://andrewlawrenceking.com/2020/03/09/ornamenting-monteverdi/"><em>Monteverdi</em> here</a>).</p> <p>Too often, we attempt to add Ornamentation in rehearsal, a day or so before the performance, encouraged, guided or resrained by the Musical Director. But Divisions require specific techniques of execution, and skills of invention/application, which cannot be acquired in a few minutes of rehearsal time, with the whole ensemble sitting there waiting for you. You need to prepare in advance. And if you intend to improvise, even more advance preparation will be needed.</p> <p>Studying Ornamentation by ear is certainly a valid historical approach – many period sources recommend this – but CDs are not primary sources. Learning from CDs carries a high risk of copying everyone else’s mistakes and misunderstandings. If you want to learn by ear, then record yourself (or a trusted teacher) performing examples from period treatises, and listen to those. And this is a good moment to recommend Helen Robert’s <a rel="noreferrer noopener" href="https://www.passaggi.co.uk/" target="_blank"><em>Passaggi </em>App,</a> which brings the historical method of aural study into the 21st century. <br><br>Certainly, you can only learn about Divisions by practising how to do them, in advance. This article introduces two essential late-16th-century sources, and summarises their approach. </p> <p>Dalla Casa was a cornetto-player at St Mark’s, Venice. His (1584) <a rel="noreferrer noopener" href="https://imslp.org/wiki/Il_vero_modo_di_diminuir_(Dalla_Casa,_Girolamo)" target="_blank"><em>Vero modo di diminuir</em> </a>(True Way to make Diminutions) focuses on wind instruments, but is also offered to keyboard- string- and bowed-string-players and to singers. A particular feature are settings for viola da gamba that move around within the polyphonic texture, ornamenting any of the voices or adding an extra voice., in a style called <em>viola bastarda</em>. Bovicelli was a boy-chorister and later sopranist at Milan Cathedral. HIs (1594) <em>Regole, Passaggi</em> (Rules, musical Divisions, Ornamented madrigals and motets) concentrates on vocal Divisions. The first part of his Rules deals with the sung text, often displacing syllables from the original underlay to make more graceful Divisions. The second part deals with the notes: the arrival on the written note is often delayed.</p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-amen-examples.png"><img data-attachment-id="3690" data-permalink="https://andrewlawrenceking.com/bovicelli-amen-examples/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-amen-examples.png" data-orig-size="538,262" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="bovicelli-amen-examples" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-amen-examples.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-amen-examples.png?w=440" loading="lazy" width="538" height="262" src="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-amen-examples.png?w=538" alt="" class="wp-image-3690" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-amen-examples.png 538w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-amen-examples.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-amen-examples.png?w=300 300w" sizes="(max-width: 538px) 100vw, 538px" /></a></figure> <h2 class="wp-block-heading" id="dispositione-technique"><em>Dispositione </em>– technique</h2> <p>Bovicelli does not offer any advice to help singers acquire the <em>dispositione</em> – what we would nowadays call ‘vocal technique’ required to execute these ornaments. For wind instruments, Dalla Casa describes and gives musical examples of various tonguing syllables, and modern-day singers might try these with the voice. Otherwise, the best period advice comes from Caccini, who identifies the single note trillo (speeding up from slow to fast) as the gateway to any kind of ornamentation. </p> <figure class="wp-block-image size-full"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/12/caccini-trillo.png"><img data-attachment-id="3692" data-permalink="https://andrewlawrenceking.com/2021/12/28/passaggi/caccini-trillo/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/caccini-trillo.png" data-orig-size="313,179" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Caccini trillo" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/caccini-trillo.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/caccini-trillo.png?w=313" loading="lazy" width="313" height="179" src="https://andrewlawrenceking.com/wp-content/uploads/2021/12/caccini-trillo.png" alt="" class="wp-image-3692" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/12/caccini-trillo.png 313w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/caccini-trillo.png?w=150&h=86 150w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/caccini-trillo.png?w=300&h=172 300w" sizes="(max-width: 313px) 100vw, 313px" /></a></figure> <p>I coach singers to put Caccini’s method into practice, by repeating the same note on the syllable <em>a</em>, going from slow to fast. We can understand his <em>ribattere con la gola </em>(literally, beating with the throat) as creating fast repetitions by relaxing the throat whilst maintaining steady support from the diaphragm. Don’t try to sing loud, but rather cultivate a feeling of fun – Bovicelli describes such fast singing as the Art of playing around with nature.<br><br> Once you can switch the fast notes on and off, on a single pitch, step two is to move the pitch up and down. And step three is to synchronise the changing pitches with the ‘beating’. This is the same challenge of synchronisation that awaits wind-players (fingers and tongue) or bowed strings (left and right hands). <br><br>Dalla Casa similarly leads his wind-players through divisions in <em>crome </em> – quavers (8 to the semibreve – whole-note beat), <em>semicrome </em>semiquavers (16), <em>treplicate </em>triplet semiquavers (24 to the semibreve) and <em>quadruplicate </em>(32). His ‘true way’ leads to Mixed Diminuitions applying all four note-values.<br><br>Both writers provide countless short examples of Divisions, taking long notes across each interval (second, third, fourth etc) upwards and downwards and dividing the first long note into many shorter notes. These short examples are to be learnt, applied and imitated, and the student can combine several of them to create longer divisions. </p> <figure class="wp-block-image size-large is-resized"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/12/dalla-casa-semibreve-ascending-by-step-semiquavers.png"><img data-attachment-id="3725" data-permalink="https://andrewlawrenceking.com/dalla-casa-semibreve-ascending-by-step-semiquavers/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/dalla-casa-semibreve-ascending-by-step-semiquavers.png" data-orig-size="1005,781" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="dalla-casa-semibreve-ascending-by-step-semiquavers" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/dalla-casa-semibreve-ascending-by-step-semiquavers.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/dalla-casa-semibreve-ascending-by-step-semiquavers.png?w=440" loading="lazy" src="https://andrewlawrenceking.com/wp-content/uploads/2021/12/dalla-casa-semibreve-ascending-by-step-semiquavers.png?w=1005" alt="" class="wp-image-3725" width="840" height="652" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/12/dalla-casa-semibreve-ascending-by-step-semiquavers.png?w=840 840w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/dalla-casa-semibreve-ascending-by-step-semiquavers.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/dalla-casa-semibreve-ascending-by-step-semiquavers.png?w=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/dalla-casa-semibreve-ascending-by-step-semiquavers.png?w=768 768w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/dalla-casa-semibreve-ascending-by-step-semiquavers.png 1005w" sizes="(max-width: 840px) 100vw, 840px" /></a><figcaption>Dalla Casa: Example of semibreve ascending by step divided into semiquavers</figcaption></figure> <p>Such combinations of many individual divisions are demonstrated in the books by ornamented settings of complete pieces, madrigals by Rore, motets by Palestrina and Vittoria. We are accustomed to hearing these sacred repertoires nowadays with the “pure lines”, extreme legato and stand-alone conductor of the 19th/20th-century aesthetic. Bovicelli refers to performing divisions not only as <em>da concerto </em>– as concert-pieces – but also <em>da capella </em>– in church. Just imagine the effect of this soprano-line in Palestrina’s <em>Ave verum corpus</em>… <br> <br></p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-ave-vere-corpus-palestrina.png"><img data-attachment-id="3729" data-permalink="https://andrewlawrenceking.com/bovicelli-ave-vere-corpus-palestrina/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-ave-vere-corpus-palestrina.png" data-orig-size="703,658" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="bovicelli-ave-vere-corpus-palestrina" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-ave-vere-corpus-palestrina.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-ave-vere-corpus-palestrina.png?w=440" loading="lazy" width="703" height="658" src="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-ave-vere-corpus-palestrina.png?w=703" alt="" class="wp-image-3729" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-ave-vere-corpus-palestrina.png 703w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-ave-vere-corpus-palestrina.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-ave-vere-corpus-palestrina.png?w=300 300w" sizes="(max-width: 703px) 100vw, 703px" /></a></figure> <h2 class="wp-block-heading" id="style-in-peformance">Style in peformance</h2> <p>In Early Music studies, we try to avoid the modern binary of Technique/Interpretation. Nevertheless, these two sources offer valuable advice for good style in performance, discussed as <em>portar la voce</em> or <em>portar la minuta </em>– delivering (literally ‘carrying’) the voice, or the Division. Bovicelli’s Rules gives many specific style indications, all worth studying in detail. Dalla Casa’s Preface to his second book is short, just four paragraphs. The first paragraph offers his work to all kinds of musicians, and repeats his preference for Mixed Diminutions, and there is a paragraph each for the Viola da Gamba and the Human Voice. </p> <p id="the-longest-paragraph-emphasises-the-importance-of-performing-the-divisions-in-tempodel-portar-la-minuta-a-tempo">The longest paragraph emphasises the importance of ‘Performing the Divisions in Tempo</p> <h2 class="wp-block-heading" id="the-longest-paragraph-emphasises-the-importance-of-performing-the-divisions-in-tempodel-portar-la-minuta-a-tempo"><em>Del portar la minuta a tempo</em>. </h2> <p>Our modern-day understanding of <em>tempo </em>as the ‘speed of music’ differs from the period concept in which musical <em>tempo</em> means Time itself. Time is measured by a human estimate of how long one second lasts, it is notated by the written note-values within the duration of a semibreve, it is shown by the slow steady beat of Tactus. For Zacconi Time, Measure, Beat and Tactus (<em>tempo, misura, battuta, tatto</em>) are synonymous (<a href="https://andrewlawrenceking.com/2020/03/29/time-the-soul-of-music/">read more here</a>). Dalla Casa’s words and musical notation confirm a semibreve beat, notated with the mensuration mark C/. </p> <p>For Zacconi, Time is the Soul of Music, and Dalla Casa gives <em>tempo</em> similar importance in his music of Divisions. <br></p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/12/dalla-casa-del-portar-la-minuta-a-tempo.png"><img data-attachment-id="3694" data-permalink="https://andrewlawrenceking.com/dalla-casa-del-portar-la-minuta-a-tempo/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/dalla-casa-del-portar-la-minuta-a-tempo.png" data-orig-size="1164,371" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="dalla-casa-del-portar-la-minuta-a-tempo" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/dalla-casa-del-portar-la-minuta-a-tempo.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/dalla-casa-del-portar-la-minuta-a-tempo.png?w=440" loading="lazy" width="1024" height="326" src="https://andrewlawrenceking.com/wp-content/uploads/2021/12/dalla-casa-del-portar-la-minuta-a-tempo.png?w=1024" alt="" class="wp-image-3694" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/12/dalla-casa-del-portar-la-minuta-a-tempo.png?w=1024 1024w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/dalla-casa-del-portar-la-minuta-a-tempo.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/dalla-casa-del-portar-la-minuta-a-tempo.png?w=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/dalla-casa-del-portar-la-minuta-a-tempo.png?w=768 768w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/dalla-casa-del-portar-la-minuta-a-tempo.png 1164w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure> <p>“About delivering the dimunition in time.</p> <p>“I say it is a difficult thing to deliver the diminution in time, and this is the most important for everyone who follows this profession of making diminutions with all kinds of instruments. Therefore let each person take notice in their study to beat Tactus, and never to study without this regulation, and to accustom themselves to the beat; because doing otherwise would not be a good thing. And take notice of the four note-values, that the semiquaver (as is known) is performed twice as fast as the quaver, i.e. 16 to 8; the triplet-semiquavers – <em>treplicate</em> – are performed as 24 to 16, which is a third more than the semiquaver; and the demisemiquavers – <em>quadruplicate</em> – are performed still once again as fast, i.e. 32 to 24. Everyone should take note to accommodate themselves to the Tactus, and beat their diminution note by note; like this for those who play a wind instrument and also for those play keyboard instruments, and not to rush ahead as many wind-players do who make runs with a dead tongue (slurring), without tonguing the diminution, in order to make it easier; or those who cannot keep a brake on their tongue, as with reverse tonguing (see the Preface to Book 1) which is difficult to brake. Therefore let everyone beat the diminution note by note, and deliver the four note-values with their proper timing, if they want to do well.” [Dalla Casa]<br><br>Beating ‘note by note’ refers to the Tactus-value of the semibreve in the original composition: there is no suggestion of beating time for every 32nd note! Bovicelli also recommends <em>nel Passeggiare star obligato al tempo giusto </em>– to keep to the correct Time when making Divisions. Within the semibreve beat, quavers can be taken long-short:</p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-rhythmic-alteration-1.png"><img data-attachment-id="3712" data-permalink="https://andrewlawrenceking.com/bovicelli-rhythmic-alteration-1/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-rhythmic-alteration-1.png" data-orig-size="591,209" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="bovicelli-rhythmic-alteration-1" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-rhythmic-alteration-1.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-rhythmic-alteration-1.png?w=440" loading="lazy" width="591" height="209" src="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-rhythmic-alteration-1.png?w=591" alt="" class="wp-image-3712" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-rhythmic-alteration-1.png 591w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-rhythmic-alteration-1.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-rhythmic-alteration-1.png?w=300 300w" sizes="(max-width: 591px) 100vw, 591px" /></a></figure> <p><br>Caccini (1601) suggests short-long: </p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/12/caccini-rhythmic-alteration-1.png"><img data-attachment-id="3714" data-permalink="https://andrewlawrenceking.com/caccini-rhythmic-alteration-1/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/caccini-rhythmic-alteration-1.png" data-orig-size="206,151" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="caccini-rhythmic-alteration-1" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/caccini-rhythmic-alteration-1.png?w=206" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/caccini-rhythmic-alteration-1.png?w=206" loading="lazy" width="206" height="151" src="https://andrewlawrenceking.com/wp-content/uploads/2021/12/caccini-rhythmic-alteration-1.png?w=206" alt="" class="wp-image-3714" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/12/caccini-rhythmic-alteration-1.png 206w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/caccini-rhythmic-alteration-1.png?w=150 150w" sizes="(max-width: 206px) 100vw, 206px" /></a></figure> <p>Bovicelli shapes a long run of semiquavers elegantly, by sustaining the first note: <br></p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-hold-the-first-note.png"><img data-attachment-id="3699" data-permalink="https://andrewlawrenceking.com/bovicelli-hold-the-first-note/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-hold-the-first-note.png" data-orig-size="822,221" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="bovicelli-hold-the-first-note" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-hold-the-first-note.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-hold-the-first-note.png?w=440" loading="lazy" width="822" height="221" src="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-hold-the-first-note.png?w=822" alt="" class="wp-image-3699" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-hold-the-first-note.png 822w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-hold-the-first-note.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-hold-the-first-note.png?w=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-hold-the-first-note.png?w=768 768w" sizes="(max-width: 822px) 100vw, 822px" /></a></figure> <p>Hold the first note, then run!<br><br>In modern-day performances, we often hear the contrary, where performers rush the beginning of the division and then wait before moving to the next note. But Bovicelli mentions several times that it is more graceful to flow directly from the fast notes into the following principal note: often, he adjusts the underlay, or continues the run into medium-fast notes to get a smoother transition.<br><br>Another option is to hold the top note:</p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-hold-the-top-note.png"><img data-attachment-id="3701" data-permalink="https://andrewlawrenceking.com/bovicelli-hold-the-top-note/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-hold-the-top-note.png" data-orig-size="702,277" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="bovicelli-hold-the-top-note" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-hold-the-top-note.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-hold-the-top-note.png?w=440" loading="lazy" width="702" height="277" src="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-hold-the-top-note.png?w=702" alt="" class="wp-image-3701" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-hold-the-top-note.png 702w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-hold-the-top-note.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-hold-the-top-note.png?w=300 300w" sizes="(max-width: 702px) 100vw, 702px" /></a></figure> <p>Sustained notes in the midst of short notes can be given a tremolo, marked as <strong>/\</strong> :<br></p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-tremoli.png"><img data-attachment-id="3703" data-permalink="https://andrewlawrenceking.com/bovicelli-tremoli/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-tremoli.png" data-orig-size="692,621" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="bovicelli-tremoli" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-tremoli.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-tremoli.png?w=440" loading="lazy" width="692" height="621" src="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-tremoli.png?w=692" alt="" class="wp-image-3703" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-tremoli.png 692w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-tremoli.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-tremoli.png?w=300 300w" sizes="(max-width: 692px) 100vw, 692px" /></a></figure> <p>The general tendency is for ornaments to go from slow to fast – this habit is instilled from the first exercise that Caccini teaches, and Bovicelli applies it to a two-note trill <em>gropetto </em>that crams in more and more little notes before arriving at the following principal note. The effect is that – as the notes go faster and faster – the subsequent arrival feels ‘delayed’ – <em>rafrenato</em>. </p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-gropetto-rafrenato.png"><img data-attachment-id="3706" data-permalink="https://andrewlawrenceking.com/bovicelli-gropetto-rafrenato/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-gropetto-rafrenato.png" data-orig-size="918,467" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="bovicelli-gropetto-rafrenato" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-gropetto-rafrenato.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-gropetto-rafrenato.png?w=440" loading="lazy" width="918" height="467" src="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-gropetto-rafrenato.png?w=918" alt="" class="wp-image-3706" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-gropetto-rafrenato.png 918w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-gropetto-rafrenato.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-gropetto-rafrenato.png?w=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-gropetto-rafrenato.png?w=768 768w" sizes="(max-width: 918px) 100vw, 918px" /></a></figure> <p>The much-desired quality of <em>leggiadria </em>(lightness) comes from the contrast of sustained long notes and lightly-touched short notes. We can summarise this principle as “long notes long, short notes short”.</p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-long-notes-long-short-notes-short.png"><img data-attachment-id="3707" data-permalink="https://andrewlawrenceking.com/bovicelli-long-notes-long-short-notes-short/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-long-notes-long-short-notes-short.png" data-orig-size="845,179" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="bovicelli-long-notes-long-short-notes-short" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-long-notes-long-short-notes-short.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-long-notes-long-short-notes-short.png?w=440" loading="lazy" width="845" height="179" src="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-long-notes-long-short-notes-short.png?w=845" alt="" class="wp-image-3707" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-long-notes-long-short-notes-short.png 845w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-long-notes-long-short-notes-short.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-long-notes-long-short-notes-short.png?w=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-long-notes-long-short-notes-short.png?w=768 768w" sizes="(max-width: 845px) 100vw, 845px" /></a></figure> <p>“But in this, take note, that the more you hold the first note, and the second is faster, the more gracefulnessis given to the voice. This gracefulness cannot exist, if the notes all have the same value. For <em>leggiadria </em>of singing, as we said above, is nothing other than the varation of notes of greater and lesser value, as you will also see below.” [Bovicelli]<br><br>Caccini is guided by the same principles of <em>gratia</em> and <em>leggiadria </em>in his examples of rhythmic alteration within the steady Tactus.</p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/12/caccini-piu-gratia.png"><img data-attachment-id="3709" data-permalink="https://andrewlawrenceking.com/caccini-piu-gratia/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/caccini-piu-gratia.png" data-orig-size="514,518" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="caccini-piu-gratia" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/caccini-piu-gratia.png?w=298" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/caccini-piu-gratia.png?w=440" loading="lazy" width="514" height="518" src="https://andrewlawrenceking.com/wp-content/uploads/2021/12/caccini-piu-gratia.png?w=514" alt="" class="wp-image-3709" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/12/caccini-piu-gratia.png 514w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/caccini-piu-gratia.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/caccini-piu-gratia.png?w=298 298w" sizes="(max-width: 514px) 100vw, 514px" /></a></figure> <p>Bovicelli requires that Diminutions suit the character of the words, whether bold or tender. <br></p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-suit-the-affetto-of-the-text.png"><img data-attachment-id="3717" data-permalink="https://andrewlawrenceking.com/bovicelli-suit-the-affetto-of-the-text/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-suit-the-affetto-of-the-text.png" data-orig-size="859,405" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="bovicelli-suit-the-affetto-of-the-text" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-suit-the-affetto-of-the-text.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-suit-the-affetto-of-the-text.png?w=440" loading="lazy" width="859" height="405" src="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-suit-the-affetto-of-the-text.png?w=859" alt="" class="wp-image-3717" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-suit-the-affetto-of-the-text.png 859w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-suit-the-affetto-of-the-text.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-suit-the-affetto-of-the-text.png?w=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-suit-the-affetto-of-the-text.png?w=768 768w" sizes="(max-width: 859px) 100vw, 859px" /></a><figcaption>A</figcaption></figure> <p>“Just as it would be most reprehensible for a composer, if the words are sad [this must be a typo for <em>meste</em>] , to set them with happy notes, or to set sad notes under happy words: similarly in singing we must as much as possible imitate the words: that is, sad words must not be decorated with Passaggi, but set (as we might say) with <em>accenti </em>and a tenderly emotional, lamenting voice; if the words are happy, use Passaggi, and give them extra vivacity, making varied notes (dotted notes, leaps, diverse note-values), as you see.” [Bovicelli]</p> <p><em>Ave! </em>means ‘Hail!’ – As a cathedral chorister, Bovicelli is probably thinking of the liturgical texts <em>Ave Maria, gratia plena</em>, or <em>Ave verum corpus </em>(see above). <br><br>Bovicelli’s linking of bold texts with <em>passaggi</em>, tender words with <em>accenti </em>is supported by Zacconi’s advice to avoid <em>accenti</em> where the words are powerful (<a rel="noreferrer noopener" href="https://andrewlawrenceking.com/2021/11/17/cantar-con-gratia-a-forgotten-ornament/" target="_blank">read more here</a>). And Bovicelli’s ’emotional voice’ <em>voce flebile</em> hints at Caccini’s oft-repeated recommendation of crescendo and/or diminuendo on a single note as the most effective way to convey emotions (<a href="https://andrewlawrenceking.com/2015/01/25/play-it-again-sam-the-truth-about-caccinis-sprezzatura/">read more here</a>).<br><br>Zacconi explains that the expressive <em>accento</em> produces a delay in the arrival of the second note, but the Tactus itself (and therefore the accompaniment) is not altered (<a href="https://andrewlawrenceking.com/2021/11/20/making-time-for-beautiful-singing-a-lost-practice/">read</a><a rel="noreferrer noopener" href="https://andrewlawrenceking.com/2021/11/20/making-time-for-beautiful-singing-a-lost-practice/" target="_blank"> </a><a href="https://andrewlawrenceking.com/2021/11/20/making-time-for-beautiful-singing-a-lost-practice/">more here</a>). And after being late on one beat, the singer is expected to be back on the beat for the next semibreve. Bovicelli and Monteverdi notate similar delays and anticipations for solo singers.. Their clear explanations and precise notation seem to clarify Caccini’s evocative but enigmatic use of the terms <em>sprezzatura</em> and <em>senza misura</em> which [in the context of expressive syllabic setting, as opposed to melismatic Divisions] he links also to a ‘cool’ style of voice-production, something ‘between singing and speaking’. <a rel="noreferrer noopener" href="https://andrewlawrenceking.com/2015/10/12/monteverdi-caccini-jazz/" target="_blank">Read more here</a>.</p> <p>In contrast to the soft <em>flebile </em>effect and ‘cool’ rhythm of <em>accenti</em> for tender words, Bovicelli characterises <em>Passaggi </em>as on the beat semibreve by semibreve, impressing the audience ‘stupendous’, ‘marvellous’ and ‘having fun’ <em>scherzando</em>. This is supported by Aggazari (1607), who describes two ways of improvising from a bass-line: his ‘fundamental’ style is <em>continuo</em> accompaniment, and he characterises the ‘ornamental’ style as ‘having fun and improvising counterpoint’. <a rel="noreferrer noopener" href="https://andrewlawrenceking.com/2013/10/08/sparrow-flavoured-soup-or-what-is-continuo/" target="_blank">Read more here</a>. In circa-1600 music-drama,<em> </em>an <em>aria passeggiata </em>(a strophic song over a ground bass, with elaborate <em>passaggi</em>) heralds the entrance of some god or mortal with superhuman powers: Caccini’s sorceress who makes the moon fall from the sky; Peri’s dolphin-riding super-hero-singer Arion (both in the 1589 Florentine <em>Intermedi</em>), Orpheus arriving at the gateway to Hell in Monteverdi’s <em>Orfeo</em> (1607).</p> <h2 class="wp-block-heading" id="tactus-for-divisions">Tactus for Divisions</h2> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png"><img data-attachment-id="3662" data-permalink="https://andrewlawrenceking.com/tactus-is-by-zacconi-1592/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png" data-orig-size="2716,2196" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="tactus-is-by-zacconi-1592" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=440" loading="lazy" width="1024" height="827" src="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=1024" alt="" class="wp-image-3662" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=1024 1024w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=2046 2046w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure> <p>It is clear that Divisions are <strong>not </strong>performed with the malleable tempo and vacillating rhythm of 20th-century rubato. Both Bovicelli and Dalla Casa insist on Tactus. Indeed Tactus is so essential that it is the <strong>only</strong> question of style in delivery (what we would nowadays call ‘interpretation’ as opposed to ‘technique’) that Dalla Casa addresses. Nevertheless, that Tactus might be faster or slower in particular circumstances. Whilst discussing disjunct quavers, Bovicelli informs us that the Tactus for <em>passaggi </em>was slower in a chamber performance – <em>da concerto</em> – than in church – <em>da capella</em>. </p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-church-and-chamber.png"><img data-attachment-id="3735" data-permalink="https://andrewlawrenceking.com/bovicelli-church-and-chamber/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-church-and-chamber.png" data-orig-size="812,40" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="bovicelli-church-and-chamber" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-church-and-chamber.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-church-and-chamber.png?w=440" loading="lazy" width="812" height="40" src="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-church-and-chamber.png?w=812" alt="" class="wp-image-3735" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-church-and-chamber.png 812w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-church-and-chamber.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-church-and-chamber.png?w=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/bovicelli-church-and-chamber.png?w=768 768w" sizes="(max-width: 812px) 100vw, 812px" /></a></figure> <p>“… singing not in church, but in concert, where the Tactus should be slow.” [Bovicelli]<br><br>There are other period sources that indicate a slower-than-usual Tactus for <em>passaggi</em>. We gain a very different impression when we read their remarks, not in the context of 20th-century rubato, but in the light of Zacconi’s, Dalla Casa’s and Bovicelli’s insistence on Tactus. Read more in my next article: How <em>il Signor Organista</em> waits for <em>il Cantate</em>.<br></p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/12/il-signor-organista.jpg"><img data-attachment-id="3739" data-permalink="https://andrewlawrenceking.com/il-signor-organista/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/il-signor-organista.jpg" data-orig-size="600,537" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"THE ORANGE COUNTY REGISTER","camera":"","caption":"Jim Long stands beside a moving skeleton that appears to be actually playing an 1890s pump organ outside his San Clemente home at 141 Avenida Barcelona. It's part of a Halloween display that includes various moving parts in his front yard. He invites people to stop by and see it all weekend, best viewed in the dark.\/\/\/ADDITIONAL INFO: 01.spn.1030.halloween.fs 10\/28\/2010 Fred Swegles, The Orange County Register","created_timestamp":"1277038778","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="il-signor-organista" data-image-description="" data-image-caption="<p>Jim Long stands beside a moving skeleton that appears to be actually playing an 1890s pump organ outside his San Clemente home at 141 Avenida Barcelona. It’s part of a Halloween display that includes various moving parts in his front yard. He invites people to stop by and see it all weekend, best viewed in the dark.///ADDITIONAL INFO: 01.spn.1030.halloween.fs 10/28/2010 Fred Swegles, The Orange County Register</p> " data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/il-signor-organista.jpg?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/il-signor-organista.jpg?w=440" loading="lazy" width="600" height="537" src="https://andrewlawrenceking.com/wp-content/uploads/2021/12/il-signor-organista.jpg?w=600" alt="" class="wp-image-3739" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/12/il-signor-organista.jpg 600w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/il-signor-organista.jpg?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/il-signor-organista.jpg?w=300 300w" sizes="(max-width: 600px) 100vw, 600px" /></a><figcaption>How il Signor Organista waits for il Cantante?</figcaption></figure> <p></p> <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-3605" class="share-facebook sd-button share-icon" href="https://andrewlawrenceking.com/2021/12/28/passaggi/?share=facebook" target="_blank" title="Click to share on Facebook" ><span>Facebook</span></a></li><li class="share-linkedin"><a rel="nofollow noopener noreferrer" data-shared="sharing-linkedin-3605" class="share-linkedin sd-button share-icon" href="https://andrewlawrenceking.com/2021/12/28/passaggi/?share=linkedin" target="_blank" title="Click to share on LinkedIn" ><span>LinkedIn</span></a></li><li class="share-email"><a rel="nofollow noopener noreferrer" data-shared="" class="share-email sd-button share-icon" href="mailto:?subject=%5BShared%20Post%5D%20Passaggi%3A%20Della%20Casa%20%26%20Bovicelli%20on%20the%20True%20Way%20to%20make%20Divisions&body=https%3A%2F%2Fandrewlawrenceking.com%2F2021%2F12%2F28%2Fpassaggi%2F&share=email" target="_blank" title="Click to email a link to a friend" data-email-share-error-title="Do you have email set up?" data-email-share-error-text="If you're having problems sharing via email, you might not have email set up for your browser. You may need to create a new email yourself." data-email-share-nonce="a10f7f5165" data-email-share-track-url="https://andrewlawrenceking.com/2021/12/28/passaggi/?share=email"><span>Email</span></a></li><li class="share-print"><a rel="nofollow noopener noreferrer" data-shared="" class="share-print sd-button share-icon" href="https://andrewlawrenceking.com/2021/12/28/passaggi/" target="_blank" title="Click to print" ><span>Print</span></a></li><li><a href="#" class="sharing-anchor sd-button share-more"><span>More</span></a></li><li class="share-end"></li></ul><div class="sharing-hidden"><div class="inner" style="display: none;width:150px;"><ul style="background-image:none;"><li class="share-twitter"><a rel="nofollow noopener noreferrer" data-shared="sharing-twitter-3605" class="share-twitter sd-button share-icon" href="https://andrewlawrenceking.com/2021/12/28/passaggi/?share=twitter" target="_blank" title="Click to share on Twitter" ><span>Twitter</span></a></li><li class="share-end"></li></ul></div></div></div></div></div><div class='sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded' id='like-post-wrapper-56032818-3605-6748449ec7f6f' data-src='//widgets.wp.com/likes/index.html?ver=20241128#blog_id=56032818&post_id=3605&origin=andrewlawrenceking.wordpress.com&obj_id=56032818-3605-6748449ec7f6f&domain=andrewlawrenceking.com' data-name='like-post-frame-56032818-3605-6748449ec7f6f' data-title='Like or Reblog'><div class='likes-widget-placeholder post-likes-widget-placeholder' style='height: 55px;'><span class='button'><span>Like</span></span> <span class='loading'>Loading...</span></div><span class='sd-text-color'></span><a class='sd-link-color'></a></div></div> </div><!-- .entry-content --> <footer class="entry-meta"> <p class="cat-links taxonomy-links"> Posted in <a href="https://andrewlawrenceking.com/category/continuo/" rel="category tag">Continuo</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/" rel="category tag">History of Emotions</a>, <a href="https://andrewlawrenceking.com/category/improvisation/" rel="category tag">Improvisation</a>, <a href="https://andrewlawrenceking.com/category/introductions/" rel="category tag">Introductions</a>, <a href="https://andrewlawrenceking.com/category/early-harps/italian-baroque-harp/" rel="category tag">Italian baroque harp</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/moving-the-passions/" rel="category tag">Moving the Passions</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/rhythm/" rel="category tag">Rhythm</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/text/" rel="category tag">Text</a> </p> <p class="tag-links taxonomy-links"> Tagged <a href="https://andrewlawrenceking.com/tag/baroque/" rel="tag">baroque</a>, <a href="https://andrewlawrenceking.com/tag/baroque-music/" rel="tag">Baroque Music</a>, <a href="https://andrewlawrenceking.com/tag/baroque-opera/" rel="tag">Baroque Opera</a>, <a href="https://andrewlawrenceking.com/tag/early-music/" rel="tag">Early Music</a>, <a href="https://andrewlawrenceking.com/tag/early-opera/" rel="tag">Early Opera</a>, <a href="https://andrewlawrenceking.com/tag/emotions/" rel="tag">Emotions</a>, <a href="https://andrewlawrenceking.com/tag/hip/" rel="tag">HIP</a>, <a href="https://andrewlawrenceking.com/tag/history-of-emotions/" rel="tag">History of Emotions</a>, <a href="https://andrewlawrenceking.com/tag/muovere-gli-affetti/" rel="tag">muovere gli affetti</a>, <a href="https://andrewlawrenceking.com/tag/rhythm/" rel="tag">Rhythm</a> </p> <p class="date-link"><a href="https://andrewlawrenceking.com/2021/12/28/passaggi/" title="Permalink to Passaggi: Della Casa & Bovicelli on the True Way to make Divisions" rel="bookmark" class="permalink"><span class="month upper">Dec</span><span class="sep">·</span><span class="day lower">28</span></a></p> </footer><!-- #entry-meta --> </article><!-- #post-## --> <article id="post-3744" class="post-3744 post type-post status-publish format-standard hentry category-continuo category-history-of-emotions category-introductions category-moving-the-passions category-rhetoric category-rhythm category-text tag-baroque tag-baroque-music tag-early-music tag-hip tag-history-of-emotions tag-rhythm"> <header class="entry-header"> <h1 class="entry-title"><a href="https://andrewlawrenceking.com/2021/12/26/messiah/" rel="bookmark">Time for ‘Messiah’</a></h1> <div class="entry-meta"> <span class="byline">Posted by <span class="author vcard"><a class="url fn n" href="https://andrewlawrenceking.com/author/andrewlawrenceking/" title="View all posts by Andrew Lawrence-King" rel="author">Andrew Lawrence-King</a></span></span> </div><!-- .entry-meta --> <p class="comments-link"><a href="https://andrewlawrenceking.com/2021/12/26/messiah/#comments">1</a></p> </header><!-- .entry-header --> <div class="entry-content"> <p>It’s one of the best-loved and most well-known pieces in the Early Music canon, but what would you focus on, if you were asked to direct it, with the first rehearsal starting in a few hours time?</p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/12/image.png"><img data-attachment-id="3760" data-permalink="https://andrewlawrenceking.com/image-2/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/image.png" data-orig-size="967,814" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="image" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/image.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/image.png?w=440" loading="lazy" width="967" height="814" src="https://andrewlawrenceking.com/wp-content/uploads/2021/12/image.png?w=967" alt="" class="wp-image-3760" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/12/image.png 967w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/image.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/image.png?w=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/image.png?w=768 768w" sizes="(max-width: 967px) 100vw, 967px" /></a><figcaption>The beginning of Handel’s ‘Messiah’</figcaption></figure> <p>Finding myself in precisely this situation, I went to the autograph MS (<a rel="noreferrer noopener" href="https://s9.imslp.org/files/imglnks/usimg/7/7f/IMSLP18920-PMLP22568-HG_Band_45a.pdf" target="_blank">here</a>), in order to strip back all the accretions of generations of editors, and to check the original tempo markings: at the beginning of each movement, where there are any changes within a movement, and whether there is any <em>fermata </em>for a cadenza, or perhaps a final <em>adagio</em> [both these last surprisingly infrequent]. </p> <p>There are many movements of course, and Handel uses a large number of fine gradations of tempo-detail: <em>andante larghetto, andante & andante allegro; allegro larghetto, allegro moderato, allegro.</em> <br><br>This grand spectrum of tempo-marks is centred on <em>tempo ordinario</em> and time-signature C. There are cross-links to <em>alla breve</em> C/, and to triple 3/4, and 3/8, and to compound 6/8 and 12/8. In principle, we expect to find proportional relationships: smaller note-values indicate definitely faster tempi, so 3/8 is significantly faster than 3/4, perhaps twice as fast. Tempo-words might also produce a proportional change: in the Overture, <em>allegro moderato </em>might be twice as fast as the opening <em>grave</em>. But in practice more beats in the bar suggest a slightly slower tempo, so 12/8 is somewhat slower than 6/8. And subtle shifts in character or changes in articulation create small adjustments to mathematical proportions.<br><br>Given all this information, there is a simple, but surprisingly powerful performance-research technique: take all the markings, and assemble a list, in order from slowest to fastest. Handel uses so many different markings, that once you have them in order, there is not much ‘room for manouevre’ in deciding the actual tempo for each marking. <a rel="noreferrer noopener" href="https://andrewlawrenceking.com/2019/02/12/eternal-hieroglyphs-from-monteverdis-tactus-to-handels-tempo-ordinario/" target="_blank">Read more about Handel’s tempo-markings</a> Of course, you may want to bias the whole spectrum to the slow end, or to the fast end, depending on performing forces and venue acoustics. <a rel="noreferrer noopener" href="https://andrewlawrenceking.com/2021/05/05/looking-for-a-good-time/" target="_blank">See a recent international discussion about 18th-century tempi.</a><br></p> <p>Most significant of all, and a good way to apply this research-technique in first rehearsal, are the groups of movements that have precisely the same combination of time-signature and tempo-word. </p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-3-4-allegro.png"><img data-attachment-id="3754" data-permalink="https://andrewlawrenceking.com/messiah-3-4-allegro/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-3-4-allegro.png" data-orig-size="1878,687" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="messiah-3-4-allegro" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-3-4-allegro.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-3-4-allegro.png?w=440" loading="lazy" width="1024" height="374" src="https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-3-4-allegro.png?w=1024" alt="" class="wp-image-3754" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-3-4-allegro.png?w=1022 1022w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-3-4-allegro.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-3-4-allegro.png?w=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-3-4-allegro.png?w=768 768w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-3-4-allegro.png 1878w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption>Messiah: movements in Allegro 3/4</figcaption></figure> <p>Simply trying each of these movements, and searching for the tempo that “works” for all of them, produces some surprising results, surprises which clearly reflect Handel’s wishes.</p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-c-larghetto.png"><img data-attachment-id="3756" data-permalink="https://andrewlawrenceking.com/messiah-c-larghetto/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-c-larghetto.png" data-orig-size="1878,772" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="messiah-c-larghetto" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-c-larghetto.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-c-larghetto.png?w=440" loading="lazy" width="1024" height="420" src="https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-c-larghetto.png?w=1024" alt="" class="wp-image-3756" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-c-larghetto.png?w=1022 1022w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-c-larghetto.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-c-larghetto.png?w=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-c-larghetto.png?w=768 768w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-c-larghetto.png 1878w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption>Messiah: movements in Larghetto C</figcaption></figure> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-comfort-ye.png"><img data-attachment-id="3758" data-permalink="https://andrewlawrenceking.com/messiah-comfort-ye/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-comfort-ye.png" data-orig-size="855,576" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="messiah-comfort-ye" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-comfort-ye.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-comfort-ye.png?w=440" loading="lazy" width="855" height="576" src="https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-comfort-ye.png?w=855" alt="" class="wp-image-3758" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-comfort-ye.png 855w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-comfort-ye.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-comfort-ye.png?w=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-comfort-ye.png?w=768 768w" sizes="(max-width: 855px) 100vw, 855px" /></a><figcaption>“Comfort ye” shares its Larghetto C marking and repeated-note quavers with “Blessing and Honour” – implying the same speed!</figcaption></figure> <p><br>So last night I made the ordered list, and this afternoon I compared several groups of movements that share the same combination of tempo-information. </p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-tempo-markings-1-1.png"><img data-attachment-id="3765" data-permalink="https://andrewlawrenceking.com/messiah-tempo-markings-1-1/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-tempo-markings-1-1.png" data-orig-size="625,865" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="messiah-tempo-markings-1-1" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-tempo-markings-1-1.png?w=217" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-tempo-markings-1-1.png?w=440" loading="lazy" width="625" height="865" src="https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-tempo-markings-1-1.png?w=625" alt="" class="wp-image-3765" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-tempo-markings-1-1.png 625w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-tempo-markings-1-1.png?w=108 108w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-tempo-markings-1-1.png?w=217 217w" sizes="(max-width: 625px) 100vw, 625px" /></a><figcaption>Messiah tempo-markings ordered by speed from slow to fast</figcaption></figure> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-tempo-markings-2-1.png"><img data-attachment-id="3767" data-permalink="https://andrewlawrenceking.com/messiah-tempo-markings-2-1/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-tempo-markings-2-1.png" data-orig-size="480,551" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="messiah-tempo-markings-2-1" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-tempo-markings-2-1.png?w=261" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-tempo-markings-2-1.png?w=440" loading="lazy" width="480" height="551" src="https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-tempo-markings-2-1.png?w=480" alt="" class="wp-image-3767" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-tempo-markings-2-1.png 480w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-tempo-markings-2-1.png?w=131 131w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/messiah-tempo-markings-2-1.png?w=261 261w" sizes="(max-width: 480px) 100vw, 480px" /></a><figcaption>Messiah tempo-markings continued</figcaption></figure> <p>And now I’m off to first rehearsal. Where’s the dog?</p> <figure class="wp-block-image size-large is-resized"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/12/opera-rehearsal-large.jpg"><img data-attachment-id="3762" data-permalink="https://andrewlawrenceking.com/opera-rehearsal-large/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/opera-rehearsal-large.jpg" data-orig-size="5173,4101" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="opera-rehearsal-large" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/opera-rehearsal-large.jpg?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/12/opera-rehearsal-large.jpg?w=440" loading="lazy" src="https://andrewlawrenceking.com/wp-content/uploads/2021/12/opera-rehearsal-large.jpg?w=1024" alt="" class="wp-image-3762" width="840" height="665" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/12/opera-rehearsal-large.jpg?w=1024 1024w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/opera-rehearsal-large.jpg?w=840 840w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/opera-rehearsal-large.jpg?w=1678 1678w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/opera-rehearsal-large.jpg?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/opera-rehearsal-large.jpg?w=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2021/12/opera-rehearsal-large.jpg?w=768 768w" sizes="(max-width: 840px) 100vw, 840px" /></a><figcaption>18th-century rehearsal: continuo, soloists, on-lookers and a dog! </figcaption></figure> <p><br><br><br><br> <br><br><br><br><br><br><br></p> <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-3744" class="share-facebook sd-button share-icon" href="https://andrewlawrenceking.com/2021/12/26/messiah/?share=facebook" target="_blank" title="Click to share on Facebook" ><span>Facebook</span></a></li><li class="share-linkedin"><a rel="nofollow noopener noreferrer" data-shared="sharing-linkedin-3744" class="share-linkedin sd-button share-icon" href="https://andrewlawrenceking.com/2021/12/26/messiah/?share=linkedin" target="_blank" title="Click to share on LinkedIn" ><span>LinkedIn</span></a></li><li class="share-email"><a rel="nofollow noopener noreferrer" data-shared="" class="share-email sd-button share-icon" href="mailto:?subject=%5BShared%20Post%5D%20Time%20for%20%27Messiah%27&body=https%3A%2F%2Fandrewlawrenceking.com%2F2021%2F12%2F26%2Fmessiah%2F&share=email" target="_blank" title="Click to email a link to a friend" data-email-share-error-title="Do you have email set up?" data-email-share-error-text="If you're having problems sharing via email, you might not have email set up for your browser. You may need to create a new email yourself." data-email-share-nonce="99cf2dcf87" data-email-share-track-url="https://andrewlawrenceking.com/2021/12/26/messiah/?share=email"><span>Email</span></a></li><li class="share-print"><a rel="nofollow noopener noreferrer" data-shared="" class="share-print sd-button share-icon" href="https://andrewlawrenceking.com/2021/12/26/messiah/" target="_blank" title="Click to print" ><span>Print</span></a></li><li><a href="#" class="sharing-anchor sd-button share-more"><span>More</span></a></li><li class="share-end"></li></ul><div class="sharing-hidden"><div class="inner" style="display: none;width:150px;"><ul style="background-image:none;"><li class="share-twitter"><a rel="nofollow noopener noreferrer" data-shared="sharing-twitter-3744" class="share-twitter sd-button share-icon" href="https://andrewlawrenceking.com/2021/12/26/messiah/?share=twitter" target="_blank" title="Click to share on Twitter" ><span>Twitter</span></a></li><li class="share-end"></li></ul></div></div></div></div></div><div class='sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded' id='like-post-wrapper-56032818-3744-6748449ed18ff' data-src='//widgets.wp.com/likes/index.html?ver=20241128#blog_id=56032818&post_id=3744&origin=andrewlawrenceking.wordpress.com&obj_id=56032818-3744-6748449ed18ff&domain=andrewlawrenceking.com' data-name='like-post-frame-56032818-3744-6748449ed18ff' data-title='Like or Reblog'><div class='likes-widget-placeholder post-likes-widget-placeholder' style='height: 55px;'><span class='button'><span>Like</span></span> <span class='loading'>Loading...</span></div><span class='sd-text-color'></span><a class='sd-link-color'></a></div></div> </div><!-- .entry-content --> <footer class="entry-meta"> <p class="cat-links taxonomy-links"> Posted in <a href="https://andrewlawrenceking.com/category/continuo/" rel="category tag">Continuo</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/" rel="category tag">History of Emotions</a>, <a href="https://andrewlawrenceking.com/category/introductions/" rel="category tag">Introductions</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/moving-the-passions/" rel="category tag">Moving the Passions</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/rhetoric/" rel="category tag">Rhetoric</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/rhythm/" rel="category tag">Rhythm</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/text/" rel="category tag">Text</a> </p> <p class="tag-links taxonomy-links"> Tagged <a href="https://andrewlawrenceking.com/tag/baroque/" rel="tag">baroque</a>, <a href="https://andrewlawrenceking.com/tag/baroque-music/" rel="tag">Baroque Music</a>, <a href="https://andrewlawrenceking.com/tag/early-music/" rel="tag">Early Music</a>, <a href="https://andrewlawrenceking.com/tag/hip/" rel="tag">HIP</a>, <a href="https://andrewlawrenceking.com/tag/history-of-emotions/" rel="tag">History of Emotions</a>, <a href="https://andrewlawrenceking.com/tag/rhythm/" rel="tag">Rhythm</a> </p> <p class="date-link"><a href="https://andrewlawrenceking.com/2021/12/26/messiah/" title="Permalink to Time for ‘Messiah’" rel="bookmark" class="permalink"><span class="month upper">Dec</span><span class="sep">·</span><span class="day lower">26</span></a></p> </footer><!-- #entry-meta --> </article><!-- #post-## --> <article id="post-3653" class="post-3653 post type-post status-publish format-standard hentry category-continuo category-history-of-emotions category-improvisation category-introductions category-moving-the-passions category-music-and-philosophy category-rhetoric category-rhythm category-text tag-baroque tag-baroque-music tag-baroque-opera tag-early-music tag-early-opera tag-emotions tag-hip tag-history-of-emotions tag-muovere-gli-affetti tag-rhythm"> <header class="entry-header"> <h1 class="entry-title"><a href="https://andrewlawrenceking.com/2021/11/20/making-time-for-beautiful-singing-a-lost-practice/" rel="bookmark">Making Time for beautiful singing: a lost practice</a></h1> <div class="entry-meta"> <span class="byline">Posted by <span class="author vcard"><a class="url fn n" href="https://andrewlawrenceking.com/author/andrewlawrenceking/" title="View all posts by Andrew Lawrence-King" rel="author">Andrew Lawrence-King</a></span></span> </div><!-- .entry-meta --> <p class="comments-link"><a href="https://andrewlawrenceking.com/2021/11/20/making-time-for-beautiful-singing-a-lost-practice/#comments">4</a></p> </header><!-- .entry-header --> <div class="entry-content"> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-frontispiece.gif"><img data-attachment-id="3660" data-permalink="https://andrewlawrenceking.com/zacconi-frontispiece/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-frontispiece.gif" data-orig-size="250,358" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="zacconi-frontispiece" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-frontispiece.gif?w=209" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-frontispiece.gif?w=250" loading="lazy" width="250" height="358" src="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-frontispiece.gif?w=250" alt="" class="wp-image-3660" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-frontispiece.gif 250w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-frontispiece.gif?w=105 105w" sizes="(max-width: 250px) 100vw, 250px" /></a></figure> <h2 class="wp-block-heading" id="from-renaissance-to-early-baroque">From renaissance to early Baroque</h2> <p>Published just before the year 1600, Luduvico Zacconi’s monumental treatise on Practical Music <em>– </em><a rel="noreferrer noopener" href="https://imslp.org/wiki/Prattica_di_musica_(Zacconi,_Ludovico)" target="_blank"><em>Prattica di Musica </em>(1592/1596) here</a> – straddles the divide between the <em>prima prattica </em>of Palestrina’s renaissance polyphony and the emerging new style, Monteverdi’s <em>seconda prattica</em> of dramatic solo singing accompanied by <em>basso continuo</em>. The virtuoso singers of the first ‘operas’ of the early seicento – Jacopo Peri, Vittoria Archilei, Giulio Caccini, Francesco Rasi etc – were trained in the 16th-century traditions of eleborate ornamentation – <em>passaggi </em>– and of <em>cantar con gratia</em> (singing with grace; i.e. beautiful singing), a concept of vocal beauty described in detail by Zacconi. </p> <p>A fundamental, but unwritten, element of beautiful singing, analysed by Zacconi and carried forward into dramatic monody, is a way of ‘adding beauty and decorum’ with certain ornaments ’caused by sustaining and delaying the voice’. <a href="https://andrewlawrenceking.com/2021/11/17/cantar-con-gratia-a-forgotten-ornament/" target="_blank" rel="noreferrer noopener">Read more about Zacconi’s <em>accento</em> here</a></p> <p>Whether in renaissance polyphony or in baroque monody, the fact that such frequent ‘delays’ were introduced by individual singers begs the question: how was ensemble-unity maintained? Nowadays, singers of Palestrina, Vittoria and Lassus are not permitted to decide for themselves when to add a beautiful delay to their particular voice-line, even if modern conductors sometimes slow down the whole ensemble (which is <span style="text-decoration:underline;">not </span>what Zacconi describes). </p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/11/palestrina.jpg"><img data-attachment-id="3656" data-permalink="https://andrewlawrenceking.com/palestrina/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/palestrina.jpg" data-orig-size="330,425" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="palestrina" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/palestrina.jpg?w=233" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/palestrina.jpg?w=330" loading="lazy" width="330" height="425" src="https://andrewlawrenceking.com/wp-content/uploads/2021/11/palestrina.jpg?w=330" alt="" class="wp-image-3656" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/11/palestrina.jpg 330w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/palestrina.jpg?w=116 116w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/palestrina.jpg?w=233 233w" sizes="(max-width: 330px) 100vw, 330px" /></a><figcaption>Giovanni Pierluigi da Palestrina (c1525-1594)</figcaption></figure> <p>Singers of Monteverdi often expect the continuo to follow their free rhythm, but this is contradicted explicitly by Agazzari<em> </em>(1607: continuo instruments ‘guide/drive’ the entire ensemble) & Gagliano (1608: continuo players rule/direct the singers), and implictly by Peri (1600) (<a rel="noreferrer noopener" href="https://andrewlawrenceking.com/2015/09/27/logical-captain-the-implications-of-peris-preface/" target="_blank">more about Peri’s bass-lines here</a>). <br></p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/11/monteverdi-with-viol.jpg"><img data-attachment-id="3658" data-permalink="https://andrewlawrenceking.com/monteverdi-with-viol/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/monteverdi-with-viol.jpg" data-orig-size="203,249" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="monteverdi-with-viol" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/monteverdi-with-viol.jpg?w=203" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/monteverdi-with-viol.jpg?w=203" loading="lazy" width="203" height="249" src="https://andrewlawrenceking.com/wp-content/uploads/2021/11/monteverdi-with-viol.jpg?w=203" alt="" class="wp-image-3658" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/11/monteverdi-with-viol.jpg 203w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/monteverdi-with-viol.jpg?w=122 122w" sizes="(max-width: 203px) 100vw, 203px" /></a><figcaption>Claudio Monteverdi (1567-1643)</figcaption></figure> <p><br>And Zacconi himself describes the Tactus as ‘regular, solid, stable, firm… clear, sure, fearless, and without any pertubation’. So how can we reconcile this steady beat (somewhere around 60 bpm) with the requirement for ‘beautiful delays’ from this or that singer? </p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png"><img data-attachment-id="3662" data-permalink="https://andrewlawrenceking.com/tactus-is-by-zacconi-1592/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png" data-orig-size="2716,2196" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="tactus-is-by-zacconi-1592" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=440" loading="lazy" width="1024" height="827" src="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=1024" alt="" class="wp-image-3662" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=1024 1024w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=2046 2046w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/tactus-is-by-zacconi-1592.png?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure> <p>Zacconi’s answer offers exciting new possibilites for renaissance polyphony and – hallelujah! – an end to the arguments between singers and continuo-players which have rumbled on for the last half-century of HIP Monteverdi, even to the point that some modern-day performers treat Rhythm and Rhetoric as the opposing horns of a dilemma.</p> <h2 class="wp-block-heading" id="singers-can-sing-off-the-beat">Singers can sing off the beat</h2> <p>In Chapter XXXIII, concerned with delivering the Tactus, Zacconi confirms what we have already understood from his remarks on <em>cantar con gratia</em>, that singers can delay their pronunciation of a certain note, for the sake of vocal beauty, and that this is <span style="text-decoration:underline;">always </span>a possibility. Discussing the <em>accento</em>, he warns singers not to delay too often, but the word <em>sempre</em> (always) in this chapter confirms that delays were nevertheless very frequently employed (see how and when to do this, here).</p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-singer-has-permission.png"><img data-attachment-id="3668" data-permalink="https://andrewlawrenceking.com/zacconi-singer-has-permission/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-singer-has-permission.png" data-orig-size="720,1040" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="zacconi-singer-has-permission" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-singer-has-permission.png?w=208" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-singer-has-permission.png?w=440" loading="lazy" width="709" height="1024" src="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-singer-has-permission.png?w=709" alt="" class="wp-image-3668" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-singer-has-permission.png?w=709 709w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-singer-has-permission.png?w=104 104w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-singer-has-permission.png?w=208 208w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-singer-has-permission.png 720w" sizes="(max-width: 709px) 100vw, 709px" /></a></figure> <h2 class="wp-block-heading" id="tactus-and-continuo-continue-steadily">Tactus (and continuo) continue steadily</h2> <p>Zacconi instructs ‘the person delivering the Tactus’ clearly. Whatever delays the singers might introduce, the role of the Tactus-beater is to maintain the steady beat, and to bring the singers back onto that beat. In renaissance polyphony, the Tactus is delivered with an down-and-up movement of the hand. In baroque monody, there is no visual tactus-beating, and the role of maintaining Tactus, of guiding and directing the whole ensemble, is taken by the continuo.<br><br></p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-tactus-not-flexible.png"><img data-attachment-id="3670" data-permalink="https://andrewlawrenceking.com/zacconi-tactus-not-flexible/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-tactus-not-flexible.png" data-orig-size="720,1040" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="zacconi-tactus-not-flexible" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-tactus-not-flexible.png?w=208" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-tactus-not-flexible.png?w=440" loading="lazy" width="709" height="1024" src="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-tactus-not-flexible.png?w=709" alt="" class="wp-image-3670" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-tactus-not-flexible.png?w=709 709w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-tactus-not-flexible.png?w=104 104w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-tactus-not-flexible.png?w=208 208w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-tactus-not-flexible.png 720w" sizes="(max-width: 709px) 100vw, 709px" /></a></figure> <p>We might think of this as the ‘Ella Fitzgerald rule’. Like the rhythm-section of a jazz-band, the role of the continuo is to maintain the steady swing, whilst the singer floats elegantly around the reliable beat.</p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/11/ella-fitzgerald-rule-c1600-snapshot.png"><img data-attachment-id="3676" data-permalink="https://andrewlawrenceking.com/ella-fitzgerald-rule-c1600-snapshot/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/ella-fitzgerald-rule-c1600-snapshot.png" data-orig-size="1280,720" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="ella-fitzgerald-rule-c1600-snapshot" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/ella-fitzgerald-rule-c1600-snapshot.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/ella-fitzgerald-rule-c1600-snapshot.png?w=440" loading="lazy" width="1024" height="576" src="https://andrewlawrenceking.com/wp-content/uploads/2021/11/ella-fitzgerald-rule-c1600-snapshot.png?w=1024" alt="" class="wp-image-3676" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/11/ella-fitzgerald-rule-c1600-snapshot.png?w=1024 1024w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/ella-fitzgerald-rule-c1600-snapshot.png?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/ella-fitzgerald-rule-c1600-snapshot.png?w=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/ella-fitzgerald-rule-c1600-snapshot.png?w=768 768w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/ella-fitzgerald-rule-c1600-snapshot.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-ella-fitzgerald-rule.png"><img data-attachment-id="3672" data-permalink="https://andrewlawrenceking.com/zacconi-ella-fitzgerald-rule/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-ella-fitzgerald-rule.png" data-orig-size="720,1040" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="zacconi-ella-fitzgerald-rule" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-ella-fitzgerald-rule.png?w=208" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-ella-fitzgerald-rule.png?w=440" loading="lazy" width="709" height="1024" src="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-ella-fitzgerald-rule.png?w=709" alt="" class="wp-image-3672" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-ella-fitzgerald-rule.png?w=709 709w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-ella-fitzgerald-rule.png?w=104 104w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-ella-fitzgerald-rule.png?w=208 208w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/zacconi-ella-fitzgerald-rule.png 720w" sizes="(max-width: 709px) 100vw, 709px" /></a></figure> <p>There is more to it than this, of course. Frescobaldi describes how the beat itself can change, in specific situations, between sections of a piece (<a rel="noreferrer noopener" href="https://andrewlawrenceking.com/2015/10/23/frescobaldi-rules-ok/" target="_blank">more Frescobaldi here</a>). There may be reasons to take a generally slower Tactus, or to slow down the Tactus where there are elaborate <em>passaggi.</em> Caccini describes how singers can stylishly enhance rhythmic contrasts within the steady pulse of the Tactus (<a href="https://andrewlawrenceking.com/2015/01/25/play-it-again-sam-the-truth-about-caccinis-sprezzatura/">more </a><a rel="noreferrer noopener" href="https://andrewlawrenceking.com/2015/01/25/play-it-again-sam-the-truth-about-caccinis-sprezzatura/" target="_blank">Caccini </a><a href="https://andrewlawrenceking.com/2015/01/25/play-it-again-sam-the-truth-about-caccinis-sprezzatura/">here)</a>. Zacconi associates delays with gentle Affekts, and requires the singer to re-connect to the Tactus soon afterwards. Delays would seem to be associated with the Good syllable.<br><br>Chapter LXIII characterises<em> </em>certain delays as a fundamental element of good singing, and chapter XXXIII specifies how to manage these delays within the steady swing of Tactus. Zacconi provides us with a penetrating insight into the general sound, the rhythmic feeling and the ensemble communication that operates throughout late renaissance and early baroque music-making. </p> <h2 class="wp-block-heading" id="implications">Implications</h2> <p>Zacconi’s sound-world is very different from what we have become accustomed to in modern-day performances and recordings of circa 1600 repertoire. Polyphonic lines are not always vertically aligned – soloists might not be “together” with the continuo, a vocal ensemble might not pronounce consonants unanimously. But – like good jazz – it has a strong sense of swing, and everyone knows where the beat is, even if they choose not to be on it.<br><br>There are profound implications for continuo-playing. We have brought up a generation of continuo-players with two impressive, but un-historical skills: fitting-in discreetly with the results produced by a modern conductor, and following solo singers. We need to retrain continuo-players to show the Tactus boldly and clearly, and to guide and regulate, to maintain steady swing, whatever the singers might do over the top. In short, we need continuo-players to acquire the skills and habits of a good jazz rhythm-section. <a rel="noreferrer noopener" href="https://andrewlawrenceking.com/2015/10/12/monteverdi-caccini-jazz/" target="_blank">More about Monteverdi, Caccini and jazz here.</a></p> <figure class="wp-block-image size-large"><a href="https://andrewlawrenceking.com/wp-content/uploads/2021/11/it-dont-mean-a-thing.jpg"><img data-attachment-id="3674" data-permalink="https://andrewlawrenceking.com/it-dont-mean-a-thing/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/it-dont-mean-a-thing.jpg" data-orig-size="750,524" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="it-dont-mean-a-thing" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/it-dont-mean-a-thing.jpg?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2021/11/it-dont-mean-a-thing.jpg?w=440" loading="lazy" width="750" height="524" src="https://andrewlawrenceking.com/wp-content/uploads/2021/11/it-dont-mean-a-thing.jpg?w=750" alt="" class="wp-image-3674" srcset="https://andrewlawrenceking.com/wp-content/uploads/2021/11/it-dont-mean-a-thing.jpg 750w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/it-dont-mean-a-thing.jpg?w=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2021/11/it-dont-mean-a-thing.jpg?w=300 300w" sizes="(max-width: 750px) 100vw, 750px" /></a></figure> <p><br><br><br>And to make this work, we probably need to remove that gross anachronism in today’s Early Music, the modern conductor. Otherwise, we might as well accompany Monteverdi on a Steinway piano.<br><br>Meanwhile, which renaissance vocal ensemble is ready to attempt Palestrina with <em>passaggi</em> and <em>accenti</em>, with beautiful delays AND with steady Tactus? I’m very eager to hear this.<br><br><br><br><br></p> <p><br><br></p> <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-3653" class="share-facebook sd-button share-icon" href="https://andrewlawrenceking.com/2021/11/20/making-time-for-beautiful-singing-a-lost-practice/?share=facebook" target="_blank" title="Click to share on Facebook" ><span>Facebook</span></a></li><li class="share-linkedin"><a rel="nofollow noopener noreferrer" data-shared="sharing-linkedin-3653" class="share-linkedin sd-button share-icon" href="https://andrewlawrenceking.com/2021/11/20/making-time-for-beautiful-singing-a-lost-practice/?share=linkedin" target="_blank" title="Click to share on LinkedIn" ><span>LinkedIn</span></a></li><li class="share-email"><a rel="nofollow noopener noreferrer" data-shared="" class="share-email sd-button share-icon" href="mailto:?subject=%5BShared%20Post%5D%20Making%20Time%20for%20beautiful%20singing%3A%20a%20lost%20practice&body=https%3A%2F%2Fandrewlawrenceking.com%2F2021%2F11%2F20%2Fmaking-time-for-beautiful-singing-a-lost-practice%2F&share=email" target="_blank" title="Click to email a link to a friend" data-email-share-error-title="Do you have email set up?" data-email-share-error-text="If you're having problems sharing via email, you might not have email set up for your browser. You may need to create a new email yourself." data-email-share-nonce="b83d87511f" data-email-share-track-url="https://andrewlawrenceking.com/2021/11/20/making-time-for-beautiful-singing-a-lost-practice/?share=email"><span>Email</span></a></li><li class="share-print"><a rel="nofollow noopener noreferrer" data-shared="" class="share-print sd-button share-icon" href="https://andrewlawrenceking.com/2021/11/20/making-time-for-beautiful-singing-a-lost-practice/" target="_blank" title="Click to print" ><span>Print</span></a></li><li><a href="#" class="sharing-anchor sd-button share-more"><span>More</span></a></li><li class="share-end"></li></ul><div class="sharing-hidden"><div class="inner" style="display: none;width:150px;"><ul style="background-image:none;"><li class="share-twitter"><a rel="nofollow noopener noreferrer" data-shared="sharing-twitter-3653" class="share-twitter sd-button share-icon" href="https://andrewlawrenceking.com/2021/11/20/making-time-for-beautiful-singing-a-lost-practice/?share=twitter" target="_blank" title="Click to share on Twitter" ><span>Twitter</span></a></li><li class="share-end"></li></ul></div></div></div></div></div><div class='sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded' id='like-post-wrapper-56032818-3653-6748449edc09f' data-src='//widgets.wp.com/likes/index.html?ver=20241128#blog_id=56032818&post_id=3653&origin=andrewlawrenceking.wordpress.com&obj_id=56032818-3653-6748449edc09f&domain=andrewlawrenceking.com' data-name='like-post-frame-56032818-3653-6748449edc09f' data-title='Like or Reblog'><div class='likes-widget-placeholder post-likes-widget-placeholder' style='height: 55px;'><span class='button'><span>Like</span></span> <span class='loading'>Loading...</span></div><span class='sd-text-color'></span><a class='sd-link-color'></a></div></div> </div><!-- .entry-content --> <footer class="entry-meta"> <p class="cat-links taxonomy-links"> Posted in <a href="https://andrewlawrenceking.com/category/continuo/" rel="category tag">Continuo</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/" rel="category tag">History of Emotions</a>, <a href="https://andrewlawrenceking.com/category/improvisation/" rel="category tag">Improvisation</a>, <a href="https://andrewlawrenceking.com/category/introductions/" rel="category tag">Introductions</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/moving-the-passions/" rel="category tag">Moving the Passions</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/music-and-philosophy/" rel="category tag">Music and Philosophy</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/rhetoric/" rel="category tag">Rhetoric</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/rhythm/" rel="category tag">Rhythm</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/text/" rel="category tag">Text</a> </p> <p class="tag-links taxonomy-links"> Tagged <a href="https://andrewlawrenceking.com/tag/baroque/" rel="tag">baroque</a>, <a href="https://andrewlawrenceking.com/tag/baroque-music/" rel="tag">Baroque Music</a>, <a href="https://andrewlawrenceking.com/tag/baroque-opera/" rel="tag">Baroque Opera</a>, <a href="https://andrewlawrenceking.com/tag/early-music/" rel="tag">Early Music</a>, <a href="https://andrewlawrenceking.com/tag/early-opera/" rel="tag">Early Opera</a>, <a href="https://andrewlawrenceking.com/tag/emotions/" rel="tag">Emotions</a>, <a href="https://andrewlawrenceking.com/tag/hip/" rel="tag">HIP</a>, <a href="https://andrewlawrenceking.com/tag/history-of-emotions/" rel="tag">History of Emotions</a>, <a href="https://andrewlawrenceking.com/tag/muovere-gli-affetti/" rel="tag">muovere gli affetti</a>, <a href="https://andrewlawrenceking.com/tag/rhythm/" rel="tag">Rhythm</a> </p> <p class="date-link"><a href="https://andrewlawrenceking.com/2021/11/20/making-time-for-beautiful-singing-a-lost-practice/" title="Permalink to Making Time for beautiful singing: a lost practice" rel="bookmark" class="permalink"><span class="month upper">Nov</span><span class="sep">·</span><span class="day lower">20</span></a></p> </footer><!-- #entry-meta --> </article><!-- #post-## --> <article id="post-3480" class="post-3480 post type-post status-publish format-standard hentry category-continuo category-early-harps category-historical-action category-history-of-emotions category-introductions category-italian-baroque-harp category-moving-the-passions category-music-and-philosophy category-rhetoric category-rhythm category-text tag-baroque tag-baroque-gesture tag-baroque-music tag-continuo tag-early-harp tag-early-music tag-emotions tag-hip tag-muovere-gli-affetti tag-rhythm tag-rubato tag-seicento tag-tactus tag-text"> <header class="entry-header"> <h1 class="entry-title"><a href="https://andrewlawrenceking.com/2020/09/06/isabella-leonarda-400th-anniversary/" rel="bookmark">Isabella Leonarda 400th anniversary</a></h1> <div class="entry-meta"> <span class="byline">Posted by <span class="author vcard"><a class="url fn n" href="https://andrewlawrenceking.com/author/andrewlawrenceking/" title="View all posts by Andrew Lawrence-King" rel="author">Andrew Lawrence-King</a></span></span> </div><!-- .entry-meta --> <p class="comments-link"><a href="https://andrewlawrenceking.com/2020/09/06/isabella-leonarda-400th-anniversary/#comments">2</a></p> </header><!-- .entry-header --> <div class="entry-content"> <h1><strong>Isabella Leonarda: </strong></h1> <h1><strong>the Soul of Music in Women’s Hands</strong></h1> <p><strong><br /><br /></strong><em>This article celebrates the 400<sup>th</sup> anniversary of Isabella Leonarda (1620-1704) – Ursuline nun, singer & composer – in connection with the </em>Earthly Angels <em>performance and recording project. <br /><a href="https://vaasabaroque.com/play/">Listen to her music here</a>.</em></p> <p>An extended version of this article will be published on this blog soon.</p> <p><br /><br /><a href="https://andrewlawrenceking.com/wp-content/uploads/2020/09/isabella-leonarda.jpg"><img data-attachment-id="3483" data-permalink="https://andrewlawrenceking.com/2020/09/06/isabella-leonarda-400th-anniversary/isabella-leonarda/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2020/09/isabella-leonarda.jpg" data-orig-size="220,221" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Isabella Leonarda" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2020/09/isabella-leonarda.jpg?w=220" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2020/09/isabella-leonarda.jpg?w=220" loading="lazy" class="alignnone size-full wp-image-3483" src="https://andrewlawrenceking.com/wp-content/uploads/2020/09/isabella-leonarda.jpg" alt="" width="220" height="221" srcset="https://andrewlawrenceking.com/wp-content/uploads/2020/09/isabella-leonarda.jpg 220w, https://andrewlawrenceking.com/wp-content/uploads/2020/09/isabella-leonarda.jpg?w=150&h=150 150w" sizes="(max-width: 220px) 100vw, 220px" /></a></p> <p> </p> <h2><strong>The Soul of Music</strong></h2> <p> </p> <p>In 1601, song-composer Caccini proclaimed the Baroque priorities of his ‘New Music’ as ‘Speech and Rhythm’. <br /><br /></p> <h2><strong>Tempo</strong></h2> <p><br />The first character to sing in the first opera (1600) was <em>Tempo</em> – the personification of Time – commanding: “Act with the hand, act with the heart!” For us today, <em>tempo </em>is the <u>speed</u> of music, but for Isabella Leonarda (1620-1704) it was Time itself, defined by Aristotle as a ‘number of movement’ perceived by the Soul. <br /><br />The up-and-down hand-beat of Tactus connected musical notation to real-world Time. Period iconography shows singers beating Tactus, even in solo songs.</p> <p> </p> <p><a href="https://andrewlawrenceking.com/wp-content/uploads/2015/12/tactus-beaters.png"><img data-attachment-id="1521" data-permalink="https://andrewlawrenceking.com/2015/12/12/modus-agendi-or-how-to-act-preliminary-exercises-for-baroque-gesture/tactus-beaters/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2015/12/tactus-beaters.png" data-orig-size="960,720" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Tactus beaters" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2015/12/tactus-beaters.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2015/12/tactus-beaters.png?w=440" loading="lazy" class="alignnone size-full wp-image-1521" src="https://andrewlawrenceking.com/wp-content/uploads/2015/12/tactus-beaters.png" alt="" width="440" height="330" srcset="https://andrewlawrenceking.com/wp-content/uploads/2015/12/tactus-beaters.png?w=440&h=330 440w, https://andrewlawrenceking.com/wp-content/uploads/2015/12/tactus-beaters.png?w=880&h=660 880w, https://andrewlawrenceking.com/wp-content/uploads/2015/12/tactus-beaters.png?w=150&h=113 150w, https://andrewlawrenceking.com/wp-content/uploads/2015/12/tactus-beaters.png?w=300&h=225 300w, https://andrewlawrenceking.com/wp-content/uploads/2015/12/tactus-beaters.png?w=768&h=576 768w" sizes="(max-width: 440px) 100vw, 440px" /></a></p> <p> </p> <p>Zacconi (1592) characterises Tactus as ‘regular, solid, stable, firm… clear, sure, fearless, and without any perturbation’. Mersenne (1636) calibrates Tactus as 1 second per minim, shown by a 1m pendulum. At the end of the century, Carissimi (1696) defines <em>tempo</em> as subjective ‘quality’, the way time <u>feels</u>.</p> <p> </p> <p>17<sup>th</sup>-century ‘time-signatures’ are relics of much older Mensural notation. Long notes are divided by 2 or 3 to create short notes. Signs of Proportion recalibrate note-values in triple time. Within these fixed multiples, Leonarda employs modifying words to specify fine gradations of <em>tempo</em>.</p> <p> </p> <p>Amidst ‘passionate vocal effects and contrasting movements’ Frescobaldi (1615) shows how to ‘guide Time’, using Tactus. Transitions between movements are made by keeping steady Tactus (no <em>tempo </em>change, or strict Proportion), or by </p> <p>suspending the Tactus-hand in the air momentarily, then starting the new movement with modified Tactus, steady time that now feels <em>adagio </em>(literally ‘easy’) or <em>allegro </em>(happy).</p> <p> </p> <p>For Leonarda’s contemporaries, ‘Time is the Soul of Music.’ <a href="https://andrewlawrenceking.com/2020/03/29/time-the-soul-of-music/">Read more here.</a> Zacconi explains that Time breathes life into dry notation: a minim is a dead symbol, until we animate it with the Divine Hand, symbolised by Tactus. Carissimi’s <em>tempo </em>is perceived as an Aristotelian ‘affection of the Soul’, an emotion. Leonarda’s precise notation contradicts 20<sup>th</sup>-century assumptions that performers choose their own <em>tempo, </em>or that expressiveness requires rubato.</p> <p> </p> <h2><strong>Rhetoric<br /><br /></strong></h2> <p>In Baroque speech and music, Rhetoric aims to ‘move the passions’. <a href="https://andrewlawrenceking.com/2020/04/20/inventio/">Read more about musical rhetoric here.</a> Sensual love-lyrics arouse fervour that Leonarda’s music re-directs towards the Divine. Delightful hand-gestures explain the text and communicate passionate contrasts. Rhetorical Delivery combines Pronunciation of words and music with Action of gestures and facial expressions, to channel <em>Enargeia</em>, the emotional power of detailed description. <a href="https://andrewlawrenceking.com/wp-content/uploads/2018/12/enargeia-vip.pdf">Read more about Enargeia here</a></p> <p> </p> <p><a href="https://andrewlawrenceking.com/wp-content/uploads/2020/09/pieta.jpg"><img data-attachment-id="3486" data-permalink="https://andrewlawrenceking.com/2020/09/06/isabella-leonarda-400th-anniversary/pieta/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2020/09/pieta.jpg" data-orig-size="2199,2192" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Pieta" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2020/09/pieta.jpg?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2020/09/pieta.jpg?w=440" loading="lazy" class="alignnone size-full wp-image-3486" src="https://andrewlawrenceking.com/wp-content/uploads/2020/09/pieta.jpg" alt="" width="440" height="439" srcset="https://andrewlawrenceking.com/wp-content/uploads/2020/09/pieta.jpg?w=440&h=439 440w, https://andrewlawrenceking.com/wp-content/uploads/2020/09/pieta.jpg?w=880&h=878 880w, https://andrewlawrenceking.com/wp-content/uploads/2020/09/pieta.jpg?w=150&h=150 150w, https://andrewlawrenceking.com/wp-content/uploads/2020/09/pieta.jpg?w=300&h=300 300w, https://andrewlawrenceking.com/wp-content/uploads/2020/09/pieta.jpg?w=768&h=766 768w" sizes="(max-width: 440px) 100vw, 440px" /></a></p> <p> </p> <p>Poetic imagery brings a scene to life, as if the audience could see it with their own eyes. ‘Here’, ‘Now’, ‘Behold!’: Gesture directs the audience’s attention to significant details of the imagined vision. In baroque Madrigalism (word-painting), the music sounds like what the words mean. Fragments of melody create ‘passionate vocal effects’ corresponding to gestures of the hand.</p> <p> </p> <p>Period Medical Science categorises emotion into Four Humours: warm Sanguine (love, hope), dry Choleric (anger, desire), dark Melancholy and cold, wet Phlegmatic.</p> <p> </p> <p>In Leonarda’s <em>Volo Jesum </em>(1670), ‘you fly’ (<em>volate</em>) up a triple-proportion fast-note scale to ‘love God’ on a long high note. After a <em>tempo </em>change to happy <em>allegro, </em>a contrasting <sup>6</sup><sub>4</sub> movement cites the love-sick Melancholy harmonies and descending bass-line of an operatic lament: ‘the heart is burning’ amidst Choleric <em>ignis et flamma</em> (fire and flame) with high notes and flickering vocal effects. A ‘happy mountain’ of Sanguine ‘joys’ rises boldly, Phlegmatic ‘rivers’ flow smoothly down, <em>Paradisi </em>has the highest note of all. Descending notes move Choleric passion to Sanguine Humour – <em>et in flammis es dulcis spes </em>– whilst Leonarda’s hand shows the Holy Spirit coming down to earth as Christ: ‘in flames, You are sweet hope’.</p> <p> </p> <p><a href="https://andrewlawrenceking.com/wp-content/uploads/2015/12/caravaggio-calling-of-st-matthew.jpg"><img data-attachment-id="1537" data-permalink="https://andrewlawrenceking.com/2015/12/12/modus-agendi-or-how-to-act-preliminary-exercises-for-baroque-gesture/caravaggio-calling-of-st-matthew/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2015/12/caravaggio-calling-of-st-matthew.jpg" data-orig-size="620,387" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Caravaggio Calling of St Matthew" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2015/12/caravaggio-calling-of-st-matthew.jpg?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2015/12/caravaggio-calling-of-st-matthew.jpg?w=440" loading="lazy" class="alignnone size-full wp-image-1537" src="https://andrewlawrenceking.com/wp-content/uploads/2015/12/caravaggio-calling-of-st-matthew.jpg" alt="" width="440" height="275" srcset="https://andrewlawrenceking.com/wp-content/uploads/2015/12/caravaggio-calling-of-st-matthew.jpg?w=440&h=275 440w, https://andrewlawrenceking.com/wp-content/uploads/2015/12/caravaggio-calling-of-st-matthew.jpg?w=150&h=94 150w, https://andrewlawrenceking.com/wp-content/uploads/2015/12/caravaggio-calling-of-st-matthew.jpg?w=300&h=187 300w, https://andrewlawrenceking.com/wp-content/uploads/2015/12/caravaggio-calling-of-st-matthew.jpg 620w" sizes="(max-width: 440px) 100vw, 440px" /></a></p> <p> </p> <p>Poetic detail, moving passions, vocal effects, contrasts of <em>tempo</em>, expressive gestures: Leonarda does ‘act with the hand, act with the heart’. The composer’s hand notates subtle <em>tempo </em>changes, in which the serene movement of the Divine Hand is reflected in the diverse pulse-rates of a lover’s human heart. Violinists’ and continuo-players’ hands give life to instrumental music, a microcosm of heavenly perfection, yet swayed by the human passions of the Four Humours. All this is guided by Tactus and expressed by gestures.</p> <p> </p> <p><a href="https://andrewlawrenceking.com/wp-content/uploads/2020/09/convent-grille.jpg"><img data-attachment-id="3487" data-permalink="https://andrewlawrenceking.com/2020/09/06/isabella-leonarda-400th-anniversary/convent-grille/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2020/09/convent-grille.jpg" data-orig-size="186,271" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Convent grille" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2020/09/convent-grille.jpg?w=186" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2020/09/convent-grille.jpg?w=186" loading="lazy" class="alignnone size-full wp-image-3487" src="https://andrewlawrenceking.com/wp-content/uploads/2020/09/convent-grille.jpg" alt="" width="186" height="271" srcset="https://andrewlawrenceking.com/wp-content/uploads/2020/09/convent-grille.jpg 186w, https://andrewlawrenceking.com/wp-content/uploads/2020/09/convent-grille.jpg?w=103&h=150 103w" sizes="(max-width: 186px) 100vw, 186px" /></a></p> <p> </p> <h2>Invisible music</h2> <p> </p> <p>Nevertheless, all Leonarda’s handiwork – composition, Tactus, instrumental-playing and rhetorical gestures – remained unseen. Hidden from the congregation by the grille that closed nuns off from the world, the woman who simultaneously embodied an ardent lover and a religious mystic communicated <em>energia</em> (the baroque spirit of performance), by the <u>aural</u> Enargeia of detailed text and precise <em>tempo</em>. Unlike an opera or court singer, she ‘moved the passions’ and warmed her listeners’ hearts to love by evoking ‘affections of the soul’ in sensual visions that were entirely imagined, not seen.</p> <p> </p> <p>Invisible to her 17<sup>th</sup>-century listeners, almost unnoticed by musicologists until recently, women’s hands are the heart and soul of Leonarda’s music.<br /><br /><br /><em><a href="https://vaasabaroque.com/play/">Listen here</a></em></p> <p> </p> <p><a href="https://andrewlawrenceking.com/wp-content/uploads/2020/09/17th-century-nun.jpg"><img data-attachment-id="3490" data-permalink="https://andrewlawrenceking.com/2020/09/06/isabella-leonarda-400th-anniversary/17th-century-nun/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2020/09/17th-century-nun.jpg" data-orig-size="200,256" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="17th century nun" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2020/09/17th-century-nun.jpg?w=200" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2020/09/17th-century-nun.jpg?w=200" loading="lazy" class="alignnone size-full wp-image-3490" src="https://andrewlawrenceking.com/wp-content/uploads/2020/09/17th-century-nun.jpg" alt="" width="200" height="256" srcset="https://andrewlawrenceking.com/wp-content/uploads/2020/09/17th-century-nun.jpg 200w, https://andrewlawrenceking.com/wp-content/uploads/2020/09/17th-century-nun.jpg?w=117&h=150 117w" sizes="(max-width: 200px) 100vw, 200px" /></a></p> <p> </p> <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-3480" class="share-facebook sd-button share-icon" href="https://andrewlawrenceking.com/2020/09/06/isabella-leonarda-400th-anniversary/?share=facebook" target="_blank" title="Click to share on Facebook" ><span>Facebook</span></a></li><li class="share-linkedin"><a rel="nofollow noopener noreferrer" data-shared="sharing-linkedin-3480" class="share-linkedin sd-button share-icon" href="https://andrewlawrenceking.com/2020/09/06/isabella-leonarda-400th-anniversary/?share=linkedin" target="_blank" title="Click to share on LinkedIn" ><span>LinkedIn</span></a></li><li class="share-email"><a rel="nofollow noopener noreferrer" data-shared="" class="share-email sd-button share-icon" href="mailto:?subject=%5BShared%20Post%5D%20Isabella%20Leonarda%20400th%20anniversary&body=https%3A%2F%2Fandrewlawrenceking.com%2F2020%2F09%2F06%2Fisabella-leonarda-400th-anniversary%2F&share=email" target="_blank" title="Click to email a link to a friend" data-email-share-error-title="Do you have email set up?" data-email-share-error-text="If you're having problems sharing via email, you might not have email set up for your browser. You may need to create a new email yourself." data-email-share-nonce="71f5ea6fce" data-email-share-track-url="https://andrewlawrenceking.com/2020/09/06/isabella-leonarda-400th-anniversary/?share=email"><span>Email</span></a></li><li class="share-print"><a rel="nofollow noopener noreferrer" data-shared="" class="share-print sd-button share-icon" href="https://andrewlawrenceking.com/2020/09/06/isabella-leonarda-400th-anniversary/" target="_blank" title="Click to print" ><span>Print</span></a></li><li><a href="#" class="sharing-anchor sd-button share-more"><span>More</span></a></li><li class="share-end"></li></ul><div class="sharing-hidden"><div class="inner" style="display: none;width:150px;"><ul style="background-image:none;"><li class="share-twitter"><a rel="nofollow noopener noreferrer" data-shared="sharing-twitter-3480" class="share-twitter sd-button share-icon" href="https://andrewlawrenceking.com/2020/09/06/isabella-leonarda-400th-anniversary/?share=twitter" target="_blank" title="Click to share on Twitter" ><span>Twitter</span></a></li><li class="share-end"></li></ul></div></div></div></div></div><div class='sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded' id='like-post-wrapper-56032818-3480-6748449ee58e2' data-src='//widgets.wp.com/likes/index.html?ver=20241128#blog_id=56032818&post_id=3480&origin=andrewlawrenceking.wordpress.com&obj_id=56032818-3480-6748449ee58e2&domain=andrewlawrenceking.com' data-name='like-post-frame-56032818-3480-6748449ee58e2' data-title='Like or Reblog'><div class='likes-widget-placeholder post-likes-widget-placeholder' style='height: 55px;'><span class='button'><span>Like</span></span> <span class='loading'>Loading...</span></div><span class='sd-text-color'></span><a class='sd-link-color'></a></div></div> </div><!-- .entry-content --> <footer class="entry-meta"> <p class="cat-links taxonomy-links"> Posted in <a href="https://andrewlawrenceking.com/category/continuo/" rel="category tag">Continuo</a>, <a href="https://andrewlawrenceking.com/category/early-harps/" rel="category tag">Early Harps</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/historical-action/" rel="category tag">Historical Action</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/" rel="category tag">History of Emotions</a>, <a href="https://andrewlawrenceking.com/category/introductions/" rel="category tag">Introductions</a>, <a href="https://andrewlawrenceking.com/category/early-harps/italian-baroque-harp/" rel="category tag">Italian baroque harp</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/moving-the-passions/" rel="category tag">Moving the Passions</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/music-and-philosophy/" rel="category tag">Music and Philosophy</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/rhetoric/" rel="category tag">Rhetoric</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/rhythm/" rel="category tag">Rhythm</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/text/" rel="category tag">Text</a> </p> <p class="tag-links taxonomy-links"> Tagged <a href="https://andrewlawrenceking.com/tag/baroque/" rel="tag">baroque</a>, <a href="https://andrewlawrenceking.com/tag/baroque-gesture/" rel="tag">Baroque Gesture</a>, <a href="https://andrewlawrenceking.com/tag/baroque-music/" rel="tag">Baroque Music</a>, <a href="https://andrewlawrenceking.com/tag/continuo/" rel="tag">Continuo</a>, <a href="https://andrewlawrenceking.com/tag/early-harp/" rel="tag">Early Harp</a>, <a href="https://andrewlawrenceking.com/tag/early-music/" rel="tag">Early Music</a>, <a href="https://andrewlawrenceking.com/tag/emotions/" rel="tag">Emotions</a>, <a href="https://andrewlawrenceking.com/tag/hip/" rel="tag">HIP</a>, <a href="https://andrewlawrenceking.com/tag/muovere-gli-affetti/" rel="tag">muovere gli affetti</a>, <a href="https://andrewlawrenceking.com/tag/rhythm/" rel="tag">Rhythm</a>, <a href="https://andrewlawrenceking.com/tag/rubato/" rel="tag">Rubato</a>, <a href="https://andrewlawrenceking.com/tag/seicento/" rel="tag">seicento</a>, <a href="https://andrewlawrenceking.com/tag/tactus/" rel="tag">Tactus</a>, <a href="https://andrewlawrenceking.com/tag/text/" rel="tag">Text</a> </p> <p class="date-link"><a href="https://andrewlawrenceking.com/2020/09/06/isabella-leonarda-400th-anniversary/" title="Permalink to Isabella Leonarda 400th anniversary" rel="bookmark" class="permalink"><span class="month upper">Sep</span><span class="sep">·</span><span class="day lower">06</span></a></p> </footer><!-- #entry-meta --> </article><!-- #post-## --> <article id="post-3350" class="post-3350 post type-post status-publish format-standard hentry category-continuo category-early-harps category-flow category-history-of-emotions category-introductions category-music-dance-swordsmanship category-rhythm category-single-action-harp category-text tag-18th-century tag-baroque-music tag-baroque-opera tag-cousineau tag-cpe-bach tag-early-harp tag-early-music tag-emotions tag-expression tag-flow tag-harp tag-harp-method tag-hip tag-history-of-emotions tag-methode-de-harpe tag-mozart tag-ornamentation tag-ornaments tag-phrasing tag-single-action-harp tag-tactus tag-text"> <header class="entry-header"> <h1 class="entry-title"><a href="https://andrewlawrenceking.com/2020/06/11/baroque-faqs-for-modern-musicians/" rel="bookmark">Baroque FAQs for Modern Musicians</a></h1> <div class="entry-meta"> <span class="byline">Posted by <span class="author vcard"><a class="url fn n" href="https://andrewlawrenceking.com/author/andrewlawrenceking/" title="View all posts by Andrew Lawrence-King" rel="author">Andrew Lawrence-King</a></span></span> </div><!-- .entry-meta --> <p class="comments-link"><a href="https://andrewlawrenceking.com/2020/06/11/baroque-faqs-for-modern-musicians/#respond"><span class="no-reply">0</span></a></p> </header><!-- .entry-header --> <div class="entry-content"> <p>This is the last in a series of articles following up classes on <strong>Early Music on Modern Harps </strong>that I taught this semester for the Guildhall School of Music & Drama, London. Although our case-studies come from harp repertoire, the principles we explored are relevant for any Historically Informed performer. This article could make a useful introduction for <span style="text-decoration:underline;">any</span> modern instrumentalist or singer.</p> <p>Previous articles in the series discuss <a href="https://andrewlawrenceking.com/2020/05/12/tactus-tempo-affekt-historical-principles-online-resources/">Historical Principles & Online Resources</a>, <a href="https://andrewlawrenceking.com/2020/05/19/a-la-recherche-du-tempo-perdu-principles-and-practice-in-baroque-music/">Principles & Practice</a>, <a href="https://andrewlawrenceking.com/2020/05/27/introduction-to-mid-18th-century-ornamentation/">Ornamentation</a> and <a href="https://andrewlawrenceking.com/2020/06/02/vraie-mouvement-introduction-to-french-baroque-dance-music/">Dance Music</a>. Our focus was on the 18th century (specific works by J. S. Bach, Handel, C.P.E. Bach, Mozart) and the principal sources consulted were the three <em>Versuch </em>publications around the middle of the century (Quantz, CPE Bach, Leopold Mozart), the <em>Essai </em>for harp by Meyer, and (back in 1698) Muffat’s remarks on French dance-style in <em>Florilegium Secundum</em>. Links to all of these sources and more, in the previous posts.</p> <p>The questions below were asked by students in the final class, and/or arose from work-in-progress recordings of their baroque pieces that they sent me for private comments. Whereas in previous articles, the agenda was set by the historical priorities of period sources, in this post the questions were posed by today’s students. This is a significant distinction: what we today think is a high priority may not have been so important back then. It’s always good to assess from historical sources how significant your question was, in the dialetic of the period.</p> <p> </p> <blockquote><p>What are Good & Bad notes, are they just loud & soft?</p></blockquote> <p>The concept of <a href="https://andrewlawrenceking.com/2013/09/22/the-good-the-bad-the-early-music-phrase/">Good/Bad notes</a> is fundamental to renaissance and baroque music, and is given a lot of attention in historical sources. The underlying principle is that instrumental music imitates the human voice, playing as if the music had a text. In vocal music, the sung text is of paramount importance. <a href="https://andrewlawrenceking.com/2015/01/25/play-it-again-sam-the-truth-about-caccinis-sprezzatura/">Caccini (1601)</a> writes that Music is “text & rhythm, with sound last of all. And not the other way around”. The structure of each mid-18th-century <em>Versuch </em>is a short introduction to musical fundamentals, followed by a large section on what Early Musicians call “articulation”: how to start a note, how to join or separate notes into short groups. For flute, this articulation is done with tonguing syllables; string instruments do it with bow-strokes; keyboard and harp do it with fingering patterns. This is a high priority question for period writers. See <a href="https://andrewlawrenceking.com/2020/05/19/a-la-recherche-du-tempo-perdu-principles-and-practice-in-baroque-music/">Principles & Practice</a>.</p> <p> </p> <h3>Good & Bad Syllables</h3> <p>Good/Bad notes in music correspond to Good/Bad syllables in speech. In music and in poetics, these syllables are sometimes called Long/Short: Good is Long, Bad is Short. In modern terms, we would say accented and unaccented syllables. In the mediterranean languages, the accented syllable is not hit suddenly on the intial consonant, but gets its accent from a sustained weight on the vowel: this corresponds to Leopold Mozart’s description of a slow start to the bow-stroke, even on a loud note.</p> <p>Thus, baroque violin teachers will often coach modern string-players to use a <span style="text-decoration:underline;">slow</span> bow-stroke where an “accent” is needed. Similarly on the low-tension strings of early harps, a Good note can have a slow finger-movement. This is not so easy to apply to modern harp, where the heavy strings need a certain amount of snap in the finger-action. But imagining that the note has a slow bloom, rather than a percussive attack is already very helpful.</p> <p>Comparing Good/Bad to language gives us the clue that it does not have to be exaggerated: it just has to be the right way around. When we say the word “around”, we do not make a large, or conscious accent on the second syllable. But we would notice immediately if someone accented the first syllable instead. This is what is needed for our Good/Bad notes too.</p> <h3>Good & Bad Beats</h3> <p>During the 18th century, the idea developed of an intrinsic heirarchy of the bar. Today, we learn this in our elementary music education. In common time, beat 1 is strong, beat 2 is weak. Beat 3 is medium-strong, but less than beat 1. Beat 4 is weak, or could be energised as an upbeat. This is the basic shape of Time, although particular pieces will make artistic variations around this underlying structure. The principle extends to sub-divisions of the beats: <strong>ONE</strong> + two + THREE + four + And to the next level of subdivision: <strong>ONE</strong> a + a two a + a THREE a + a four a + a. In 3/4 time: <strong>ONE</strong> a + a two a + a THREE a + a.</p> <p>Good/Bad is definitely <strong>not</strong> forte/piano. But there is something of Long/Short about it, in two inter-related ways: how long is the note, and how long is the time-space it can occupy.</p> <p>If we think about the repeated quavers in the Left Hand of CPE Bach’s Sonata, we could beat Tactus as quaver-down, quaver-up. These gives a pair-wise groove of Good-Bad. Time itself has this groove, so that <strong>ONE </strong>is imperceptibly longer than +. This intrinsic hierarchy of the bar gradually becomes the main focus of 18th-century discussions of Good/Bad, for example in <a href="https://imslp.org/wiki/Anleitung_zum_Clavierspielen_(Marpurg%2C_Friedrich_Wilhelm)">Marpurg (1755)</a>.</p> <h3>Good & Bad Notes</h3> <p>Meanwhile, the notes we play into this grooved Time have a patterning of their own, the <strong>ONE </strong>is definitely a long note and the + is a short note. This relationship between notes was the focus of 17th-century discussion of Good/Bad, for example in Muffat (1698).</p> <p>These two effects combine so that <strong>ONE </strong>is a long note fully occupying a long space; whilst + is a short note only partially occupying what is anyway a shorter space.</p> <p>Quantz gives two ways of counting a slow 3/4, in quavers or in crotchets. If we count in crotchets, the groove is <strong>ONE </strong>two THREE, or Long Passive Short. So the downbeat quaver is a long note in the longest space; beat two has a long passivity; beat three is a long note in a short, actively upbeat space. All the offbeat quavers are short/bad. We could pronounce as a mantra something like the words “<strong>PLAY</strong>er, Silence, BEATer” to get the feeling of the combination of pairwise quavers with triple-metre crotchets.</p> <p>And we need to practise the Left Hand, with any continuo realisation we might add, until this fundamental rhythm is absolutely correct.</p> <p>Whilst it’s easy to grasp the intellectual idea of Good/Bad, it needs lots of practice to acheive it effortlessly and without exaggeration. That practice is training the ears to listen for Good/Bad and to spot any wrong-way-around relationships; and training the fingers to execute the phrasing as if automatically, and at a very subtle level. Ears and fingers must be trained in partnership.</p> <p>A particular case of Good/Bad, and similarly linked to the scansion of poetry, is the idea that the last Good note in a phrase has the <strong>Principal Accent</strong>. Usually, this is not the very last note of the phrase, one or more Bad notes follow. A useful general rule therefore, is that for almost every phrase, the <strong>Last note is short and un-accented</strong>.</p> <p> </p> <blockquote><p>How to create ‘mini-phrases’?</p></blockquote> <p>In Baroque music, long passages of semiquavers are not ‘<em>moto perpetuo</em>‘, but are built-up from many short phrases. CPE Bach calls these <em>Figuren </em>(figures) the most short-term units (say 3 to 5 notes), and <em>Gedanken</em> (thoughts, ideas), perhaps linking two or three <em>Figuren</em>. One passage of semiquavers may contain several <em>Gedanken</em>, each containing several <em>Figuren</em>. Just as in Rhetorical Speech, we need to join together what belongs together, and separate each group of notes from the next group. These words occur very frequently in the <em>Versuch</em>, this is an important concept in this period.</p> <p>Typically, this joining and separating creates rhythmic patterns that are maintained until there is a clear change. But from one unit to the next, even whilst the basic pattern is maintained (i.e. the same number of notes starting with the same relation to the Tactus, on-beat, after the beat, or before the beat) the sequence often continues by contrasts. A legato group is followed by an arpeggio group, a staccato group etc. See <a href="https://andrewlawrenceking.com/2020/05/19/a-la-recherche-du-tempo-perdu-principles-and-practice-in-baroque-music/">Principles & Practice</a>.</p> <p>Useful guide-lines are: “<strong>Last note short</strong>“, “<strong>Breathe after the one</strong>“, “<strong>Stepwise motion ~ legato, jumps ~ staccato</strong>“. A jump can also show the place for a mini-break. The mini-phrases are defined by mini-breaks, often between two successive semiquavers: the Tactus beat in crotchets or minims continues without faltering.</p> <p>If the notes are not whizzing by too quickly, it may be possible to shorten the last note of a mini-phrase by damping, create an actual silence, and start the next mini-phrase with the appropriate Bad or Good articulation.</p> <p>In allegro semiquavers, there will not be time for this. But the separation between one mini-phrase and the next can be communicated with an unaccented last note of the old phrase, a sliver of time for a mini-breath (but without disturbing the Tactus), an energised re-start of the new phrase, and a clear sense of repeating a unit, and of any contrast between the previous unit and the new one.</p> <p> </p> <blockquote><p>What about historical fingering?</p></blockquote> <p>This is another crucial concept for this period. After a short introduction, CPE Bach’s <em>Versuch </em>devotes almost a third of the book, pages 15-50, to fingering.</p> <p>For harps and keyboards, 18th-century fingerings often clarify join/separate: the principle is to move the hand only in the mini-breaks, and keep each mini-phrase ‘in the hand’. This principle is utterly different from the modern concept of fingering, which seeks to make a passage as safe and efficient as possible. On the contrary, historical fingerings introduce deliberate ‘inefficiencies’, in order to <span style="text-decoration:underline;">discourage</span> smooth joining of what is supposed to be separate.</p> <p>In the following examples of harp-fingerings, I apply the principles of historical fingerings (from Meyer 1763 – see <a href="https://andrewlawrenceking.com/2020/05/12/tactus-tempo-affekt-historical-principles-online-resources/">Online Resources</a> – and – specially recommended, and now available free online – <a href="https://imslp.org/wiki/M%C3%A9thode_de_harpe_(Cousineau%2C_Jacques-Georges)">Cousineau 1784</a>) to examples from CPE Bach’s harp <em>Sonata </em>and Mozart’s flute & harp <em>Concerto</em>.</p> <p>[My Cousineau link takes you to the second ‘imperial’ edition, c1803. The Fuzeau facsimile publication states 1784 for the first edition, the US Library of Congress (who have online images of each page) says ‘1786?’ The title pages are undated. At the time of writing, an original second edition was being sold for €1,000]</p> <p>An efficient modern fingering for CPE Bach second movement facilitates joining the third note D to the next G, with a hand-movement before the B [as shown by the square brackets].</p> <p>EXAMPLE 1 CPE Bach</p> <p><a href="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-1.png"><img data-attachment-id="3398" data-permalink="https://andrewlawrenceking.com/2020/06/11/baroque-faqs-for-modern-musicians/faqs-1/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-1.png" data-orig-size="1434,351" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="FAQs 1" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-1.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-1.png?w=440" loading="lazy" class="alignnone size-full wp-image-3398" src="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-1.png" alt="" width="440" height="108" srcset="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-1.png?w=440&h=108 440w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-1.png?w=880&h=216 880w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-1.png?w=150&h=37 150w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-1.png?w=300&h=73 300w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-1.png?w=768&h=188 768w" sizes="(max-width: 440px) 100vw, 440px" /></a></p> <p> </p> <p>The guideline “breathe after the one” would suggest a separation after the D, making three upbeats to the middle of the bar. This is supported by the <em>Figur </em>in the LH, which has three upbeats at the end of the bar. So my historically informed fingering moves the hand “after the one”.</p> <p>EXAMPLE 2 CPE Bach/Cousineau</p> <p><a href="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-02.png"><img data-attachment-id="3399" data-permalink="https://andrewlawrenceking.com/2020/06/11/baroque-faqs-for-modern-musicians/faqs-02/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-02.png" data-orig-size="1400,288" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="FAQs 02" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-02.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-02.png?w=440" loading="lazy" class="alignnone size-full wp-image-3399" src="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-02.png" alt="" width="440" height="91" srcset="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-02.png?w=440&h=91 440w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-02.png?w=880&h=182 880w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-02.png?w=150&h=31 150w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-02.png?w=300&h=62 300w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-02.png?w=768&h=158 768w" sizes="(max-width: 440px) 100vw, 440px" /></a></p> <p> </p> <p>In red, I show the <em>Abzug </em>(phrase-off, <em>forte/</em><em>piano</em>, see below) in the Appoggiatura, recommended by many sources. CPE himself says that it is the most important element. Quantz gives detailed dynamic contrasts for each note within ornaments. Leopold Mozart instructs violinists to <em>hineinschleifen </em>(sneak into, slide into) the main note (<em>piano</em>).</p> <p>After the second appoggiatura, we should also observe the good/bad relationship of F#-G, especially because the ornamented F# is the Principal Accent of the phrase, after which the guideline applies: “last note short, no accent”.</p> <p>For a scale, Meyer gives two alternative fingerings. If there is nothing else afterwards, the standard fingering jumps the thumb to make the long note different from the run of short notes. Notice that within the scale, the hand jumps “after the one”. This is his default fingering. The alternative, more familiar to modern eyes, can be applied when the notes are very fast, but it lacks the detailed phrasing of the default option.</p> <p>EXAMPLE 3 after Meyer & Cousineau</p> <p><a href="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-03-1.png"><img data-attachment-id="3402" data-permalink="https://andrewlawrenceking.com/2020/06/11/baroque-faqs-for-modern-musicians/faqs-03/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-03-1.png" data-orig-size="1367,189" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="FAQs 03" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-03-1.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-03-1.png?w=440" loading="lazy" class="alignnone size-full wp-image-3402" src="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-03-1.png" alt="" width="440" height="61" srcset="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-03-1.png?w=440&h=61 440w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-03-1.png?w=880&h=122 880w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-03-1.png?w=150&h=21 150w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-03-1.png?w=300&h=41 300w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-03-1.png?w=768&h=106 768w" sizes="(max-width: 440px) 100vw, 440px" /></a></p> <p> </p> <p>But the alternative becomes preferable, if the top note is not to be distinguished as ‘different’, but joined into the scale, with a break “after the one”. See Example 4.</p> <p>In this passage from the first movement of the Mozart, the first note of the scale (treble C) is on the beat, so it is a Good. The next note D is also a good. For flautists (after Quantz): “Di diddle”, for – old fashioned – violinists (after Muffat): Down, down-up. (Leopold Mozart would probably apply some interesting slurred bowing). For harp, perhaps 4 4321321 encouraging a separation after the first note; rather than the ‘more efficient’ 4 3214321, which would join irrevocably after the first note.</p> <p>EXAMPLE 4 Mozart</p> <p><a href="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-04-2.png"><img data-attachment-id="3428" data-permalink="https://andrewlawrenceking.com/2020/06/11/baroque-faqs-for-modern-musicians/faqs-04/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-04-2.png" data-orig-size="1436,584" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="FAQs 04" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-04-2.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-04-2.png?w=440" loading="lazy" class="alignnone size-full wp-image-3428" src="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-04-2.png" alt="" width="440" height="179" srcset="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-04-2.png?w=440&h=179 440w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-04-2.png?w=880&h=358 880w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-04-2.png?w=150&h=61 150w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-04-2.png?w=300&h=122 300w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-04-2.png?w=768&h=312 768w" sizes="(max-width: 440px) 100vw, 440px" /></a></p> <p> </p> <p> </p> <p> </p> <p>I have adjusted the beaming. The fingering follows the smallest units of <em>Figuren</em>, and // marks the caesura between one <em>Gedanke </em>and the next.</p> <p>The pattern of “breathe after the one” continues with a caesura after the high a, facilitated by fingering, and similarly after the g in the third bar. But the music imposes a new pattern, also clarified by my historically informed fingering, at the beginning of the last bar. Red f_p shows two more examples of <em>Abzug</em>.</p> <p>Between the 1760s and the 1780s, the standard Good/Bad descending fingering for harp 12323232 (familiar also from 17th-century Spanish harp technique) is gradually superseded by Join/Separate fingerings using all four fingers. You start with the thumb, and the last, lowest four notes get 1234. In between, you use as many fingers as needed for the number of notes you have. So a seven-note descent would be 123 1234.</p> <p>The adjustment takes place at the upper end of the scale, so that the last, lowest notes use all four fingers 1234. This results in a distinctive fingering for a five-note descent, in which you hop the thumb: 1 1234. [Fully-fingered sources feature a LOT of repeated thumb-strokes in this period.]</p> <p> </p> <p>EXAMPLE 5 Mozart/Cousineau</p> <p><a href="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-05-1.png"><img data-attachment-id="3406" data-permalink="https://andrewlawrenceking.com/2020/06/11/baroque-faqs-for-modern-musicians/faqs-05/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-05-1.png" data-orig-size="1397,274" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="FAQs 05" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-05-1.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-05-1.png?w=440" loading="lazy" class="alignnone size-full wp-image-3406" src="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-05-1.png" alt="" width="440" height="86" srcset="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-05-1.png?w=440&h=86 440w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-05-1.png?w=877&h=172 877w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-05-1.png?w=150&h=29 150w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-05-1.png?w=300&h=59 300w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-05-1.png?w=768&h=151 768w" sizes="(max-width: 440px) 100vw, 440px" /></a></p> <p> </p> <p>In Example 5, I apply Cousineau’s (1784) fingering principles to Mozart’s (1778) descending scales in parallel tenths: This fingering encourages “breathe after the one” between the two <em>Figuren </em>of the first bar, shown by my changes to the beaming. The octave leap indicates a stronger “breathe after the one” between two <em>Gedanken</em>, shown by my // caesura mark.</p> <p>It would not be inappropriate to use ‘old-fashioned’ 32 descending fingerings. These would ensure correct Good/Bad relationships, but would leave the player to create Join/Separate between <em>Figuren</em>.</p> <p>EXAMPLE 6 Mozart/Meyer</p> <p><a href="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-06.png"><img data-attachment-id="3407" data-permalink="https://andrewlawrenceking.com/2020/06/11/baroque-faqs-for-modern-musicians/faqs-06/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-06.png" data-orig-size="1395,274" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="FAQs 06" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-06.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-06.png?w=440" loading="lazy" class="alignnone size-full wp-image-3407" src="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-06.png" alt="" width="440" height="86" srcset="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-06.png?w=440&h=86 440w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-06.png?w=876&h=172 876w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-06.png?w=150&h=29 150w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-06.png?w=300&h=59 300w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-06.png?w=768&h=151 768w" sizes="(max-width: 440px) 100vw, 440px" /></a></p> <p>Contrariwise, ‘fashionable’ Cousineau-type fingerings (mentioned as an alternative by Meyer 20 years earlier, so certainly not excluded from Mozart’s <em>Concerto</em>) prioritise Join/Separate, and leave the player to take care of Good/Bad. As Leopold Mozart makes clear in his detailed instructions for varying the pressure from note to note, within a single bow-stroke, 18th-century music requires both Good/Bad <span style="text-decoration:underline;">and</span> Join/Separate.</p> <blockquote><p>What about the Bass?</p></blockquote> <p>Period sources pay great atttention to the continuo bass. The second edition of CPE Bach’s <em>Versuch </em>has an additional and longer book, 355 pages entirely devoted to <em>Generalbass</em>, including a final chapter which extends realisation of a continuo-bass towards improvisation of a free Fantasia.</p> <p>Modern harpists tend to focus on the right-hand melody, viewing the music from the top down. Baroque music is constructed from the bottom upwards: the bass is no mere accompaniment, but rather provides the fundamental framework of rhythm and harmony that defines the structure for the ornamental melody. The heritage of Renaissance polyphony is that music is woven from the strands of individual ‘voices’; each strand has its own integrity, character and logic. The typical texture of Baroque music is the polarisation of treble and bass, i.e. 2-voice polyphony with a continuo-realisation filling-in the mid-range.</p> <p>From the beginning of the Baroque period (Agazzari 1607) to the transition into the Classical (Leopold Mozart 1756), period sources assign to the bass the role of maintaining Tactus. The continuo does not follow the soloist, rather the bass creates a dependable rhythmic structure – like the rhythm section of a jazz-band. As with a jazz-band, it is acceptable for a baroque soloist not to be together with the bass, for the sake of elegant expressiveness around the steady groove: it is <span style="text-decoration:underline;">not</span> acceptable for the groove to falter. See <a href="https://andrewlawrenceking.com/2015/10/12/monteverdi-caccini-jazz/">Monteverdi & Jazz.</a> This is of course the opposite of today’s standard practice, even amongst most Early Music ensembles.</p> <p>Harpists, lutenists and keyboard players must combine the roles of soloist and bass-section in one person. Modern players might need reminding to play the bass more strongly (as an equal partner), and to maintain the bass rhythm in Tactus (whatever technical challenges, complex ornaments, or expressive moments the melody might have).</p> <h3>Flow</h3> <p>My research in Consciousness Studies suggests that the optimal strategy could be to place one’s conscious attention on the bass, focussing on tight connection to the steady Tactus. Assuming sufficient advance practice, the melody can be better left to the unconscious mind, letting the fingers ‘do it for themselves’. Trills, for example, go better when you don’t think about them. Like a hypnotist’s swinging pocket-watch, or a meditation mantra, the constant down-up of Tactus (physically enacted in rehearsal, or imagined in solo performance) entrains the mind into Flow.</p> <p>The paradoxical instruction to “<span style="text-decoration:underline;">Listen</span> more than you play” can help the mind find that state of consciousness where mindful Observing facilitates ‘personal best’ performance, without a conscious sense of Doing. In baroque music, you can achieve this by “being the continuo-player”, <span style="text-decoration:underline;">creating</span> the rhythm whilst <span style="text-decoration:underline;">listening to</span> the solo (even though, you are actually playing that solo yourself).</p> <p>Imagining, or even physically beating, a complete Tactus (down-up) to start yourself off (i.e. give yourself “a bar for nothing”) is an excellent way to connect yourself to the power of Tactus, to the Music of the Spheres, as you start to play.</p> <p> </p> <blockquote><p>What to do with Long Trills?</p></blockquote> <p>In a word, practise. Long trills are described in detail in all the mid-18th-century sources under discussion here. Harp sources admit that they are difficult, and they are more difficult still on modern harp.</p> <p>So practise. Practise trills non-metrically, with a long appoggiatura, and then repercussions accelerating from slow to fast and all the way into the final turn and last note.</p> <p>Then practise this beautifully shaped trill, whilst playing a simple bass in crotchets. The bass maintains Tactus, the trill is not aligned note-for-note with the bass, but you find the last note simultaneously. If the trill is long enough, combine it with <em>messa di voce</em>. But don’t try to be super-loud whilst trilling, and don’t try for too many reiterations. Shapeliness in the trill, and Tactus in the bass, are the priorities.</p> <p> </p> <p><div data-shortcode="caption" id="attachment_119" style="width: 450px" class="wp-caption alignnone"><a href="https://andrewlawrenceking.com/wp-content/uploads/2013/09/cpe-bach-adolph_menzel_-_flc3b6tenkonzert_friedrichs_des_groc39fen_in_sanssouci.jpg"><img aria-describedby="caption-attachment-119" data-attachment-id="119" data-permalink="https://andrewlawrenceking.com/2013/09/19/single-action-harp-making-sensibility-of-the-methodes/cpe-bach-adolph_menzel_-_flotenkonzert_friedrichs_des_grosen_in_sanssouci/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2013/09/cpe-bach-adolph_menzel_-_flc3b6tenkonzert_friedrichs_des_groc39fen_in_sanssouci.jpg" data-orig-size="800,549" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":""}" data-image-title="CPE Bach Adolph_Menzel_-_Flötenkonzert_Friedrichs_des_Großen_in_Sanssouci" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2013/09/cpe-bach-adolph_menzel_-_flc3b6tenkonzert_friedrichs_des_groc39fen_in_sanssouci.jpg?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2013/09/cpe-bach-adolph_menzel_-_flc3b6tenkonzert_friedrichs_des_groc39fen_in_sanssouci.jpg?w=440" loading="lazy" class="wp-image-119 size-full" src="https://andrewlawrenceking.com/wp-content/uploads/2013/09/cpe-bach-adolph_menzel_-_flc3b6tenkonzert_friedrichs_des_groc39fen_in_sanssouci.jpg" alt="" width="440" height="302" srcset="https://andrewlawrenceking.com/wp-content/uploads/2013/09/cpe-bach-adolph_menzel_-_flc3b6tenkonzert_friedrichs_des_groc39fen_in_sanssouci.jpg?w=440&h=302 440w, https://andrewlawrenceking.com/wp-content/uploads/2013/09/cpe-bach-adolph_menzel_-_flc3b6tenkonzert_friedrichs_des_groc39fen_in_sanssouci.jpg?w=150&h=103 150w, https://andrewlawrenceking.com/wp-content/uploads/2013/09/cpe-bach-adolph_menzel_-_flc3b6tenkonzert_friedrichs_des_groc39fen_in_sanssouci.jpg?w=300&h=206 300w, https://andrewlawrenceking.com/wp-content/uploads/2013/09/cpe-bach-adolph_menzel_-_flc3b6tenkonzert_friedrichs_des_groc39fen_in_sanssouci.jpg?w=768&h=527 768w, https://andrewlawrenceking.com/wp-content/uploads/2013/09/cpe-bach-adolph_menzel_-_flc3b6tenkonzert_friedrichs_des_groc39fen_in_sanssouci.jpg 800w" sizes="(max-width: 440px) 100vw, 440px" /></a><p id="caption-attachment-119" class="wp-caption-text">Frederick the Great plays a flute concerto in Sans Souci Palace. CPE Bach accompanies at the harpsichord, Quantz looks on at his pupil’s performance.</p></div></p> <p> </p> <p> </p> <blockquote><p>What is <em>Abzug</em>?</p></blockquote> <p>This is another central concept in period discourse about ornamentation. Literally “pulling off”, <em>Abzug </em>is the <em>forte</em>/<em>piano </em>contrast between an appoggiatura and its main note.</p> <p>Leopold Mozart describes it as sliding into, sneaking into the main note (see the music examples above). Quantz describes a slight swelling of the sound on the ornamental note (so <span style="text-decoration:underline;">not</span> an aggressive attack, but a slow-blooming sound; for violin a slow bow-stroke), with a smooth, soft transition into the main note.</p> <p>On lute, one could literally “pull-off” from the fingerboard with a left-hand finger, in order to play the main note without any plucking action of the right hand. On harp, we can imitate this with a slow but firm finger-movement on the ornamental note, and a very passive action on the main (second) note, avoiding any articulate start-noise whatsoever.</p> <p>Practise it.</p> <p>The same <em>forte</em>/<em>piano </em>effect is needed every time from dissonance to resolution, as well as for <span style="text-decoration:underline;">any</span> melodic moment with a pair of notes that function like a written-out appoggiatura. In the first music example above, as well as the <em>Abzüge</em> marked in red for explicit appoggiaturas, a subtle version of the effect is needed in the second bar on the high c-b, a-g, and (especially) f#-e pairs, and on the b-a pair at the end of the previous bar.</p> <p>You need <em>Abzug </em>again and again. CPE Bach considers this the most important element of ornamentation. Indeed, the entire repertoire of the <em>Empfindsamkeit </em>period is characterised by the sensitive gesture of <em>Abzug:</em> every piece is full of opportunities to apply it. A missed <em>Abzug </em>is like marching into San Souci Palace in your muddy boots – you have just trampled on what should have been an occasion for the most elegant sophistication.</p> <p> </p> <p><div data-shortcode="caption" id="attachment_3374" style="width: 810px" class="wp-caption alignnone"><a href="https://andrewlawrenceking.com/wp-content/uploads/2020/06/muddy-boots.jpg"><img aria-describedby="caption-attachment-3374" data-attachment-id="3374" data-permalink="https://andrewlawrenceking.com/2020/06/11/baroque-faqs-for-modern-musicians/muddy-boots/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/muddy-boots.jpg" data-orig-size="800,600" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Muddy boots" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/muddy-boots.jpg?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/muddy-boots.jpg?w=440" loading="lazy" class="wp-image-3374 size-full" src="https://andrewlawrenceking.com/wp-content/uploads/2020/06/muddy-boots.jpg" alt="" width="800" height="600" srcset="https://andrewlawrenceking.com/wp-content/uploads/2020/06/muddy-boots.jpg 800w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/muddy-boots.jpg?w=150&h=113 150w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/muddy-boots.jpg?w=300&h=225 300w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/muddy-boots.jpg?w=768&h=576 768w" sizes="(max-width: 800px) 100vw, 800px" /></a><p id="caption-attachment-3374" class="wp-caption-text">Don’t forget to pull them off!</p></div></p> <p> </p> <blockquote><p>Appoggiatura onto a Triplet?</p></blockquote> <p>The standard rule is that the appoggiatura takes half of the value of the written note (two-thirds, if the written note is dotted). So the realisation of an appoggiatura onto a triplet divides the first note in half. But the more important element is – all together now: the <em>Abzug. </em>The appoggiatura itself needs a slow bloom, and the written note is soft; the remaining two notes of the triplet should be light, since they are Bad notes. It should sound like “Play-a Trip-let”, not “Da doo-ron-ron”!</p> <p> </p> <p>EXAMPLE 7 CPE Bach</p> <p><a href="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-07-1.png"><img data-attachment-id="3412" data-permalink="https://andrewlawrenceking.com/2020/06/11/baroque-faqs-for-modern-musicians/faqs-07/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-07-1.png" data-orig-size="1377,275" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="FAQs 07" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-07-1.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-07-1.png?w=440" loading="lazy" class="alignnone size-full wp-image-3412" src="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-07-1.png" alt="" width="440" height="88" srcset="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-07-1.png?w=440&h=88 440w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-07-1.png?w=880&h=176 880w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-07-1.png?w=150&h=30 150w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-07-1.png?w=300&h=60 300w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-07-1.png?w=768&h=153 768w" sizes="(max-width: 440px) 100vw, 440px" /></a></p> <p> </p> <p>The (appropriate) tendency to lengthen the appoggiatura results in a rhythm that approaches the sound of a quadruplet, though still with the first note louder and slurred to the second. Some sources recommend this quadruplet realisation, others condemn it. Best practice is probably to keep some semblance of a triplet, but with a nice long appoggiatura and plenty of <em>Abzug</em>.</p> <blockquote><p> </p> <p>How to play a Short Trill?</p></blockquote> <p>There are lots of short trills in this repertoire, and longer or turned trills can legimately be simplified into short trills. So it’s a significant element of the style and a most useful skill to acquire.</p> <p>The historical fingering is 2311, and the <em>Abzug </em>requires a decrescendo from first note to last. CPE Bach recommends you to <em>schnellern </em>(quicken, enliven) the first note, to make the ornament crisp and light. It should sound like “<strong>Tick</strong>le my toes!” and not “before the <strong>beat</strong>“.</p> <p>EXAMPLE 8 Short Trill</p> <p><a href="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-08-1.png"><img data-attachment-id="3411" data-permalink="https://andrewlawrenceking.com/2020/06/11/baroque-faqs-for-modern-musicians/faqs-08/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-08-1.png" data-orig-size="1364,200" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="FAQs 08" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-08-1.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-08-1.png?w=440" loading="lazy" class="alignnone size-full wp-image-3411" src="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-08-1.png" alt="" width="440" height="65" srcset="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-08-1.png?w=440&h=65 440w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-08-1.png?w=880&h=130 880w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-08-1.png?w=150&h=22 150w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-08-1.png?w=300&h=44 300w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-08-1.png?w=768&h=113 768w" sizes="(max-width: 440px) 100vw, 440px" /></a></p> <p> </p> <h3>Short Trills in Mozart</h3> <p>Practise this until you can fire off a whole chain of ‘flying short trills’ as <a href="https://imslp.org/wiki/Nouvelle_m%C3%A9thode_pour_apprendre_%C3%A0_jouer_de_la_harpe_(Genlis,_F%C3%A9licit%C3%A9_de)">Genlis (1802)</a> teaches and Mozart requires. [The link is to the second edition of 1811].</p> <p> </p> <p><a href="https://andrewlawrenceking.com/wp-content/uploads/2020/06/genlis-cadences-jettc3a9es.png"><img data-attachment-id="3380" data-permalink="https://andrewlawrenceking.com/2020/06/11/baroque-faqs-for-modern-musicians/genlis-cadences-jettees/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/genlis-cadences-jettc3a9es.png" data-orig-size="560,110" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Genlis cadences jettées" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/genlis-cadences-jettc3a9es.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/genlis-cadences-jettc3a9es.png?w=440" loading="lazy" class="alignnone size-full wp-image-3380" src="https://andrewlawrenceking.com/wp-content/uploads/2020/06/genlis-cadences-jettc3a9es.png" alt="" width="440" height="86" srcset="https://andrewlawrenceking.com/wp-content/uploads/2020/06/genlis-cadences-jettc3a9es.png?w=440&h=86 440w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/genlis-cadences-jettc3a9es.png?w=150&h=29 150w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/genlis-cadences-jettc3a9es.png?w=300&h=59 300w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/genlis-cadences-jettc3a9es.png 560w" sizes="(max-width: 440px) 100vw, 440px" /></a></p> <p>Genlis’ second example (above) is <span style="text-decoration:underline;">not</span> a realisation of the first example, but a preliminary exercise for those ‘flying trills’, at half speed and with extra time between each <em>Figur</em>.</p> <p>As Genlis explains: ‘the two slurred notes are done by sliding the thumb on these two strings’. What I deduce from the third thumb stroke that follows each time (where one might have expected finger 2), is that after the two slurred notes, the sliding thumb comes to rest against the next string (continuing the movement onto the next string helps the slide flow nicely). At this point the exercise takes extra time, to teach you to apply a caesura here, before starting the next <em>Figur</em>. When you do restart, your thumb is already placed on the string you are going to need.</p> <p>For the real thing, the full speed ‘flying trills’, each <em>Figur </em>starts with an upbeat, continuing the pattern of the first two notes. As one would expect from Muffat and others, the trills are on the Good notes – this is confirmed at the end of the sequence.</p> <p>EXAMPLE 9 Genlis/ALK<br /> <a href="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-09.png"><img data-attachment-id="3413" data-permalink="https://andrewlawrenceking.com/2020/06/11/baroque-faqs-for-modern-musicians/faqs-09/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-09.png" data-orig-size="1361,190" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="FAQs 09" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-09.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-09.png?w=440" loading="lazy" class="alignnone size-full wp-image-3413" src="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-09.png" alt="" width="440" height="61" srcset="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-09.png?w=440&h=61 440w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-09.png?w=874&h=122 874w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-09.png?w=150&h=21 150w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-09.png?w=300&h=42 300w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-09.png?w=768&h=107 768w" sizes="(max-width: 440px) 100vw, 440px" /></a></p> <p> </p> <p>Mozart introduces his flying trills with a preliminary longer trill, turned so that its <em>Figur </em>ends on the second (crotchet) beat of the bar. The autograph staccato on this d indicates “Last note short”, allowing you to “Breathe after the one”. The staccato on the following c indicates it is an upbeat, and the <em>Gedanke </em>is now Genlis-style flying trills, each <em>Figur</em> having an upbeat to a Good-note trill.</p> <p>EXAMPLE 10 Mozart/Genlis</p> <p><a href="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-10.png"><img data-attachment-id="3414" data-permalink="https://andrewlawrenceking.com/2020/06/11/baroque-faqs-for-modern-musicians/faqs-10/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-10.png" data-orig-size="1381,306" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="FAQs 10" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-10.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-10.png?w=440" loading="lazy" class="alignnone size-full wp-image-3414" src="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-10.png" alt="" width="440" height="97" srcset="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-10.png?w=440&h=97 440w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-10.png?w=876&h=194 876w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-10.png?w=150&h=33 150w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-10.png?w=300&h=66 300w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-10.png?w=768&h=170 768w" sizes="(max-width: 440px) 100vw, 440px" /></a></p> <p>This upbeat pattern continues into the next bar, which has rapid Alberti 64 harmonies in the left hand and bold downward leaps in the right (first you must “breathe after the one”), leading to a whole bar Long Trill over the same rapid Alberti pattern, now on the dominant seventh.</p> <p>All these fireworks signal the end of the movement. After this comes the improvised cadenza (Quantz’s <em>Easy and Fundamental Instructions</em> show how 2 players can improvise together) and final tutti.</p> <p> </p> <h3>Short Trills in Handel</h3> <p>There is a tricky short trill on a dotted note in the Handel <em>Concerto. </em>Although it is difficult to execute this correctly in the time available, it should start with upper auxiliary (not the main note) <span style="text-decoration:underline;">on</span> the beat (not before), so that the complete <em>Figur </em>has the crisp sound of a demanding publisher: “Prrrint today!” [the rolled r represents the repercussions of the trill] and not a lazy: “What about next week?”.</p> <p> </p> <p>EXAMPLE 11 Handel</p> <p><a href="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-11.png"><img data-attachment-id="3415" data-permalink="https://andrewlawrenceking.com/2020/06/11/baroque-faqs-for-modern-musicians/faqs-11/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-11.png" data-orig-size="1393,539" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="FAQs 11" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-11.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-11.png?w=440" loading="lazy" class="alignnone size-full wp-image-3415" src="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-11.png" alt="" width="440" height="170" srcset="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-11.png?w=440&h=170 440w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-11.png?w=880&h=340 880w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-11.png?w=150&h=58 150w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-11.png?w=300&h=116 300w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-11.png?w=768&h=297 768w" sizes="(max-width: 440px) 100vw, 440px" /></a></p> <blockquote><p> </p> <p>How should I damp?</p></blockquote> <p>This is a harp-specific question, and is discussed in several period Harp treatises, but with insufficient detail. The suggestions below are based on my personal experience.</p> <p>For modern harpists, you might first consider threading a strip of felt through the very lowest strings – you don’t actually play these in Baroque pieces, and it might be better to lose the excessive resonance that they add.</p> <p>Second, learn the Baroque way to damp by having your finger (and/or thumb) return to the string after playing (same finger, same string). This allows you to damp specific notes really quickly, rather than moving both hands to cuddle the strings and damp the whole instrument, which is very slow. You can damp individual notes or entire chords, in either hand.</p> <p>Sometimes you can add rhythmic energy by damping where a rest is written on the beat. Damp crisply, precisely on the beat, even get some percussive noise from your fingers contacting the sounding strings.</p> <p> </p> <p>EXAMPLE 12 Handel</p> <p><a href="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-12-1.png"><img data-attachment-id="3417" data-permalink="https://andrewlawrenceking.com/2020/06/11/baroque-faqs-for-modern-musicians/faqs-12/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-12-1.png" data-orig-size="1386,278" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="FAQs 12" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-12-1.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-12-1.png?w=440" loading="lazy" class="alignnone size-full wp-image-3417" src="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-12-1.png" alt="" width="440" height="88" srcset="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-12-1.png?w=440&h=88 440w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-12-1.png?w=877&h=176 877w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-12-1.png?w=150&h=30 150w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-12-1.png?w=300&h=60 300w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-12-1.png?w=768&h=154 768w" sizes="(max-width: 440px) 100vw, 440px" /></a></p> <p> </p> <p>Sometimes you need to damp to control bass resonance. If you damp between each note and the next, you produce a staccato effect: this would not be the optimum phrasing for movement by step.</p> <p>But if you play, play the next note and then quickly damp the previous one, you produce a strong effect of legato.</p> <p>You can mix these two ways to damp [legato, staccato] in order to create legato pairs, each pair separated from the next. This long-short sound is appropriate for Good/Bad.</p> <p>EXAMPLE 13 Handel</p> <p><a href="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-13.png"><img data-attachment-id="3418" data-permalink="https://andrewlawrenceking.com/2020/06/11/baroque-faqs-for-modern-musicians/faqs-13/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-13.png" data-orig-size="1382,509" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="FAQs 13" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-13.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-13.png?w=440" loading="lazy" class="alignnone size-full wp-image-3418" src="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-13.png" alt="" width="440" height="162" srcset="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-13.png?w=440&h=162 440w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-13.png?w=880&h=324 880w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-13.png?w=150&h=55 150w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-13.png?w=300&h=110 300w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-13.png?w=768&h=283 768w" sizes="(max-width: 440px) 100vw, 440px" /></a></p> <p>The last note of any phrase could be damped, to make it short. If you play it without accent (as you nearly always should), the damping will be less abrupt, and might not even be necessary.</p> <p>Any upbeat could be damped to create a “silence of articulation”, this throws the accent onto the <span style="text-decoration:underline;">next</span> note.</p> <p>Often you will need to damp to clarify a rising melody in the bass. This frequently applies at perfect cadences, if the dominant rises to the tonic; but it can also occur at the beginning of the phrase.</p> <p>The bass cadence with an octave leap on the dominant implies staccati for that octave leap.</p> <p>In every instance, you can adjust the damping [legato or staccato, and how much] to produce the most appropriate phrasing.</p> <p>EXAMPLE 14 Handel</p> <p><a href="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-14.png"><img data-attachment-id="3419" data-permalink="https://andrewlawrenceking.com/2020/06/11/baroque-faqs-for-modern-musicians/faqs-14/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-14.png" data-orig-size="1378,514" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="FAQs 14" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-14.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-14.png?w=440" loading="lazy" class="alignnone size-full wp-image-3419" src="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-14.png" alt="" width="440" height="164" srcset="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-14.png?w=440&h=164 440w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-14.png?w=880&h=328 880w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-14.png?w=150&h=56 150w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-14.png?w=300&h=112 300w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-14.png?w=768&h=286 768w" sizes="(max-width: 440px) 100vw, 440px" /></a></p> <p>Combining all these techniques results in a <span style="text-decoration:underline;">LOT</span> of damping, subtly adjusted, for various desired results. Such frequent damping is supported by the (limited) historical information available. The greater resonance of the modern instrument makes damping even more necessary than on baroque harp.</p> <p>Damping with the left hand can establish the “groove” of a dance, or a dance-like movement. In the third movement of the Handel <em>Concerto</em>, the groove is the reverse triple metre, short-long, quaver-crotchet. You can make this energetic and clear by playing the downbeat strong and damping crisply, to produce a repeating groove effect that sounds like the words “Short Phrases”.</p> <p>Notice how the semiquavers create a <em>Figur </em>across the bar-line, “breathe after the one”: both hands have a short note in the long space of the downbeat, but for different reasons.</p> <p>EXAMPLE 15 Handel</p> <p><a href="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-15.png"><img data-attachment-id="3420" data-permalink="https://andrewlawrenceking.com/2020/06/11/baroque-faqs-for-modern-musicians/faqs-15/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-15.png" data-orig-size="1390,274" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="FAQs 15" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-15.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-15.png?w=440" loading="lazy" class="alignnone size-full wp-image-3420" src="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-15.png" alt="" width="440" height="87" srcset="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-15.png?w=440&h=87 440w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-15.png?w=880&h=174 880w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-15.png?w=150&h=30 150w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-15.png?w=300&h=59 300w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-15.png?w=768&h=151 768w" sizes="(max-width: 440px) 100vw, 440px" /></a></p> <p>All this takes practice. You need to train your ears and hands simultaneously, to hear the need for, and effect of damping, and to create the effects you want.</p> <blockquote><p> </p> <p>How to simplify Ornaments?</p></blockquote> <p>Period sources recognise that it is harder to play trills on harp, than on harpsichord. It’s even harder on modern harp than on baroque instruments. So it can be a great help to simplify ornaments. Certainly, it is better to simplify the composer’s ornament, than to omit it, to play it wrongly, to play the wrong type of ornament, or (heaven forbid!) to play an ornament without <em>Abzug</em>.</p> <p>In place of a long trill with initial appoggiatura and final turn, you can make things easier for yourself with these three steps (in this order of application):</p> <ol> <li>Reduce the number of reiterations of the trill.</li> <li>Omit the final turn</li> <li>Omit the initial appoggiatura</li> </ol> <p>If you needed to apply all three three steps, you will be left with a Short Trill, and you should have practised this sufficiently to be confident in it for any eventuality.</p> <p>If you are really under pressure, you can convert a turned Trill into a simple Turn (upper auxilary, main-note, lower-auxiliary, main-note). Make the first (upper) note long and remember the <em>Abzug.</em></p> <p>It’s not so good to change a Short Trill into a simple Appoggiatura, because the Short Trill is meant to sound lively and brilliant, whereas the Appoggiatura should melt, languishing. A Turn could be a better solution: there are still four notes to play, but the fingers can manage them faster. For a fast Turn, try 1231, which should come out crisper than 1232.</p> <blockquote><p> </p> <p>How does Continuo-experience help one’s Solo-playing?</p></blockquote> <p>The great harpsichordists and composers of the baroque were also expert continuo-players: JS and CPE Bach lead the way!</p> <p>The best way to progress rapidly as a harpist or keyboard-player studying baroque repertoire is first to acquire basic continuo skills. Playing in ensembles will inform your ears and mind, with the opportunity to hear the same fundamental principles applied in subtly different ways by different instruments and voices. Ensemble-playing also provides an energetic group dynamic and a supportive social group, and gives access to exciting large-scale projects. Don’t miss the chance to play in a baroque opera or orchestra.</p> <p>As a continuo-player, you can adjust realisation to your (gradually increasing) level of skill, contributing something useful right from the start, without needing to be exposed as a soloist until you are ready.</p> <p>For harpists, a single-action harp is likely to be accepted by HIP training-ensembles, even in 17th-century repertoire, and for a modern player presents less of a barrier to immediate gratification: double and triple harps are more challenging. It is to be hoped that an open-minded training ensemble would admit a keen student even on modern harp, either as a stepping stone towards baroque harp, or as a way to gather experience for solo-playing on the modern instrument.</p> <p>The experience of playing continuo will transform your view of the role of your left hand. And the continuo-player’s view of ensemble music, from the bottom upwards, is the best approach to baroque solo-playing.</p> <p>Familiarity with figured and un-figured basses will consolidate your understanding of baroque harmony, and help you recognise the character of dissonances and sequences: the excitement of rising 5 6, the subtleties 6 5 and 5b dissonances, the sweet melancholy of chains of 7s.</p> <p>EXAMPLE 16 Handel</p> <p><a href="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-16.png"><img data-attachment-id="3421" data-permalink="https://andrewlawrenceking.com/2020/06/11/baroque-faqs-for-modern-musicians/faqs-16/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-16.png" data-orig-size="1458,841" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="FAQs 16" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-16.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-16.png?w=440" loading="lazy" class="alignnone size-full wp-image-3421" src="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-16.png" alt="" width="440" height="254" srcset="https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-16.png?w=440&h=254 440w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-16.png?w=880&h=508 880w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-16.png?w=150&h=87 150w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-16.png?w=300&h=173 300w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/faqs-16.png?w=768&h=443 768w" sizes="(max-width: 440px) 100vw, 440px" /></a></p> <p> </p> <blockquote><p>How can I give my performance more clarity and more character?</p></blockquote> <p>See above: Tactus, Good/Bad, Join/Separate.</p> <p>For harpists: damping. For modern harpists, a basic position somewhat <em>près de la table</em>: for baroque harps, this position is standard.</p> <p>For anyone: “Long notes long, short notes short”, and “Last note short, no-accent”. Ornaments <span style="text-decoration:underline;">on</span> the beat. Contrast one <em>Figur </em>with the next.</p> <blockquote><p> </p> <p>How can I make my performance more expressive?</p></blockquote> <p>See above. Sensitise yourself to the flavour of each dissonance, and show the tension-release of each dissonance-resolution.</p> <p>For harpists, move your fingers down, even more <em>près de la table</em>, for a dissonance, and up (higher than normal) for resolution. A basic position somewhat <em>près de la table </em>results in small changes down or up making a big difference to tone-colour.</p> <p>Apply <em>Abzug </em>to appoggiaturas. Search for the particular character of each <em>Figur</em>.</p> <blockquote><p> </p> <p>Should I play marked Repeats?</p></blockquote> <p>Yes.</p> <p> </p> <blockquote><p>Should I add Rallentando?</p></blockquote> <p>No.</p> <p>Muffat and Leopold Mozart clearly state that the same tempo should be maintained from beginning to end. There <span style="text-decoration:underline;">is</span> historical evidence for rallentando, but not in dance-music, and perhaps only when it is specifically notated. It tends to occur where the note values get smaller and smaller at the end of a section; or where there is a final cadence after a silence (e.g. Hallelujah Chorus). Meanwhile, Leopold says simply, keep exactly the same tempo from beginning to end.</p> <p>Remember, “what everyone does today” and “my favourite CD” are <strong>NOT</strong> historical evidence. Leopold Mozart is.</p> <p>If you are keen to add rallentando, find a source to support your wish. [Student challenge!] But… also beware of the temptation to look into the sources to support a decision you have already taken. A better strategy is to read the sources with an open-mind, and then decide. If you read the whole of Leopold Mozart, you will have plenty to think about and apply, before you need to go looking for another source in order to explore exceptional cases and outlier opinions.</p> <p> </p> <h2>Summary</h2> <p>18th-century style calls for a enormous amount of short-term detail, many contrasted <em>Figuren,</em> many presentations of dissonance-resolution, and many, many <em>Abzüge</em>. All the while, you maintain the groove of steady Tactus in the bass.</p> <p>Harpists: see my article on <a href="https://andrewlawrenceking.com/2013/09/19/single-action-harp-making-sensibility-of-the-methodes/"><em>Empfindsamkeit</em> and Single Action harp</a>.</p> <p>Historically Informed Performance is not what I say, not what Early Musicians do today, not what you hear on CDs, but performance <strong>based on historical information</strong>. Use IMSLP to get original scores, and use the mighty <em>Ver</em><em>such </em>publications as reference books to answer your performance practice questions. Harpists: read Meyer, Cousineau and (for elite soloist-level skills) Genlis.</p> <p>Try to establish a habit of <span style="text-decoration:underline;">checking</span> what you are told (including what you have read here!), and checking your own assumptions. The state of knowlege advances when someone has the courage to question the status quo.</p> <p>Dare to be different!</p> <p> </p> <p><a href="https://andrewlawrenceking.com/wp-content/uploads/2020/06/bach-the-masters-voice.png"><img data-attachment-id="3394" data-permalink="https://andrewlawrenceking.com/2020/06/11/baroque-faqs-for-modern-musicians/bach-the-masters-voice/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/bach-the-masters-voice.png" data-orig-size="365,163" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Bach The masters voice" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/bach-the-masters-voice.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/bach-the-masters-voice.png?w=365" loading="lazy" class="alignnone size-full wp-image-3394" src="https://andrewlawrenceking.com/wp-content/uploads/2020/06/bach-the-masters-voice.png" alt="" width="365" height="163" srcset="https://andrewlawrenceking.com/wp-content/uploads/2020/06/bach-the-masters-voice.png 365w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/bach-the-masters-voice.png?w=150&h=67 150w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/bach-the-masters-voice.png?w=300&h=134 300w" sizes="(max-width: 365px) 100vw, 365px" /></a></p> <p> </p> <p> </p> <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-3350" class="share-facebook sd-button share-icon" href="https://andrewlawrenceking.com/2020/06/11/baroque-faqs-for-modern-musicians/?share=facebook" target="_blank" title="Click to share on Facebook" ><span>Facebook</span></a></li><li class="share-linkedin"><a rel="nofollow noopener noreferrer" data-shared="sharing-linkedin-3350" class="share-linkedin sd-button share-icon" href="https://andrewlawrenceking.com/2020/06/11/baroque-faqs-for-modern-musicians/?share=linkedin" target="_blank" title="Click to share on LinkedIn" ><span>LinkedIn</span></a></li><li class="share-email"><a rel="nofollow noopener noreferrer" data-shared="" class="share-email sd-button share-icon" href="mailto:?subject=%5BShared%20Post%5D%20Baroque%20FAQs%20for%20Modern%20Musicians&body=https%3A%2F%2Fandrewlawrenceking.com%2F2020%2F06%2F11%2Fbaroque-faqs-for-modern-musicians%2F&share=email" target="_blank" title="Click to email a link to a friend" data-email-share-error-title="Do you have email set up?" data-email-share-error-text="If you're having problems sharing via email, you might not have email set up for your browser. You may need to create a new email yourself." data-email-share-nonce="7e0d9e1f6f" data-email-share-track-url="https://andrewlawrenceking.com/2020/06/11/baroque-faqs-for-modern-musicians/?share=email"><span>Email</span></a></li><li class="share-print"><a rel="nofollow noopener noreferrer" data-shared="" class="share-print sd-button share-icon" href="https://andrewlawrenceking.com/2020/06/11/baroque-faqs-for-modern-musicians/" target="_blank" title="Click to print" ><span>Print</span></a></li><li><a href="#" class="sharing-anchor sd-button share-more"><span>More</span></a></li><li class="share-end"></li></ul><div class="sharing-hidden"><div class="inner" style="display: none;width:150px;"><ul style="background-image:none;"><li class="share-twitter"><a rel="nofollow noopener noreferrer" data-shared="sharing-twitter-3350" class="share-twitter sd-button share-icon" href="https://andrewlawrenceking.com/2020/06/11/baroque-faqs-for-modern-musicians/?share=twitter" target="_blank" title="Click to share on Twitter" ><span>Twitter</span></a></li><li class="share-end"></li></ul></div></div></div></div></div><div class='sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded' id='like-post-wrapper-56032818-3350-6748449eefc29' data-src='//widgets.wp.com/likes/index.html?ver=20241128#blog_id=56032818&post_id=3350&origin=andrewlawrenceking.wordpress.com&obj_id=56032818-3350-6748449eefc29&domain=andrewlawrenceking.com' data-name='like-post-frame-56032818-3350-6748449eefc29' data-title='Like or Reblog'><div class='likes-widget-placeholder post-likes-widget-placeholder' style='height: 55px;'><span class='button'><span>Like</span></span> <span class='loading'>Loading...</span></div><span class='sd-text-color'></span><a class='sd-link-color'></a></div></div> </div><!-- .entry-content --> <footer class="entry-meta"> <p class="cat-links taxonomy-links"> Posted in <a href="https://andrewlawrenceking.com/category/continuo/" rel="category tag">Continuo</a>, <a href="https://andrewlawrenceking.com/category/early-harps/" rel="category tag">Early Harps</a>, <a href="https://andrewlawrenceking.com/category/dream-theory/flow/" rel="category tag">Flow</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/" rel="category tag">History of Emotions</a>, <a href="https://andrewlawrenceking.com/category/introductions/" rel="category tag">Introductions</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/music-dance-swordsmanship/" rel="category tag">Music, Dance & Swordsmanship</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/rhythm/" rel="category tag">Rhythm</a>, <a href="https://andrewlawrenceking.com/category/early-harps/single-action-harp/" rel="category tag">Single Action Harp</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/text/" rel="category tag">Text</a> </p> <p class="tag-links taxonomy-links"> Tagged <a href="https://andrewlawrenceking.com/tag/18th-century/" rel="tag">18th century</a>, <a href="https://andrewlawrenceking.com/tag/baroque-music/" rel="tag">Baroque Music</a>, <a href="https://andrewlawrenceking.com/tag/baroque-opera/" rel="tag">Baroque Opera</a>, <a href="https://andrewlawrenceking.com/tag/cousineau/" rel="tag">Cousineau</a>, <a href="https://andrewlawrenceking.com/tag/cpe-bach/" rel="tag">CPE Bach</a>, <a href="https://andrewlawrenceking.com/tag/early-harp/" rel="tag">Early Harp</a>, <a href="https://andrewlawrenceking.com/tag/early-music/" rel="tag">Early Music</a>, <a href="https://andrewlawrenceking.com/tag/emotions/" rel="tag">Emotions</a>, <a href="https://andrewlawrenceking.com/tag/expression/" rel="tag">Expression</a>, <a href="https://andrewlawrenceking.com/tag/flow/" rel="tag">Flow</a>, <a href="https://andrewlawrenceking.com/tag/harp/" rel="tag">Harp</a>, <a href="https://andrewlawrenceking.com/tag/harp-method/" rel="tag">Harp Method</a>, <a href="https://andrewlawrenceking.com/tag/hip/" rel="tag">HIP</a>, <a href="https://andrewlawrenceking.com/tag/history-of-emotions/" rel="tag">History of Emotions</a>, <a href="https://andrewlawrenceking.com/tag/methode-de-harpe/" rel="tag">Méthode de Harpe</a>, <a href="https://andrewlawrenceking.com/tag/mozart/" rel="tag">Mozart</a>, <a href="https://andrewlawrenceking.com/tag/ornamentation/" rel="tag">ornamentation</a>, <a href="https://andrewlawrenceking.com/tag/ornaments/" rel="tag">ornaments</a>, <a href="https://andrewlawrenceking.com/tag/phrasing/" rel="tag">Phrasing</a>, <a href="https://andrewlawrenceking.com/tag/single-action-harp/" rel="tag">Single Action Harp</a>, <a href="https://andrewlawrenceking.com/tag/tactus/" rel="tag">Tactus</a>, <a href="https://andrewlawrenceking.com/tag/text/" rel="tag">Text</a> </p> <p class="date-link"><a href="https://andrewlawrenceking.com/2020/06/11/baroque-faqs-for-modern-musicians/" title="Permalink to Baroque FAQs for Modern Musicians" rel="bookmark" class="permalink"><span class="month upper">Jun</span><span class="sep">·</span><span class="day lower">11</span></a></p> </footer><!-- #entry-meta --> </article><!-- #post-## --> <article id="post-3267" class="post-3267 post type-post status-publish format-standard hentry category-continuo category-early-harps category-historical-action category-history-of-emotions category-irish-harp category-moving-the-passions category-music-dance-swordsmanship category-rhetoric category-text tag-baroque tag-baroque-gesture tag-baroque-music tag-baroque-opera tag-continuo tag-early-harp tag-early-opera tag-harp tag-muovere-gli-affetti tag-text"> <header class="entry-header"> <h1 class="entry-title"><a href="https://andrewlawrenceking.com/2020/06/03/music-for-a-while/" rel="bookmark">To beguile, or not to beguile: Purcell’s ‘Music for a while’</a></h1> <div class="entry-meta"> <span class="byline">Posted by <span class="author vcard"><a class="url fn n" href="https://andrewlawrenceking.com/author/andrewlawrenceking/" title="View all posts by Andrew Lawrence-King" rel="author">Andrew Lawrence-King</a></span></span> </div><!-- .entry-meta --> <p class="comments-link"><a href="https://andrewlawrenceking.com/2020/06/03/music-for-a-while/#comments">8</a></p> </header><!-- .entry-header --> <div class="entry-content"> <p><em>Music for a while </em>is one of Purcell’s best-known and most loved songs, published posthumously in <a href="https://imslp.org/wiki/Orpheus_Britannicus_(Purcell%2C_Henry)">Orpheus Britannicus</a>, Book 2 (1702). <a href="https://youtu.be/ZRqeKbdaz80">Listen here</a>.</p> <p>The tortured chromaticism of the ground bass and dark references to Alecto, the Fury from Hell with snakes for hair and a whip in her hand. indicate that there is more here than just a pretty melody. So it comes as no surprise to discover that the song was written for a revival in 1692 of Dryden & Lee’s 1679 Tragedy <em>Oedipus</em>, loosely based on Sophocles.</p> <p>But what was the function of this music in the play? What is happening on stage ‘for a while’? And what happens <span style="text-decoration:underline;">next</span>, when Music can no longer ‘beguile’? Whose ‘cares’ and ‘pains were eas’d’? The clue is that Alecto should indeed ‘free the dead from their eternal bands’.</p> <p>At the time of writing, the best secondary sources freely available online were a couple of GCSE commentaries, which fail to address these questions and mislead on the placement of the song within the play, as well as by hinting that Alecto might even be a character in the drama. She is not, but the mythological reference to her is utterly appropriate for the dramatic situation.</p> <p> </p> <p><a href="https://andrewlawrenceking.com/wp-content/uploads/2020/06/purgatory.jpg"><img data-attachment-id="3274" data-permalink="https://andrewlawrenceking.com/2020/06/03/music-for-a-while/purgatory/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/purgatory.jpg" data-orig-size="608,342" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Purgatory" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/purgatory.jpg?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/purgatory.jpg?w=440" loading="lazy" class="alignnone size-full wp-image-3274" src="https://andrewlawrenceking.com/wp-content/uploads/2020/06/purgatory.jpg" alt="" width="440" height="248" srcset="https://andrewlawrenceking.com/wp-content/uploads/2020/06/purgatory.jpg?w=440&h=248 440w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/purgatory.jpg?w=150&h=84 150w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/purgatory.jpg?w=300&h=169 300w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/purgatory.jpg 608w" sizes="(max-width: 440px) 100vw, 440px" /></a></p> <p> </p> <h2>A dark Grove</h2> <p>Fortunately, a primary source is only a click away. The library of the University of Michigan has made the <a href="https://quod.lib.umich.edu/e/eebo/A36657.0001.001?view=toc">full play-script of <em>Oedipus</em></a>, including the song-text (divided amongst several singers), available free online.</p> <p>Purcell’s <em>Music </em>was composed for Act III, set in <em>a</em><em> dark Grove.</em></p> <p> </p> <p><em><a href="https://andrewlawrenceking.com/wp-content/uploads/2020/06/grotto-salvator-rosa.jpg"><img data-attachment-id="3277" data-permalink="https://andrewlawrenceking.com/2020/06/03/music-for-a-while/grotto-salvator-rosa/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/grotto-salvator-rosa.jpg" data-orig-size="900,1199" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Grotto Salvator Rosa" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/grotto-salvator-rosa.jpg?w=225" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/grotto-salvator-rosa.jpg?w=440" loading="lazy" class="alignnone size-full wp-image-3277" src="https://andrewlawrenceking.com/wp-content/uploads/2020/06/grotto-salvator-rosa.jpg" alt="" width="440" height="586" srcset="https://andrewlawrenceking.com/wp-content/uploads/2020/06/grotto-salvator-rosa.jpg?w=440&h=586 440w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/grotto-salvator-rosa.jpg?w=880&h=1172 880w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/grotto-salvator-rosa.jpg?w=113&h=150 113w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/grotto-salvator-rosa.jpg?w=225&h=300 225w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/grotto-salvator-rosa.jpg?w=768&h=1023 768w" sizes="(max-width: 440px) 100vw, 440px" /></a></em></p> <p> </p> <p>Following an argument and sword-duel between Creon and Adrastus, Haemon sets the scene:</p> <p style="padding-left:40px;">Nor Tree, nor Plant</p> <p style="padding-left:40px;">Grows here, but what is fed with Magick Juice,</p> <p style="padding-left:40px;">All full of humane Souls; that cleave their barks</p> <p style="padding-left:40px;">To dance at Midnight by the Moons pale beams:</p> <p style="padding-left:40px;">At least two hundred years these reverened Shades</p> <p style="padding-left:40px;">Have known no blood, but of black Sheep and Oxen,</p> <p style="padding-left:40px;">Shed by the Priests own hand to <em>Proserpine.</em></p> <p><em> </em></p> <p>The blind prophet Tiresias enters with a group of aged Priests, all clothed in black habits. In rites “<em>full of horrour</em>” Tiresias invokes the ghost of Lajus (Oedipus’ father) to declare who it was who murdered him. A trench is dug near Lajus’ grave and a black, barren heifer is sacrificed. Blood and milk are boiled together.</p> <p style="padding-left:40px;">And now a sudden darkness covers all,</p> <p style="padding-left:40px;">True genuine Night: Night added to the Groves;</p> <p style="padding-left:40px;">The Fogs are blown full in the face of Heav’n.”</p> <p>Tiresias calls for “<em>such sounds as Hell ne’re heard / Since </em>Orpheus <em>brib’d the Shades</em>” and the Priests’ first song evokes tormenting demons:</p> <p> </p> <p style="padding-left:40px;">Taskers of the dead,</p> <p style="padding-left:40px;">You that boiling Cauldrons blow,</p> <p style="padding-left:40px;">You that scum the molten Lead.</p> <p style="padding-left:40px;">You that pinch with Red-hot Tongs;</p> <p style="padding-left:40px;">You that drive the trembling hosts</p> <p style="padding-left:40px;">Of poor, poor Ghosts,</p> <p style="padding-left:40px;">With your Sharpen’d Prongs;</p> <p><em>Music for a While</em> itself is addressed to the rising ghosts, who are then ordered to “<em>Come away… obey, while we play</em>”. Sure enough, in a flash of lightning, ‘<em>Ghosts are seen passing betwixt the trees</em>‘.</p> <p>The Priests and Tiresias call on Lajus to “<em>hear and obey</em>”, and ‘<em>The Ghost of Lajus rises arm’d in his Chariot, as he was slain. And behind his Chariot sit the three who were murdered with him.</em>’ Lajus refers to his “<em>pains</em>” in hell (recalling the line from the song, ‘<em>wondering how your pains were eas’d</em>”), and accuses Oedipus of parricide.</p> <p> </p> <p><a href="https://andrewlawrenceking.com/wp-content/uploads/2020/06/lajus.jpeg"><img data-attachment-id="3270" data-permalink="https://andrewlawrenceking.com/2020/06/03/music-for-a-while/lajus/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/lajus.jpeg" data-orig-size="637,628" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Lajus" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/lajus.jpeg?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/lajus.jpeg?w=440" loading="lazy" class="alignnone size-full wp-image-3270" src="https://andrewlawrenceking.com/wp-content/uploads/2020/06/lajus.jpeg" alt="" width="440" height="434" srcset="https://andrewlawrenceking.com/wp-content/uploads/2020/06/lajus.jpeg?w=440&h=434 440w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/lajus.jpeg?w=150&h=148 150w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/lajus.jpeg?w=300&h=296 300w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/lajus.jpeg 637w" sizes="(max-width: 440px) 100vw, 440px" /></a></p> <p> </p> <p>The Ghost descends, as Oedipus enters asking “<em>tell me why My hair stands bristling up, why my flesh trembles.</em>”</p> <p> </p> <h2>To beguile, or not to beguile</h2> <p> </p> <p> </p> <p><a href="https://andrewlawrenceking.com/wp-content/uploads/2020/06/hamlet-garrick.jpg"><img data-attachment-id="3280" data-permalink="https://andrewlawrenceking.com/2020/06/03/music-for-a-while/hamlet-garrick/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/hamlet-garrick.jpg" data-orig-size="512,550" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Hamlet Garrick" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/hamlet-garrick.jpg?w=279" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/hamlet-garrick.jpg?w=440" loading="lazy" class="alignnone size-full wp-image-3280" src="https://andrewlawrenceking.com/wp-content/uploads/2020/06/hamlet-garrick.jpg" alt="" width="440" height="473" srcset="https://andrewlawrenceking.com/wp-content/uploads/2020/06/hamlet-garrick.jpg?w=440&h=473 440w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/hamlet-garrick.jpg?w=140&h=150 140w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/hamlet-garrick.jpg?w=279&h=300 279w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/hamlet-garrick.jpg 512w" sizes="(max-width: 440px) 100vw, 440px" /></a></p> <p> </p> <p>In this play and in this scene, there are many parallels to Shakespeare’s <em>Hamlet </em>(c1600). Dryden’s introduction make it clear that public taste insisted upon a Ghost and a Murder, and <em>Oedipus</em> was a great success.</p> <p>In <a href="https://www.press.umich.edu/7827/players_passion"><em>The Player’s Passion </em></a>(1985) published by the same University of Michigan whose library makes Dryden’s play available online, Joseph Roach describes Shakespeare’s ‘most celebrated scene played by the greatest actor of his time, perhaps of all time’:</p> <p style="padding-left:40px;">The name of Perkins, hair-dresser and wig-maker, enters into the history of the eighteenth-century stage on the strength of a technical contribution to David Garrick’s Hamlet… When other spectators marvelled that Hamlet’s hair actually seemed to stand on end as the ghost appeared, they testified to a fact. The ingenious Perkins had engineered a mechanical wig to simulate the precise physiognomy of mortal dread. On the line “Look, my lord, it comes”, the hairs of this remarkable appliance rose up obligingly at the actor’s command.</p> <p> </p> <p><a href="https://andrewlawrenceking.com/wp-content/uploads/2020/06/garrick-hair.jpg"><img data-attachment-id="3281" data-permalink="https://andrewlawrenceking.com/2020/06/03/music-for-a-while/garrick-hair/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/garrick-hair.jpg" data-orig-size="314,461" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Garrick hair" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/garrick-hair.jpg?w=204" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/garrick-hair.jpg?w=314" loading="lazy" class="alignnone size-full wp-image-3281" src="https://andrewlawrenceking.com/wp-content/uploads/2020/06/garrick-hair.jpg" alt="" width="314" height="461" srcset="https://andrewlawrenceking.com/wp-content/uploads/2020/06/garrick-hair.jpg 314w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/garrick-hair.jpg?w=102&h=150 102w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/garrick-hair.jpg?w=204&h=300 204w" sizes="(max-width: 314px) 100vw, 314px" /></a></p> <p> </p> <p>In Purcell’s semi-operas and incidental music for plays, incantation scenes are often the excuse for songs, and ‘priests’ with few or no spoken lines are brought on stage to do the singing. The first scene of <em>King Arthur </em>is a good example: “<em>Woden, first to thee a milk-white steed in battle won, we have sacrificed</em>“. And like the Ghost of Lajus, the Cold Genius similarly comes “<em>from below</em>“, is made to “<em>rise, unwillingly and slow’ </em>in chromatic harmonies, and then allowed to “<em>freeze again to death</em>“.</p> <p> </p> <p><a href="https://andrewlawrenceking.com/wp-content/uploads/2017/08/the-four-humours.png"><img data-attachment-id="1888" data-permalink="https://andrewlawrenceking.com/2017/08/31/emotions-in-early-opera/the-four-humours/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2017/08/the-four-humours.png" data-orig-size="480,360" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="The Four Humours" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2017/08/the-four-humours.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2017/08/the-four-humours.png?w=440" loading="lazy" class="alignnone size-full wp-image-1888" src="https://andrewlawrenceking.com/wp-content/uploads/2017/08/the-four-humours.png" alt="" width="440" height="330" srcset="https://andrewlawrenceking.com/wp-content/uploads/2017/08/the-four-humours.png?w=440&h=330 440w, https://andrewlawrenceking.com/wp-content/uploads/2017/08/the-four-humours.png?w=150&h=113 150w, https://andrewlawrenceking.com/wp-content/uploads/2017/08/the-four-humours.png?w=300&h=225 300w, https://andrewlawrenceking.com/wp-content/uploads/2017/08/the-four-humours.png 480w" sizes="(max-width: 440px) 100vw, 440px" /></a></p> <p>The power of music to ‘beguile’ cares and ‘soothe the savage breast’ is part of the historical Science of the Four Humours. Music is Sanguine: the live-giving flow of warm blood, open-handed and generously offering love, courage and hope. Music frees us from the cold, dry grip of Melancholy cares and pains.</p> <p><a href="https://andrewlawrenceking.com/wp-content/uploads/2019/09/violinist-with-wine-glass.jpg"><img data-attachment-id="2532" data-permalink="https://andrewlawrenceking.com/2019/09/24/the-ministers-conditions-in-monteverdis-orfeo/violinist-with-wine-glass/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2019/09/violinist-with-wine-glass.jpg" data-orig-size="600,735" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="violinist with wine glass" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2019/09/violinist-with-wine-glass.jpg?w=245" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2019/09/violinist-with-wine-glass.jpg?w=440" loading="lazy" class="alignnone size-full wp-image-2532" src="https://andrewlawrenceking.com/wp-content/uploads/2019/09/violinist-with-wine-glass.jpg" alt="" width="440" height="539" srcset="https://andrewlawrenceking.com/wp-content/uploads/2019/09/violinist-with-wine-glass.jpg?w=440&h=539 440w, https://andrewlawrenceking.com/wp-content/uploads/2019/09/violinist-with-wine-glass.jpg?w=122&h=150 122w, https://andrewlawrenceking.com/wp-content/uploads/2019/09/violinist-with-wine-glass.jpg?w=245&h=300 245w, https://andrewlawrenceking.com/wp-content/uploads/2019/09/violinist-with-wine-glass.jpg 600w" sizes="(max-width: 440px) 100vw, 440px" /></a></p> <p>At least, for a while…</p> <p> </p> <p><a href="https://andrewlawrenceking.com/wp-content/uploads/2020/06/oedipus-dryden-and-lee.jpg"><img data-attachment-id="3272" data-permalink="https://andrewlawrenceking.com/2020/06/03/music-for-a-while/oedipus-dryden-and-lee/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/oedipus-dryden-and-lee.jpg" data-orig-size="220,302" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Oedipus Dryden and Lee" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/oedipus-dryden-and-lee.jpg?w=219" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/oedipus-dryden-and-lee.jpg?w=220" loading="lazy" class="alignnone size-full wp-image-3272" src="https://andrewlawrenceking.com/wp-content/uploads/2020/06/oedipus-dryden-and-lee.jpg" alt="" width="220" height="302" srcset="https://andrewlawrenceking.com/wp-content/uploads/2020/06/oedipus-dryden-and-lee.jpg 220w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/oedipus-dryden-and-lee.jpg?w=109&h=150 109w" sizes="(max-width: 220px) 100vw, 220px" /></a></p> <p><a href="https://youtu.be/ZRqeKbdaz80">Listen here.</a></p> <p> </p> <p> </p> <p> </p> <p> </p> <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-3267" class="share-facebook sd-button share-icon" href="https://andrewlawrenceking.com/2020/06/03/music-for-a-while/?share=facebook" target="_blank" title="Click to share on Facebook" ><span>Facebook</span></a></li><li class="share-linkedin"><a rel="nofollow noopener noreferrer" data-shared="sharing-linkedin-3267" class="share-linkedin sd-button share-icon" href="https://andrewlawrenceking.com/2020/06/03/music-for-a-while/?share=linkedin" target="_blank" title="Click to share on LinkedIn" ><span>LinkedIn</span></a></li><li class="share-email"><a rel="nofollow noopener noreferrer" data-shared="" class="share-email sd-button share-icon" href="mailto:?subject=%5BShared%20Post%5D%20To%20beguile%2C%20or%20not%20to%20beguile%3A%20Purcell%27s%20%27Music%20for%20a%20while%27&body=https%3A%2F%2Fandrewlawrenceking.com%2F2020%2F06%2F03%2Fmusic-for-a-while%2F&share=email" target="_blank" title="Click to email a link to a friend" data-email-share-error-title="Do you have email set up?" data-email-share-error-text="If you're having problems sharing via email, you might not have email set up for your browser. You may need to create a new email yourself." data-email-share-nonce="2cad426051" data-email-share-track-url="https://andrewlawrenceking.com/2020/06/03/music-for-a-while/?share=email"><span>Email</span></a></li><li class="share-print"><a rel="nofollow noopener noreferrer" data-shared="" class="share-print sd-button share-icon" href="https://andrewlawrenceking.com/2020/06/03/music-for-a-while/" target="_blank" title="Click to print" ><span>Print</span></a></li><li><a href="#" class="sharing-anchor sd-button share-more"><span>More</span></a></li><li class="share-end"></li></ul><div class="sharing-hidden"><div class="inner" style="display: none;width:150px;"><ul style="background-image:none;"><li class="share-twitter"><a rel="nofollow noopener noreferrer" data-shared="sharing-twitter-3267" class="share-twitter sd-button share-icon" href="https://andrewlawrenceking.com/2020/06/03/music-for-a-while/?share=twitter" target="_blank" title="Click to share on Twitter" ><span>Twitter</span></a></li><li class="share-end"></li></ul></div></div></div></div></div><div class='sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded' id='like-post-wrapper-56032818-3267-6748449f0029b' data-src='//widgets.wp.com/likes/index.html?ver=20241128#blog_id=56032818&post_id=3267&origin=andrewlawrenceking.wordpress.com&obj_id=56032818-3267-6748449f0029b&domain=andrewlawrenceking.com' data-name='like-post-frame-56032818-3267-6748449f0029b' data-title='Like or Reblog'><div class='likes-widget-placeholder post-likes-widget-placeholder' style='height: 55px;'><span class='button'><span>Like</span></span> <span class='loading'>Loading...</span></div><span class='sd-text-color'></span><a class='sd-link-color'></a></div></div> </div><!-- .entry-content --> <footer class="entry-meta"> <p class="cat-links taxonomy-links"> Posted in <a href="https://andrewlawrenceking.com/category/continuo/" rel="category tag">Continuo</a>, <a href="https://andrewlawrenceking.com/category/early-harps/" rel="category tag">Early Harps</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/historical-action/" rel="category tag">Historical Action</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/" rel="category tag">History of Emotions</a>, <a href="https://andrewlawrenceking.com/category/early-harps/irish-harp/" rel="category tag">Irish harp</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/moving-the-passions/" rel="category tag">Moving the Passions</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/music-dance-swordsmanship/" rel="category tag">Music, Dance & Swordsmanship</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/rhetoric/" rel="category tag">Rhetoric</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/text/" rel="category tag">Text</a> </p> <p class="tag-links taxonomy-links"> Tagged <a href="https://andrewlawrenceking.com/tag/baroque/" rel="tag">baroque</a>, <a href="https://andrewlawrenceking.com/tag/baroque-gesture/" rel="tag">Baroque Gesture</a>, <a href="https://andrewlawrenceking.com/tag/baroque-music/" rel="tag">Baroque Music</a>, <a href="https://andrewlawrenceking.com/tag/baroque-opera/" rel="tag">Baroque Opera</a>, <a href="https://andrewlawrenceking.com/tag/continuo/" rel="tag">Continuo</a>, <a href="https://andrewlawrenceking.com/tag/early-harp/" rel="tag">Early Harp</a>, <a href="https://andrewlawrenceking.com/tag/early-opera/" rel="tag">Early Opera</a>, <a href="https://andrewlawrenceking.com/tag/harp/" rel="tag">Harp</a>, <a href="https://andrewlawrenceking.com/tag/muovere-gli-affetti/" rel="tag">muovere gli affetti</a>, <a href="https://andrewlawrenceking.com/tag/text/" rel="tag">Text</a> </p> <p class="date-link"><a href="https://andrewlawrenceking.com/2020/06/03/music-for-a-while/" title="Permalink to To beguile, or not to beguile: Purcell’s ‘Music for a while’" rel="bookmark" class="permalink"><span class="month upper">Jun</span><span class="sep">·</span><span class="day lower">03</span></a></p> </footer><!-- #entry-meta --> </article><!-- #post-## --> <article id="post-3242" class="post-3242 post type-post status-publish format-standard hentry category-continuo category-history-of-emotions category-introductions category-music-dance-swordsmanship category-rhythm tag-18th-century tag-baroque tag-baroque-opera tag-early-music tag-early-opera tag-emotions tag-hip tag-historical-action tag-history-of-emotions tag-ornamentation tag-ornaments tag-phrasing tag-seicento tag-tactus"> <header class="entry-header"> <h1 class="entry-title"><a href="https://andrewlawrenceking.com/2020/06/02/vraie-mouvement-introduction-to-french-baroque-dance-music/" rel="bookmark">Vrai mouvement – Introduction to French Baroque dance-music</a></h1> <div class="entry-meta"> <span class="byline">Posted by <span class="author vcard"><a class="url fn n" href="https://andrewlawrenceking.com/author/andrewlawrenceking/" title="View all posts by Andrew Lawrence-King" rel="author">Andrew Lawrence-King</a></span></span> </div><!-- .entry-meta --> <p class="comments-link"><a href="https://andrewlawrenceking.com/2020/06/02/vraie-mouvement-introduction-to-french-baroque-dance-music/#comments">4</a></p> </header><!-- .entry-header --> <div class="entry-content"> <p>This is another in a series of posts following up a course on Early Music for Modern Harpists that I am teaching for the Guildhall School of Music & Drama, but it should serve any performer as a first introduction to French baroque dance-music and the movements of the Suite. See also <a href="https://andrewlawrenceking.com/2020/05/27/introduction-to-mid-18th-century-ornamentation/">Introduction to 18th-century Ornamentation</a>, <a href="https://andrewlawrenceking.com/2020/05/19/a-la-recherche-du-tempo-perdu-principles-and-practice-in-baroque-music/">Principles & Practice</a>, and <a href="https://andrewlawrenceking.com/2020/05/12/tactus-tempo-affekt-historical-principles-online-resources/">Online Resources</a>.</p> <p> </p> <p><a href="https://andrewlawrenceking.com/wp-content/uploads/2015/01/tomlinson-dance-a-2.gif"><img data-attachment-id="1193" data-permalink="https://andrewlawrenceking.com/2015/01/13/quality-time-how-does-it-feel/tomlinson-dance-a-2/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2015/01/tomlinson-dance-a-2.gif" data-orig-size="500,687" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Tomlinson dance a 2" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2015/01/tomlinson-dance-a-2.gif?w=218" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2015/01/tomlinson-dance-a-2.gif?w=440" loading="lazy" class="alignnone size-full wp-image-1193" src="https://andrewlawrenceking.com/wp-content/uploads/2015/01/tomlinson-dance-a-2.gif" alt="" width="440" height="605" srcset="https://andrewlawrenceking.com/wp-content/uploads/2015/01/tomlinson-dance-a-2.gif?w=440&h=605 440w, https://andrewlawrenceking.com/wp-content/uploads/2015/01/tomlinson-dance-a-2.gif?w=109&h=150 109w, https://andrewlawrenceking.com/wp-content/uploads/2015/01/tomlinson-dance-a-2.gif?w=218&h=300 218w, https://andrewlawrenceking.com/wp-content/uploads/2015/01/tomlinson-dance-a-2.gif 500w" sizes="(max-width: 440px) 100vw, 440px" /></a></p> <p>To a great extent, Baroque dance-music is French, and French Baroque music is dances. French style is also associated with the delicate subtlety of ornamentation, so that the energy and physicality of the dance co-exists with the intricate sophistication of precise control. As Muffat writes for violinists in <a href="https://urresearch.rochester.edu/fileDownloadForInstitutionalItem.action;jsessionid=28F3C2FBC644CF114F6E04F68265AC44?itemId=26265&itemFileId=86599">Florilegium Secundum (1698)</a>,</p> <p>‘In spite of so many retakes and down-bows, one never hears anything harsh or crude, but on the contrary one finds a marvellous combination of great speed and long bow-strokes; of an admirable consistency of Tactus and a diversity of movements; and of a tender sweetness and vivacity of Play.’</p> <p>Muffat’s essay, originally printed in French, Latin, Italian and German, is probably the best period Introduction to this style, which he associates with Lully’s violinists. In spite of the preference of modern opera houses and baroque orchestras for Rameau (1683-1764) and Rebel (1666-1747), Lully’s music remained the reference in 18th-century France. And the instrument most associated with the noble style of French baroque dance was the violin: the dancing-master’s minature <em>pochette </em>or the 24-strong violin band (with all sizes of violin-family instruments).</p> <p>Even if you are not a string player, consideration of the implications of Muffat’s rules for Lulliste bowing is a fast-track to creating appropriate short-term phrasing (what Early Music players call ‘articulation’) for French dance-music on any instrument.</p> <p>Each dance-type has its own characteristics, and in performing this repertoire, getting a feel for the family resemblance between all <em>Menuets</em> (for example) is more important than trying to ‘interpret’ the particular minuet at hand. Muffat again:</p> <p>Concerning the different dance-movements, three things are required. 1: To know well the true movement of each piece. 2: Having recognised it, knowing how to keep it as long as one plays the same piece, always with the same consistency, without change of slowing or accelerating. 3: To adjust and compensate for the value of certain notes, for greater beauty.</p> <p>Muffat’s <em>vrai mouvement </em>is much more than just the speed, though finding a suitable speed is important. Quantz (see <a href="https://andrewlawrenceking.com/2020/05/12/tactus-tempo-affekt-historical-principles-online-resources/">Online Resources</a>) gives tempi based on a notional MM 80 ‘pulse’ for various dance-types in <em>Versuch </em>(1752) from page 268 , and Saint-Lambert (Lully’s father-in-law) calibrates his indications to an average walking pace, see <a href="https://imslp.org/wiki/Les_principes_du_clavecin_(Saint-Lambert%2C_Michel_de)"><em>Les Principes du Clavecin </em>(1702)</a>.</p> <p>The French term <em>mouvement </em>also implies the Affekt, the emotional character, and (as Muffat’s requirements indicate) this depends on finding rhythmic subtleties and maintaining them consistently all the way through each piece. So in addition to the regularity of Tactus, in dance-music we have additional consistency of patterning within the Tactus. And this patterning is subtle – every note is not the same, smaller-note values may be unequal within the beat – but it is maintained consistently from bar to bar. We can think of this as the rhythmic “groove” of each dance-type: the pattern is distinctive, possibly assymmetrical, often subtle, and this pattern is established from the outset and kept strongly throughout.</p> <p>There are four levels of rhythmic patterning. Often the whole bar corresponds to the early 17th-century concept of Tactus, and you can beat time one bar down, one bar up. This beat is equal and regular, though with the subtlety of <em>arsis/thesis</em>, see <a href="https://andrewlawrenceking.com/2018/01/28/the-practice-of-tactus-owners-workshop-manual/">The Practice of Tactus</a>.</p> <p>Phrases are nearly always symmetrically organised in 4-, 8-, 16-bar groups, with repeats of each section. Don’t omit repeats, and don’t vary them either. Rather play the whole dance a second time, with repeats again, but in a varied version – French sources call this a <em>Double.</em></p> <p>Within the bar, the individual beats (often crotchets) have a characteristic organisation of good/bad and join/separate. So in a <em>Sarabande</em> beats 1 and 2 are Good; in a <em>Chaconne</em> one links together beats 2-3-1. These beats usually correspond to dance-steps, and the connection between feet and beat in French music led to a concentration on this level of rhythmic organisation. So the <em>Menuet </em>can also be beaten with an unequal (but reguarly maintained beat), 1-2 down, 3 up.</p> <p>At the next subsidiary level of rhythmic organisation (often quavers), equally-written note-values are performed unequally, pair-wise, usually long-short. The amount of swing in this <em>inégalité </em>is crucial for establishing (and maintaining) the character of each dance: robust country-dances get a vigorous swing, sad noble dances get a very subtle swing. The bible of baroque swing is Betty Bang Mather <em><a href="https://www.amazon.com/Dance-Rhythms-French-Baroque-Performance/dp/0253316065">Dance Rhythms of the French Baroque</a> </em>(1997).</p> <p>Muffat’s word <em>mouvement</em> also reminds us that Baroque dances were not just music: there was dancing, too! The best way to understand any dance-type is to learn to dance it, even if you think you have two left legs! I would regard an introduction to historical dancing as an essential element to any HIP musician’s training – and as great fun, too! The standard introduction to the physical embodiment of this music is Hilton <em><a href="https://quod.lib.umich.edu/cgi/t/text/text-idx?c=acls;cc=acls;view=toc;idno=heb07728.0001.001">Dance and Music of Court and Theatre</a> </em>(1997).</p> <p>Court and Theatre were the principal milieux for the noble style of dancing, but many of these dances had their origins in the street or the countryside. <a href="https://imslp.org/wiki/Der_vollkommene_Capellmeister_(Mattheson%2C_Johann)">Mattheson</a> describes the contrasting characters of various dance-types. You can develop your own feeling for the area of emotions associated with each dance-type by reading song-texts set to particular dance-metres, and simply by playing many examples of the type you wish to study.</p> <p>For each dance-type, you need to have a feeling for tempo, metre (duple or triple), groove, social milieu, area of Affekt and typical dance-steps. Some dances are essentially stylised walking, others are mostly leaps, others mix leaps, spins and held balances. The <em>New Grove Dictionary </em>entry on a particular dance-type can be a good jumping-off point for further reading.</p> <p>Dance-music was often published and performed as chamber-music in Suites, linked by a common tonality. The core of the baroque suite is the <em>Allemande</em>–<em>Courante</em>–<em>Sarabande</em> group, often with a <em>Gigue</em> afterwards. A <em>Chaconne</em> might be added at the end; a <em>Prélude</em> or <em>Ouverture </em>at the beginning; <em>Bourée</em>, <em>Rigaudon</em> and other country-dances towards the end; and theatrical or programmatic pieces were introduced for variety. For social dancing, long sets of a single dance-type (especially minuets) were often needed.</p> <p>Handel’s first opera, <em>Almira</em> (1705), <a href="https://www.youtube.com/watch?v=bjL-YenFpJc"><em>listen here</em></a> has a ball-room scene, set at a French-style <em>Assemblée,</em> in which a sequence of dances is interspersed with conversational recitatives and arias, a theatrical presentation of social dancing at court.</p> <h2></h2> <h2>Case-study: the <em>Menuet</em></h2> <p>The <em>Menuet </em>was a court dance, each couple would have to dance their formal minuet in front of the judgemental gaze of their aristocratic superiors, as they entered the hall of an Assemblée. The step is a stylised walk, and the dancers’ paths trace out geometrical patterns on the floor. There are also many theatrical minuets, and many pieces that feel minuet-like, even though they are not actually dances: the slow movement of Handel’s <em>Harp Concerto</em> would be an example.</p> <p> </p> <p><a href="https://andrewlawrenceking.com/wp-content/uploads/2020/06/menuet.png"><img data-attachment-id="3252" data-permalink="https://andrewlawrenceking.com/2020/06/02/vraie-mouvement-introduction-to-french-baroque-dance-music/menuet/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/menuet.png" data-orig-size="2172,2861" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Menuet" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/menuet.png?w=228" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/menuet.png?w=440" loading="lazy" class="alignnone size-full wp-image-3252" src="https://andrewlawrenceking.com/wp-content/uploads/2020/06/menuet.png" alt="" width="440" height="580" srcset="https://andrewlawrenceking.com/wp-content/uploads/2020/06/menuet.png?w=440&h=580 440w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/menuet.png?w=880&h=1160 880w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/menuet.png?w=114&h=150 114w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/menuet.png?w=228&h=300 228w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/menuet.png?w=768&h=1012 768w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/menuet.png?w=777&h=1024 777w" sizes="(max-width: 440px) 100vw, 440px" /></a></p> <p> </p> <p>Muffat’s rules for violin-bowing can help us find the <em>vrai mouvement</em>, the ‘groove’ of this dance, and I take Christian Petzold’s well-known <em>menuet </em>copied into the Anna Magdalena Bach <em>Notenbuch </em>as a case-study.</p> <p> </p> <p><a href="https://andrewlawrenceking.com/wp-content/uploads/2020/06/anna-magdalena-bach-minuet.png"><img data-attachment-id="3253" data-permalink="https://andrewlawrenceking.com/2020/06/02/vraie-mouvement-introduction-to-french-baroque-dance-music/anna-magdalena-bach-minuet/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/anna-magdalena-bach-minuet.png" data-orig-size="743,570" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Anna Magdalena Bach Minuet" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/anna-magdalena-bach-minuet.png?w=300" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2020/06/anna-magdalena-bach-minuet.png?w=440" loading="lazy" class="alignnone size-full wp-image-3253" src="https://andrewlawrenceking.com/wp-content/uploads/2020/06/anna-magdalena-bach-minuet.png" alt="" width="440" height="338" srcset="https://andrewlawrenceking.com/wp-content/uploads/2020/06/anna-magdalena-bach-minuet.png?w=440&h=338 440w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/anna-magdalena-bach-minuet.png?w=150&h=115 150w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/anna-magdalena-bach-minuet.png?w=300&h=230 300w, https://andrewlawrenceking.com/wp-content/uploads/2020/06/anna-magdalena-bach-minuet.png 743w" sizes="(max-width: 440px) 100vw, 440px" /></a></p> <p> </p> <p>Baroque violins have lower string-tension than modern instruments. And French baroque violins had even lower string-tension. French violins were significantly smaller, but had lighter strings and were tuned a tone or a minor-third lower than in Italy. All these differences combine to produce very low string tension: it’s like playing on rubber-bands! And to coax these slack strings into sound, they had very short bows.</p> <h3>Long & Short notes</h3> <p>At this point, you can experiment for yourself, by using a pencil as an imaginary, short French-style violin bow. To sustain a long note, you will have to be very sparing with the bow, and the string will take some time to ‘speak’. The result is a very drawn-out messa di voce, with a lot of intensity and a sensation of tension waiting to be released as you hope that you can get through such a long note with such a short bow.</p> <p>For a short note, you’ll have to move the bow with a sprightly action, to get the floppy string to speak promptly – it’s almost like a bowed pizzicato. So the first result is that long and short notes are utterly different from one another: a long note is <span style="text-decoration:underline;">not</span> just a short note sustained, it’s a completely different animal!</p> <h3>Bowing and <em>inégalité</em></h3> <p>Muffat’s detailed bowing rules can be summarised as</p> <p>1. Down-bow on the down-beat;</p> <p>2. Down/Up bows for Good/Bad notes, respectively.</p> <p>So French violinists would take the first note of Petzold’s minuet with a down-bow (Italians would play it Up). The next note is a Good, so it might seem also to require a Down-bow. With a short bow, two successive Downs will require lifting the bow back Up again in-between (what violinists call a Retake), and this necessarily shortens the first note, creating a staccato effect. Nevertheless, this is acheived with elegant lightness, like a dancer leaping high but landing lightly.</p> <p>However, in the fine detail of Muffat’s bowing rules, he gives precisely this rhythmic pattern (crotchet quaver-quaver) at the beginning of the bar, marked ‘down up push’. The preference for up-bow on the second note of the bar outweighs the desirability of down-bow on a Good note. Nevertheless, the downward leap of the fifth d’-g supports a detached first note.</p> <p>The quavers that follow would be played pair-wise long/short, good/bad and down/up, quite legato within each pair, but with a small separation between one pair and the next. Within each pair, the second note is unaccented – the swing is gentle and elegant, not spiky!</p> <h3>Groove: <em>le vrai mouvement</em></h3> <p>We can beat Tactus bar by bar, down/up. This gives us the first level of equal movement, corresponding to the dotted minims that we find in the bass from bar 2 onwards. In general, we expect to find the fundamental rhythmic structure in the bass, and subdivisions in the treble.</p> <p>We can also beat Tactus in crotchets, 1 2 down, 3 up. This gives us minim-crotchet unequal movement, that we see in the bass of the first bar and elsewhere.</p> <p>The harmonic rhythm of bar 15 is the reverse of this: crotchet-minim. The mixture of these two patterns, long-short and short-long, is characteristic of the Minuet.</p> <p>Baroque theorists linked these structural patterns, often heard in the bass-line of dance-music, with the metrical “feet” of poetic scansion. Long-short is Trochaic, and short-long is Iambic: the combination of these two feet creates the essential structure of the minuet’s <em>vrai mouvement.</em></p> <p>In the melody, the initial leap followed by stepwise movement produces a crotchet-minim Iambic structure for the first bar, with the minim sub-divided into swung quavers. So in this bar, the minim-crotchet, Trochaic bass has one of the Minuet’s two typical structures, whilst the melody has the other.</p> <p>In bar 2, the bowing would be Muffat’s standard: down-up push. This might tend to create a joining between beats 1-2, and a separation before beat 3. But the downward leap again suggests a detached first note. Although I’m accustomed to hearing this bar structured Trochaically minim-crotchet, perhaps the downward leap should encourage us towards Iambic crotchet-minim again.</p> <p>Bars 3-4 have the same structure in the melody as the first two bars. The ornament on the second note of bar 3 confirms the Iambic crotchet-minim structure of this bar, so similar to bar 1.</p> <p>The next three bars have the note-values of the first bar, but without the initial leap. This suggests more legato between first and second note, whilst the harmonic shift on the second note of each bar implies a crotchet-minim Iambic structure.</p> <p>In bar 8, Quantz’s rule for Appoggituras tells us to make the ornamental note two thirds of the length of the written note, and to resolve quietly and smoothly into the written note. The structure is therefore Trochaic minim-crotchet, breaking the pattern of the previous 3 bars. There are couple of bars with swung quavers all the way through in the melody and a Trochaic minim-crotchet structure in the bass, and the harmonies show the structure of the penultimate bar also to be Trochaic minim-crotchet.</p> <p>There are no other patterns in this minuet. Muffat’s strictly maintained <em>mouvement </em>can be understood by superimposing all the allowed patterns, and ‘weighting’ them according to how often each is heard. <a href="https://youtu.be/8czpRE8iw84">You can listen to the result here.</a></p> <p>As you listen, imagine yourself dancing with elegant steps and graceful balances along the floor, in smoothly curved patterns, wearing 18th-century courtly dress, and with the assembled aristocracy looking on, and subdued conversation in polite French, with period pronunciation of course. By now you are well on the path towards developing a feel for the <em>vrai mouvement </em>of the <em>menuet</em>.</p> <p><a href="https://andrewlawrenceking.com/wp-content/uploads/2015/01/louis-xiv.jpg"><img data-attachment-id="1191" data-permalink="https://andrewlawrenceking.com/2015/01/13/quality-time-how-does-it-feel/louis-xiv/" data-orig-file="https://andrewlawrenceking.com/wp-content/uploads/2015/01/louis-xiv.jpg" data-orig-size="429,610" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="Louis XIV" data-image-description="" data-image-caption="" data-medium-file="https://andrewlawrenceking.com/wp-content/uploads/2015/01/louis-xiv.jpg?w=211" data-large-file="https://andrewlawrenceking.com/wp-content/uploads/2015/01/louis-xiv.jpg?w=429" loading="lazy" class="alignnone size-full wp-image-1191" src="https://andrewlawrenceking.com/wp-content/uploads/2015/01/louis-xiv.jpg" alt="" width="429" height="610" srcset="https://andrewlawrenceking.com/wp-content/uploads/2015/01/louis-xiv.jpg 429w, https://andrewlawrenceking.com/wp-content/uploads/2015/01/louis-xiv.jpg?w=105&h=150 105w, https://andrewlawrenceking.com/wp-content/uploads/2015/01/louis-xiv.jpg?w=211&h=300 211w" sizes="(max-width: 429px) 100vw, 429px" /></a></p> <p> </p> <h2>Beyond Versailles</h2> <p> </p> <p>We find French dances in English, German and even Italian music, and of course in the music of Johann Sebastian Bach, see Jenne & Little <a href="https://www.amazon.com/Dance-Music-J-S-Bach/dp/0253214645"><em>Dance and the Music of J. S. Bach </em></a>(1991/2009). Their first publication addressed works by Bach that bore the names of dances―a considerable corpus. In the second, expanded version they study also a great number of his works that use identifiable dance rhythms but do not bear dance-specific titles.</p> <p>There is a glossy online Introduction to French Baroque Music presented in English by the <a href="https://cmbv.fr/en/introducing-baroque/french-baroque-music">Centre de Musique Baroque de Versailles.</a> Their view appropriately contrasts French and Italian approaches, but they seem unaware of the richness of Spanish dance-culture, which brought together Old and New World, even African music, popular and courtly styles.</p> <p>Hispanic culture contributed one of the most famous dances of Baroque France, <em>Les Folies d’Espagne </em>as well as the <em>Canaries </em>dance-type. As in France, so in Spain, Portugal and the New World, standard dance-types and (more than in France) the ground basses associated with them defined the territory for much chamber, theatrical and (also more than in France) even sacred music. Ribayaz’s 1677 book <a href="http://bdh.bne.es/bnesearch/detalle/bdh0000160002"><em>Luz y Norte </em></a>offers a ‘guiding light and North star by which to explore all Spanish music’ – <a href="https://www.youtube.com/watch?v=s-wIJkAbkzU">listen here</a>.</p> <p>English late-17th-century <a href="https://imslp.org/wiki/The_Dancing_Master_(Playford,_John)">Country Dances</a> became well-known in the 20th-century folk music revival. With simple steps and formulaic group choreographies, they were much, much easier for amateur dancers than the technically demanding solo dances in which French aristocrats emulated professonal theatre dancers. Country dances became popular in France as <em>contredanses</em>: <em>Les manches vertes </em>is Greensleeves.</p> <p>This article can only be a brief Introduction. The next step is to become familiar with various dance-types, by reading more about them, and – even better – by playing and dancing them.</p> <p>For a slightly different take on Muffat and French Baroque Dance, s<a href="https://andrewlawrenceking.com/2021/02/23/introduction-to-french-baroque-dance-muffat-on-vrai-mouvement/">ee the 2021 approach to this subject here</a>.</p> <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-3242" class="share-facebook sd-button share-icon" href="https://andrewlawrenceking.com/2020/06/02/vraie-mouvement-introduction-to-french-baroque-dance-music/?share=facebook" target="_blank" title="Click to share on Facebook" ><span>Facebook</span></a></li><li class="share-linkedin"><a rel="nofollow noopener noreferrer" data-shared="sharing-linkedin-3242" class="share-linkedin sd-button share-icon" href="https://andrewlawrenceking.com/2020/06/02/vraie-mouvement-introduction-to-french-baroque-dance-music/?share=linkedin" target="_blank" title="Click to share on LinkedIn" ><span>LinkedIn</span></a></li><li class="share-email"><a rel="nofollow noopener noreferrer" data-shared="" class="share-email sd-button share-icon" href="mailto:?subject=%5BShared%20Post%5D%20Vrai%20mouvement%20-%20Introduction%20to%20French%20Baroque%20dance-music&body=https%3A%2F%2Fandrewlawrenceking.com%2F2020%2F06%2F02%2Fvraie-mouvement-introduction-to-french-baroque-dance-music%2F&share=email" target="_blank" title="Click to email a link to a friend" data-email-share-error-title="Do you have email set up?" data-email-share-error-text="If you're having problems sharing via email, you might not have email set up for your browser. You may need to create a new email yourself." data-email-share-nonce="1730ecf6a7" data-email-share-track-url="https://andrewlawrenceking.com/2020/06/02/vraie-mouvement-introduction-to-french-baroque-dance-music/?share=email"><span>Email</span></a></li><li class="share-print"><a rel="nofollow noopener noreferrer" data-shared="" class="share-print sd-button share-icon" href="https://andrewlawrenceking.com/2020/06/02/vraie-mouvement-introduction-to-french-baroque-dance-music/" target="_blank" title="Click to print" ><span>Print</span></a></li><li><a href="#" class="sharing-anchor sd-button share-more"><span>More</span></a></li><li class="share-end"></li></ul><div class="sharing-hidden"><div class="inner" style="display: none;width:150px;"><ul style="background-image:none;"><li class="share-twitter"><a rel="nofollow noopener noreferrer" data-shared="sharing-twitter-3242" class="share-twitter sd-button share-icon" href="https://andrewlawrenceking.com/2020/06/02/vraie-mouvement-introduction-to-french-baroque-dance-music/?share=twitter" target="_blank" title="Click to share on Twitter" ><span>Twitter</span></a></li><li class="share-end"></li></ul></div></div></div></div></div><div class='sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded' id='like-post-wrapper-56032818-3242-6748449f043ed' data-src='//widgets.wp.com/likes/index.html?ver=20241128#blog_id=56032818&post_id=3242&origin=andrewlawrenceking.wordpress.com&obj_id=56032818-3242-6748449f043ed&domain=andrewlawrenceking.com' data-name='like-post-frame-56032818-3242-6748449f043ed' data-title='Like or Reblog'><div class='likes-widget-placeholder post-likes-widget-placeholder' style='height: 55px;'><span class='button'><span>Like</span></span> <span class='loading'>Loading...</span></div><span class='sd-text-color'></span><a class='sd-link-color'></a></div></div> </div><!-- .entry-content --> <footer class="entry-meta"> <p class="cat-links taxonomy-links"> Posted in <a href="https://andrewlawrenceking.com/category/continuo/" rel="category tag">Continuo</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/" rel="category tag">History of Emotions</a>, <a href="https://andrewlawrenceking.com/category/introductions/" rel="category tag">Introductions</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/music-dance-swordsmanship/" rel="category tag">Music, Dance & Swordsmanship</a>, <a href="https://andrewlawrenceking.com/category/history-of-emotions/rhythm/" rel="category tag">Rhythm</a> </p> <p class="tag-links taxonomy-links"> Tagged <a href="https://andrewlawrenceking.com/tag/18th-century/" rel="tag">18th century</a>, <a href="https://andrewlawrenceking.com/tag/baroque/" rel="tag">baroque</a>, <a href="https://andrewlawrenceking.com/tag/baroque-opera/" rel="tag">Baroque Opera</a>, <a href="https://andrewlawrenceking.com/tag/early-music/" rel="tag">Early Music</a>, <a href="https://andrewlawrenceking.com/tag/early-opera/" rel="tag">Early Opera</a>, <a href="https://andrewlawrenceking.com/tag/emotions/" rel="tag">Emotions</a>, <a href="https://andrewlawrenceking.com/tag/hip/" rel="tag">HIP</a>, <a href="https://andrewlawrenceking.com/tag/historical-action/" rel="tag">Historical Action</a>, <a href="https://andrewlawrenceking.com/tag/history-of-emotions/" rel="tag">History of Emotions</a>, <a href="https://andrewlawrenceking.com/tag/ornamentation/" rel="tag">ornamentation</a>, <a href="https://andrewlawrenceking.com/tag/ornaments/" rel="tag">ornaments</a>, <a href="https://andrewlawrenceking.com/tag/phrasing/" rel="tag">Phrasing</a>, <a href="https://andrewlawrenceking.com/tag/seicento/" rel="tag">seicento</a>, <a href="https://andrewlawrenceking.com/tag/tactus/" rel="tag">Tactus</a> </p> <p class="date-link"><a href="https://andrewlawrenceking.com/2020/06/02/vraie-mouvement-introduction-to-french-baroque-dance-music/" title="Permalink to Vrai mouvement – Introduction to French Baroque dance-music" rel="bookmark" class="permalink"><span class="month upper">Jun</span><span class="sep">·</span><span class="day lower">02</span></a></p> </footer><!-- #entry-meta --> </article><!-- #post-## --> <nav id="nav-below"> <h1 class="assistive-text section-heading">Post navigation</h1> <div class="nav-previous"><a href="https://andrewlawrenceking.com/category/continuo/page/2/" ><span class="meta-nav">←</span> Older posts</a></div> </nav><!-- #nav-below --> </div><!-- #content --> </section><!-- #primary --> <div id="secondary" class="widget-area" role="complementary"> <aside id="text-4" class="widget widget_text"><h1 class="widget-title">ANDREW LAWRENCE-KING</h1> <div class="textwidget"><p>Baroque opera, orchestral & ensemble director, imaginative continuo-player, Early Harp virtuoso, specialist in baroque gesture & Historical Action, investigator of Flow, Andrew Lawrence-King is the doyen of historical harping, one of the world’s leading performers of Early Music, and an internationally renowned scholar. </p> <p>His pioneering recordings of Trabaci, Ribayaz, Handel and Carolan re-established the lost worlds of Italian, Spanish, Anglo-Welsh & Irish baroque harps; as co-director of Tragicomedia and director of The Harp Consort, he led a revolution in improvisation & continuo-playing; his research into Tactus has redefined our understanding of baroque rhythm; as guest director, he inspires musicians around the world to reach new levels of technical precision and stylish historicity with fun, energy and passion. </p> <p>Andrew has directed at La Scala, Milan & Sydney Opera House and won Russia's highest theatrical award, the Golden Mask (2012) for Cavalieri’s 'Anima & Corpo'. His direction of Handel’s 'Orlando' (2019) won the Russian Eugene Onegin Award and has been nominated for another Golden Mask. During his long collaboration with Jordi Savall, he has won a Grammy (best ensemble 2011), the Spanish Premio de la Música in duet (2010) & trio (2011), and Australia’s Helpmann Award in duet (2013) & ensemble (2018). His recording of 'Earthly Angels' with soprano Kajsa Dahlbäck was YLE, the Finnish broadcasting company’s CD of the year (2018).</p> <p>2017 saw the premieres of Andrew Lawrence-King’s first two operatic compositions: 'Kalevala: the Opera', setting the Finnish national epic to ancient traditional melodies; and 'Arianna a la recherche', a remake of Monteverdi’s lost 1608 masterpiece from Rinucini’s libretto and the surviving musical fragment, the famous Lamento. Andrew’s latest recording traces the roots of favourite Christmas carols from the Finnish 'Piae Cantiones' (1582) with the Helsinki Utopia Choir, released on Jordi Savall’s AliaVox Diversa label (2019).</p> <p>From 2010-2015, Dr Lawrence-King was Senior Visiting Research Fellow for the Australian Centre for the History of Emotions. He is Professor of Early Harp and Continuo at the Guildhall School of Music & Drama, London and Director of Opera Omnia, Academy for Early Opera & Dance, Institute at Moscow State Theatre 'Natalya Sats'. He is currently working on an English translation of 'Il Corago', the anonymous c1630 guide for baroque opera directors. Inspired by 'Peter & the Wolf' and the 'Young Person’s Guide to the Orchestra', his latest operatic composition, 'The Play of Music & Time: an Explorer’s Guide to Early Opera' will be premiered in 2020.</p> <p>Andrew Lawrence-King directs The Harp Consort, combining state-of-the art early music performance with stylish improvisation & entertaining stage presentation; Il Corago, the production team for historical staging of early opera; the International Baroque Opera Studio and Opera Omnia Moscow. </p> <p>Andrew's hobbies include marathon running, sailing, kayaking, fencing (modern epée & historical rapier) and Tai Chi. He is a qualified hypnotist.</p> </div> </aside><aside id="search-3" class="widget widget_search"><h1 class="widget-title">Search this Blog for content</h1><form method="get" id="searchform" action="https://andrewlawrenceking.com/"> <label for="s" class="assistive-text">Search</label> <input type="text" class="field" name="s" id="s" placeholder="Search" /> <input type="submit" class="submit" name="submit" id="searchsubmit" value="Search" /> </form> </aside><aside id="media_gallery-3" class="widget widget_media_gallery"><h1 class="widget-title">Andrew Lawrence-King</h1><p class="jetpack-slideshow-noscript robots-nocontent">This slideshow requires JavaScript.</p><div id="gallery-3242-1-slideshow" class="jetpack-slideshow-window jetpack-slideshow jetpack-slideshow-black" data-trans="fade" data-autostart="1" data-gallery="[{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2016\/06\/alk-with-chromatic-irish-harp.jpg?w=440","id":"1685","title":"ALK with chromatic Irish\u0026nbsp;harp","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2015\/12\/alk-peri.jpg?w=440","id":"1579","title":"ALK \u0026amp; Peri","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2014\/06\/no-conducting.png?w=240","id":"684","title":"No conducting","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2016\/06\/alk-psaltery.jpg?w=247","id":"1683","title":"ALK psaltery","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2016\/06\/alk-directs-st-p-baroque-opera-studio.jpg?w=440","id":"1679","title":"ALK directs St P baroque opera\u0026nbsp;studio","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2016\/06\/alk-arpanetta.jpg?w=363","id":"1670","title":"ALK \u0026amp; Arpanetta","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2014\/02\/inquartata.jpg?w=340","id":"380","title":"inquartata","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2014\/09\/fingernails.jpg?w=440","id":"908","title":"fingernails","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2015\/12\/lord-of-the-strings.jpg?w=440","id":"1562","title":"Lord of the\u0026nbsp;Strings","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2013\/08\/il-corago.jpg?w=440","id":"12","title":"Il corago","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2016\/06\/alk-sheffield.jpg?w=440","id":"1684","title":"ALK sheffield","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2013\/08\/thc-logo-2011-with-background.jpg?w=440","id":"13","title":"THC logo 2011 with\u0026nbsp;background","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2013\/08\/alk-director-bow.jpg?w=440","id":"11","title":"ALK-director-bow","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2016\/06\/alk-irish-harp-bordeaux-boat.jpg?w=440","id":"1686","title":"ALK, Irish Harp, Bordeaux\u0026nbsp;boat","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2016\/06\/alk-masterclass.jpg?w=440","id":"1682","title":"ALK Masterclass","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2016\/06\/alk-directs-rovaniemi-orchestra.jpg?w=440","id":"1677","title":"ALK directs Rovaniemi\u0026nbsp;Orchestra","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2016\/06\/alk-directs.jpg?w=440","id":"1680","title":"ALK directs","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2016\/06\/alk-at-eihf.jpg?w=440","id":"1672","title":"ALK at EIHF","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2016\/06\/alk-directs-lha.jpg?w=440","id":"1676","title":"ALK directs LHA","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2013\/09\/alk-irish-baroque.jpg?w=440","id":"93","title":"ALK Irish baroque","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2013\/09\/introduction-to-single-action-harp.png?w=440","id":"118","title":"Introduction to Single Action\u0026nbsp;Harp","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2015\/10\/golden-mask.png?w=235","id":"1374","title":"Golden Mask","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2016\/06\/alk-single-action.jpg?w=440","id":"1671","title":"ALK \u0026amp; Single\u0026nbsp;Action","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2016\/05\/the-perfect-musical-director-mattheson-by-alk.png?w=440","id":"1657","title":"The Perfect Musical Director Mattheson by\u0026nbsp;ALK","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2016\/06\/alk-directs-harpsichord-harp.jpg?w=440","id":"1675","title":"ALK directs harpsichord \u0026amp;\u0026nbsp;harp","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2013\/08\/copy-alk-huete-small2.png?w=269","id":"25","title":"copy-alk-huete-small2.png","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2016\/06\/alk-directs-from-small-harp.jpg?w=440","id":"1673","title":"Alk directs from small\u0026nbsp;harp","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2016\/06\/alk-directs-sinfonietta-riga.jpg?w=440","id":"1678","title":"ALK directs Sinfonietta\u0026nbsp;Riga","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2014\/09\/alkzampieri.jpg?w=440","id":"938","title":"ALK\u0026amp;Zampieri","alt":"","caption":"ALK with Rainer Thurau\u0026#8217;s \u0026#8220;Zampieri\u0026#8221; Italian baroque harp","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2013\/08\/alk-with-huete.jpg?w=440","id":"10","title":"alk-with-huete","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2014\/08\/enargeia.png?w=278","id":"847","title":"Enargeia","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2014\/06\/alk-tra.jpg?w=440","id":"764","title":"ALK TRA","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2014\/08\/the-theatre-of-dreams.png?w=440","id":"846","title":"The Theatre of\u0026nbsp;Dreams","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2014\/09\/thc-20-years-ago-web.jpg?w=440","id":"947","title":"THC-20-years-ago-web","alt":"","caption":"Pat O\u0026#8217;Brien, ALK \u0026amp; other founder-members of The Harp Consort, at the recording sessions of Luz y Norte in 1994.","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2016\/06\/alk-directs-harpsichord-harp-2.jpg?w=440","id":"1674","title":"ALK directs harpsichord \u0026amp; harp\u0026nbsp;2","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2016\/06\/alk-irish-2014.jpg?w=440","id":"1681","title":"ALK Irish 2014","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2015\/12\/the-flow-zone-mashup-2015.jpg?w=440","id":"1550","title":"The Flow Zone mashup\u0026nbsp;2015","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2014\/06\/alk-in-rehearsal.jpg?w=431","id":"688","title":"ALK in rehearsal","alt":"","caption":"","itemprop":"image"}]" itemscope itemtype="https://schema.org/ImageGallery"></div></aside> <div id="atatags-286348-6748449f0a274"></div> <script> __ATA.cmd.push(function() { __ATA.initDynamicSlot({ id: 'atatags-286348-6748449f0a274', location: 140, formFactor: '003', label: { text: 'Advertisements', }, creative: { reportAd: { text: 'Report this ad', }, privacySettings: { text: 'Privacy', } } }); }); </script></div><!-- #secondary .widget-area --> <div id="tertiary" class="widget-area" role="complementary"> <aside id="text-2" class="widget widget_text"><h1 class="widget-title">Visit the websites</h1> <div class="textwidget"><p><a href="http://www.TheHarpConsort.com">The Harp Consort</a></p> <p><a href="http://www.TheFlow.Zone">The Flow Zone</a></p> <p><a href="http://www.iLCorago.com">iL Corago</a></p> <p><a href="http://www.opera-omnia.org">OPERA OMNIA</a></p> <p><a href="https://www.facebook.com/StradHarp/">Stradivarius Harp 1681</a></p> <p><a href="https://www.facebook.com/PlayMusicTime/">The Play of Music & Time</a></p> <p><a href="https://www.facebook.com/PerfectMusicalDirector/">The Perfect Musical Director (1739)</a></p> <p><a href="https://www.facebook.com/BaroqueGesture/">The Art of Gesture</a></p> </div> </aside><aside id="facebook-likebox-2" class="widget widget_facebook_likebox"><h1 class="widget-title"><a href="https://www.facebook.com/andrew.lawrenceking.9">Like ALK’s blog on Facebook</a></h1> <div id="fb-root"></div> <div class="fb-page" data-href="https://www.facebook.com/andrew.lawrenceking.9" data-width="200" data-height="432" data-hide-cover="false" data-show-facepile="true" data-tabs="false" data-hide-cta="false" data-small-header="false"> <div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/andrew.lawrenceking.9"><a href="https://www.facebook.com/andrew.lawrenceking.9">Like ALK’s blog on Facebook</a></blockquote></div> </div> </aside></div><!-- #tertiary .widget-area --> </div><!-- #main --> <footer id="colophon" role="contentinfo"> <div id="supplementary" class="three"> <div id="first" class="widget-area" role="complementary"> <aside id="blog_subscription-2" class="widget widget_blog_subscription jetpack_subscription_widget"><h1 class="widget-title"><label for="subscribe-field">Follow Blog via Email</label></h1> <div class="wp-block-jetpack-subscriptions__container"> <form action="https://subscribe.wordpress.com" method="post" accept-charset="utf-8" data-blog="56032818" data-post_access_level="everybody" id="subscribe-blog" > <p>Enter your email address to follow this blog and receive notifications of new posts by email.</p> <p id="subscribe-email"> <label id="subscribe-field-label" for="subscribe-field" class="screen-reader-text" > Email Address: </label> <input type="email" name="email" style="width: 95%; padding: 1px 10px" placeholder="Email Address" value="" id="subscribe-field" required /> </p> <p id="subscribe-submit" > <input type="hidden" name="action" value="subscribe"/> <input type="hidden" name="blog_id" value="56032818"/> <input type="hidden" name="source" value="https://andrewlawrenceking.com/category/continuo/"/> <input type="hidden" name="sub-type" value="widget"/> <input type="hidden" name="redirect_fragment" value="subscribe-blog"/> <input type="hidden" id="_wpnonce" name="_wpnonce" value="65b72a1fb3" /> <button type="submit" class="wp-block-button__link" > Follow </button> </p> </form> </div> </aside> </div><!-- #first .widget-area --> <div id="second" class="widget-area" role="complementary"> <aside id="media_gallery-2" class="widget widget_media_gallery"><p class="jetpack-slideshow-noscript robots-nocontent">This slideshow requires JavaScript.</p><div id="gallery-3242-2-slideshow" class="jetpack-slideshow-window jetpack-slideshow jetpack-slideshow-black" data-trans="fade" data-autostart="1" data-gallery="[{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2013\/08\/zampieri.jpg?w=358","id":"15","title":"Zampieri","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2013\/08\/alk-huete-small2.png?w=269","id":"23","title":"ALK Huete small","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2013\/08\/il-corago.jpg?w=440","id":"12","title":"Il corago","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2013\/08\/alk-with-huete.jpg?w=440","id":"10","title":"alk-with-huete","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2013\/08\/alk-director-bow.jpg?w=440","id":"11","title":"ALK-director-bow","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2013\/08\/thc-logo-2011-with-background.jpg?w=440","id":"13","title":"THC logo 2011 with\u0026nbsp;background","alt":"","caption":"","itemprop":"image"},{"src":"https:\/\/andrewlawrenceking.com\/wp-content\/uploads\/2013\/08\/che.jpg?w=440","id":"14","title":"CHE","alt":"","caption":"","itemprop":"image"}]" itemscope itemtype="https://schema.org/ImageGallery"></div></aside> </div><!-- #second .widget-area --> <div id="third" class="widget-area" role="complementary"> <aside id="text-3" class="widget widget_text"><h1 class="widget-title">Index</h1> <div class="textwidget">There is a full Index to this Blog at http://www.theharpconsort.com/#!blog-index/cxm4</div> </aside> </div><!-- #third .widget-area --> </div><!-- #supplementary --> <div id="site-info"> <a href="https://wordpress.com/?ref=footer_website" rel="nofollow">Create a free website or blog at WordPress.com.</a> </div> </footer><!-- #colophon --> </div><!-- #page --> <script type="text/javascript"> var infiniteScroll = {"settings":{"id":"content","ajaxurl":"https:\/\/andrewlawrenceking.com\/?infinity=scrolling","type":"click","wrapper":true,"wrapper_class":"infinite-wrap","footer":"page","click_handle":"1","text":"Older posts","totop":"Scroll back to top","currentday":"02.06.20","order":"DESC","scripts":[],"styles":[],"google_analytics":false,"offset":1,"history":{"host":"andrewlawrenceking.com","path":"\/category\/continuo\/page\/%d\/","use_trailing_slashes":true,"parameters":""},"query_args":{"category_name":"continuo","error":"","m":"","p":0,"post_parent":"","subpost":"","subpost_id":"","attachment":"","attachment_id":0,"name":"","pagename":"","page_id":0,"second":"","minute":"","hour":"","day":0,"monthnum":0,"year":0,"w":0,"tag":"","cat":3147514,"tag_id":"","author":"","author_name":"","feed":"","tb":"","paged":0,"meta_key":"","meta_value":"","preview":"","s":"","sentence":"","title":"","fields":"","menu_order":"","embed":"","category__in":[],"category__not_in":[],"category__and":[],"post__in":[],"post__not_in":[],"post_name__in":[],"tag__in":[],"tag__not_in":[],"tag__and":[],"tag_slug__in":[],"tag_slug__and":[],"post_parent__in":[],"post_parent__not_in":[],"author__in":[],"author__not_in":[],"search_columns":[],"lazy_load_term_meta":false,"posts_per_page":10,"ignore_sticky_posts":false,"suppress_filters":false,"cache_results":true,"update_post_term_cache":true,"update_menu_item_cache":false,"update_post_meta_cache":true,"post_type":"","nopaging":false,"comments_per_page":"50","no_found_rows":false,"order":"DESC"},"query_before":"2024-11-28 12:23:27","last_post_date":"2020-06-02 14:03:40","body_class":"infinite-scroll","loading_text":"Loading new page","stats":"blog=56032818&v=wpcom&tz=3&user_id=0&subd=andrewlawrenceking&x_pagetype=infinite-click"}}; </script> <!-- --> <script type="text/javascript" src="//0.gravatar.com/js/hovercards/hovercards.min.js?ver=202448bd3d6792c97e42a81a9d5a5ba6e667b110f2a7530429ac15d169784a739a4e3d" id="grofiles-cards-js"></script> <script type="text/javascript" id="wpgroho-js-extra"> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script crossorigin='anonymous' type='text/javascript' src='https://s2.wp.com/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1610363240i'></script> <script> // Initialize and attach hovercards to all gravatars ( function() { function init() { if ( typeof Gravatar === 'undefined' ) { return; } if ( typeof Gravatar.init !== 'function' ) { return; } Gravatar.profile_cb = function ( hash, id ) { WPGroHo.syncProfileData( hash, id ); }; Gravatar.my_hash = WPGroHo.my_hash; Gravatar.init( 'body', '#wp-admin-bar-my-account', { i18n: { 'Edit your profile': 'Edit your profile', 'View profile': 'View profile', 'Sorry, we are unable to load this Gravatar profile.': 'Sorry, we are unable to load this Gravatar profile.', 'Profile not found.': 'Profile not found.', 'Too Many Requests.': 'Too Many Requests.', 'Internal Server Error.': 'Internal Server Error.', }, } ); } if ( document.readyState !== 'loading' ) { init(); } else { document.addEventListener( 'DOMContentLoaded', init ); } } )(); </script> <div style="display:none"> </div> <script type="text/javascript"> ( function() { function init() { document.body.addEventListener( 'is.post-load', function() { if ( typeof __ATA.insertInlineAds === 'function' ) { __ATA.insertInlineAds(); } } ); } if ( document.readyState !== 'loading' ) { init(); } else { document.addEventListener( 'DOMContentLoaded', init ); } } )(); </script> <!-- CCPA [start] --> <script type="text/javascript"> ( function () { var setupPrivacy = function() { // Minimal Mozilla Cookie library // https://developer.mozilla.org/en-US/docs/Web/API/Document/cookie/Simple_document.cookie_framework var cookieLib = window.cookieLib = {getItem:function(e){return e&&decodeURIComponent(document.cookie.replace(new RegExp("(?:(?:^|.*;)\\s*"+encodeURIComponent(e).replace(/[\-\.\+\*]/g,"\\$&")+"\\s*\\=\\s*([^;]*).*$)|^.*$"),"$1"))||null},setItem:function(e,o,n,t,r,i){if(!e||/^(?:expires|max\-age|path|domain|secure)$/i.test(e))return!1;var c="";if(n)switch(n.constructor){case Number:c=n===1/0?"; expires=Fri, 31 Dec 9999 23:59:59 GMT":"; max-age="+n;break;case String:c="; expires="+n;break;case Date:c="; expires="+n.toUTCString()}return"rootDomain"!==r&&".rootDomain"!==r||(r=(".rootDomain"===r?".":"")+document.location.hostname.split(".").slice(-2).join(".")),document.cookie=encodeURIComponent(e)+"="+encodeURIComponent(o)+c+(r?"; domain="+r:"")+(t?"; path="+t:"")+(i?"; secure":""),!0}}; // Implement IAB USP API. window.__uspapi = function( command, version, callback ) { // Validate callback. if ( typeof callback !== 'function' ) { return; } // Validate the given command. if ( command !== 'getUSPData' || version !== 1 ) { callback( null, false ); return; } // Check for GPC. If set, override any stored cookie. if ( navigator.globalPrivacyControl ) { callback( { version: 1, uspString: '1YYN' }, true ); return; } // Check for cookie. var consent = cookieLib.getItem( 'usprivacy' ); // Invalid cookie. if ( null === consent ) { callback( null, false ); return; } // Everything checks out. Fire the provided callback with the consent data. callback( { version: 1, uspString: consent }, true ); }; // Initialization. document.addEventListener( 'DOMContentLoaded', function() { // Internal functions. var setDefaultOptInCookie = function() { var value = '1YNN'; var domain = '.wordpress.com' === location.hostname.slice( -14 ) ? '.rootDomain' : location.hostname; cookieLib.setItem( 'usprivacy', value, 365 * 24 * 60 * 60, '/', domain ); }; var setDefaultOptOutCookie = function() { var value = '1YYN'; var domain = '.wordpress.com' === location.hostname.slice( -14 ) ? '.rootDomain' : location.hostname; cookieLib.setItem( 'usprivacy', value, 24 * 60 * 60, '/', domain ); }; var setDefaultNotApplicableCookie = function() { var value = '1---'; var domain = '.wordpress.com' === location.hostname.slice( -14 ) ? '.rootDomain' : location.hostname; cookieLib.setItem( 'usprivacy', value, 24 * 60 * 60, '/', domain ); }; var setCcpaAppliesCookie = function( applies ) { var domain = '.wordpress.com' === location.hostname.slice( -14 ) ? '.rootDomain' : location.hostname; cookieLib.setItem( 'ccpa_applies', applies, 24 * 60 * 60, '/', domain ); } var maybeCallDoNotSellCallback = function() { if ( 'function' === typeof window.doNotSellCallback ) { return window.doNotSellCallback(); } return false; } // Look for usprivacy cookie first. var usprivacyCookie = cookieLib.getItem( 'usprivacy' ); // Found a usprivacy cookie. if ( null !== usprivacyCookie ) { // If the cookie indicates that CCPA does not apply, then bail. if ( '1---' === usprivacyCookie ) { return; } // CCPA applies, so call our callback to add Do Not Sell link to the page. maybeCallDoNotSellCallback(); // We're all done, no more processing needed. return; } // We don't have a usprivacy cookie, so check to see if we have a CCPA applies cookie. var ccpaCookie = cookieLib.getItem( 'ccpa_applies' ); // No CCPA applies cookie found, so we'll need to geolocate if this visitor is from California. // This needs to happen client side because we do not have region geo data in our $SERVER headers, // only country data -- therefore we can't vary cache on the region. if ( null === ccpaCookie ) { var request = new XMLHttpRequest(); request.open( 'GET', 'https://public-api.wordpress.com/geo/', true ); request.onreadystatechange = function () { if ( 4 === this.readyState ) { if ( 200 === this.status ) { // Got a geo response. Parse out the region data. var data = JSON.parse( this.response ); var region = data.region ? data.region.toLowerCase() : ''; var ccpa_applies = ['california', 'colorado', 'connecticut', 'delaware', 'indiana', 'iowa', 'montana', 'new jersey', 'oregon', 'tennessee', 'texas', 'utah', 'virginia'].indexOf( region ) > -1; // Set CCPA applies cookie. This keeps us from having to make a geo request too frequently. setCcpaAppliesCookie( ccpa_applies ); // Check if CCPA applies to set the proper usprivacy cookie. if ( ccpa_applies ) { if ( maybeCallDoNotSellCallback() ) { // Do Not Sell link added, so set default opt-in. setDefaultOptInCookie(); } else { // Failed showing Do Not Sell link as required, so default to opt-OUT just to be safe. setDefaultOptOutCookie(); } } else { // CCPA does not apply. setDefaultNotApplicableCookie(); } } else { // Could not geo, so let's assume for now that CCPA applies to be safe. setCcpaAppliesCookie( true ); if ( maybeCallDoNotSellCallback() ) { // Do Not Sell link added, so set default opt-in. setDefaultOptInCookie(); } else { // Failed showing Do Not Sell link as required, so default to opt-OUT just to be safe. setDefaultOptOutCookie(); } } } }; // Send the geo request. request.send(); } else { // We found a CCPA applies cookie. if ( ccpaCookie === 'true' ) { if ( maybeCallDoNotSellCallback() ) { // Do Not Sell link added, so set default opt-in. setDefaultOptInCookie(); } else { // Failed showing Do Not Sell link as required, so default to opt-OUT just to be safe. setDefaultOptOutCookie(); } } else { // CCPA does not apply. setDefaultNotApplicableCookie(); } } } ); }; // Kickoff initialization. if ( window.defQueue && defQueue.isLOHP && defQueue.isLOHP === 2020 ) { defQueue.items.push( setupPrivacy ); } else { setupPrivacy(); } } )(); </script> <!-- CCPA [end] --> <div class="widget widget_eu_cookie_law_widget"> <div class="hide-on-button ads-active" data-hide-timeout="30" data-consent-expiration="180" id="eu-cookie-law" style="display: none" > <form method="post"> <input type="submit" value="Close and accept" class="accept" /> Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use. <br /> To find out more, including how to control cookies, see here: <a href="https://automattic.com/cookies/" rel="nofollow"> Cookie Policy </a> </form> </div> </div> <div id="actionbar" style="display: none;" class="actnbr-pub-reddle actnbr-has-follow"> <ul> <li class="actnbr-btn actnbr-hidden"> <a class="actnbr-action actnbr-actn-follow " href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path clip-rule="evenodd" d="m4 4.5h12v6.5h1.5v-6.5-1.5h-1.5-12-1.5v1.5 10.5c0 1.1046.89543 2 2 2h7v-1.5h-7c-.27614 0-.5-.2239-.5-.5zm10.5 2h-9v1.5h9zm-5 3h-4v1.5h4zm3.5 1.5h-1v1h1zm-1-1.5h-1.5v1.5 1 1.5h1.5 1 1.5v-1.5-1-1.5h-1.5zm-2.5 2.5h-4v1.5h4zm6.5 1.25h1.5v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25z" fill-rule="evenodd"></path></svg> <span>Subscribe</span> </a> <a class="actnbr-action actnbr-actn-following no-display" href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H4V15C4 15.2761 4.22386 15.5 4.5 15.5H11.5V17H4.5C3.39543 17 2.5 16.1046 2.5 15V4.5V3H4H16H17.5V4.5V12.5H16V4.5ZM5.5 6.5H14.5V8H5.5V6.5ZM5.5 9.5H9.5V11H5.5V9.5ZM12 11H13V12H12V11ZM10.5 9.5H12H13H14.5V11V12V13.5H13H12H10.5V12V11V9.5ZM5.5 12H9.5V13.5H5.5V12Z" fill="#008A20"></path><path class="following-icon-tick" d="M13.5 16L15.5 18L19 14.5" stroke="#008A20" stroke-width="1.5"></path></svg> <span>Subscribed</span> </a> <div class="actnbr-popover tip tip-top-left actnbr-notice" id="follow-bubble"> <div class="tip-arrow"></div> <div class="tip-inner actnbr-follow-bubble"> <ul> <li class="actnbr-sitename"> <a href="https://andrewlawrenceking.com"> <img loading='lazy' alt='' src='https://s2.wp.com/i/logo/wpcom-gray-white.png' srcset='https://s2.wp.com/i/logo/wpcom-gray-white.png 1x' class='avatar avatar-50' height='50' width='50' /> Andrew Lawrence-King </a> </li> <div class="actnbr-message no-display"></div> <form method="post" action="https://subscribe.wordpress.com" accept-charset="utf-8" style="display: none;"> <div class="actnbr-follow-count">Join 230 other subscribers</div> <div> <input type="email" name="email" placeholder="Enter your email address" class="actnbr-email-field" aria-label="Enter your email address" /> </div> <input type="hidden" name="action" value="subscribe" /> <input type="hidden" name="blog_id" value="56032818" /> <input type="hidden" name="source" value="https://andrewlawrenceking.com/category/continuo/" /> <input type="hidden" name="sub-type" value="actionbar-follow" /> <input type="hidden" id="_wpnonce" name="_wpnonce" value="65b72a1fb3" /> <div class="actnbr-button-wrap"> <button type="submit" value="Sign me up"> Sign me up </button> </div> </form> <li class="actnbr-login-nudge"> <div> Already have a WordPress.com account? <a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fandrewlawrenceking.com%252F2022%252F07%252F13%252Ftraining%252F">Log in now.</a> </div> </li> </ul> </div> </div> </li> <li class="actnbr-ellipsis actnbr-hidden"> <svg class="gridicon gridicons-ellipsis" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M7 12c0 1.104-.896 2-2 2s-2-.896-2-2 .896-2 2-2 2 .896 2 2zm12-2c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2zm-7 0c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2z"/></g></svg> <div class="actnbr-popover tip tip-top-left actnbr-more"> <div class="tip-arrow"></div> <div class="tip-inner"> <ul> <li class="actnbr-sitename"> <a href="https://andrewlawrenceking.com"> <img loading='lazy' alt='' src='https://s2.wp.com/i/logo/wpcom-gray-white.png' srcset='https://s2.wp.com/i/logo/wpcom-gray-white.png 1x' class='avatar avatar-50' height='50' width='50' /> Andrew Lawrence-King </a> </li> <li class="actnbr-folded-customize"> <a href="https://andrewlawrenceking.wordpress.com/wp-admin/customize.php?url=https%3A%2F%2Fandrewlawrenceking.wordpress.com%2Fcategory%2Fcontinuo%2F"> <svg class="gridicon gridicons-customize" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M2 6c0-1.505.78-3.08 2-4 0 .845.69 2 2 2 1.657 0 3 1.343 3 3 0 .386-.08.752-.212 1.09.74.594 1.476 1.19 2.19 1.81L8.9 11.98c-.62-.716-1.214-1.454-1.807-2.192C6.753 9.92 6.387 10 6 10c-2.21 0-4-1.79-4-4zm12.152 6.848l1.34-1.34c.607.304 1.283.492 2.008.492 2.485 0 4.5-2.015 4.5-4.5 0-.725-.188-1.4-.493-2.007L18 9l-2-2 3.507-3.507C18.9 3.188 18.225 3 17.5 3 15.015 3 13 5.015 13 7.5c0 .725.188 1.4.493 2.007L3 20l2 2 6.848-6.848c1.885 1.928 3.874 3.753 5.977 5.45l1.425 1.148 1.5-1.5-1.15-1.425c-1.695-2.103-3.52-4.092-5.448-5.977z"/></g></svg> <span>Customize</span> </a> </li> <li class="actnbr-folded-follow"> <a class="actnbr-action actnbr-actn-follow " href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path clip-rule="evenodd" d="m4 4.5h12v6.5h1.5v-6.5-1.5h-1.5-12-1.5v1.5 10.5c0 1.1046.89543 2 2 2h7v-1.5h-7c-.27614 0-.5-.2239-.5-.5zm10.5 2h-9v1.5h9zm-5 3h-4v1.5h4zm3.5 1.5h-1v1h1zm-1-1.5h-1.5v1.5 1 1.5h1.5 1 1.5v-1.5-1-1.5h-1.5zm-2.5 2.5h-4v1.5h4zm6.5 1.25h1.5v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25z" fill-rule="evenodd"></path></svg> <span>Subscribe</span> </a> <a class="actnbr-action actnbr-actn-following no-display" href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H4V15C4 15.2761 4.22386 15.5 4.5 15.5H11.5V17H4.5C3.39543 17 2.5 16.1046 2.5 15V4.5V3H4H16H17.5V4.5V12.5H16V4.5ZM5.5 6.5H14.5V8H5.5V6.5ZM5.5 9.5H9.5V11H5.5V9.5ZM12 11H13V12H12V11ZM10.5 9.5H12H13H14.5V11V12V13.5H13H12H10.5V12V11V9.5ZM5.5 12H9.5V13.5H5.5V12Z" fill="#008A20"></path><path class="following-icon-tick" d="M13.5 16L15.5 18L19 14.5" stroke="#008A20" stroke-width="1.5"></path></svg> <span>Subscribed</span> </a> </li> <li class="actnbr-signup"><a href="https://wordpress.com/start/">Sign up</a></li> <li class="actnbr-login"><a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fandrewlawrenceking.com%252F2022%252F07%252F13%252Ftraining%252F">Log in</a></li> <li class="flb-report"> <a href="https://wordpress.com/abuse/?report_url=https://andrewlawrenceking.com" target="_blank" rel="noopener noreferrer"> Report this content </a> </li> <li class="actnbr-reader"> <a href="https://wordpress.com/read/feeds/13171714"> View site in Reader </a> </li> <li class="actnbr-subs"> <a href="https://subscribe.wordpress.com/">Manage subscriptions</a> </li> <li class="actnbr-fold"><a href="">Collapse this bar</a></li> </ul> </div> </div> </li> </ul> </div> <script> window.addEventListener( "load", function( event ) { var link = document.createElement( "link" ); link.href = "https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.css?v=20241015"; link.type = "text/css"; link.rel = "stylesheet"; document.head.appendChild( link ); var script = document.createElement( "script" ); script.src = "https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.js?v=20231122"; script.defer = true; document.body.appendChild( script ); } ); </script> <div id="jp-carousel-loading-overlay"> <div id="jp-carousel-loading-wrapper"> <span id="jp-carousel-library-loading"> </span> </div> </div> <div class="jp-carousel-overlay" style="display: none;"> <div class="jp-carousel-container"> <!-- The Carousel Swiper --> <div class="jp-carousel-wrap swiper-container jp-carousel-swiper-container jp-carousel-transitions" itemscope itemtype="https://schema.org/ImageGallery"> <div class="jp-carousel swiper-wrapper"></div> <div class="jp-swiper-button-prev swiper-button-prev"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskPrev" mask-type="alpha" maskUnits="userSpaceOnUse" x="8" y="6" width="9" height="12"> <path d="M16.2072 16.59L11.6496 12L16.2072 7.41L14.8041 6L8.8335 12L14.8041 18L16.2072 16.59Z" fill="white"/> </mask> <g mask="url(#maskPrev)"> <rect x="0.579102" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> </div> <div class="jp-swiper-button-next swiper-button-next"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskNext" mask-type="alpha" maskUnits="userSpaceOnUse" x="8" y="6" width="8" height="12"> <path d="M8.59814 16.59L13.1557 12L8.59814 7.41L10.0012 6L15.9718 12L10.0012 18L8.59814 16.59Z" fill="white"/> </mask> <g mask="url(#maskNext)"> <rect x="0.34375" width="23.8822" height="24" fill="#FFFFFF"/> </g> </svg> </div> </div> <!-- The main close buton --> <div class="jp-carousel-close-hint"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskClose" mask-type="alpha" maskUnits="userSpaceOnUse" x="5" y="5" width="15" height="14"> <path d="M19.3166 6.41L17.9135 5L12.3509 10.59L6.78834 5L5.38525 6.41L10.9478 12L5.38525 17.59L6.78834 19L12.3509 13.41L17.9135 19L19.3166 17.59L13.754 12L19.3166 6.41Z" fill="white"/> </mask> <g mask="url(#maskClose)"> <rect x="0.409668" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> </div> <!-- Image info, comments and meta --> <div class="jp-carousel-info"> <div class="jp-carousel-info-footer"> <div class="jp-carousel-pagination-container"> <div class="jp-swiper-pagination swiper-pagination"></div> <div class="jp-carousel-pagination"></div> </div> <div class="jp-carousel-photo-title-container"> <h2 class="jp-carousel-photo-caption"></h2> </div> <div class="jp-carousel-photo-icons-container"> <a href="#" class="jp-carousel-icon-btn jp-carousel-icon-info" aria-label="Toggle photo metadata visibility"> <span class="jp-carousel-icon"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskInfo" mask-type="alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="21" height="20"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.7537 2C7.26076 2 2.80273 6.48 2.80273 12C2.80273 17.52 7.26076 22 12.7537 22C18.2466 22 22.7046 17.52 22.7046 12C22.7046 6.48 18.2466 2 12.7537 2ZM11.7586 7V9H13.7488V7H11.7586ZM11.7586 11V17H13.7488V11H11.7586ZM4.79292 12C4.79292 16.41 8.36531 20 12.7537 20C17.142 20 20.7144 16.41 20.7144 12C20.7144 7.59 17.142 4 12.7537 4C8.36531 4 4.79292 7.59 4.79292 12Z" fill="white"/> </mask> <g mask="url(#maskInfo)"> <rect x="0.8125" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> </span> </a> <a href="#" class="jp-carousel-icon-btn jp-carousel-icon-comments" aria-label="Toggle photo comments visibility"> <span class="jp-carousel-icon"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskComments" mask-type="alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="21" height="20"> <path fill-rule="evenodd" clip-rule="evenodd" d="M4.3271 2H20.2486C21.3432 2 22.2388 2.9 22.2388 4V16C22.2388 17.1 21.3432 18 20.2486 18H6.31729L2.33691 22V4C2.33691 2.9 3.2325 2 4.3271 2ZM6.31729 16H20.2486V4H4.3271V18L6.31729 16Z" fill="white"/> </mask> <g mask="url(#maskComments)"> <rect x="0.34668" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> <span class="jp-carousel-has-comments-indicator" aria-label="This image has comments."></span> </span> </a> </div> </div> <div class="jp-carousel-info-extra"> <div class="jp-carousel-info-content-wrapper"> <div class="jp-carousel-photo-title-container"> <h2 class="jp-carousel-photo-title"></h2> </div> <div class="jp-carousel-comments-wrapper"> <div id="jp-carousel-comments-loading"> <span>Loading Comments...</span> </div> <div class="jp-carousel-comments"></div> <div id="jp-carousel-comment-form-container"> <span id="jp-carousel-comment-form-spinner"> </span> <div id="jp-carousel-comment-post-results"></div> <form id="jp-carousel-comment-form"> <label for="jp-carousel-comment-form-comment-field" class="screen-reader-text">Write a Comment...</label> <textarea name="comment" class="jp-carousel-comment-form-field jp-carousel-comment-form-textarea" id="jp-carousel-comment-form-comment-field" placeholder="Write a Comment..." ></textarea> <div id="jp-carousel-comment-form-submit-and-info-wrapper"> <div id="jp-carousel-comment-form-commenting-as"> <fieldset> <label for="jp-carousel-comment-form-email-field">Email (Required)</label> <input type="text" name="email" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-email-field" /> </fieldset> <fieldset> <label for="jp-carousel-comment-form-author-field">Name (Required)</label> <input type="text" name="author" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-author-field" /> </fieldset> <fieldset> <label for="jp-carousel-comment-form-url-field">Website</label> <input type="text" name="url" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-url-field" /> </fieldset> </div> <input type="submit" name="submit" class="jp-carousel-comment-form-button" id="jp-carousel-comment-form-button-submit" value="Post Comment" /> </div> </form> </div> </div> <div class="jp-carousel-image-meta"> <div class="jp-carousel-title-and-caption"> <div class="jp-carousel-photo-info"> <h3 class="jp-carousel-caption" itemprop="caption description"></h3> </div> <div class="jp-carousel-photo-description"></div> </div> <ul class="jp-carousel-image-exif" style="display: none;"></ul> <a class="jp-carousel-image-download" href="#" target="_blank" style="display: none;"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="3" y="3" width="19" height="18"> <path fill-rule="evenodd" clip-rule="evenodd" d="M5.84615 5V19H19.7775V12H21.7677V19C21.7677 20.1 20.8721 21 19.7775 21H5.84615C4.74159 21 3.85596 20.1 3.85596 19V5C3.85596 3.9 4.74159 3 5.84615 3H12.8118V5H5.84615ZM14.802 5V3H21.7677V10H19.7775V6.41L9.99569 16.24L8.59261 14.83L18.3744 5H14.802Z" fill="white"/> </mask> <g mask="url(#mask0)"> <rect x="0.870605" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> <span class="jp-carousel-download-text"></span> </a> <div class="jp-carousel-image-map" style="display: none;"></div> </div> </div> </div> </div> </div> </div> <script type="text/javascript"> window.WPCOM_sharing_counts = {"https:\/\/andrewlawrenceking.com\/2022\/07\/13\/training\/":3823,"https:\/\/andrewlawrenceking.com\/2022\/02\/24\/badalla\/":3827,"https:\/\/andrewlawrenceking.com\/2022\/01\/26\/madrigals-tactus\/":3682,"https:\/\/andrewlawrenceking.com\/2021\/12\/28\/passaggi\/":3605,"https:\/\/andrewlawrenceking.com\/2021\/12\/26\/messiah\/":3744,"https:\/\/andrewlawrenceking.com\/2021\/11\/20\/making-time-for-beautiful-singing-a-lost-practice\/":3653,"https:\/\/andrewlawrenceking.com\/2020\/09\/06\/isabella-leonarda-400th-anniversary\/":3480,"https:\/\/andrewlawrenceking.com\/2020\/06\/11\/baroque-faqs-for-modern-musicians\/":3350,"https:\/\/andrewlawrenceking.com\/2020\/06\/03\/music-for-a-while\/":3267,"https:\/\/andrewlawrenceking.com\/2020\/06\/02\/vraie-mouvement-introduction-to-french-baroque-dance-music\/":3242}; </script> <link crossorigin='anonymous' rel='stylesheet' id='all-css-0-2' href='https://s0.wp.com/_static/??-eJyljdEOwiAMRX9IbKZLnA/Gb0FoNmahhEKIf+9InI972F6ae9qbU6hRGQ4ZQwZfVKQyuiAwY47avH8MnrkNWwgFjE5cBAmkuohJvUqwhGcjcoIDtrW0LvYKZeKUDdvmlgXJLXHiqv6HvebsCK0aNRGmzxa1B0//6G6XfrgO3b2fvyBCiE0=&cssminify=yes' type='text/css' media='all' /> <script type="text/javascript" id="coblocks-loader-js-extra"> /* <![CDATA[ */ var wpcom_coblocks_js = {"coblocks_masonry_js":"https:\/\/s2.wp.com\/wp-content\/plugins\/coblocks\/2.18.1-simple-rev.4\/dist\/js\/coblocks-masonry.min.js","coblocks_lightbox_js":"https:\/\/s2.wp.com\/wp-content\/plugins\/coblocks\/2.18.1-simple-rev.4\/dist\/js\/coblocks-lightbox.min.js","jquery_core_js":"\/wp-includes\/js\/jquery\/jquery.min.js","jquery_migrate_js":"\/wp-includes\/js\/jquery\/jquery-migrate.min.js","masonry_js":"\/wp-includes\/js\/masonry.min.js","imagesloaded_js":"\/wp-includes\/js\/imagesloaded.min.js"}; var coblocksLigthboxData = {"closeLabel":"Close Gallery","leftLabel":"Previous","rightLabel":"Next"}; /* ]]> */ </script> <script type="text/javascript" id="jetpack-facebook-embed-js-extra"> /* <![CDATA[ */ var jpfbembed = {"appid":"249643311490","locale":"en_US"}; /* ]]> */ </script> <script type="text/javascript" id="jetpack-carousel-js-extra"> /* <![CDATA[ */ var jetpackSwiperLibraryPath = {"url":"https:\/\/s2.wp.com\/wp-content\/mu-plugins\/jetpack-plugin\/moon\/_inc\/build\/carousel\/swiper-bundle.min.js"}; var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"https:\/\/andrewlawrenceking.com\/wp-admin\/admin-ajax.php","nonce":"41be8bc0f3","display_exif":"1","display_comments":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"Post Comment","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","image_label":"Open image in full-screen.","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"0","require_name_email":"1","login_url":"https:\/\/andrewlawrenceking.wordpress.com\/wp-login.php?redirect_to=https%3A%2F%2Fandrewlawrenceking.com%2F2022%2F07%2F13%2Ftraining%2F","blog_id":"56032818","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"stats_query_args":"blog=56032818&v=wpcom&tz=3&user_id=0&subd=andrewlawrenceking","is_public":"1"}; /* ]]> */ </script> <script type="text/javascript" id="jetpack-slideshow-js-extra"> /* <![CDATA[ */ var jetpackSlideshowSettings = {"spinner":"https:\/\/s2.wp.com\/wp-content\/mu-plugins\/jetpack-plugin\/moon\/modules\/shortcodes\/img\/slideshow-loader.gif","speed":"4000","label_prev":"Previous Slide","label_stop":"Pause Slideshow","label_next":"Next Slide","blog_id":"56032818","blog_subdomain":"andrewlawrenceking","user_id":"0"}; var jetpackSlideshowSettings = {"spinner":"https:\/\/s2.wp.com\/wp-content\/mu-plugins\/jetpack-plugin\/moon\/modules\/shortcodes\/img\/slideshow-loader.gif","speed":"4000","label_prev":"Previous Slide","label_stop":"Pause Slideshow","label_next":"Next Slide","blog_id":"56032818","blog_subdomain":"andrewlawrenceking","user_id":"0"}; /* ]]> */ </script> <script type="text/javascript" id="sharing-js-js-extra"> /* <![CDATA[ */ var sharing_js_options = {"lang":"en","counts":"1","is_stats_active":"1"}; /* ]]> */ </script> <script crossorigin='anonymous' type='text/javascript' src='https://s0.wp.com/_static/??-eJylU+1SAjEMfCF79QRH/eH4KE6vDXc50ubsBze8vQE5BGSQgV9t0s02u2n1OCjLIUPIuk/ac4MEqiSIppWcwrDgqk8P+gDXELdqoNJiSHrk6IxLypJJCdKGZDSZTmt8+a1A10JOGoqc8hJBkRl1Bj+QyXCSv8BDuBT0V4ECnQmOIF4A95AHY5e7WHRy0J8YrG4KktMiEwNmUMlGJprideUxnLJOlJbFCLtM+qmqX6taJRQFoCKsqrl2mLaGTiBFbJx0eIYvd+BFyFAaHcGJjk1dMCtsTUb+A79G1MJYaMRDBb4Bd7st1kSWt0B73JQ41CFwKu5n9L2MI653y1Ug5bGNMvdzzvzTqGdXSChTxzFbPmKv7NrSLaQH6o95E6HsOh7VPn8ffZaf5lRriDZuXIj+uWaaiRoHy/4kvEe9kedonFtvtxjaXR8f/r1+mdXz2ePs+a3/BhCCmXo='></script> <script type="text/javascript" id="sharing-js-js-after"> /* <![CDATA[ */ var windowOpen; ( function () { function matches( el, sel ) { return !! ( el.matches && el.matches( sel ) || el.msMatchesSelector && el.msMatchesSelector( sel ) ); } document.body.addEventListener( 'click', function ( event ) { if ( ! event.target ) { return; } var el; if ( matches( event.target, 'a.share-facebook' ) ) { el = event.target; } else if ( event.target.parentNode && matches( event.target.parentNode, 'a.share-facebook' ) ) { el = event.target.parentNode; } if ( el ) { event.preventDefault(); // If there's another sharing window open, close it. if ( typeof windowOpen !== 'undefined' ) { windowOpen.close(); } windowOpen = window.open( el.getAttribute( 'href' ), 'wpcomfacebook', 'menubar=1,resizable=1,width=600,height=400' ); return false; } } ); } )(); var windowOpen; ( function () { function matches( el, sel ) { return !! ( el.matches && el.matches( sel ) || el.msMatchesSelector && el.msMatchesSelector( sel ) ); } document.body.addEventListener( 'click', function ( event ) { if ( ! event.target ) { return; } var el; if ( matches( event.target, 'a.share-linkedin' ) ) { el = event.target; } else if ( event.target.parentNode && matches( event.target.parentNode, 'a.share-linkedin' ) ) { el = event.target.parentNode; } if ( el ) { event.preventDefault(); // If there's another sharing window open, close it. if ( typeof windowOpen !== 'undefined' ) { windowOpen.close(); } windowOpen = window.open( el.getAttribute( 'href' ), 'wpcomlinkedin', 'menubar=1,resizable=1,width=580,height=450' ); return false; } } ); } )(); var windowOpen; ( function () { function matches( el, sel ) { return !! ( el.matches && el.matches( sel ) || el.msMatchesSelector && el.msMatchesSelector( sel ) ); } document.body.addEventListener( 'click', function ( event ) { if ( ! event.target ) { return; } var el; if ( matches( event.target, 'a.share-twitter' ) ) { el = event.target; } else if ( event.target.parentNode && matches( event.target.parentNode, 'a.share-twitter' ) ) { el = event.target.parentNode; } if ( el ) { event.preventDefault(); // If there's another sharing window open, close it. if ( typeof windowOpen !== 'undefined' ) { windowOpen.close(); } windowOpen = window.open( el.getAttribute( 'href' ), 'wpcomtwitter', 'menubar=1,resizable=1,width=600,height=350' ); return false; } } ); } )(); /* ]]> */ </script> <script type="text/javascript"> (function () { var wpcom_reblog = { source: 'toolbar', toggle_reblog_box_flair: function (obj_id, post_id) { // Go to site selector. This will redirect to their blog if they only have one. const postEndpoint = `https://wordpress.com/post`; // Ideally we would use the permalink here, but fortunately this will be replaced with the // post permalink in the editor. const originalURL = `${ document.location.href }?page_id=${ post_id }`; const url = postEndpoint + '?url=' + encodeURIComponent( originalURL ) + '&is_post_share=true' + '&v=5'; const redirect = function () { if ( ! window.open( url, '_blank' ) ) { location.href = url; } }; if ( /Firefox/.test( navigator.userAgent ) ) { setTimeout( redirect, 0 ); } else { redirect(); } }, }; window.wpcom_reblog = wpcom_reblog; })(); </script> <script type="text/javascript"> // <![CDATA[ (function() { try{ if ( window.external &&'msIsSiteMode' in window.external) { if (window.external.msIsSiteMode()) { var jl = document.createElement('script'); jl.type='text/javascript'; jl.async=true; jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(jl, s); } } }catch(e){} })(); // ]]> </script> <script type="text/javascript"> (function() { var extend = function(out) { out = out || {}; for (var i = 1; i < arguments.length; i++) { if (!arguments[i]) continue; for (var key in arguments[i]) { if (arguments[i].hasOwnProperty(key)) out[key] = arguments[i][key]; } } return out; }; extend( window.infiniteScroll.settings.scripts, ["jetpack-mu-wpcom-settings","rlt-proxy","cmp-script-stub","wpcom-actionbar-placeholder","grofiles-cards","wpgroho","mobile-useragent-info","wordads-smart","eu-cookie-law-script","jetpack_likes_queuehandler","the-neverending-homepage","coblocks-loader","reddle-navigation","jetpack-facebook-embed","jetpack-carousel","jquery-core","jquery-migrate","jquery","jquery-cycle","jetpack-slideshow","tiled-gallery","carousel-wpcom","sharing-js"] ); extend( window.infiniteScroll.settings.styles, ["wordads-global","eu-cookie-law-style","jetpack_likes","the-neverending-homepage","wp-block-library","jetpack-layout-grid","jetpack-ratings","mediaelement","wp-mediaelement","coblocks-frontend","wpcom-core-compat-playlist-styles","wpcom-text-widget-styles","wpcom-bbpress2-staff-css","reddle-style","reblogging","geo-location-flair","sharedaddy","social-logos","h4-global","wp-emoji-styles","videopress-video-style","jetpack-sharing-buttons-style","classic-theme-styles","global-styles","jetpack_facebook_likebox","jetpack-global-styles-frontend-style","jetpack-carousel-swiper-css","jetpack-carousel","jetpack-slideshow","tiled-gallery","core-block-supports-duotone"] ); })(); </script> <span id="infinite-aria" aria-live="assertive"></span> <iframe src='https://widgets.wp.com/likes/master.html?ver=20241128#ver=20241128&origin=https://andrewlawrenceking.com' scrolling='no' id='likes-master' name='likes-master' style='display:none;'></iframe> <div id='likes-other-gravatars' class='wpl-new-layout' role="dialog" aria-hidden="true" tabindex="-1"> <div class="likes-text"> <span>%d</span> </div> <ul class="wpl-avatars sd-like-gravatars"></ul> </div> <script src="//stats.wp.com/w.js?67" defer></script> <script type="text/javascript"> _tkq = window._tkq || []; _stq = window._stq || []; _tkq.push(['storeContext', {'blog_id':'56032818','blog_tz':'3','user_lang':'en','blog_lang':'en','user_id':'0'}]); _stq.push(['view', {'blog':'56032818','v':'wpcom','tz':'3','user_id':'0','subd':'andrewlawrenceking'}]); _stq.push(['extra', {'crypt':'UE5XaGUuOTlwaD85flAmcm1mcmZsaDhkV11YdWtpP0NsWnVkPS9sL0ViLndld3BsSjRjQ0FmMWk0bjhwYkI9bVh4bTM3ZU5oUj1jenJXRmd6fjMlM1JEdF1Ebz0mRzM0aiVsc0JBenl4Mm1qOFpnWVBaWlJKQXBhU2UrNzJHb2NHVj15R1krQUcrQ1UzbTZdOGh6MEhuS3g4NlVualNWRGdnLTFaYW9IWyZNYmJyP2J+eE5+cTN5NT04ZGZwS0Y0WlYwSFZRSEQlMlVHNWllbThIaFo/OTB8MC5UZ0N1M2ctbmkzLnlOSytQRyVUXzlGelk2Ny9dX3RGeF9takN1T21PQWlTPW5wZzFKW35sZ0JQLUM4VWpYLnlLUF9LdXZ+R2RnQjdQP0xRQzBdTkIzak5o'}]); _stq.push([ 'clickTrackerInit', '56032818', '0' ]); </script> <noscript><img src="https://pixel.wp.com/b.gif?v=noscript" style="height:1px;width:1px;overflow:hidden;position:absolute;bottom:1px;" alt="" /></noscript> <script> ( function() { function getMobileUserAgentInfo() { if ( typeof wpcom_mobile_user_agent_info === 'object' ) { wpcom_mobile_user_agent_info.init(); var mobileStatsQueryString = ''; if ( wpcom_mobile_user_agent_info.matchedPlatformName !== false ) { mobileStatsQueryString += '&x_' + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName; } if ( wpcom_mobile_user_agent_info.matchedUserAgentName !== false ) { mobileStatsQueryString += '&x_' + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName; } if ( wpcom_mobile_user_agent_info.isIPad() ) { mobileStatsQueryString += '&x_' + 'ipad_views' + '=' + 'views'; } if ( mobileStatsQueryString != '' ) { new Image().src = document.location.protocol + '//pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random(); } } } document.addEventListener( 'DOMContentLoaded', getMobileUserAgentInfo ); } )(); </script> </body> </html>