lilypond-user
[Top][All Lists]
Advanced

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

piano staves and lyrics


From: Gerard McConnell
Subject: piano staves and lyrics
Date: Sat, 18 Sep 2010 12:43:58 +0100

Hello,
I've included a minimal example below; why doesn't it work and how do I correct it?
(It works fine without the alto and tenor parts.)
Many thanks yet again,
Gerard

\version "2.12.2"

\score {
   \new PianoStaff {
      <<
      \new Staff {
       <<
       \new Voice="soprano" { \voiceOne
        \time 2/2
        \key d \major
        \relative c' {   fis2 e    }
        }
       \new Voice="alto" { \voiceTwo
        \relative c' {  d2 d4( cis)  }
       }
     >>     
      }
    
   \addlyrics { please help }
% \lyricsto soprano { please help } also fails
    
  \new Staff {
       \clef bass
       <<
       \new Voice="tenor" { \voiceOne
        \time 2/2
        \key d \major
        \relative c' {  a2 g  }
       }
       \new Voice="bass" { \voiceTwo
        \relative c {  d2 ais  }
       }
             >>
      }
      >>
   }
}


reply via email to

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