Skip to content

Commit

Permalink
Merge pull request #1262 from MarcSabatella/31671-chord-description-file
Browse files Browse the repository at this point in the history
fix #31671: recognize major triads for legacy files without chords.xml
  • Loading branch information
lasconic committed Sep 3, 2014
2 parents ff7fb3b + a0cea22 commit 41481c7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions share/styles/cchords_muse.xml
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@
<renderBase>/ m:0:1 :n :a m:0:-1</renderBase>

<chord id="1">
<name></name>
<render></render>
</chord>
<chord id="2">
Expand Down
1 change: 1 addition & 0 deletions share/styles/cchords_nrb.xml
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@
<renderBase>/ m:0:1 :n :a m:0:-1</renderBase>

<chord id="1">
<name></name>
<render></render>
</chord>
<chord id="2">
Expand Down
1 change: 1 addition & 0 deletions share/styles/cchords_rb.xml
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@
<renderBase>/ m:0:1 :n :a m:0:-1</renderBase>

<chord id="1">
<name></name>
<render></render>
</chord>
<chord id="2">
Expand Down
1 change: 1 addition & 0 deletions share/styles/cchords_sym.xml
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@
<renderBase>/ m:0:1 :n :a m:0:-1</renderBase>

<chord id="1">
<name></name>
<render></render>
</chord>
<chord id="2">
Expand Down
1 change: 1 addition & 0 deletions share/styles/jazzchords.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
<renderBase>/ m:0:1 :n :a m:0:-1</renderBase>

<chord id="1">
<name></name>
<render></render>
</chord>
<chord id="2">
Expand Down
1 change: 1 addition & 0 deletions share/styles/stdchords.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
<renderBase>m:-0.2:1 / m:0.2:1 :n :a m:0:-2</renderBase>

<chord id="1">
<name></name>
<render></render>
</chord>
<chord id="2">
Expand Down

0 comments on commit 41481c7

Please sign in to comment.