From: James Lowe Date: Thu, 1 Mar 2012 21:21:49 +0000 (+0000) Subject: LM - Remove obsolete statement X-Git-Tag: release/2.15.34-1~32 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=08c6d7176dcd2b0fca2e4d682cda8907951edae9;p=lilypond.git LM - Remove obsolete statement Issue 2370 Remove statement about example producing 'overlapping' output, as that no longer seems to be the case. --- diff --git a/Documentation/learning/tweaks.itely b/Documentation/learning/tweaks.itely index 361b14b3e8..806b274333 100644 --- a/Documentation/learning/tweaks.itely +++ b/Documentation/learning/tweaks.itely @@ -3706,14 +3706,12 @@ inst = } @end lilypond -There are some problems with overlapping output; we'll fix those using -the techniques in @ref{Moving objects}. But let's also -do something about the @code{mpdolce} and @code{inst} -definitions. They produce the output we desire, but we might want -to use them in another piece. We could simply copy-and-paste them -at the top of every file, but that's an annoyance. It also leaves -those definitions in our input files, and I personally find all -the @code{#()} somewhat ugly. Let's hide them in another file: +Let's do something about the @code{mpdolce} and @code{inst} definitions. +They produce the output we desire, but we might want to use them in +another piece. We could simply copy-and-paste them at the top of every +file, but that's an annoyance. It also leaves those definitions in our +input files, and I personally find all the @code{#()} somewhat ugly. +Let's hide them in another file: @example %%% save this to a file called "definitions.ily"