Louis
|
57ab47f829
|
[test] New test case for compilation test
Nothing is tested yet
|
9 years ago |
Louis
|
22d7cb82bb
|
[example] Ignore tex files
|
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 |
Louis
|
3e2be8112a
|
Command `convert` no longer creates cache
|
9 years ago |
Louis
|
354e3582c8
|
Can now convert several files in a single command
|
9 years ago |
Louis
|
efa1b5e4c9
|
Remove useless argument; Add docstring
|
9 years ago |
Oliverpool
|
20310279c5
|
[WIP] add an html test (failing)
|
9 years ago |
Louis
|
b3c5b2984b
|
Merge branch 'master' into newline
|
9 years ago |
Louis
|
124e11b20c
|
Code simplification
|
9 years ago |
Louis
|
39b61959f8
|
Directive {newline} is correctly parsed and rendered
* Moreover, error messages also mention file name
* Directives can now appear inside text (and not only on their own line)
|
9 years ago |
Louis
|
23ddb1beb5
|
Step interpolation: Build interpolation dictionary only once
|
9 years ago |
Louis
|
83ba7ce62c
|
[examples] Add an example with a second datadir
|
9 years ago |
Louis
|
352aff24b0
|
[songbook] Added step interpolation
|
9 years ago |
Louis
|
f93f7b904a
|
Merge pull request #110 from patacrep/nolyrics
Improve "nolyrics" section support
|
9 years ago |
Oliverpool
|
1086ff06a7
|
Bugfix for linebreak support
|
9 years ago |
Louis
|
03881bf9b9
|
[test] Added an example songbook with several tests
|
9 years ago |
Louis
|
82db9f39b6
|
Add more precise error message
|
9 years ago |
Oliverpool
|
e6d8db254e
|
Remove unwanted space on lyric books when writing only chords
|
9 years ago |
Oliverpool
|
9585f071ac
|
Add newline support in nolyrics environments
|
9 years ago |
Louis
|
fec475b5ef
|
Added a command line tool to convert between file formats
|
9 years ago |
Louis
|
865b902be2
|
Merge pull request #105 from patacrep/nolyrics
Verses not containing lyrics are correctly rendered
|
9 years ago |
Oliverpool
|
32a0065ef2
|
Proposition of support for verse without lyrics
|
9 years ago |
Louis
|
958eb66c62
|
Merge branch 'master' into authors
|
9 years ago |
Louis
|
fc328658ce
|
[WIP] Does not work
|
9 years ago |
Louis
|
3e3b689c0b
|
Improve authors processing
- LaTeX commands are no longer supported
- add tests
|
9 years ago |
Louis
|
6f74c8b55a
|
[WIP] Detect verses not containing any lyrics.
They are not rendered correctly yet.
Discussed in #87
|
9 years ago |
Oliverpool
|
061411e3ae
|
Merge branch 'poc_html_rendering'
|
9 years ago |
Oliverpool
|
c11a59db7b
|
Allow the search_image and search_partition to return None
|
9 years ago |
Louis
|
f21bdda2ef
|
[test] One class contain one test method per file
Instead of one method with one subtest per file
Closes #92
|
9 years ago |
Louis
|
8b79dd881e
|
Close file after reading
|
9 years ago |
Louis
|
8e480a3342
|
Pylint
|
9 years ago |
Louis
|
3779567fea
|
Deleted method `cover_filepath`
|
9 years ago |
Louis
|
becea663ea
|
Silent changes to `seach_*()` methods; using `search_*()` filters in templates
|
9 years ago |
Louis
|
1a6507f175
|
Template directories is now an argument to the `render()` method
|
9 years ago |
Louis
|
b73027c865
|
Clarified signature of `patacrep.songs.ChordproSong.render()`
|
9 years ago |
Louis
|
fe26591b72
|
Deleted useless parameter. May be added later (I think it does break some tests)
|
9 years ago |
Louis
|
3a9f5aadce
|
Renamed `Song.parse()` to `Song._parse()` (as this method is private)
|
9 years ago |
Oliverpool
|
af893a15de
|
Search for the images and partitions in HTML template
|
9 years ago |
Oliverpool
|
56c7c39b05
|
Allow custom path to song templates
|
9 years ago |