diff options
Diffstat (limited to 'Master/texmf-dist/doc/support/lyluatex/lyluatex.tex')
-rw-r--r-- | Master/texmf-dist/doc/support/lyluatex/lyluatex.tex | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/support/lyluatex/lyluatex.tex b/Master/texmf-dist/doc/support/lyluatex/lyluatex.tex index 46d975cdb4c..d3617d0cfe5 100644 --- a/Master/texmf-dist/doc/support/lyluatex/lyluatex.tex +++ b/Master/texmf-dist/doc/support/lyluatex/lyluatex.tex @@ -77,7 +77,7 @@ path to \texttt{lilypond}, for example: Thereafter, you can include a lilypond file with the command: \begin{verbatim} -\includely[staffsize=17]{CHEMIN/VERS/LA/PARTITION} +\includely[staffsize=17]{PATH/TO/THE/FILE} \end{verbatim} The argument \texttt{staffsize}, which is optional, changes the size of @@ -109,7 +109,7 @@ case, first compile with option \texttt{-draftmode}, then compile again without this option. You can also input music directly into your docoment with the -\texttt{ly} environment. This is only recommended for very short +\texttt{ly} environment. This is only recommended for relatively short snippets. For example: \begin{verbatim} @@ -118,6 +118,18 @@ snippets. For example: \end{ly} \end{verbatim} +Finally, for truly short snippets, there is also the +\texttt{\textbackslash{}lily} command. Example: + +\begin{verbatim} +\lily[staffsize=12]{c' d' g'} +\end{verbatim} + +\textbf{Nota bene:} The \texttt{\textbackslash{}lily} command \emph{does +not} support blocks of LilyPond code with explicit +\texttt{\textbackslash{}score} blocks. Such code must be included with +the \texttt{ly} environment or as a separate file. + \subsection{\texorpdfstring{Migration from \texttt{lilypond-book}}{Migration from lilypond-book}}\label{migration-from-lilypond-book} |