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

Side by Side Diff: lily/mensural-ligature.cc

Issue 579240043: Issue 4550: Avoid "using namespace std;" in included files (Take 2) (Closed)
Patch Set: Created 5 years, 1 month 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:
View unified diff | Download patch
OLDNEW
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) 2002--2020 Juergen Reuter <reuter@ipd.uka.de>, 4 Copyright (C) 2002--2020 Juergen Reuter <reuter@ipd.uka.de>,
5 Pal Benko <benkop@freestart.hu> 5 Pal Benko <benkop@freestart.hu>
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.
(...skipping 12 matching lines...) Expand all
23 #include "directional-element-interface.hh" 23 #include "directional-element-interface.hh"
24 #include "font-interface.hh" 24 #include "font-interface.hh"
25 #include "international.hh" 25 #include "international.hh"
26 #include "item.hh" 26 #include "item.hh"
27 #include "lookup.hh" 27 #include "lookup.hh"
28 #include "note-head.hh" 28 #include "note-head.hh"
29 #include "output-def.hh" 29 #include "output-def.hh"
30 #include "staff-symbol-referencer.hh" 30 #include "staff-symbol-referencer.hh"
31 #include "warn.hh" 31 #include "warn.hh"
32 32
33 using std::string;
34
33 /* 35 /*
34 draws one half a flexa, i.e. a portion corresponding to a single note. 36 draws one half a flexa, i.e. a portion corresponding to a single note.
35 this way coloration of the two notes building up the flexa can be 37 this way coloration of the two notes building up the flexa can be
36 handled independently. 38 handled independently.
37 39
38 * TODO: divide this function into mensural and neo-mensural style. 40 * TODO: divide this function into mensural and neo-mensural style.
39 * 41 *
40 * TODO: move this function to class Lookup? 42 * TODO: move this function to class Lookup?
41 */ 43 */
42 Stencil 44 Stencil
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 290
289 /* properties */ 291 /* properties */
290 "delta-position " 292 "delta-position "
291 "ligature-flexa " 293 "ligature-flexa "
292 "head-width " 294 "head-width "
293 "add-join " 295 "add-join "
294 "flexa-interval " 296 "flexa-interval "
295 "primitive " 297 "primitive "
296 "thickness " 298 "thickness "
297 ); 299 );
OLDNEW

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