-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple Chords for single words #3
Comments
How about something like this? \documentclass{article}
\usepackage{leadsheets}
\begin{document}
\begin{song}{title=My Song}
\begin{verse}
^*-{C}sy ^*{E}la ^{Ami}ble \\
^*-{C}sy ^*-{E}la ^-{Ami}ble \\
^*-{C}sy ---^*-{E}la ---^-{Ami}ble \\
^*-{C}sy --^*-{E}la --^-{Ami}ble
\end{verse}
\end{song}
\end{document} |
That is a workaround I'm currently using. \documentclass{article}
\usepackage{leadsheets}
\begin{document}
\begin{song}{title=My Song}
\begin{verse}
^{C}sy^{E}la^{Ami}ble \\
\end{verse}
\end{song}
\end{document} and let the script take care of the correct typesetting. |
That's actually not a workaround but how I intended the |
The songs-package (https://www.ctan.org/pkg/songs) does this quite well (see page 11 in the docu). |
This would actually be quite easy if the chord were not centred above the syllable but were left-aligned… doing this and still centre the chord is much harder |
A lyrics word might consist of multiple syllables of which each should be able to carry a chord symbol
The text was updated successfully, but these errors were encountered: