denemo-devel
[Top][All Lists]
Advanced

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

[Denemo-devel] Anyone with LilyPond version 2.14 please help.


From: Richard Shann
Subject: [Denemo-devel] Anyone with LilyPond version 2.14 please help.
Date: Sat, 28 Apr 2012 17:52:51 +0100

Can someone who has LilyPond version 2.14 or more please try to engrave
the following - it should create two parts on one staff with the lyrics
above and below the staff.

Richard
><8-><8-><8-><8-><8-><8-><8-><8-><8-><8-><8-><8-><8-><8-><8-><8-><8-><8-><8
sopMusic = \relative c'' {
  c4 c c8[( b)] c4
}
sopWords = \lyricmode {
  hi hi hi hi
}

altoMusic = \relative c' {
  e4 f d e
}
altoWords = \lyricmode {
  ha ha ha ha
}

\score {
  <<
    \new Lyrics = soplyr
    \new Staff <<
                \new Voice = "sopranos" {
                        \voiceOne \sopMusic
               }
              \new Voice = "altos" {
                        \voiceTwo \altoMusic 
              }
              >>
    \new Lyrics = altlyr
                   
    \context Lyrics = soplyr \lyricsto "sopranos" \sopWords
    \context Lyrics = altlyr \lyricsto "altos" \altoWords
 >>
}

><8-><8-><8-><8-><8-><8-><8-><8-><8-><8-><8-><8-><8-><8-><8-><8-><8-><8-><8




reply via email to

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