Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
After Width: | Height: | Size: 4.3 KiB |
@ -0,0 +1,10 @@ |
|||
\beginsong{Image included from a nested song directory\\\LaTeX} |
|||
[cov={subdir}] |
|||
|
|||
\cover |
|||
|
|||
\lilypond{subdir.ly} |
|||
|
|||
\image{subdir} |
|||
|
|||
\endsong |
@ -0,0 +1,7 @@ |
|||
{title : Image included from a nested song directory} |
|||
{subtitle: Chordpro} |
|||
{cover: subdir.png} |
|||
{lang: en} |
|||
|
|||
{partition: subdir.ly} |
|||
{image: subdir.png} |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
@ -0,0 +1,19 @@ |
|||
\include "_lilypond/header" |
|||
\paper{paper-height = 6.5\cm} |
|||
|
|||
{ |
|||
\key a \minor |
|||
\time 6/8 |
|||
\partial 8 a'8 |
|||
\relative c''{ |
|||
c4 d8 e8. (f16) e8 d4 b8 g8. (a16) b8 |
|||
c4 a8 a8. (gis16) a8 b4 gis8 e4 a8 |
|||
c4 d8 e8. (f16 e8) d4 b8 g8. (a16) b8 |
|||
c8. (b16) a8 gis8. (fis16) gis8 a4 a8 a4. |
|||
|
|||
g'4. g8. (fis16) e8 d4 b8 g8. (a16) b8 |
|||
c4 (a8) a8. (gis16) a8 b4 gis8 e4. |
|||
g'4. g8. (fis16) e8 d4 b8 g8. (a16) b8 |
|||
c8. (b16) a8 gis8. (fis16) gis8 a4. a4. |
|||
} |
|||
} |
@ -0,0 +1,4 @@ |
|||
{ |
|||
"datadir": ["unicode_datadir"], |
|||
"lang": "en" |
|||
} |
@ -0,0 +1,114 @@ |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
%% Automatically generated document. |
|||
%% You may edit this file but all changes will be overwritten. |
|||
%% If you want to change this document, have a look at |
|||
%% the templating system. |
|||
%% |
|||
%% Generated using Songbook <http://www.patacrep.com> |
|||
|
|||
\makeatletter |
|||
\def\input@path{ % |
|||
{@TEST_FOLDER@/unicode_datadir/latex/} % |
|||
{@TEST_FOLDER@/latex/} % |
|||
{@DATA_FOLDER@/latex/} % |
|||
} |
|||
\makeatother |
|||
|
|||
\documentclass[ |
|||
]{article} |
|||
|
|||
\usepackage[ |
|||
chorded, |
|||
diagram, |
|||
pictures, |
|||
guitar, |
|||
]{patacrep} |
|||
|
|||
\usepackage{lmodern} |
|||
|
|||
|
|||
\PassOptionsToPackage{english}{babel} |
|||
\usepackage[english]{babel} |
|||
\lang{english} |
|||
|
|||
\usepackage{graphicx} |
|||
\graphicspath{ % |
|||
{@TEST_FOLDER@/unicode_datadir/} % |
|||
{@TEST_FOLDER@/} % |
|||
{@DATA_FOLDER@/} % |
|||
} |
|||
|
|||
|
|||
\makeatletter |
|||
\@ifpackageloaded{hyperref}{}{ |
|||
\usepackage{url} |
|||
\newcommand{\phantomsection}{} |
|||
\newcommand{\hyperlink}[2]{#2} |
|||
\newcommand{\href}[2]{\expandafter\url\expandafter{#1}} |
|||
} |
|||
\makeatother |
|||
|
|||
|
|||
\usepackage{chords} |
|||
|
|||
\title{Guitar songbook} |
|||
\author{The Patacrep Team} |
|||
|
|||
\newindex{titleidx}{unicode_title} |
|||
\newauthorindex{authidx}{unicode_auth} |
|||
|
|||
|
|||
\notenamesout{A}{B}{C}{D}{E}{F}{G} |
|||
|
|||
|
|||
\begin{document} |
|||
|
|||
\maketitle |
|||
|
|||
|
|||
\showindex{\songindexname}{titleidx} |
|||
\showindex{\authorindexname}{authidx} |
|||
|
|||
% list of chords |
|||
\ifchorded |
|||
\ifdiagram |
|||
\phantomsection |
|||
\addcontentsline{toc}{section}{\chordlistname} |
|||
\chords |
|||
\fi |
|||
\fi |
|||
|
|||
\phantomsection |
|||
\addcontentsline{toc}{section}{\songlistname} |
|||
|
|||
\begin{songs}{titleidx,authidx} |
|||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
|||
%% songs/./nonbreak.sgc |
|||
|
|||
\selectlanguage{english} |
|||
|
|||
\beginsong{Song with non breakable space}[ |
|||
by={ |
|||
Author with non breaking space chars }, |
|||
] |
|||
|
|||
|
|||
|
|||
|
|||
\begin{verse} |
|||
Non break |
|||
\end{verse} |
|||
|
|||
\endsong |
|||
|
|||
\end{songs} |
|||
|
|||
|
|||
|
|||
|
|||
\end{document} |
@ -0,0 +1,5 @@ |
|||
{title : Song with non breakable space} |
|||
{by: Author with non breaking space chars} |
|||
{lang: en} |
|||
|
|||
Non break |