]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/latex-example.latex
Generate RELEASE_FILES in $(outdir). Fixes make dists with --srcdir builds.
[lilypond.git] / Documentation / user / latex-example.latex
index d69d815ddf9dfca9b68a0457431406ae3c73292c..da9c12b871d7423c951ac39bc8601aff2f6a20ee 100644 (file)
@@ -1,7 +1,5 @@
 \documentclass[a4paper]{article}
 
-
-
 %\def\preLilyPondExample{}}
 %\def\postLilyPondExample{}
 
@@ -9,9 +7,7 @@
 \begin{document}
 
 \begin{lilypond}
-\score {
- \notes\relative c' { c d e f g a b c }
-}
+\relative { c' d e f g a b c }
 \end{lilypond}
 
 
@@ -20,6 +16,9 @@ c d e
 \end{lilypond}
 
 
+% show interaction of margins lilypond+verses
+
+% outdated
 % generate standard lilypond titles
 \input titledefs.tex
 \def\preLilyPondExample{\def\mustmakelilypondtitle{}}
@@ -35,15 +34,13 @@ c d e
   enteredby =   "JCN"
   instrument = "instrument"
 }
-\paper { linewidth = -1. }
-\score {
-  \notes \relative c'' { a b c d }
-}
+\layout { linewidth = -1. }
+\relative c'' { a b c d }
 \end{lilypond}
 
 \begin{enumerate}
-\item Vers one.  aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa 
-\item Vers two.  bbb bbb bbb bbb bbb bbb bbb bbb bbb bbb 
+\item Vers one.  aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa
+\item Vers two.  bbb bbb bbb bbb bbb bbb bbb bbb bbb bbb
 \end{enumerate}
 
 \end{document}