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 -)) |
|||
(* 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 -*) |
|||
((- content.chord -)) |
|||
|
@ -1,12 +1 @@ |
|||
((- content.key -)) |
|||
(* 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 -*) |
|||
((- content.chord|replace("b", "&") -)) |
|||
|
@ -1,3 +1 @@ |
|||
This is [H] invalid. |
|||
This [A@]too. |
|||
And [Amm]as well. |
|||
This is [] invalid. |
|||
|
@ -1,5 +1,5 @@ |
|||
{define : } |
|||
{define: H 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 7 frets 0 1 3 3 x A} |
|||
{define: base-fret 7 frets 0 1 3 3 x x} |
|||
{define: E4 base-fret frets 0 1 3 3 x x} |
|||
{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} |
|||
|
Loading…
Reference in new issue