18 Commits

Author SHA1 Message Date
shahondin1624
b8a0cd7aa3 Sort TOC entries alphabetically including aliases
Add a Python sort step in the Makefile that sorts .songtoc by
the actual title text, stripping \textit{} wrappers so aliases
sort into their correct alphabetical position alongside main
titles.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 21:28:17 +02:00
shahondin1624
2d4e1554c7 Fix TOC: restore page breaks and remove blank page
- Change \\* back to \\ in songtocrow to allow longtable page breaks
- Restore continuation header on subsequent TOC pages
- Use \cleardoublepage before TOC to eliminate blank page

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 20:59:59 +02:00
shahondin1624
63fe1effdb Fix TOC: embed title in longtable to prevent blank first page
Move "Inhaltsverzeichnis" title into the longtable as a
multicolumn first row so it stays with the table content.
Remove duplicate header on continuation pages. Reduce header
rotation to 60 degrees with scriptsize font.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 20:32:47 +02:00
shahondin1624
bb2f829e2f Remove trailing hline after last TOC entry
Replace \hline with \\* in songtocrow to avoid an empty partial
row appearing after the last song in the table of contents.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 19:24:18 +02:00
shahondin1624
07aa76c3f6 Add Goethe filler page and clean up image artifacts
- Insert Goethe poem illustration (img-000.jpg) as filler page
  between TOC and first song (matching reference layout)
- Remove 10 alpha mask/tiny artifact images

The remaining ~65 unused images are mostly on song pages where
CL number matching failed — they need manual assignment.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 19:10:36 +02:00
shahondin1624
0e8660cd41 Extract and insert 97 images from reference PDF into songs
Extract images from the CL6 PDF using pdfimages, map them to songs
via page-to-CL number matching, and insert \songimage commands.
Add insert-images.py script for repeatable extraction.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 19:03:07 +02:00
shahondin1624
c202f1a792 Convert 47 song anecdotes from comments to note properties
The import script stored anecdotes/historical context as LaTeX
comments. Convert them to the note song property so they render
at the bottom of each song page (matching the reference style).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 18:17:28 +02:00
shahondin1624
e771264244 Add song aliases to TOC and fix page numbering
- 82 songs get alias entries (alternate titles/opening lines) shown
  in italic in the TOC, pointing to the same page as the main title
- Front matter (title, foreword, TOC) has no page numbers
- Song pages start at page 1
- Aliases extracted from reference PDF (CL6) TOC by title matching

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 18:08:20 +02:00
shahondin1624
44ea072716 Remove paragraph indentation and Carmina Leonis from song footer
- Set \parindent to 0pt for clean left-aligned text
- Remove current book column from song page footer (keep only
  reference books: BuLiBu, CL gr., SwA, Barde, LiBock)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 17:23:22 +02:00
shahondin1624
21c369da36 Fix Makefile to auto-stabilize TOC with up to 5 passes
The .songtoc file needs multiple passes to stabilize: pass 1
writes song data, pass 2 reads it into the TOC (changing page
count), pass 3+ stabilizes page references. The Makefile now
loops until the log shows no more "Rerun" warnings or max 5
passes.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 17:11:30 +02:00
shahondin1624
7b99778f67 Fix chord alignment: snap to word boundaries
Improve merge_chord_lyric() to snap chord positions to the start
of the word they fall within, instead of splitting words mid-way.
Fixes artifacts like "Liebespaar \chord{C}e" → "\chord{C}Liebespaare".

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 16:36:06 +02:00
shahondin1624
d875fd225b Rename to Carmina Leonis and add original foreword text
- Rename "Liederbuch" to "Carmina Leonis" in TOC header, song
  footer, and title page
- Replace placeholder foreword with original CL6 introductory text
- Update title page to "Carmina Leonis, 7. Auflage, 2026"

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 16:10:02 +02:00
shahondin1624
44d2fb9b5e Update TOC and footer to use imported reference books
Replace MO/PfLB columns with the actual reference books from the
Carmina Leonis import: BuLiBu, CL (gr.), SwA, Barde, LiBock.
Add third LaTeX pass to Makefile for TOC stabilization.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 15:55:55 +02:00
shahondin1624
93f451eef9 Import 294 songs from Carmina Leonis PDF
Add import-songs.py script that extracts songs from the PDF text
and generates .tex files with leadsheets format. Adds song
properties for all reference books (BuLiBu, BuLiBuII, CL, SwA,
Barde, LiBock). Generates all-songs.tex with alphabetical inputs.

