Luthaf
|
4205520e7e
|
Merge pull request #69 from patacrep/encoding
Added option 'encoding' to songbook files
|
10 years ago |
Louis
|
88ba800fb3
|
Added option 'encoding' to songbook fiels
|
10 years ago |
Louis
|
607e064bfb
|
Transformation de encoding.open_read en un 'context manager'
|
10 years ago |
Louis
|
d40ae1cea6
|
Datadir and fullpath are no longer stored in cached songs
Closes #68
|
10 years ago |
Luthaf
|
9bd95b9300
|
Merge pull request #67 from patacrep/setuptools
Simplification de l'installateur
|
10 years ago |
Louis
|
cb62c288cd
|
Python2 n'est plus supporté
|
10 years ago |
Louis
|
063c46098e
|
L'installateur utilise aussi Python3
|
10 years ago |
Louis
|
e38359b365
|
Oubli
|
10 years ago |
Louis
|
08aa70bd13
|
Simplification de l'installateur
|
10 years ago |
Louis
|
5084a0b418
|
Attempt to silence yacc
Reference #65
|
10 years ago |
Louis
|
db94cf06a3
|
Indentation
|
10 years ago |
Louis
|
9d5f3b270b
|
Documentation
|
10 years ago |
Louis
|
fe2d2da958
|
Setting up file type plugins.
|
10 years ago |
Luthaf
|
4ba66ba1ae
|
UTF-8 everywhere, python2 legacy mode
|
10 years ago |
Luthaf
|
a1ea7db059
|
English error message
|
10 years ago |
Louis
|
b8ff69af51
|
Utilisation de python3 par défault
|
10 years ago |
Luthaf
|
a17519bbea
|
Start Python2 compatibility mode
|
10 years ago |
Luthaf
|
9bc740e096
|
Update setup.py
|
10 years ago |
Louis
|
04f2554759
|
Simplification
|
10 years ago |
Louis
|
d34441fbae
|
Added intersong example
|
10 years ago |
Louis
|
7895acad0f
|
Deleting output and temporary files generated by yacc
|
10 years ago |
Louis
|
58f1385685
|
Handling user abort
|
10 years ago |
Louis
|
22aaf29e8c
|
Using logging module
|
10 years ago |
Louis
|
d685da1244
|
Cleaning LaTeX parser
|
10 years ago |
Louis
|
baedd3b236
|
[WIP] LaTeX files are parsed again
|
10 years ago |
Louis
|
6c98a09216
|
Temporary workaround to make babel work
|
10 years ago |
Louis
|
2a3bee175e
|
Converted to Python3
Not fully tested: base case seems to work
|
10 years ago |
Louis
|
e41590c409
|
Suppression de plasTeX
|
10 years ago |
Louis
|
d8f53c7153
|
Suppression de la configuration pour Fedora
Elle n'a jamais marché. #26
|
10 years ago |
Louis
|
62a61718ae
|
Correction d'une erreur si une url est définie avec le template default.tex
|
10 years ago |
Louis
|
4797db2706
|
Changement de la chaîne ignorée pour la version (conforme à la valeur par défaut de ladite version, définie ailleurs)
|
10 years ago |
Louis
|
e5650c2c30
|
Déplacement de définition de variables là où elles sont vraiment nécessaires
|
10 years ago |
Louis
|
b8ea147984
|
Mise à jour des dépendances #26
|
10 years ago |
Luthaf
|
7569216269
|
Lilypond papersize is updated at each new music score
Ref #19
|
10 years ago |
Luthaf
|
b78d86f011
|
Updating windows installation script
|
10 years ago |
Luthaf
|
53aa5869a3
|
Update setup.py for Pypi
|
10 years ago |
Luthaf
|
ad95ef7dcb
|
typo
|
10 years ago |
Luthaf
|
9aa9ad1af6
|
Merge branch 'master' of https://github.com/patacrep/patacrep
|
10 years ago |
Luthaf
|
b1200757d5
|
Passage à la version 4.0.0 alpha
|
10 years ago |
Luthaf
|
493f2b530e
|
The __version__ attribute's value SHOULD be a string.
http://legacy.python.org/dev/peps/pep-0396/#specification
|
10 years ago |
Louis
|
11a2eba3a6
|
Merge pull request #58 from patacrep/chords_a5
Improving \chords rendering in a5paper
|
10 years ago |
Luthaf
|
5d0d24d61d
|
Change distutils for setuptools
|
10 years ago |
Luthaf
|
02ed17d4cb
|
Change chords diagram placements in small paper size
|
10 years ago |
Louis
|
bb5ee606f8
|
Closes #59
|
10 years ago |
Louis
|
3290291045
|
Improving \chords rendering in a5paper
|
11 years ago |
Louis
|
eaafa62033
|
Added tests for plasTeX
These are not automatic, though...
|
11 years ago |
Louis
|
52198b4084
|
Last space and line break are now outside chord \[
|
11 years ago |
Louis
|
123e2e0e86
|
Return super() value
This should not change anything, since super() value seems to be None.
|
11 years ago |
Louis
|
59517b3245
|
Removing leading spaces and line breaks in verses
|
11 years ago |
Louis
|
278acc8438
|
Parsing of chord \[: solved bug when parsing \[A]word\[B]
In previous version, chord `B` was included into chord `A`. Now, they
are adjacent, as expected.
|
11 years ago |