From: Graham Percival Date: Thu, 27 May 2010 14:28:50 +0000 (+0100) Subject: Doc: remove unneeded translated file. X-Git-Tag: release/2.13.22-1~1^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=822d0c794c1b6022c8b38e25cbf22e36bb6b2e85;p=lilypond.git Doc: remove unneeded translated file. --- diff --git a/Documentation/fr/usage/latex-example.latex b/Documentation/fr/usage/latex-example.latex deleted file mode 100644 index a131d2f157..0000000000 --- a/Documentation/fr/usage/latex-example.latex +++ /dev/null @@ -1,46 +0,0 @@ -\documentclass[a4paper]{article} - -%\def\preLilyPondExample{}} -%\def\postLilyPondExample{} - - -\begin{document} - -\begin{lilypond} -\relative c' { c d e f g a b c } -\end{lilypond} - - -\begin{lilypond}[fragment] -c d e -\end{lilypond} - - -% illustre l'interaction des marges avec lilypond+couplets - -% obsolète -% genère les titres standards de lilypond -\input titledefs.tex -\def\preLilyPondExample{\def\mustmakelilypondtitle{}} - -\begin{lilypond} -\header { - title = "Titre" - subtitle = "Sous-titre" - subsubtitle = "Sous-sous-titre" - opus = "Opus 1" - piece = "Pièce" - composer = "Compositeur" - enteredby = "JCN" - instrument = "instrument" -} -\layout { linewidth = -1. } -\relative c'' { a b c d } -\end{lilypond} - -\begin{enumerate} -\item Vers un. aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa -\item Vers deux. bbb bbb bbb bbb bbb bbb bbb bbb bbb bbb -\end{enumerate} - -\end{document}