lilypond-user
[Top][All Lists]
Advanced

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

vocal score problem(s)


From: Jay Hamilton
Subject: vocal score problem(s)
Date: Tue, 28 Aug 2007 08:38:50 -0700

I'm trying to find my mistake here, the error message keeps on saying no music 
found.
If I don't add lyrics everything can be fine.
I tried to copy the formate of 3.1 in the manual and adjust it to my needs.
So I'm asuming that I have made an error somewhere in there. 




\version "2.10.25"
\header {
  title = "Tunnel Piece"
  composer = "Jay Hamilton"
    copyright = \markup { \tiny \override #'(baseline-skip . 0.5)
\center-align
        {  "CC lic 2.5 some rights reserved Jay Hamilton 1989"
    "see http://creativecommons.org/licenses/by-nd/2.5/";
               } }
}

fluteMusic =
\relative c'' {
\set Staff.instrumentName = "Singer I"
\set Staff.shortInstrumentName = "I."
\set Staff.midiInstrument = "flute"
\time 9/4
\tempo 4 = 75
\key f \major
#(set-global-staff-size 19)
\override Staff.TimeSignature #' style = #' ()
g4 r g r g r g g r
\bar "|."
}
fluteLyrics = \lyricmode  {bum bum bum bum bump} 

 
reedMusic =
\relative c'' {
\set Staff.instrumentName = "Singer II"
\set Staff.shortInstrumentName = "II."
\set Staff.midiInstrument = "clarinet"
\override Staff.TimeSignature #' style = #' () 
g4 r g r g r g g r
}
reedlyrics = \lyricmode  {bum bum bum bum bump}

 
marimbaMusic =
\relative c'' {
\set Staff.instrumentName = "Singer III"
\set Staff.shortInstrumentName = "III."
\set Staff.midiInstrument = "Alto Sax"
\override Staff.TimeSignature #' style = #' ()
g4 r g r g r g g r
}
marimbaLyrics = \lyricmode  {bum bum bum bum bump}

  
violinoneMusic =
\relative c''{
\set Staff.instrumentName = "Singer IV"
\set Staff.shortInstrumentName = "IV."
\set Staff.midiInstrument = "oboe"
\override Staff.TimeSignature #' style = #' ()
g r g r g r g g r
}
violinoneLyrics = \lyricmode  {bum bum bum bum bump}

 
violintwoMusic =
\relative c'{
\set Staff.instrumentName = "Singer V"
\set Staff.shortInstrumentName = "V"
\set Staff.midiInstrument = "Cello"
\clef bass
\override Staff.TimeSignature #' style = #' ()
g r g r g r g g r
}
violintwoLyrics = \lyricmode {bum bum bum bum bump}


\score {<<
<<
\new Staff = "flute" {fluteMusic} 
\new Lyrics \lyricsto "flute" \fluteLyrics
>> 
<< 
\new Staff = "reed" {reedMusic}
\new Lyrics \lyricsto "reed" \reedLyrics
>>
<<
\new Staff = "marimba" {marimbaMusic}
\new Lyrics \lyricsto "marimba" \marimbaLyrics
>>
<<
\new Staff = "violinone" {violinoneMusic}
\new Lyrics \lyricsto "violinone" \violinoneLyrics
>>
<<
\new Staff = "violintwo" {violintwoMusic}
\new Lyrics \lyricsto "violintwo" \violintwoLyrics
>>
>>
\layout { }
\midi { }
}



Yours-
Jay

Jay Hamilton
www.soundand.com
206-328-7694




reply via email to

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