]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-head-side.cc
release: 1.1.62
[lilypond.git] / lily / note-head-side.cc
index 785da0c33275e1035ad9b0668b877f69e61892f8..a5ef70294ca42df6326f86e25cb532a6d80624f7 100644 (file)
@@ -50,3 +50,8 @@ Note_head_side:: Note_head_side()
 {
   notehead_align_dir_ = LEFT;
 }
+bool
+Note_head_side::supported_b ()const
+{
+  return support_l_arr_.size ();
+}