denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Denemo-devel] Lyrics


From: Richard Shann
Subject: Re: [Denemo-devel] Lyrics
Date: Tue, 23 Jun 2009 12:17:02 +0100

On Tue, 2009-06-23 at 08:20 +0100, Richard Shann wrote:
> I propose to replace the measures field of the DenemoStaff with a
> field
> called bars. This would point to a GList of DenemoMeasure which would
> have a field called measure containing a list of DenemoObject.
> Then all the code referring to the staff->measures will need to refer
> to
> ((DenemoMeasure*)staff->bars->data)->measure->data and all the
> creation
> and destruction of the measures field will need to be re-written to
> create/destroy a DenemoMeasure.

The lilypond parser presents a challenge: I propose to create a field
staff->lilymeasures to take over the role of the current staff->measures
field for the lilypond input phase, moving the data into the staff->bars
field before the parser returns.

Richard






reply via email to

[Prev in Thread] Current Thread [Next in Thread]