Note: Chord alignment is approximate from PDF extraction and
may need manual review for some songs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 15:40:59 +02:00
shahondin1624
ab00b710b1 Fix rowcolors bleeding into chord tabulars
Reset \rowcolors after the TOC longtable to prevent alternating
gray backgrounds from affecting leadsheets' chord placement
tabulars, which was clipping/overlaying song lyrics.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 12:03:27 +02:00
shahondin1624
5a63067b93 Add foreword page and image placement commands
- Introductory page with quote, horizontal rule, and foreword text
- \fillerpage{path} for full-page centered filler images
- \songimage{path} for inline images within song pages
- \fullpageimage{path} for borderless full-page images
- Added graphicx and csquotes packages

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 10:54:21 +02:00
shahondin1624
cae0c52b67 Fix TOC page references and song page footer
- Move \label outside dedup guard so it survives the real pass
  (measurement pass labels are discarded inside vbox)
- Song page footer now shows MO/PfLB/Liederbuch table matching TOC
- Fix TEXINPUTS to include output/ for .songtoc file access

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 10:23:04 +02:00
shahondin1624
692be693e9 Add matrix TOC with cross-reference columns
Replace the default LaTeX TOC with a table matching the Carmina
Leonis style: song titles with columns for reference books (MO,
PfLB) and the current songbook page number. Uses expl3 iow to
write song data to a .songtoc file during compilation and reads
it back on the second pass. Alternating row colors via rowcolors.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 10:06:05 +02:00
467 changed files with 15923 additions and 36 deletions

1
.gitignore vendored
View File

@@ -26,3 +26,4 @@ Thumbs.db
# Claude
.claude/
__pycache__/

View File

