mirror of https://github.com/patacrep/patacrep.git
Engine for LaTeX songbooks
http://www.patacrep.com
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
404 B
35 lines
404 B
9 years ago
|
\selectlanguage{english}
|
||
|
|
||
|
\beginsong{}[
|
||
|
by={
|
||
|
},
|
||
|
]
|
||
|
|
||
|
|
||
|
\begin{verse}
|
||
|
A chorus \[A]with lyrics
|
||
|
\[Emaj3]maj et nombre
|
||
|
\end{verse}
|
||
|
|
||
|
|
||
9 years ago
|
\ifchorded
|
||
9 years ago
|
\begin{verse*}
|
||
9 years ago
|
\musicnote {\nolyrics \[A B{\shrp}]}
|
||
9 years ago
|
\end{verse*}
|
||
9 years ago
|
\fi
|
||
9 years ago
|
|
||
|
|
||
9 years ago
|
\ifchorded
|
||
9 years ago
|
\begin{verse*}
|
||
9 years ago
|
\musicnote {\nolyrics \[A] \[B]}
|
||
|
\musicnote {\nolyrics \[C]}
|
||
9 years ago
|
\end{verse*}
|
||
9 years ago
|
\fi
|
||
9 years ago
|
|
||
|
|
||
|
\begin{verse}
|
||
|
A chorus \[C]with lyrics
|
||
|
\end{verse}
|
||
|
|
||
|
\endsong
|