]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/latex-example.latex
Imported Upstream version 2.12.3
[lilypond.git] / Documentation / user / latex-example.latex
index fa675e55e8af0fa46d62e0450aaa5b96e045def4..da9c12b871d7423c951ac39bc8601aff2f6a20ee 100644 (file)
@@ -1,34 +1,46 @@
 \documentclass[a4paper]{article}
 
+%\def\preLilyPondExample{}}
+%\def\postLilyPondExample{}
 
 
-%\def\preLilypondExample{}}
-%\def\postLilypondExample{}
-
-
-\usepackage{graphics}
-\def\postLilypondExample{}
-\def\preLilypondExample{}
 \begin{document}
 
-\preLilypondExample \input lily-464146743.tex \postLilypondExample
-
+\begin{lilypond}
+\relative { c' d e f g a b c }
+\end{lilypond}
 
 
-\preLilypondExample \input lily-940223662.tex \postLilypondExample
+\begin[fragment]{lilypond}
+c d e
+\end{lilypond}
 
 
+% show interaction of margins lilypond+verses
 
+% outdated
 % generate standard lilypond titles
 \input titledefs.tex
-\def\preLilypondExample{\def\mustmakelilypondtitle{}}
-
-\preLilypondExample \input lily-615430739.tex \postLilypondExample
-
+\def\preLilyPondExample{\def\mustmakelilypondtitle{}}
+
+\begin{lilypond}
+\header {
+  title =      "Title"
+  subtitle =   "Subtitle"
+  subsubtitle =        "Subsubtitle"
+  opus =  "Opus 1"
+  piece = "Piece"
+  composer =    "Composer"
+  enteredby =   "JCN"
+  instrument = "instrument"
+}
+\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}