The C Barre Chord Shape Lesson (2024)

Chris Harrington

More

  • Introducing Barre ChordsLEVEL 3Your first steps in the world of Barre.
  • The CAGED SystemLEVEL 6Unlock your fretboard with the CAGED system
  • 7ths Barre ChordsLEVEL 4The most common 7th barre chord shapes
  • Introducing ModesLEVEL 4What is a mode and how do you approach it on the guitar?
  • Sting: Shape of My HeartLEVEL 4Popular song by Sting from the albun "Ten Summoner's Tales" (1993), this song is also featured in the Orginal Sound Track of the movie "Léon, the professional" (1994).
  • How To Play Barre ChordsLEVEL 1Learn how to play major and minor barre chords.
  • 5-string Barre ChordsLEVEL 2This is the place for all you beginning guitarists to get started on your journey to great guitar playing. Today we are going to learn some 5 string barre chord shapes and how to use them at different positions on the neck. All our chords in this lesson are from the key of G major.
  • Partial Barre ChordsLEVEL 2In this lesson we start you on your barre chord journey.
  • 6-String Barre ChordsLEVEL 2This is the place for all you beginning guitarists to get started on your journey to great guitar playing. Today we are going to learn some 6 string barre chord shapes and how to use them at different positions on the neck. All our chords in this lesson are from the key of F major.

more

easier

  • Feedback

    • The C Barre Chord Shape Lesson (4)Kristofer Dahl14th July 2023

      Thanks Chris, to me this is the 'RHCP' voicing - very useful for mixing chordal work with melodic embellishments!

  • Total views: 0
  • Member views: 0
  • Guest views: 0
  • Lesson
  • My notes
    • Tags:Chords, Barre chords, C shape, E Dorian, Ocean Colour Scene

    Hey GMC!

    I’m excited to be able to bring you lesson 3 in the ‘Introducing Barre Chords’ Course.

    In this lesson we’ll be taking a look at the C chord shape and looking at how to barre it. This is definitely a level up for the fingers, especially the pinky so take your time but know the rewards are worth the effort.

    From players like John Frusciante, Tosin Abasi and Julian Lage, this chord shape is used by the worlds greatest players.

    Make sure to give lesson 1 and 2 a look before trying this as we will be using shapes from those lessons as well.

    Grab your guitar, tune up and let’s get started!

    Chords

    | Em | Bm7 | D | Asus2 | x2

    | Em7 | G | D | A | x2

    | E5 ||

    Gear

    MusicMan Cutlass Sterling / 010 gauge
    1.5mm Tortex Jim Dunlop (purple)
    Bias FX

    The C Barre Chord Shape Lesson (5)

  • Login to use my notes. No GMC account? Register here.

Scrubbing / forward / rewind: arrow right, arrow left keys
Jump to start: Home or `s` , you can also click/tap the lesson part again (the numbers above player)
Go to next part: PageUP or End.
Volume: ArrowUp / ArrowDown keys
Go to any part: Number keys (combinations also possible)
Pause or play: `k` or space key
Fullscreen: `f`, esc to close
Increase / decrease speed : `+` or `-`

FREE PARTS

`); //get width of lesson parts var width__ = 0; $(".guitar-lesson-parts-list.show li.do-not-clone").each(function() { width__ += $(this).outerWidth(); }); $(".lesson_onboarding_circle").css("width", width__ + 250); $("#onboard").delay(700).animate({ opacity: 1 }, 1000); $("#onboard, #lesson_onboarding_wrap, .gray_mask_k2, .suggested-lessons-v2").click(function() { lessonOnboardingDestroy(); $.cookie('onb_compl_parts', 'yes'); }); setTimeout(function() { $(".free.show").css({"background": "#82f109", "transition": "background-color 4s ease"}); }, 700); $(".do-not-clone").each(function(index){ //if free part is only in show more, trigger click if ($(this).is('.free:not(.part-0)')) { return false; } else { let len = $('.do-not-clone').length; if (index === (len - 1)) { setTimeout(function() { $("#show-more-steps").trigger("click"); }, 1000); } } }); setTimeout(function() { lessonOnboardingDestroy(); }, 6500); }, 6000); function lessonOnboardingDestroy() { // if (!$("body").hasClass("gmc_body_dev")) { $("#onboard").fadeOut("slow"); $(".free.show").removeAttr( 'style' ); $( "#lesson_onboarding_wrap" ).remove(); $( "#ls_tb" ).removeClass( "onb_tab" ); $('body').removeClass('gmc_body_lesson_onboarding'); // } }; //show tabs onboarding explanation and green arrow unless video is spoken or "onboard complete" cookie has been set setTimeout(function() { $('.lesson-steps').on('click.first', function() { setTimeout(function() { if (($('#ls_tb').length !== 0) && (localStorage.getItem("lesson_onb_tabs") === null)) { localStorage.setItem("lesson_onb_tabs", "1"); $('body').addClass('body_lesson_tab_onboarding'); $('.lesson-step-container').prepend($('#onboard_tab')); $('.lesson-step-container').prepend(`

