]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stem.hh
Doc-de: change appearences of Linux into GNU/Linux
[lilypond.git] / lily / include / stem.hh
index c8e0f6939c80a65c997ba4eea098fd82ef1d7591..de1b7d6c9a7b3ee8047737cddb8cdb2e06ff580b 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
@@ -28,7 +28,7 @@
 class Stem
 {
 public:
-  static vector<int> note_head_positions (Grob *);
+  static vector<int> note_head_positions (Grob *, bool filter = false);
   static int duration_log (Grob *);
   static void set_beaming (Grob *, int, Direction d);
   static int get_beaming (Grob *, Direction d);