]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/key-item.hh
release: 1.3.98
[lilypond.git] / lily / include / key-item.hh
index 706f65530fd915a26d922493c9bd5473b44ecc83..0f2c4d14df36c0cb3a881179b95a809a9b93f25e 100644 (file)
 #include "lily-guile.hh"
 #include "lily-proto.hh"
 
-/**
-  A group of  accidentals.
 
-  Properties:
-
-  c0-position -- integer indicating the position of central C?
-
-  old-accidentals -- list of (pitch, accidental) pairs
-
-  new-accidentals -- list of (pitch, accidental) pairs
- */
 struct Key_item
 {
   static int calculate_position(Score_element*,SCM pair) ;