`); $('#onboard_tab').show(); // $( "#ls_tb" ).addClass( "onb_tab"); setTimeout(function() { $( "#onboard_tab, #lesson_onboarding_wrap" ).remove(); $('body').removeClass('body_lesson_tab_onboarding'); }, 6000); $('.lesson_page_h1_title').off('click.first'); } }, 3000); }); }, 500);}//beginner filtering of related lessons$(window).load(function() {// if ($("body").hasClass("gmc_body_dev")) {var min_ = -1;var max_ = 8;var searchFiltering = '/n/1/10/n/n/DifficultyLevel/f/f/?planner_expand';if (filterIsOn) {loadRelatedLessons('beginner-filter-active');}activateEasyClick();function activateEasyClick() {$('.suggested_v2_easier').click(function() {min_ = -1;max_ = 8;$('.suggested_v2_easier').hide();searchFiltering = '/n/1/10/n/n/DifficultyLevel/f/f/?planner_expand';loadRelatedLessons();});}$('.suggested_v2_more').click(function() {min_ = -1;max_ = 8;searchFiltering = '/?planner_expand';loadRelatedLessons('easy_not_active');});// } function loadRelatedLessons(p) { $('#lotd-related-lessons').remove(); $('.lesson-list-recommended').hide(); var styleQuery = $('.lesson_page_h1_title').html(); styleQuery = styleQuery.replace(/[^a-zA-Z0-9"]/g, '+'); var searchUrl = 'https://' + window.location.hostname + '/search/' + styleQuery + searchFiltering; if (p=='beginner-filter-active') { $('.lesson-list-recommended').before('

'); } else { $('.lesson-list-recommended').before('

'); } console.log(' styleQuery ' + styleQuery + ' searchUrl: ' + searchUrl);$( "#lotd-related-lessons" ).load(searchUrl +" #lesson_list, #show_more", function() {$('#show_more').remove();$( "#lesson_list > h3" ).replaceWith( "

More

" );$( ".suggested-lessons-v2 .lesson-list" ).after( '

more »

' );$('#lesson_list .suggested_v2_nav').unwrap();if (p=='easy_not_active') {$('.suggested_v2_easier').show();filterOutSuggestionsV1();}else {removeDuplicate();}$('.suggested_v2_next').click(function() {min_ += 8;max_ += 8;hideRest();});$('.suggested_v2_prev').click(function() {min_ -= 8;max_ -= 8;hideRest();});hideRest();activateEasyClick(); }); } function removeDuplicate() {$('.suggested-lessons-v2 .lesson-list li').each(function() {if ( $(this).find('a.title-2022').attr('href') == location.pathname) {$(this).remove();} $(this).find('a.title-2022').attr("href", $(this).find('a.title-2022').attr("href")+ "?suggested-lessons-easy"); // for stats}); } function filterOutSuggestionsV1() { $('.suggested-lessons-v2 .lesson-list li').each(function(i,li) { $('.lesson-list-recommended .lesson-list li').each(function(ii,li2) { if ( $(li2).find('a.title-2022').attr('href') == $(li).find('a.title-2022').attr('href')) { console.log('li removed: ' + $(li).find('a.title-2022').attr('href')); $(li).remove(); } }); if ( $(this).find('a.title-2022').attr('href') == location.pathname) { $(this).remove(); } $(this).find('a.title-2022').attr("href", $(this).find('a.title-2022').attr("href")+ "?suggested-lessons-more"); // for stats }); } function hideRest() { $('.suggested-lessons-v2 .lesson-list li').each(function(index) { if (index > min_ && index < max_ ) {$(this).show();} else {$(this).hide();}if ( $('.suggested-lessons-v2 .lesson-list li:nth-of-type('+ max_ +')').length == 0){ // only show nav buttons when there are lessons$('.suggested_v2_next').hide();}else {$('.suggested_v2_next').show();}if (max_ > 8) {$('.suggested_v2_prev').show();}else {$('.suggested_v2_prev').hide();} }); }});

The C Barre Chord Shape Lesson (2024)
Top Articles
Latest Posts
Article information

Author: Lakeisha Bayer VM

Last Updated:

Views: 5922

Rating: 4.9 / 5 (69 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Lakeisha Bayer VM

Birthday: 1997-10-17

Address: Suite 835 34136 Adrian Mountains, Floydton, UT 81036

Phone: +3571527672278

Job: Manufacturing Agent

Hobby: Skimboarding, Photography, Roller skating, Knife making, Paintball, Embroidery, Gunsmithing

Introduction: My name is Lakeisha Bayer VM, I am a brainy, kind, enchanting, healthy, lovely, clean, witty person who loves writing and wants to share my knowledge and understanding with you.