{% include "head.html" with path=".." only %} {% include "header.html" with path=".." %}

{{song.number}}. {{ song.name}}

{% if song.author %} por {{ song.author }} {% endif %} {% if song.origin %} basada en: {{ song.origin }} {% endif %}

Ajustes

{% if song.chorded %}
{% if song.capo != 0 %}
Tono original: Cejilla {{ song.capo }}
{% endif %} {% endif %}

Canción

{% for verse in song.verses %}
{% for line in verse.lines %} {% spaceless %} {% for chord, lyric in line.zipped_arr %}
{% if chord.class %} {% endif %} {% if chord.chord.trfmt == "normal" %} {% for c in chord.chord.items_t %} {% if c.chord %} {{ c.text|safe }} {% else %} {{ c.text|safe }} {% endif %} {% endfor %} {% endif %} {% if chord.chord.trfmt == "double" %} {% for c in chord.chord.items_n %} {% if c.chord %} {{ c.text|safe }} {% else %} {{ c.text|safe }} {% endif %} {% endfor %}
{% for c in chord.chord.items_t %} {% if c.chord %} {{ c.text|safe }} {% else %} {{ c.text|safe }} {% endif %} {% endfor %} {% endif %} {% if chord.chord.trfmt == "hover" %} {% for c in chord.chord.items_n %} {% if c.chord %} {{ c.text|safe }} {% else %} {{ c.text|safe }} {% endif %} {% endfor %}
 
{% endif %}
{% if 'rowspan' not in chord %} {{ lyric|safe }} {% endif %}
{% endfor %} {% if not forloop.last %}
{% endif %} {% endspaceless %} {% endfor %}
{% endfor %}
{% for audio in song.audios %} {% if forloop.first %}

Audios

{% endif %}
{% endfor %} Ver archivo original (LaTeX) Índice Categoría: {{ song.category|title }}
{% include "footer.html" %}