mirror of https://github.com/patacrep/patacrep.git
Louis
9 years ago
7 changed files with 129 additions and 9 deletions
@ -0,0 +1,17 @@ |
|||
{language: english} |
|||
{columns: 1} |
|||
{title: Chords testing} |
|||
{subtitle: Test of the chords specification and LaTeX translation} |
|||
|
|||
[A]Simple |
|||
[Bb]Bémol |
|||
[C#]Dièse |
|||
[Adim]dim |
|||
[Dmaj]maj |
|||
[Em3]m chiffre |
|||
[G4]Nombre |
|||
[Emaj3]maj et nombre |
|||
[Absus8]bémol, sus et nombre |
|||
[A/A]Deux notes |
|||
[F/Fb]Deux notes, bémol |
|||
[B/C#]Deux notes, dièse |
@ -1 +1,13 @@ |
|||
\[(( content.value ))] |
|||
\[ |
|||
((- content.todo_note -)) |
|||
(* if content.todo_diesebemol == '#' *)#(* endif -*) |
|||
(* if content.todo_diesebemol == 'b' *)&(* endif -*) |
|||
(* if content.todo_mdimmajsus *)((content.todo_mdimmajsus))(* endif -*) |
|||
(* if content.todo_chiffre *)((content.todo_chiffre))(* endif -*) |
|||
(* if content.todo_chordbis -*) |
|||
/ |
|||
((- content.todo_chordbis[0] -)) |
|||
(* if content.todo_chordbis[1] == '#' *)#(* endif -*) |
|||
(* if content.todo_chordbis[1] == 'b' *)&(* endif -*) |
|||
(* endif -*) |
|||
] |
|||
|
@ -0,0 +1,12 @@ |
|||
[A]Simple |
|||
[Bb]Bémol |
|||
[C#]Dièse |
|||
[Adim]dim |
|||
[Dmaj]maj |
|||
[Em3]m chiffre |
|||
[G4]Nombre |
|||
[Emaj3]maj et nombre |
|||
[Absus8]bémol, sus et nombre |
|||
[A/A]Deux notes |
|||
[F/Fb]Deux notes, bémol |
|||
[B/C#]Deux notes, dièse |
@ -0,0 +1,15 @@ |
|||
======== |
|||
{start_of_verse} |
|||
[A]Simple |
|||
[Bb]Bémol |
|||
[C#]Dièse |
|||
[Adim]dim |
|||
[Dmaj]maj |
|||
[Em3]m chiffre |
|||
[G4]Nombre |
|||
[Emaj3]maj et nombre |
|||
[Absus8]bémol, sus et nombre |
|||
[A/A]Deux notes |
|||
[F/Fb]Deux notes, bémol |
|||
[B/C#]Deux notes, dièse |
|||
{end_of_verse} |
Loading…
Reference in new issue