lilypond-devel
[Top][All Lists]
Advanced

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

Regression Tests: lyric-combine-polyphonic.ly


From: Eduardo Vieira
Subject: Regression Tests: lyric-combine-polyphonic.ly
Date: Tue, 25 Apr 2006 08:34:28 -0300

Hello developers, 

I noticed that the example lyric-combine-polyphonic.ly doesn't display the 
lyrics: Do mi nus ex. In order to show them, the line with \lyricsto needs 
to be placed below \new Voice.... as in the example below: 

\layout { ragged-right = ##t} 

{ 
  \clef violin 
  \time 8/8 
  \key des \major 
  << 
    \new Voice = "one" { 
      \voiceOne 
      bes'4 bes'4 
      bes'4 bes'4 
    } 
 \lyricsto "one"  \new Lyrics  { 
      Do mi nus ex 
    } 
    \new Voice = "two" { 
      \voiceTwo 
      ees'8 r8 r8 r8 ees' r8 r8 r8 
    } 
    \lyricsto "two"  \new Lyrics  { 
      Do na 
    } 
  >> 
} 


Regards, 

Eduardo 



reply via email to

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