|
1 | | -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
2 | | -% % |
3 | | -% This file is part of openLilyLib, % |
4 | | -% =========== % |
5 | | -% the community library project for GNU LilyPond % |
6 | | -% (https://github.com/openlilylib) % |
7 | | -% ----------- % |
8 | | -% % |
9 | | -% Library: edition-engraver % |
10 | | -% ================ % |
11 | | -% % |
12 | | -% openLilyLib is free software: you can redistribute it and/or modify % |
13 | | -% it under the terms of the GNU General Public License as published by % |
14 | | -% the Free Software Foundation, either version 3 of the License, or % |
15 | | -% (at your option) any later version. % |
16 | | -% % |
17 | | -% openLilyLib is distributed in the hope that it will be useful, % |
18 | | -% but WITHOUT ANY WARRANTY; without even the implied warranty of % |
19 | | -% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the % |
20 | | -% GNU General Public License for more details. % |
21 | | -% % |
22 | | -% You should have received a copy of the GNU General Public License % |
23 | | -% along with openLilyLib. If not, see <http://www.gnu.org/licenses/>. % |
24 | | -% % |
25 | | -% openLilyLib is maintained by Urs Liska, ul@openlilylib.org % |
26 | | -% edition-engraver is maintained by Jan-Peter Voigt, jp.voigt@gmx.de % |
27 | | -% and others. % |
28 | | -% Copyright Jan-Peter Voigt, Urs Liska, 2016 % |
29 | | -% % |
30 | | -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 1 | +#(ly:message " |
31 | 2 |
|
32 | | -\version "2.19.36" |
33 | | -\include "oll-core/package.ily" |
| 3 | +You have included \"edition-engraver/edition-engraver.ily\". |
| 4 | +This is deprecated, please include \"edition-engraver/package.ily\" instead. |
34 | 5 |
|
35 | | -% activate edition-engraver module |
36 | | -#(use-modules (edition-engraver engine)) |
37 | | -% Function to consist the EE in multiple contexts |
38 | | -\include "oll-core/util/consist-to-contexts.ily" |
39 | | - |
40 | | -\include "id-mods.ily" |
| 6 | +") |
| 7 | +#(ly:set-option 'relative-includes #t) |
| 8 | +\include "package.ily" |
0 commit comments