]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/latex-lilypond-example.latex
* GNUmakefile.in: remove stray make out=www
[lilypond.git] / Documentation / user / latex-lilypond-example.latex
index 6906eab7e912bcbc21ede70a06483e0c3912faae..8e29ef42c4ddb0ae838440a8daa2db45279be1fd 100644 (file)
@@ -1,17 +1,25 @@
-% kommentar
+%
+% This is way too long and hairy
+%
+%
+
+
+
 \documentclass[a4paper, 12pt]{article}
-%\def\preMudelaExample{}
-%\def\postMudelaExample{}
+
+%\def\preLilyPondExample{}
+%\def\postLilyPondExample{}
 %\usepackage{graphics}
 %\usepackage{landscape}
+
 \begin{document}
 %uncomment this to try twocolumn mode
 %\twocolumn
 
 
-\section{Mudelabook + LaTeX}
+\section{LilyPond-book + LaTeX}
 
-This is an examplefile for mixing Lilypond and Latex. It is also
+This is an examplefile for mixing LilyPond and Latex. It is also
 used to test lilypond-book. View the source to see how it is done.
 
 A simple scale:
@@ -22,7 +30,7 @@ A simple scale:
 }
 \end{lilypond}
 
-Lilypond-book search for the \verb|\score| command when it decides
+LilyPond-book search for the \verb|\score| command when it decides
 if the code is only a fragment. Thus, in the following code, you have
 to use \verb|fragment| option, because the comment confuses lilypond-book.
 
@@ -105,7 +113,7 @@ c' e'
 has also the \verb|eps| options, but is not floating because there
 are an emptry line before and after the lilypond block. That is
 correct behaviour because it follows La\TeX{} convention that an
-empty line signals a new paragraph. Note that the \verb|eps| option
+empty line signals a new paragraph. The \verb|eps| option
 is not necessary when you want the music in a paragraph on its own.
 
 \subsection{More examples}
@@ -158,6 +166,7 @@ text text text text text text text text text text text text
 text text text text text text text text text text text text 
 text text text text text text text text text text text text 
 
-
+%% need to use an -I ../../../input/test to find the file
+%% \lilypondfile{tie.ly}
 
 \end{document}