Skip to content

Commit

Permalink
release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
skramm committed Mar 3, 2024
1 parent 87c8c21 commit e7ea17d
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 86 deletions.
6 changes: 0 additions & 6 deletions fcommand.tex

This file was deleted.

32 changes: 0 additions & 32 deletions install.sh

This file was deleted.

9 changes: 7 additions & 2 deletions package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ zip chordbars.zip \
chordbars/chordbars_manual.tex \
chordbars/chordbars_manual.pdf \
chordbars/README.md \
chordbars/listing_*.lst

chordbars/listing_*.lst \
chordbars/size_demo.tex \
chordbars/size_demo.pdf \
sample_song_1.tex \
sample_song_1.pdf \
package.sh

mv chordbars.zip chordbars/


Binary file added sample_song_1.pdf
Binary file not shown.
18 changes: 11 additions & 7 deletions sample_song_1.tex
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
\def\chordFontSize{\Large\bfseries}
\begin{chordbar}{5}{Test of repeatbarpair}
\chordh{G}{C7}
\chordf{FMajS}
\chordf{F\MajS}
\repeatBarPair
\chordf{FMajS}
\chordf{F\MajS}
\addHalfBar{Dm}
\end{chordbar}

Expand All @@ -87,30 +87,34 @@
\end{chordbar}


% this part has 8 bars (4 bars, 2 lines, repeated 3 times)
\begin{chordbar}[2]{6}{2 lines}
\begin{chordbar}[3]{6}{6 bars on 2 lines, repeated 3 times}
\chordf{C}
\chordf{D}
\chordh{E}{F}
\repeatBar
\chordf{D}
\repeatBar
%\chordhn{3}{1}{Em}
\end{chordbar}

\begin{chordbar}[4]{11}{2 lines}
\begin{chordbar}[4]{11}{11 bars repeated 4 times, with an added half-bar}
\chordf{C}
\chordh{D}{G}
\chordf{E}
%\chordf{F}
\newchordline
\chordf{G\#}
\repeatBar
\repeatBar
\repeatBar
\chordf{C\susF}
\repeatBar
\repeatBar
\addHalfBar{Bb}
\end{chordbar}

\def\NumberOfBarsPerLine{5}

\begin{chordbar}[2]{10}{2 lines of 5 bars}
\begin{chordbar}[2]{10}{2 lines of 5 bars, repeated twice}
\chordf{C}
\chordf{D}
\chordf{E}
Expand Down
39 changes: 0 additions & 39 deletions test3.tex

This file was deleted.

0 comments on commit e7ea17d

Please sign in to comment.