bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 760 in lilypond: Feature request: polyphony shortcut could be


From: Valentin Villenave
Subject: Re: Issue 760 in lilypond: Feature request: polyphony shortcut could be better
Date: Fri, 6 Mar 2009 13:54:17 +0100

2009/3/6 James E. Bailey <address@hidden>:

> \version "2.12.2"
> musOne = \context Voice = upperOne \relative f' { f4 <<{g a}\\{e d}>>f }
> musTwo = \context Voice = upperTwo \relative f' { f4 <<{\voiceOne g
> a}\context Voice = lowerTwo {\voiceTwo e d}>>\oneVoice f }
> lyr = \lyricmode { This text splits here. }
>
> \score {
>        <<
>                \new Staff \musOne
>                \new Lyrics \lyricsto upperOne \lyr
>        >>
> }
> \score {
>        <<
>                \new Staff \musTwo
>                \new Lyrics \lyricsto upperTwo \lyr
>        >>
> }
>

I'm not sure how such an example could be handled automatically, since
you're using manual Voice naming for your \lyricsto instructions.

I should try again and search for Mats' example I mentioned.

Regards,
Valentin




reply via email to

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