mirror of https://github.com/patacrep/patacrep.git
Louis
9 years ago
9 changed files with 17 additions and 90 deletions
@ -1,10 +1 @@ |
|||||
((- content.key -)) |
((- content.chord -)) |
||||
(* if content.alteration *)(( content.alteration ))(* endif -*) |
|
||||
(* if content.modifier *)((content.modifier))(* endif -*) |
|
||||
(* if content.addnote *)((content.addnote))(* endif -*) |
|
||||
(* if content.basskey -*) |
|
||||
/ |
|
||||
((- content.basskey -)) |
|
||||
(* if content.bassalteration *)(( content.bassalteration ))(* endif -*) |
|
||||
(* if content.star *)*(* endif -*) |
|
||||
(* endif -*) |
|
||||
|
@ -1,12 +1 @@ |
|||||
((- content.key -)) |
((- content.chord|replace("b", "&") -)) |
||||
(* if content.alteration == '#' *)#(* endif -*) |
|
||||
(* if content.alteration == 'b' *)&(* endif -*) |
|
||||
(* if content.modifier *)((content.modifier))(* endif -*) |
|
||||
(* if content.addnote *)((content.addnote))(* endif -*) |
|
||||
(* if content.basskey -*) |
|
||||
/ |
|
||||
((- content.basskey -)) |
|
||||
(* if content.bassalteration == '#' *)#(* endif -*) |
|
||||
(* if content.bassalteration == 'b' *)&(* endif -*) |
|
||||
(* if content.star *)*(* endif -*) |
|
||||
(* endif -*) |
|
||||
|
@ -1,3 +1 @@ |
|||||
This is [H] invalid. |
This is [] invalid. |
||||
This [A@]too. |
|
||||
And [Amm]as well. |
|
||||
|
@ -1,5 +1,5 @@ |
|||||
{define : } |
{define : } |
||||
{define: H base-fret 7 frets 0 1 3 3 x x} |
{define: base-fret 7 frets 0 1 3 3 x x} |
||||
{define: E4 base-fret H frets 0 1 3 3 x x} |
{define: E4 base-fret frets 0 1 3 3 x x} |
||||
{define: E4 base-fret 7 frets 0 1 3 3 x A} |
{define: E4 base-fret H frets 0 1 3 3 x A} |
||||
{define: E5 base-fret 7 frets 0 1 3 3 x x fingers - 1 2 3 - A} |
{define: E5 base-fret 7 frets 0 1 3 3 x x fingers - 1 2 3 - A} |
||||
|
Loading…
Reference in new issue