denemo-devel
[Top][All Lists]
Advanced

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

Re: [Denemo-devel] Lyrics on rests bug.


From: Richard Shann
Subject: Re: [Denemo-devel] Lyrics on rests bug.
Date: Sun, 01 Mar 2009 09:24:01 +0000

On Sat, 2009-02-28 at 12:42 +0100, Nils Gey wrote:
> P.S. maybe one of the few people who want to help Denemo other than
> Richard and Jeremiah are interested in a more feature-rich
> Lyirc-Editor or better Denemo-representation (showing the lyrics where
> they will appear in the lilypond output). 
> 
This is, in fact, a very straightforward little project. What is needed
is 

1) for multiple verses: to replace the current GString* lyric field with
a GList* of GString*, one the list length being the number of verses.
Under each note is displayed the strings in the list of that chord
(stacked vertically) and to print out the verses in exportlilypond.c

2) for editing: split and join commands. To do this on the n'th verse:
The notes to the end of the piece are traversed and the n'th elements in
the GList* are moved forward or backward as needed. And a paste command
- the text selection is put syllable by syllable into the lyric list at
a given verse.

Richard







reply via email to

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