]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.22
authorfred <fred>
Mon, 6 Jan 1997 22:02:11 +0000 (22:02 +0000)
committerfred <fred>
Mon, 6 Jan 1997 22:02:11 +0000 (22:02 +0000)
hdr/notehead.hh

index be0a345283dcb847afb4c0588efec372e21b8ff4..860d16280d39d004c08dfc337ee2421e4701e249 100644 (file)
@@ -12,7 +12,8 @@
 struct Notehead : public Item
 {
     int position;
-
+    /// -1 = lowest, 0 = inside, 1 = top
+    int extremal;
     /// needed for the help-lines
     int staff_size;
     int dots;