From ef26ed43cbc7e4eee75e5c5691acd63e3562a168 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 1 Nov 1996 13:34:18 +0000 Subject: [PATCH] lilypond-0.0.6 --- score.hh | 2 +- voice.hh | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/score.hh b/score.hh index e58f87f058..176d7fa47a 100644 --- a/score.hh +++ b/score.hh @@ -2,7 +2,7 @@ #define SCORE_HH #include "vray.hh" #include "proto.hh" -#include "list.hh" +#include "plist.hh" /// the total music def of one movement diff --git a/voice.hh b/voice.hh index b580972b23..b409fa4cd3 100644 --- a/voice.hh +++ b/voice.hh @@ -2,7 +2,7 @@ #define VOICE_HH -#include "list.hh" +#include "plist.hh" #include "request.hh" /// class for horizontal stuff. @@ -28,7 +28,7 @@ struct Voicegroup { /// don't know how to identify these. }; -/// +/// one horizontal bit. struct Voice_element { Real duration; const Voicegroup *group; @@ -37,6 +37,9 @@ struct Voice_element { List granted_items; List granted_spanners; + + /****************/ + void add(Request*); Voice_element(); -- 2.39.5