lilypond-user
[Top][All Lists]
Advanced

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

Need a link to answer how to set up percussion staves properly


From: soundand
Subject: Need a link to answer how to set up percussion staves properly
Date: Sun, 23 Jul 2006 08:20:26 -0700 (PDT)
User-agent: SquirrelMail/1.4.6 [CVS]

Running this on winxp-pro

Below you will find the file - so far.  What I keep on getting is errors
about the percussion staffs but I can't find in the manual-pdf how to set
up the score properly.  Please direct me to the link so I can correct
whatever errors I'm having.
Thanks
Jay

\version "2.8.4"
\header {
  title = "Wax"
  composer = "Jay Hamilton"

  copyright = "CC lic.#2.5 some rights reserved Jay Hamilton 2006"

}
global = {
#(set-global-staff-size 19)
 \key f \major
\time 4/4
\override Staff.TimeSignature #'style = #'() }
Flute = \relative c' {
\set Staff.instrument = #"Flute"
\set Staff.midiInstrument = "Flute"
\clef treble

r1
}

Clarinet = \relative c' {
\set Staff.instrument = #"Clarinet in C"
\set Staff.midiInstrument = "Clarinet"
\clef treble
r1

}

Alto  = \relative c' {
\set Staff.instrument = #"Alto Sax"
\set Staff.midiInstrument = "Alto Sax"
\clef treble
r1

}

Trumpet = \relative c {
\set Staff.instrument = #"Trumpet in C"
\set Staff.midiInstrument = "Trumpet"
\clef treble
r1
}


\new RhythmicStaff
woodblock = \relative c {
\set Staff.instrument = #"Woodblock"
\set Staff.midiInstrument = "woodblock"
\override Staff.StaffSymbol #'line-count = 1
r1
}

\new RhythmicStaff
 Ride = \relative c {
\set Staff.instrument = #"Ride Cymbal"
\set Staff.midiInstrument = "Ride"
\override Staff.StaffSymbol #'line-count = 1
r1
}
\new RhythmicStaff
 tom = \relative c {
\set Staff.instrument = #"Floor Tom"
\set Staff.midiInstrument = "Melodic Tom"
\override Staff.StaffSymbol #'line-count = 1
r1
}
\new RhythmicStaff
bass = \relative c {
\set Staff.instrument = #"Bass Drum"
\set Staff.midiInstrument = "bass drum"
\override Staff.StaffSymbol #'line-count = 1

}


Violin = \relative c {
        \set Staff.instrument = #"Violin"
        \set Staff.midiInstrument = "violin"
        \clef treble

}

Viola = \relative c' {
\set Staff.instrument = #"Viola"
\set Staff.midiInstrument = "viola"
\clef alto
r1
}


Cello = \relative c {
\set Staff.instrument = #"Cello"
\set Staff.midiInstrument = "Cello"
\clef bass
r1
}

Contrabass = \relative c {
\set Staff.instrument = #"Contrabass"
\set Staff.midiInstrument = "contrabass"
\clef "F_8"
r1

}
\score {
<<
\context StaffGroup = A <<
        \new Staff \Flute
        \new Staff \Clarinet
        \new Staff \Alto
        \new Staff \Trumpet
        >>

\context StaffGroup = B
        <<
        \new RhythmicStaff
        \new RhythmicStaff
        \new RhythmicStaff
        \new RhythmicStaff
        >>
\context StaffGroup = C
        <<
        \new Staff \Violin
        \new Staff \Viola
        \new Staff \Cello
        \new Staff \Contrabass
        >>
        >>
        \layout { }
\midi {\tempo 4=112 }
}





reply via email to

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