From: fred Date: Sun, 24 Mar 2002 19:31:26 +0000 (+0000) Subject: lilypond-0.0.31 X-Git-Tag: release/1.5.59~5409 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3b12d30dad94e33e42688a2edd742429a23d421f;p=lilypond.git lilypond-0.0.31 --- diff --git a/hdr/complexwalker.hh b/hdr/complexwalker.hh index 2ada9fe642..a4ba27b03b 100644 --- a/hdr/complexwalker.hh +++ b/hdr/complexwalker.hh @@ -17,6 +17,10 @@ #include "register.hh" #include "localkeyreg.hh" + +/** + A staff walker which uses registers to what to print + */ struct Complex_walker: Staff_walker { Local_key local_key_; Key key_; diff --git a/hdr/directionalspanner.hh b/hdr/directionalspanner.hh index 8868bbfd6d..1578edf574 100644 --- a/hdr/directionalspanner.hh +++ b/hdr/directionalspanner.hh @@ -9,6 +9,7 @@ #include "spanner.hh" +/// a spanner which can be pointing "up" or "down" struct Directional_spanner : Spanner{ /// -1 below heads, +1 above heads.