X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Frhythmic-head.cc;h=d1442794270318d6e31f5040d7ca410ff3c090ee;hb=9c4a0f50b2fdad7d4d682eb07e3b408d64be9c22;hp=7693024b3b6140eb3e85da586c8d4d6fb38b3a6c;hpb=e18531db1f79fb685fbd16d6a2a67bf4b6c09915;p=lilypond.git diff --git a/lily/rhythmic-head.cc b/lily/rhythmic-head.cc index 7693024b3b..d144279427 100644 --- a/lily/rhythmic-head.cc +++ b/lily/rhythmic-head.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2010 Han-Wen Nienhuys + Copyright (C) 1997--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 @@ -43,7 +43,7 @@ int Rhythmic_head::dot_count (Grob *me) { return get_dots (me) - ? robust_scm2int (get_dots (me)->get_property ("dot-count"), 0) : 0; + ? robust_scm2int (get_dots (me)->get_property ("dot-count"), 0) : 0; } void @@ -60,10 +60,11 @@ Rhythmic_head::duration_log (Grob *me) } ADD_INTERFACE (Rhythmic_head, - "Note head or rest.", + "Note head or rest.", - /* properties */ - "dot " - "duration-log " - "stem " - ); + /* properties */ + "dot " + "duration-log " + "glissando-skip " + "stem " + );