X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fuser%2Flatex-example.latex;h=da9c12b871d7423c951ac39bc8601aff2f6a20ee;hb=1423508c355989fa26a8cfe5985b0d6e1ab0a538;hp=68a861072a96014963980897cec15552226966cf;hpb=bdf92ecc591174282b1a6dd45de44d390a69d93d;p=lilypond.git diff --git a/Documentation/user/latex-example.latex b/Documentation/user/latex-example.latex index 68a861072a..da9c12b871 100644 --- a/Documentation/user/latex-example.latex +++ b/Documentation/user/latex-example.latex @@ -1,17 +1,13 @@ \documentclass[a4paper]{article} - - -%\def\preLilypondExample{}} -%\def\postLilypondExample{} +%\def\preLilyPondExample{}} +%\def\postLilyPondExample{} \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,9 +16,12 @@ c d e \end{lilypond} +% show interaction of margins lilypond+verses + +% outdated % generate standard lilypond titles \input titledefs.tex -\def\preLilypondExample{\def\mustmakelilypondtitle{}} +\def\preLilyPondExample{\def\mustmakelilypondtitle{}} \begin{lilypond} \header { @@ -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}