lilypond-devel
[Top][All Lists]
Advanced

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

Re: Regression Tests: lyric-combine-polyphonic.ly


From: Eduardo Vieira
Subject: Re: Regression Tests: lyric-combine-polyphonic.ly
Date: Wed, 26 Apr 2006 08:53:39 -0300

----- Original Message ----- 
From: "Graham Percival" <address@hidden> 
To: "Eduardo Vieira" <address@hidden> 
Cc: <address@hidden> 
Sent: Wednesday, April 26, 2006 8:06 AM 
Subject: Re: Regression Tests: lyric-combine-polyphonic.ly 


> Thanks!  I think the lyrics are supposed to be placed above the music, 
> though, which is why the \lyricsto appeared above it.  I certainly 
> agree that it's not working right now, though... could you change this 
> example so it works with the "one" lyrics appearing above the staff? 
> 
> Cheers, 
> - Graham 
> 

Here is the example. I'm not good at indentations, though. 

% **************************************************************** 
% ly snippet: 
% **************************************************************** 

\version "2.8.0" 
\header { 

  texidoc ="Polyphonic rhythms and rests do not disturb 
@code{\lyricsto}." 

} 

\layout { ragged-right = ##t} 

{ \new ChoirStaff << 
  \context Lyrics = sop { s1 } 
  \new Staff { 
  \clef violin 
  \time 8/8 
  \key des \major 

 << 
    \new Voice = "one" { 
      \voiceOne 
      bes'4 bes'4 
      bes'4 bes'4 
    } 
 \lyricsto "one"  \context Lyrics = sop { 
      Do mi nus ex 
    } 
    \new Voice = "two" { 
      \voiceTwo 
      ees'8 r8 r8 r8 ees' r8 r8 r8 
    } 
    \lyricsto "two"  \new Lyrics  { 
      Do na 
    } 
    >> 
  } 
>> 

} 




% **************************************************************** 
% end ly snippet 
% **************************************************************** 



reply via email to

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