lilypond-user
[Top][All Lists]
Advanced

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

Re: Adding lyrics to a "piano" score.


From: Alberto Simões
Subject: Re: Adding lyrics to a "piano" score.
Date: Sun, 04 Jan 2009 20:00:27 +0000
User-agent: Thunderbird 2.0.0.19 (Macintosh/20081209)

Hello, Tao

Tao Cumplido wrote:
> you can define a named voice context here:
> upper = { << \new Voice = "melody" \upperA \\ \upper B >> }
> 
> for whatever reason the \voiceOne property gets lost though, so you have to 
> assign it explicitly to upperA like this:
> upperA = { \voiceOne ..music.. }
> 
> to place the lyrics above the staff you have to define the lyrics in score 
> block after the PianoStaff like this:
> 
> \new Lyrics \with { alignAboveContext = "upper" }
> {
>    \lyricsto "melody"
>    \song
> }
> 
> the alignAboveContext hast to be a named Staff in this case because lyrics 
> are attached to a Staff.
> 
> I hope it's clear.

Well, I am not yet sure how it works, but it works!!

Thank you :)
My best regards,
Alberto

> 
> Regards,
> 
> Tao
> 
> -------- Original-Nachricht --------
>> Datum: Sun, 04 Jan 2009 18:08:47 +0000
>> Von: "Alberto Simões" <address@hidden>
>> An: lilypond <address@hidden>
>> Betreff: Adding lyrics to a "piano" score.
> 
>> Hello.
>>
>> I have a Piano score (three voices) organized in the following way:
>>
>> upperA = { ... melody ... }
>> upperB = { ... melody ... }
>> upper = { ... << \upperA \\ \upperB >> }
>> lower = { ... melody ... }
>>
>> and
>>
>> \score {
>>   <<
>>     \new PianoStaff <<
>>       \new Staff = "upper" \upper
>>       \new Staff = "lower" \lower
>>     >>
>>   >>
>> ...
>> }
>>
>> Now, I added a variable named "song":
>>
>> song = \lyricmode { Song to be re- ad. }
>>
>> But I can't find a suitable way to associate this lyrics to the upperA
>> melody (and if possible above the staff).
>>
>> Can anybody give me a hint?
>>
>> TIA,
>> Alberto
>>
>> -- 
>> Alberto Simões - Departamento de Informática - Universidade do Minho
>>                  Campus de Gualtar - 4710-057 Braga - Portugal
>>
>>
>> _______________________________________________
>> lilypond-user mailing list
>> address@hidden
>> http://lists.gnu.org/mailman/listinfo/lilypond-user
> 

-- 
Alberto Simões - Departamento de Informática - Universidade do Minho
                 Campus de Gualtar - 4710-057 Braga - Portugal




reply via email to

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