From: fred Date: Fri, 1 Nov 1996 13:34:18 +0000 (+0000) Subject: lilypond-0.0.6 X-Git-Tag: release/1.5.59~6979 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ef26ed43cbc7e4eee75e5c5691acd63e3562a168;p=lilypond.git lilypond-0.0.6 --- 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();