@@ -1,6 +1,7 @@
MAIN = songbook
ENGINE = lualatex
OUTDIR = output
TEXENV = TEXINPUTS=.:$(shell pwd):$(shell pwd)/$(OUTDIR):
FLAGS = --output-directory=$(OUTDIR) --interaction=nonstopmode
.PHONY: all clean distclean
@@ -10,14 +11,26 @@ all: $(OUTDIR)/$(MAIN).pdf
$(OUTDIR):
mkdir -p $(OUTDIR)
# Run until page references stabilize (max 5 passes).
# The .songtoc file needs: pass 1 to write, pass 2 to read into TOC,
# pass 3+ to stabilize page numbers after TOC page count changes.
$(OUTDIR)/$(MAIN).pdf: $(MAIN).tex songbook-style.sty songs/*.tex | $(OUTDIR)
TEXINPUTS=.:$(shell pwd): $(ENGINE) $(FLAGS) $(MAIN).tex
TEXINPUTS=.:$(shell pwd): $(ENGINE) $(FLAGS) $(MAIN).tex
@for i in 1 2 3 4 5; do \
echo "=== LaTeX pass $$i ==="; \
$(TEXENV) $(ENGINE) $(FLAGS) $(MAIN).tex || true; \
if [ -f $(OUTDIR)/$(MAIN).songtoc ]; then \
python3 -c "import re;lines=open('$(OUTDIR)/$(MAIN).songtoc').readlines();lines.sort(key=lambda l:re.sub(r'[^a-zäöüß ]','',re.search(r'\{(?:\\\\textit\s*\{)?([^}]+)',l).group(1).lower()) if re.search(r'\{(?:\\\\textit\s*\{)?([^}]+)',l) else '');open('$(OUTDIR)/$(MAIN).songtoc','w').writelines(lines)" ; \
fi; \
if [ $$i -ge 3 ] && ! grep -q "Rerun" $(OUTDIR)/$(MAIN).log 2>/dev/null; then \
echo "=== Stable after $$i passes ==="; \
break; \
fi; \
done
clean:
rm -f $(OUTDIR)/*.aux $(OUTDIR)/*.log $(OUTDIR)/*.out \
$(OUTDIR)/*.toc $(OUTDIR)/*.fls $(OUTDIR)/*.fdb_latexmk \
$(OUTDIR)/*.sxd $(OUTDIR)/*.sxc
$(OUTDIR)/*.sxd $(OUTDIR)/*.sxc $(OUTDIR)/*.songtoc
distclean: clean
rm -f $(OUTDIR)/$(MAIN).pdf

298
all-songs.tex Normal file
View File

@@ -0,0 +1,298 @@
% Auto-generated list of all songs (alphabetical order)
% Generated by import-songs.py
\input{songs/abends-gehn-die-liebespaare}
\input{songs/abends-treten-elche}
\input{songs/abends-wenn-das-tageslicht}
\input{songs/ade-nun-zur-guten-nacht}
\input{songs/alle-strassen}
\input{songs/alle-die-mit-uns-auf-kaperfahrt}
\input{songs/allzeit-bereit-bundeslied-der-cpd}
\input{songs/almost-heaven}
\input{songs/als-wir-nach-frankreich}
\input{songs/als-wir-noch-knaben-waren}
\input{songs/am-alten-hafen-piratenhafen}
\input{songs/am-brunnen-vor-dem-tore}
\input{songs/am-ural}
\input{songs/am-westermanns-loenstief}
\input{songs/an-de-eck}
\input{songs/an-land}
\input{songs/andre-die-das-land}
\input{songs/auf-vielen-strassen}
\input{songs/balkanlied}
\input{songs/ballade-von-bergen}
\input{songs/ballade-von-der-gemeinsamen-zeit-vorspiel-d-a-d-g}
\input{songs/banner}
\input{songs/bella-ciao}
\input{songs/big-bomb-dolly-aus-dover}
\input{songs/bin-ja-nur-ein-armer-zigeuner}
\input{songs/birkenring}
\input{songs/bis-in-die-roten-morgenstunden}
\input{songs/brennt-die-sonne}
\input{songs/bruder-nun-wird-es-abend}
\input{songs/burschen-burschen}
\input{songs/buendische-vaganten}
\input{songs/buergerlied}
\input{songs/come-by-the-hills}
\input{songs/das-gotenlied}
\input{songs/das-leben}
\input{songs/das-lilienbanner}
\input{songs/das-schiff-im-nebel}
\input{songs/dat-du-min-leewsten-buest}
\input{songs/dein-ist-dein-leben-vorspiel-e-c-g-d}
\input{songs/der-da-vorn-so-laut}
\input{songs/der-geist-der-fahrt}
\input{songs/der-geist-ist-mued}
\input{songs/der-holzschuhmann}
\input{songs/der-kirchenmausrock}
\input{songs/der-kleine-troll}
\input{songs/der-lang-genug}
\input{songs/der-mond-ist-aufgegangen}
\input{songs/der-papagei-ein-vogel-ist}
\input{songs/der-pfahl}
\input{songs/der-rabe}
\input{songs/der-tag-begann}
\input{songs/der-tod-reit-auf}
\input{songs/der-wagen}
\input{songs/der-zug-faehrt-auf}
\input{songs/die-affen-rasen}
\input{songs/die-ballade-vom-roten-haar}
\input{songs/die-blauen-dragoner}
\input{songs/die-daemmerung-faellt}
\input{songs/die-eisenfaust}
\input{songs/die-freie-republik}
\input{songs/die-gedanken}
\input{songs/die-glocken}
\input{songs/die-grauen-nebel}
\input{songs/die-herren-waren-bei-laune}
\input{songs/die-klampfen-erklingen}
\input{songs/die-lappen-hoch}
\input{songs/die-mazurka}
\input{songs/die-nacht-ist-nicht-allein-zum-schlafen-da}
\input{songs/die-roten-fahnen}
\input{songs/die-sandbank}
\input{songs/die-schluchten-des-balkan}
\input{songs/die-sonne-geht}
\input{songs/die-strasse-gleitet}
\input{songs/die-trommel-her}
\input{songs/die-weber}
\input{songs/die-zunft-der-strassenbrueder}
\input{songs/dort-an-dem-ueferchen}
\input{songs/drei-rote-pfiffe}
\input{songs/drei-tropfen-blut-chume-geselle}
\input{songs/du-machst-kleinholz}
\input{songs/durch-die-morgenroten-scheiben}
\input{songs/daemmert-von-fern}
\input{songs/edelweisspiraten}
\input{songs/eh-die-sonne}
\input{songs/ein-hase-sass-im-tiefen-tal}
\input{songs/ein-hotdog-unten-am-hafen}
\input{songs/ein-kleiner-matrose}
\input{songs/ein-landsknecht}
\input{songs/ein-neuer-tag-beginnt}
\input{songs/ein-stolzes-schiff}
\input{songs/eines-morgens-partisanenlied}
\input{songs/eines-morgens-ging}
\input{songs/einst-macht-ich}
\input{songs/endlich-trocknet-der-landstrasse}
\input{songs/endlos-lang}
\input{songs/endlos-sind-jene-strassen}
\input{songs/ensemble-on-est-mieux-intro-e-a-c-h7}
\input{songs/erklingen-leise-lieder}
\input{songs/es-dunkelt-schon}
\input{songs/es-gibt-nur-wasser}
\input{songs/es-ist-an-der-zeit}
\input{songs/es-ist-ein-schnitter}
\input{songs/es-liegen-drei-glaenzende-kugeln}
\input{songs/es-liegt-etwas-auf-den-strassen}
\input{songs/es-soll-sich-der-mensch}
\input{songs/es-tropft-von-helm-und-saebel}
\input{songs/es-war-an-einem-sommertag}
\input{songs/es-war-ein-koenig}
\input{songs/es-war-in-einer-regennacht}
\input{songs/es-wollt-ein-maegdlein}
\input{songs/falado}
\input{songs/fields-of-athenry}
\input{songs/finnlandlied}
\input{songs/fordre-niemand}
\input{songs/fresenhof}
\input{songs/freunde-das-leben-seid-ihr}
\input{songs/frueher-da-war-ich}
\input{songs/fruehling-dringt-in-den-norden}
\input{songs/geburtstagslied}
\input{songs/gehe-nicht-o-gregor}
\input{songs/gelbe-blaetter-fallen-im-wind}
\input{songs/gestern-brueder}
\input{songs/gospodar-dein-grossgut}
\input{songs/griechischer-fruehling}
\input{songs/grosser-gott-wir-loben-dich}
\input{songs/graefin-anne}
\input{songs/gut-wieder-hier-zu-sein}
\input{songs/gute-nacht-kameraden}
\input{songs/hans-spielmann}
\input{songs/hell-strahlt-die-sonne}
\input{songs/heulender-motor}
\input{songs/heute-hier}
\input{songs/hier-waechst-kein-ahorn}
\input{songs/hoch-lebe-der-mann-mit-dem-hut}
\input{songs/hochzeit}
\input{songs/hohe-tannen}
\input{songs/how-many-roads-blowin-in-the-wind}
\input{songs/hymn-intro-e-esus4-e-esus4-e}
\input{songs/hoerst-du-den-wind-bundeslied-der-esm}
\input{songs/ich-kann-dich-sehen}
\input{songs/ich-komme-schon}
\input{songs/ich-komme-dir-zu-sagen-versprechenslied}
\input{songs/ich-moecht-mit-einem-zirkus-ziehn}
\input{songs/ich-reise-uebers-gruene-land}
\input{songs/ich-und-ein-fass-voller-wein}
\input{songs/ich-war-noch-so-jung-bettelvogt}
\input{songs/ihr-huebschen-jungen-reiter}
\input{songs/ihr-woelfe-kommt-und-schliesst-den-kreis}
\input{songs/im-morgennebel}
\input{songs/in-dem-dunklem-wald-von-paganovo}
\input{songs/in-des-waldes-lola}
\input{songs/in-die-sonne}
\input{songs/in-junkers-kneipe}
\input{songs/islandlied}
\input{songs/jalava-lied}
\input{songs/jasmin}
\input{songs/jauchzende-jungen}
\input{songs/jeden-abend-jerchenkow}
\input{songs/jenseits-des-tales}
\input{songs/jubilaeumslied-der-esm}
\input{songs/joerg-von-frundsberg}
\input{songs/kaffee-und-karin}
\input{songs/kameraden-jagt-die-pferde}
\input{songs/kameraden-wann-sehen-wir-uns-wieder}
\input{songs/karl-der-kaefer}
\input{songs/kein-schoener-land}
\input{songs/klingt-ein-lied-durch-die-nacht-piratenlied}
\input{songs/kommt-ihr-menschen}
\input{songs/komodowaran-intro-ad7g-ad7g}
\input{songs/land-der-dunklen-waelder}
\input{songs/lasst-die-banner}
\input{songs/leave-her-johnny}
\input{songs/leut-die-leut}
\input{songs/lord-of-the-dance}
\input{songs/laender-fahrten-abenteuer}
\input{songs/loewen-sind-jetzt-los}
\input{songs/man-sagt}
\input{songs/meersalz-seht}
\input{songs/mein-ganzes-leben}
\input{songs/mein-kleines-boot}
\input{songs/meine-sonne-will-ich-fragen}
\input{songs/michel-warum-weinest-du}
\input{songs/miners-song}
\input{songs/molly-malone}
\input{songs/moorsoldaten}
\input{songs/maedchen-maenner-meister}
\input{songs/nacht-in-portugal}
\input{songs/nachts-auf-dem-dorfplatz}
\input{songs/nachts-steht-hunger}
\input{songs/nehmt-abschied-brueder}
\input{songs/nicht-nur-nebenbei}
\input{songs/nichts-fuer-suesse-ziehharmonika}
\input{songs/noch-lange-sassen-wir}
\input{songs/nordwaerts}
\input{songs/nun-greift-in-die-saiten}
\input{songs/nun-lustig-lustig}
\input{songs/oh-fischer}
\input{songs/oh-bootsmann}
\input{songs/originale-3-strophe}
\input{songs/panama}
\input{songs/papst-sultan}
\input{songs/platoff}
\input{songs/refrain-2x}
\input{songs/rote-ritterscharen}
\input{songs/roter-mond}
\input{songs/roter-wein-im-becher}
\input{songs/santiano}
\input{songs/santiano-2}
\input{songs/scarborough-fair}
\input{songs/schilf-bleicht}
\input{songs/schlaf-mein-bub}
\input{songs/schliess-aug-und-ohr}
\input{songs/sei-der-abend}
\input{songs/she-hangs-her-head-sad-lisa}
\input{songs/siehst-du-die-feuer}
\input{songs/singt-freunde-lasst-die-klampfen}
\input{songs/so-trolln-wir-uns}
\input{songs/sonnenschein-und-wilde-feste}
\input{songs/star-of-county-down}
\input{songs/stiebt-vom-kasbek}
\input{songs/stille-tage}
\input{songs/strassen-auf-und-strassen-ab}
\input{songs/sturm-bricht-los}
\input{songs/sturm-und-drang}
\input{songs/tief-im-busch}
\input{songs/trinklied-vor-dem-abgang}
\input{songs/trommeln-und-pfeifen}
\input{songs/turm-um-uns}
\input{songs/ty-morjak-deutscher-text}
\input{songs/und-am-abend}
\input{songs/und-der-herbst}
\input{songs/und-die-morgenfruehe}
\input{songs/unglueck-vor-mir}
\input{songs/unser-stammesbus}
\input{songs/unter-den-toren}
\input{songs/vagabundenlied}
\input{songs/verliebt-in-du-intro-c-g-a-a-2x}
\input{songs/viva-la-feria}
\input{songs/vom-barette}
\input{songs/von-allen-blauen-huegeln}
\input{songs/von-der-festung-droehnt}
\input{songs/von-ueberall}
\input{songs/wach-nun-auf}
\input{songs/was-gehn-euch-meine}
\input{songs/was-helfen-mir-tausend-dukaten}
\input{songs/was-kann-ich-denn-dafuer}
\input{songs/was-keiner-wagt}
\input{songs/was-sollen-wir-trinken}
\input{songs/weisser-sand}
\input{songs/welle-wogte}
\input{songs/wem-gott-will-rechte-gunst-erweisen}
\input{songs/wenn-alle-bruennlein}
\input{songs/wenn-der-abend-naht}
\input{songs/wenn-der-fruehling-kommt}
\input{songs/wenn-die-bunten-fahnen}
\input{songs/wenn-die-zeit}
\input{songs/wenn-hell-die-goldne-sonne}
\input{songs/wenn-ich-des-morgens}
\input{songs/weronika-mit-w}
\input{songs/what-shall-we-do-drunken-sailor}
\input{songs/whats-right-ye-jacobites}
\input{songs/whiskey-in-the-jar}
\input{songs/wie-ein-fest-nach-langer-trauer}
\input{songs/wie-kommts-dass-du}
\input{songs/wie-schoen-blueht}
\input{songs/wild-rover}
\input{songs/wilde-gesellen}
\input{songs/wilde-reiter}
\input{songs/wildgaense}
\input{songs/wir-drei-wir-gehn-jetzt}
\input{songs/wir-fahren-uebers-weite-meer}
\input{songs/wir-haben-das-sehen}
\input{songs/wir-kamen-einst}
\input{songs/wir-lagen-vor-madagaskar}
\input{songs/wir-lieben-die-stuerme}
\input{songs/wir-rufen-zu-dir-michaelslied}
\input{songs/wir-sassen-in-johnnys-spelunke}
\input{songs/wir-sind-des-geyers}
\input{songs/wir-sind-durch-deutschland-gefahren}
\input{songs/wir-sind-eine-kleine}
\input{songs/wir-sind-kameraden}
\input{songs/wir-sind-wieder-da-st-goar-hymne}
\input{songs/wir-sitzen-im-rostigen-haifsch}
\input{songs/wir-sitzen-zu-pferde}
\input{songs/wir-wollen-zu-land-ausfahren}
\input{songs/wir-wolln-im-gruenen-wald}
\input{songs/wo-schorle-der-apfelschorlen-blues}
\input{songs/wohl-ueber-erde}
\input{songs/wohlauf-die-luft}
\input{songs/wollt-ihr-hoeren}
\input{songs/wos-nur-felsen}
\input{songs/zieh-meiner-strasse}
\input{songs/zogen-einst}
\input{songs/zogen-viele-strassen}
\input{songs/ueber-meiner-heimat}

BIN
images/img-000.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 KiB

BIN
images/img-001.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
images/img-002.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
images/img-003.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

BIN
images/img-004.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

BIN
images/img-005.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
images/img-006.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
images/img-007.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
images/img-008.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
images/img-009.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
images/img-010.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

BIN
images/img-011.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
images/img-013.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

BIN
images/img-014.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

BIN
images/img-015.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
images/img-016.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 432 KiB

BIN
images/img-017.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

BIN
images/img-018.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
images/img-019.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

BIN
images/img-020.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 473 KiB

BIN
images/img-021.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

BIN
images/img-022.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
images/img-024.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

BIN
images/img-025.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

BIN
images/img-026.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

BIN
images/img-027.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

BIN
images/img-028.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
images/img-029.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

BIN
images/img-030.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

BIN
images/img-031.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

BIN
images/img-032.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

BIN
images/img-033.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 KiB

BIN
images/img-034.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

BIN
images/img-035.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 KiB

BIN
images/img-036.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
images/img-038.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
images/img-039.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
images/img-040.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
images/img-041.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

BIN
images/img-042.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

BIN
images/img-043.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

BIN
images/img-044.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
images/img-045.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
images/img-046.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
images/img-047.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

BIN
images/img-048.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

BIN
images/img-049.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
images/img-050.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

BIN
images/img-051.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
images/img-053.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
images/img-054.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
images/img-055.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
images/img-056.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

BIN
images/img-057.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
images/img-059.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 484 KiB

BIN
images/img-060.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
images/img-061.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
images/img-062.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

BIN
images/img-063.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
images/img-064.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

BIN
images/img-065.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
images/img-066.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 KiB

BIN
images/img-067.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

BIN
images/img-068.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
images/img-069.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

BIN
images/img-070.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
images/img-071.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

BIN
images/img-072.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

BIN
images/img-073.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
images/img-074.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

BIN
images/img-075.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
images/img-076.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

BIN
images/img-077.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

BIN
images/img-078.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 364 KiB

BIN
images/img-079.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
images/img-080.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

BIN
images/img-081.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
images/img-082.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

BIN
images/img-083.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

BIN
images/img-084.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

BIN
images/img-085.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

BIN
images/img-086.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
images/img-087.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
images/img-088.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

BIN
images/img-089.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

BIN
images/img-090.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
images/img-092.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
images/img-093.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

BIN
images/img-094.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
images/img-095.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
images/img-096.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
images/img-097.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

BIN
images/img-098.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

BIN
images/img-099.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
images/img-100.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

BIN
images/img-101.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

BIN
images/img-102.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Some files were not shown because too many files have changed in this diff Show More