]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bar-line.hh
Positions TupletNumber correctly when Script and Slur are present.
[lilypond.git] / lily / include / bar-line.hh
index 442fe27770759131ac37c392b769dde4607537d3..432cb0fd4a2be9e2e9c262bab9e6561834a57198 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1996--2011 Han-Wen Nienhuys
+  Copyright (C) 1996--2012 Han-Wen Nienhuys
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
 class Bar_line
 {
 public:
-  DECLARE_GROB_INTERFACE();
+  DECLARE_GROB_INTERFACE ();
 
   static Stencil dashed_bar_line (Grob *me, Interval const &extent, Real thick);
   static Stencil tick_bar_line (Grob *me, Real h, bool rounded);
   static Stencil compound_barline (Grob *, string, Interval const &extent,
-                                  bool rounded);
+                                   bool rounded);
   static Stencil simple_barline (Grob *, Real wid, Interval const &extent,
-                                bool rounded);
+                                 bool rounded);
   static Interval bar_y_extent (Grob *, Grob *);
   static bool non_empty_barline (Grob *me);