lilypond-user
[Top][All Lists]
Advanced

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

Re: group music per measure


From: Nicolas Sceaux
Subject: Re: group music per measure
Date: Wed, 17 Nov 2004 23:19:46 +0100
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Nicolas Sceaux <address@hidden> writes:

> Jan Nieuwenhuizen <address@hidden> writes:
>
>> Nicolas Sceaux writes:
>>
>>> This is absolutely useless
>>
>> This is absolutely fantastic.  (Certain) users have been requesting
>> this for years, it is AFAIK one of the big perceived advantages of MUP
>> over Lily.
>>
>> Would it be feasible to add lyrics and include this in the standard
>> distribution (ie: add proper documentation)?
>>
>> Jan.
>
> I tried to do that before posting. My idea was do to something like
> this:
>
> \splitMusic #'(Staff Lyric) {
>   c' d' e' f' | bon -- jour mon -- sieur
>   d' e' f' g' | bla bla bla bla
> }
>
> but this is not possible as is, for it would require to mix notemode
> and lyricmode, and the parser don't like that. Had I succeeded, I
> would not have said that it was useless :-)
>
> nicolas

I was just thinking about a possible hack, something that would
allow to write for instance:

##s(Staff Lyric) {
  c' d' e' f' | bon -- jour mon -- sieur
  d' e' f' g' | bla bla bla bla
#}

==>

\context Staff = "uniqueContext123" \notemode { 
  c' d' e' f' |
  d' e' f' g' | 
}
\lyricsto "uniqueContext123" \lyricmode {
  bon -- jour mon -- sieur 
  bla bla bla bla
}

This is feasible, but, hm, ugly.

nicolas





reply via email to

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