Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Romain committed Apr 7, 2022
1 parent f961d64 commit dcf9c10
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 19 deletions.
3 changes: 2 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Tabliato 1.1.0
## Tabliato 1.0.4

- New: Nouvelle syntaxe simplifiée pour le main gauche. Quand une mesure comporte plusieurs basse et accords différents on peut écrire uniquement les basses et ne pas écrire les accords et laisser tabliato interpréter. Par example en 6/8 avec un motif rythmique "B aB a":
```ly
Expand All @@ -7,6 +7,7 @@
[A a C c] >> A a C c
[A C] >> A a C c % Nouvelle syntaxe simplifiée
```
- Bug: tabliato 1.0.3 ne fonctionnait plus sous Windows à cause de fichiers de configuration modifiés mais non inclus dans la version Windows. Les fichiers de configurations sont maintenant correctement inclus dans la version Windows et les tablatures rendues correctement.

## Tabliato 1.0.3

Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: tabliato
Version: 1.1.0
Version: 1.0.4
Section: sound
Maintainer: Jean-Romain Roussel <jromain.roussel@gmail.com>
Homepage: https://jean-romain.github.io/Tabliato/
Expand Down
28 changes: 14 additions & 14 deletions docs/tablatures/Dérobée de Guingamp/Dérobée de Guingamp.dtb
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<tabliato>
<propertie subtitle="" tempo="4=160" composer="Trad." tagline="Édité avec Tabliato et Lilypond" time="6/8" key="c \major" instrument="" accordion="ctl1gc" rythm="B aB a" displayFingering="auto" motif="11" system="cadb" poet="" title="Dérobée de Guingamp"/>
<propertie time="6/8" poet="" composer="Trad." motif="11" instrument="" key="c \major" displayFingering="auto" tagline="Édité avec Tabliato et Lilypond" rythm="B aB a" tempo="4=160" accordion="ctl1gc" subtitle="" system="cadb" title="Dérobée de Guingamp"/>
<tabulature>\repeat volta 2
{
t8:8 8 8 8 6' 8 A
p 8 6' 8 7':4 7':8 [G g A a]
t8:8 8 8 8 6' 8 [A a F f]
p8 6' 7 t7:4. [E e A a]
p 8 6' 8 7':4 7':8 [G A]
t8:8 8 8 8 6' 8 [A F]
p8 6' 7 t7:4. [E A]
}

\break

\repeat volta 2
{
t8:8 7' 9 p7:4 8:8 [A a G g]
8 6' 7 t8 6' 7 [G g F f]
8 7' 9 p7:4 8:8 [D d E e]
8 6' 7 t7:4. [E e A a]
t8:8 7' 9 p7:4 8:8 [A G]
8 6' 7 t8 6' 7 [G F]
8 7' 9 p7:4 8:8 [D E]
8 6' 7 t7:4. [E A]
}

\break
Expand All @@ -26,21 +26,21 @@ t8:8 7' 9 p7:4 8:8 [A a G g]
p7':4 t8':8 p 7':4 t7':8 [C g C g]
p6' 7' 8 t8 6' 7 [F f A a]
p7':4 t8':8 p 7':4 t7':8 [C g C g]
p6' 7 6' t7:4. [E e A a]
p6' 7 6' t7:4. [E A]
}

\break

\repeat volta 2
{
t7:8 6' 8 7 6' 8 A
p8 6' 7 t8 6' 7 [G g F f]
p8 6' 7 t8 6' 7 [G F]
p7':4 t8':8 p7':4 t7':8 [C g C g]
}
\alternative
{
{ t8:8 6' 7 p7':4. [F f E e] }
{ p6':8 7 p6' t7:4. [F f E e] }
{ t8:8 6' 7 p7':4. [F E] }
{ p6':8 7 p6' t7:4. [F E] }
}

\break
Expand All @@ -49,8 +49,8 @@ p7':4 t8':8 p7':4 t7':8 [C g C g]
{
t9:8 8' 9 9:4 7':8 A
7' 9 7' 7':4 8:8 F
8 6' 7 p7':4 7':8 [D d E e]
p8 6' 7 t7:4. [E e A a]
8 6' 7 p7':4 7':8 [D E]
p8 6' 7 t7:4. [E A]
}
</tabulature>
<lyric></lyric>
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ int main(int argc, char *argv[])
QScopedPointer<QCoreApplication> app(createApplication(argc, argv));
QCoreApplication::setOrganizationName("tabliato");
QCoreApplication::setApplicationName("tabliato");
QCoreApplication::setApplicationVersion("1.1.0");
QCoreApplication::setApplicationVersion("1.0.4");

APPDIR = QApplication::applicationDirPath();
APPPATH = QApplication::applicationFilePath();
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.3
1.0.4
2 changes: 1 addition & 1 deletion windows/tabliato.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "tabliato"
#define MyAppVersion "1.1.0"
#define MyAppVersion "1.0.4"
#define MyAppPublisher "tabliato"
#define MyAppURL "https://jean-romain.github.io/tabliato/"
#define MyAppExeName "tabliato.exe"
Expand Down

0 comments on commit dcf9c10

Please sign in to comment.