From a02c0ac4137469ea88ed9669ad0ff9d863ed2801 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:40:03 +0000 Subject: [PATCH] lilypond-0.0.56 --- Documentation/CodingStyle.pod | 6 ++++++ lily/include/note-column.hh | 22 ++++++++-------------- lily/slur.cc | 22 +++++++++++----------- 3 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Documentation/CodingStyle.pod b/Documentation/CodingStyle.pod index 9f13c7bbd3..1a4b1263d4 100644 --- a/Documentation/CodingStyle.pod +++ b/Documentation/CodingStyle.pod @@ -59,7 +59,13 @@ in emacs: '(lambda() (c-set-style "Stroustrup") ) ) +If you like using font-lock, you can also add this to your F<.emacs>: + (setq font-lock-maximum-decoration t) + (setq c++-font-lock-keywords-3 + (cons + '("\\b\\([a-zA-Z_]+_\\)\\b" 1 font-lock-variable-name-face) + c++-font-lock-keywords-3)) =head2 CLASSES and TYPES: diff --git a/lily/include/note-column.hh b/lily/include/note-column.hh index b6562ed83b..e96ef11605 100644 --- a/lily/include/note-column.hh +++ b/lily/include/note-column.hh @@ -10,35 +10,29 @@ #ifndef NOTE_COLUMN_HH #define NOTE_COLUMN_HH #include "item.hh" -#include "interval.hh" +#include "script-column.hh" /** a struct for treating a group of noteheads (noteheads, stem (chord) and scripts ) as a single entity. */ -class Note_column : public Item { - virtual Interval do_height()const; - virtual void do_print() const ; - virtual void do_pre_processing(); - virtual Interval do_width()const; +class Note_column : public Script_column { public: bool h_shift_b_; - Stem * stem_l_; - Array