Press "Enter" to skip to content

Taylor Swift May Have Copied Beyoncé’s Coachella Performance & We’re Uncomfortable

Fans are claiming that Taylor Swift copied Beyoncé’s Coachella performance during her big comeback at the 2019 Billboard Music Awards. Swift took the stage at the BBMAs with Brendon Urie of Panic! at the Disco to perform their hit song, “ME!,” for the first time. The stage was chock-full of sparkles, rainbows, butterflies, vibrant colors, and hearts—exactly the vibe of T-Swift’s new Instagram aesthetic. But she has been called out for starting her performance off with a drum line. It did feel very reminiscent of Beyonce’s iconic Coachella show last year, which was just revisited in her Netflix documentary, Homecoming.

The Beyhive is ~buzzing~ and it’s not super positive. To be fair, drumlines are not an original idea. People have been falling into formation long before Beyoncé made it a thing. However, there are some striking similarities between the execution of the performances, and we think that’s why people are upset. Fans quickly made their digust known on Twitter, calling out the “Gorgeous” singer for copying Beyoncé. Comments ranged from, “I don’t know if y’all are seeing this, but Taylor Swift is gentrifying Beyoncé’s Coachella performance right now” to “Taylor Swift, imma let you finish but Beyoncé had the greatest drum line of all time” to “How dare Taylor Swift copy off of Beyoncé’s Homecoming with the marching band!!! Have some originality, you can be inspired but don’t just straight-up copy it. If Homecoming wasn’t out, she would not have done this and we all know it.”

Twitter, just as a savage as ever!

https://twitter.com/Blkconnoisseur2/status/1123740111127154689?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1123740111127154689&ref_url=https%3A%2F%2Fwww.cosmopolitan.com%2Fentertainment%2Fa27337332%2Ftaylor-swift-rips-off-beyonce-drumline-bbmas%2F
https://twitter.com/jamilahmichelle/status/1123740373875134470?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1123740373875134470&ref_url=https%3A%2F%2Fwww.cosmopolitan.com%2Fentertainment%2Fa27337332%2Ftaylor-swift-rips-off-beyonce-drumline-bbmas%2F
https://twitter.com/Neosoul1189/status/1123739730175303687?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1123739730175303687&ref_url=https%3A%2F%2Fwww.cosmopolitan.com%2Fentertainment%2Fa27337332%2Ftaylor-swift-rips-off-beyonce-drumline-bbmas%2F
https://twitter.com/miss_flawless4/status/1123742559031955457?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1123742559031955457&ref_url=https%3A%2F%2Fwww.cosmopolitan.com%2Fentertainment%2Fa27337332%2Ftaylor-swift-rips-off-beyonce-drumline-bbmas%2F
https://twitter.com/yoitssaro/status/1123740747306545152?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1123740747306545152&ref_url=https%3A%2F%2Fwww.cosmopolitan.com%2Fentertainment%2Fa27337332%2Ftaylor-swift-rips-off-beyonce-drumline-bbmas%2F
https://twitter.com/wcapers/status/1123740219713445888?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1123740219713445888&ref_url=https%3A%2F%2Fwww.cosmopolitan.com%2Fentertainment%2Fa27337332%2Ftaylor-swift-rips-off-beyonce-drumline-bbmas%2F
https://twitter.com/ellhah/status/1123741184713723904?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1123741184713723904&ref_url=https%3A%2F%2Fwww.cosmopolitan.com%2Fentertainment%2Fa27337332%2Ftaylor-swift-rips-off-beyonce-drumline-bbmas%2F

SO—is the hate fair? We honestly can’t say. What we do know is, imitation is the highest form of flattery, right? So perhaps T-Swift was paying homage to our Queen. To be fair, Swifty also performed with a marching band during her Fearless Tour in 2009. Regardless, it will forever be known that Beyoncé absolutely crushed it with Homecoming — paying homage to the legacy of Historically Black Colleges and Universites and their long hisotry of marching bands. She is, and always will be, a true icon.

Also, we think the more pressing question is, why is no one talking about the fact the Urie literally flew onto the stage fully copying Mary Poppins?

Me Panic! at the Disco, Taylor Swift, Brandon Urie

BBMAs.

Just sayin.’

( function() {
var func = function() {
var iframe_form = document.getElementById(‘wpcom-iframe-form-e3da609ee0b45ef53cfb84596530b290-5ccb6898b064b’);
var iframe = document.getElementById(‘wpcom-iframe-e3da609ee0b45ef53cfb84596530b290-5ccb6898b064b’);
if ( iframe_form && iframe ) {
iframe_form.submit();
iframe.onload = function() {
iframe.contentWindow.postMessage( {
‘msg_type’: ‘poll_size’,
‘frame_id’: ‘wpcom-iframe-e3da609ee0b45ef53cfb84596530b290-5ccb6898b064b’
}, window.location.protocol + ‘//wpcomwidgets.com’ );
}
}

// Autosize iframe
var funcSizeResponse = function( e ) {
var origin = document.createElement( ‘a’ );
origin.href = e.origin;

// Verify message origin
if ( ‘wpcomwidgets.com’ !== origin.host )
return;

// Verify message is in a format we expect
if ( ‘object’ !== typeof e.data || undefined === e.data.msg_type )
return;

switch ( e.data.msg_type ) {
case ‘poll_size:response’:
var iframe = document.getElementById( e.data._request.frame_id );

if ( iframe && ” === iframe.width )
iframe.width = ‘100%’;
if ( iframe && ” === iframe.height )
iframe.height = parseInt( e.data.height );

return;
default:
return;
}
}

if ( ‘function’ === typeof window.addEventListener ) {
window.addEventListener( ‘message’, funcSizeResponse, false );
} else if ( ‘function’ === typeof window.attachEvent ) {
window.attachEvent( ‘onmessage’, funcSizeResponse );
}
}
if (document.readyState === ‘complete’) { func.apply(); /* compat for infinite scroll */ }
else if ( document.addEventListener ) { document.addEventListener( ‘readystatechange’, function(){
if (document.readyState === ‘complete’) {
func.apply();
}
}, false ); }
else if ( document.attachEvent ) { document.attachEvent( ‘onreadystatechange’, func ); }
} )();

This moment also gave us Grease vibes…

me, Taylor Swift

Frank Micelotta/Picturegroup/REX/Shutterstock.

Anyone? No? Just us?

grease Taylor Swift May Have Copied Beyoncés Coachella Performance & Were Uncomfortable

Grease.

ANYWAY. Take a look at the two lady’s performances below. T-Swift’s was actually pretty cute and kind of a throwback to OG Tay Tay (pre-“Look What You Made Me Do”).

And then, of course, Queen Bey.

Be First to Comment

    Leave a Reply

    Your email address will not be published. Required fields are marked *