From 3f692daef750fe9bb901a47beb2f961b76195772 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:40:01 +0000 Subject: [PATCH] lilypond-0.0.56 --- lily/include/notehead.hh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/lily/include/notehead.hh b/lily/include/notehead.hh index a0e9f65615..e28c387a28 100644 --- a/lily/include/notehead.hh +++ b/lily/include/notehead.hh @@ -23,15 +23,16 @@ public: NAME_MEMBERS(Notehead); bool rest_b_; - int position; + int position_i_; + /// -1 = lowest, 0 = inside, 1 = top - int extremal; + int extremal_i_; /// needed for the help-lines - int staff_size; - int dots; - int balltype; - int x_dir; + int staff_size_i_; + int dots_i_; + int balltype_i_; + int x_dir_i_; /* *************** */ -- 2.39.5