Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(6)

Delta Between Two Patch Sets: lily/text-interface.cc

Issue 5626052: Gets vertical skylines from grob stencils (Closed)
Left Patch Set: Fixes BassFigure Created 13 years ago
Right Patch Set: Run astyle on c++ files Created 12 years, 6 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
LEFTRIGHT
(no file at all)
1 /* 1 /*
2 This file is part of LilyPond, the GNU music typesetter. 2 This file is part of LilyPond, the GNU music typesetter.
3 3
4 Copyright (C) 1998--2012 Han-Wen Nienhuys <hanwen@xs4all.nl> 4 Copyright (C) 1998--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
5 Jan Nieuwenhuizen <janneke@gnu.org> 5 Jan Nieuwenhuizen <janneke@gnu.org>
6 6
7 LilyPond is free software: you can redistribute it and/or modify 7 LilyPond is free software: you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by 8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation, either version 3 of the License, or 9 the Free Software Foundation, either version 3 of the License, or
10 (at your option) any later version. 10 (at your option) any later version.
11 11
12 LilyPond is distributed in the hope that it will be useful, 12 LilyPond is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details. 15 GNU General Public License for more details.
16 16
17 You should have received a copy of the GNU General Public License 17 You should have received a copy of the GNU General Public License
18 along with LilyPond. If not, see <http://www.gnu.org/licenses/>. 18 along with LilyPond. If not, see <http://www.gnu.org/licenses/>.
19 */ 19 */
20 20
21 #include "text-interface.hh" 21 #include "text-interface.hh"
22 22 #include "skyline-pair.hh"
23
24 #include "lookup.hh"
23 #include "config.hh" 25 #include "config.hh"
24 #include "font-interface.hh" 26 #include "font-interface.hh"
25 #include "grob.hh" 27 #include "grob.hh"
26 #include "main.hh" 28 #include "main.hh"
27 #include "misc.hh" 29 #include "misc.hh"
28 #include "modified-font-metric.hh" 30 #include "modified-font-metric.hh"
29 #include "output-def.hh" 31 #include "output-def.hh"
30 #include "pango-font.hh" 32 #include "pango-font.hh"
31 #include "program-option.hh" 33 #include "program-option.hh"
32 #include "international.hh" 34 #include "international.hh"
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 " @code{ly:text-interface::interpret-markup}.", 201 " @code{ly:text-interface::interpret-markup}.",
200 202
201 /* properties */ 203 /* properties */
202 "baseline-skip " 204 "baseline-skip "
203 "replacement-alist " 205 "replacement-alist "
204 "text " 206 "text "
205 "word-space " 207 "word-space "
206 "text-direction " 208 "text-direction "
207 ); 209 );
208 210
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b