Louis
|
c99469d557
|
Merge branch 'master' into test_compilation
|
9 years ago |
Louis
|
bb0274fef9
|
Merge pull request #126 from patacrep/encoding_issue
Bug in tests when accentuated chars are used
|
9 years ago |
Oliverpool
|
523a513b86
|
Use the same open_read function for the tests
|
9 years ago |
Oliverpool
|
074ae6da22
|
Test bug when accentuated chars are used
|
9 years ago |
Oliverpool
|
f9c3b3d505
|
Improve html template
|
9 years ago |
Oliverpool
|
aea7fbf58e
|
Merge branch 'search_file'
|
9 years ago |
oliverpool
|
783d29070a
|
Merge pull request #125 from patacrep/datadir
Sub-datadir (img and score) must be explicitely set
|
9 years ago |
Louis
|
34c04cd179
|
Fix tests
|
9 years ago |
Louis
|
1f6801b54b
|
Sub-datadir (img and score) must be explicitely set
|
9 years ago |
Louis
|
15bcda8901
|
typo
|
9 years ago |
Louis
|
2207a1f354
|
pylint
|
9 years ago |
Louis
|
1876b5b5b4
|
Merge master
|
9 years ago |
Louis
|
1773163d37
|
Added a warning when files could not be found
|
9 years ago |
Louis
|
93b0fdde24
|
Files located in the same directory as the song have priority over other files
|
9 years ago |
Louis
|
9b3a03265b
|
Merge pull request #124 from patacrep/language_code
Differentiate language code and babel language
|
9 years ago |
Oliverpool
|
a7d7a03bb6
|
Use static method for recursive update of DictOfDict
|
9 years ago |
Oliverpool
|
a2973d2272
|
Line cleaning
|
9 years ago |
Oliverpool
|
5942fd8483
|
Lint conformity
|
9 years ago |
Oliverpool
|
c62549a2e7
|
Don't crash on unknonwn babel languages
|
9 years ago |
Oliverpool
|
3f7ed4cb00
|
Revert unneeded customization
|
9 years ago |
Oliverpool
|
cda6ea3c94
|
Cleanup Chordpro lang management
|
9 years ago |
Oliverpool
|
909d8120d0
|
Complete the transition to support only language code
|
9 years ago |
Louis
|
51d4562901
|
Create one Song class per couple parser/renderer
Instead of one song class per parser, which renders several formats
|
9 years ago |
Oliverpool
|
f7c8b52e40
|
Properly log the error when the language code is unknown
|
9 years ago |
Oliverpool
|
38a2d5eb1b
|
Support spanish, italian and portuguese
|
9 years ago |
Oliverpool
|
410e7465a4
|
Allow {language: bable_language} and {lang: code_lang} in chordpro
|
9 years ago |
Oliverpool
|
60a22d2235
|
Differentiate language code (lang) and babel language (language)
|
9 years ago |
Oliverpool
|
ec121c2cf0
|
Bugfix for corner case
|
9 years ago |
Louis
|
32da0ffd48
|
`DictOfDict.update()` is now recursive
|
9 years ago |
Louis
|
436fc28157
|
Merge pull request #118 from patacrep/one_language
Only one language per song (the latest defined)
|
9 years ago |
Louis
|
8029ff9bed
|
Songbook file extension can be omitted.
The following commands are equivalent:
$ songbook foo.sb
$ songbook foo
|
9 years ago |
Louis
|
e60485405c
|
[test] Add compilation tests
|
9 years ago |
Louis
|
57ab47f829
|
[test] New test case for compilation test
Nothing is tested yet
|
9 years ago |
Oliverpool
|
a5b123c5a7
|
Bugfix: the language must be string (and not an array)
|
9 years ago |
Louis
|
22d7cb82bb
|
[example] Ignore tex files
|
9 years ago |
Louis
|
08dc14bf59
|
[example] Add datadir2 to example
|
9 years ago |
Louis
|
942818902b
|
[WIP] Create a `DictOfDict` class
|
9 years ago |
Oliverpool
|
133a13e0f6
|
Only one language per song (the latest defined)
|
9 years ago |
Louis
|
e753cca8f6
|
Change `songs.Song` signature
Datadir is now an optional argument, and can be omitted to ignore cache
|
9 years ago |
Louis
|
2e000b5c80
|
Remove useless method
|
9 years ago |
Louis
|
aeb10c3c2a
|
Revert "Add an option to remember the confirmation choice with a *"
This reverts commit 0ea1cde0e0 .
This feature can be done using the [coreutils yes
command](https://www.gnu.org/software/coreutils/manual/html_node/yes-invocation.html).
|
9 years ago |
Louis
|
15251b8d8e
|
Moved example directory at the root of repository
Closes #116
|
9 years ago |
Louis
|
f812d8b4ba
|
Merge pull request #112 from patacrep/newline
Implement `{newline}` directive
|
9 years ago |
Louis
|
33328e789f
|
Directives are allowed only on their own line (with nothing else on this line)
Better error handling of the parser.
|
9 years ago |
oliverpool
|
1b0c175982
|
Merge pull request #108 from patacrep/convert
Added a command line tool to convert between file formats
|
9 years ago |
Oliverpool
|
c2bd2db84c
|
Only skip if the dest did not exist
|
9 years ago |
Oliverpool
|
3ae9a20d52
|
Typo in confirmation message
|
9 years ago |
Oliverpool
|
e6acaab45e
|
Convert the song only if necessary
|
9 years ago |
Oliverpool
|
0ea1cde0e0
|
Add an option to remember the confirmation choice with a *
|
9 years ago |
Louis
|
042f2e6286
|
Merge pull request #113 from patacrep/steps
[songbook] Added step interpolation
|
9 years ago |