Skip to content

Commit b5a96ae

Browse files
committed
Deprecate edition-engraver.ily file
1 parent a900519 commit b5a96ae

File tree

3 files changed

+47
-39
lines changed

3 files changed

+47
-39
lines changed

edition-engraver.ily

Lines changed: 6 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,8 @@
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, [email protected] %
26-
% edition-engraver is maintained by Jan-Peter Voigt, [email protected] %
27-
% and others. %
28-
% Copyright Jan-Peter Voigt, Urs Liska, 2016 %
29-
% %
30-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1+
#(ly:message "
312
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.
345
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"

package.ily

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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, [email protected] %
26+
% edition-engraver is maintained by Jan-Peter Voigt, [email protected] %
27+
% and others. %
28+
% Copyright Jan-Peter Voigt, Urs Liska, 2016 %
29+
% %
30+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31+
32+
\version "2.19.36"
33+
\include "oll-core/package.ily"
34+
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"

usage-examples/id-mods.ly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
3131

3232
\version "2.19.37"
33-
\include "edition-engraver/package.ily"
33+
\include "edition-engraver/edition-engraver.ily"
3434

3535
\activateIdMods Tie.NoteHead.Beam
3636

0 commit comments

Comments
 (0)