lilypond-user
[Top][All Lists]
Advanced

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

Re: Confused about output


From: Shane Brandes
Subject: Re: Confused about output
Date: Wed, 25 Nov 2015 17:36:10 -0500

Thanks Malte,

That saves me from having to restructure the piece.

Shane

On Wed, Nov 25, 2015 at 2:10 AM, Malte Meyn <address@hidden> wrote:
>
>
> Am 25.11.2015 um 02:19 schrieb Shane Brandes:
>>
>> After fiddling with this for hours i cannot figure out why the added
>> lyrics e and i drop below the bass as opposed to the voices they ought
>> to be associated with which is here "melody" and "mel" that live on
>> the soprano staff. What am I missing?
>
>
> You can use alignBelowContext. I must admit I didn’t really overlook your
> code structure so I didn’t use any variables. But it should be possible with
> your code structure too.
>
> \version "2.18.2"
>
> \score {
>   <<
>     \new Staff \with {
>       instrumentName = "Soprano"
>     } \new Voice = "soprano_v1" {
>       a2
>       <<
>         c'
>         \new Voice {
>           \voiceTwo a
>         }
>         \new Lyrics \with {
>           alignBelowContext = "soprano_l1"
>         } \lyricmode {
>           i
>         }
>       >>
>     }
>     \new Lyrics = "soprano_l1" \lyricsto "soprano_v1" {
>       a e
>     }
>     \new Staff \with {
>       instrumentName = "Bass"
>     } \relative {
>       \clef bass
>       f e
>     }
>     \addlyrics {
>       o u
>     }
>   >>
> }
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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