]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lookup.hh
Merge branch 'master' into lilypond/translation
[lilypond.git] / lily / include / lookup.hh
index c68460c3b920fda566159c6fb828a82f4501c50c..cb1f461dfa98aed9bc581ad054e28bf5ba63757d 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2010 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
   Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
@@ -31,7 +31,7 @@ struct Lookup
   static Stencil rotated_box (Real slope, Real width, Real thick, Real blot);
   static Stencil round_filled_polygon (vector<Offset> const &points, Real blotdiameter);
   static Stencil frame (Box b, Real thick, Real blot);
-  static Stencil slur (Bezier controls, Real cthick, Real thick, 
+  static Stencil slur (Bezier controls, Real cthick, Real thick,
                        SCM dash_definition);
   static Stencil bezier_sandwich (Bezier top_curve, Bezier bottom_curve,
                                   Real thickness);