Oliverpool
|
b9e542cf54
|
Complete HTML template
|
9 years ago |
Oliverpool
|
efdb79cac9
|
search_file returns absolute filepath
|
9 years ago |
Oliverpool
|
51d6ecd8a7
|
Allow to render only selected elements of a song
|
9 years ago |
Louis
|
5ab211315e
|
Improved sub-template rendering
Using the existing jinja rendere, instead of re-instantiting a new one.
|
9 years ago |
Oliverpool
|
176db61929
|
Add a pretty_chord property to Chord for HTML rendering
|
9 years ago |
Oliverpool
|
9a834f826a
|
Start the html template
|
9 years ago |
Oliverpool
|
6dd9bba528
|
Split latex template with body
|
9 years ago |
Oliverpool
|
d4eb28ba94
|
lint fix
|
9 years ago |
Oliverpool
|
fd7216d5cb
|
Template is an argument of the render method
|
9 years ago |
Oliverpool
|
7161a08b8b
|
Reorganize chordpro templates
|
9 years ago |
Louis
|
f7847d4ab7
|
Merge pull request #98 from patacrep/api_getter
Changes to make it easier for patanet to access data
|
9 years ago |
Oliverpool
|
e49ba05514
|
Yield datadirs
|
9 years ago |
Oliverpool
|
996652401e
|
Cleanup methods for search image and cover
|
9 years ago |
Oliverpool
|
eab22ad862
|
Use the new methods to search for a file related to a song
|
9 years ago |
Oliverpool
|
6353a9da38
|
Add a method to list valid datadirectories of a song
|
9 years ago |
Oliverpool
|
722ff043ae
|
Add a method to search for a file related to a song
|
9 years ago |
Louis
|
b551986f34
|
typo
|
9 years ago |
Louis
|
c440a1c0be
|
Merge branch 'authors' of github.com:patacrep/patacrep into authors
|
9 years ago |
Louis
|
b4e06bf77d
|
Some more tests
|
9 years ago |
Louis
|
5ccfa6bb5a
|
Some more tests
|
9 years ago |
Oliverpool
|
044d9570ae
|
Use search_image to find cover file
|
9 years ago |
Oliverpool
|
220d7c6001
|
Add a default return when search_image fails (breaks some tests)
|
9 years ago |
Oliverpool
|
585b343bc9
|
Add property to return key with utf8 alterations
|
9 years ago |
Oliverpool
|
ec389a4fba
|
Add missing docstrings
|
9 years ago |
Oliverpool
|
1baf52ec39
|
Nicer getter
|
9 years ago |
Oliverpool
|
6e1b47ac86
|
Add method to retrieve the fullpath of the cover file
|
9 years ago |
Oliverpool
|
d6c741d40b
|
Add getter method to OrderedLifoDict
|
9 years ago |
Oliverpool
|
10eaea4395
|
Add more artist name tests
|
9 years ago |
Louis
|
7d7bdd0417
|
Merge pull request #96 from patacrep/fix_verse
Remove {start/end_of_verse}
|
9 years ago |
Oliverpool
|
3b97b5ad14
|
Remove {start/end_of_verse}, fix #91
|
9 years ago |
oliverpool
|
79826e97b2
|
Merge pull request #90 from patacrep/ukulele_define
Allow Ukulele defines
|
9 years ago |
Oliverpool
|
93e40ebce0
|
Allow Ukulele defines
Fix #85
|
9 years ago |
Louis
|
ad50ae1ec9
|
[test] Test authors.py module
|
9 years ago |
Louis
|
24d49cb29e
|
[test] Moved tests to their own directory
|
9 years ago |
Louis
|
ca2b74c90f
|
[test] Corrected failing test
|
9 years ago |
Louis
|
954d8de6ab
|
[chordpro][test] Improved test description
|
9 years ago |
Louis
|
97b9585107
|
Merge pull request #88 from patacrep/fix_author
The template shouldn't add a space artist name
|
9 years ago |
Oliverpool
|
c4bff36822
|
The template shouldn't add a space artist name
|
9 years ago |
Luthaf
|
876d2fa884
|
Merge pull request #79 from patacrep/chordpro
[chordpro] Parsing and rendering chords
|
9 years ago |
Louis
|
cf36fbbd9c
|
Corrected regular expression: can be 1 or 2 repetitions (not *exactly* 2)
|
9 years ago |
Oliverpool
|
ae50c7bc28
|
base-fret can be anything between 1 and 99
|
9 years ago |
Louis
|
e9eddd601b
|
Merge branch 'chordpro' of github.com:patacrep/patacrep into chordpro
|
9 years ago |
Louis
|
3d34985671
|
Support of tablature
They are rendered using verbatim in LaTeX right now. May be rendered in
a nicer way later.
|
9 years ago |
Oliverpool
|
429442ad6f
|
base-fret can be any number greater than 1 (included)
|
9 years ago |
Oliverpool
|
4b7f98a9a6
|
Allow capital 'X' when string is not played
|
9 years ago |
Louis
|
821030dba5
|
[chordpro] Chords parsing is less strict
|
9 years ago |
Louis
|
bc00b5e449
|
[chordpro] corrected error in example
|
9 years ago |
Louis
|
af0e83bbf9
|
[chordpro] Accepting + and * in chords
References patacrep/patadata#18
|
9 years ago |
Louis
|
6e62c1abfd
|
Got rid of `vcover`: cover (and image and lilypond partition) is looked for in the right place
Closes #81
|
9 years ago |
Louis
|
882967afda
|
rdpro] Extra, custom keys are correctly rendered
|
9 years ago |