lilypond-user
[Top][All Lists]
Advanced

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

Re: piano staves and lyrics


From: Phil Holmes
Subject: Re: piano staves and lyrics
Date: Sun, 19 Sep 2010 15:17:54 +0100

Check your inbox for the answer to this question you were sent yesterday.

--
Phil Holmes
 
 
----- Original Message -----
Sent: Saturday, September 18, 2010 12:41 PM
Subject: piano staves and lyrics

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  }
       }
             >>
      }
      >>
   }
}


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

reply via email to

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