lilypond-user
[Top][All Lists]
Advanced

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

Orchestral score, can't find error


From: info
Subject: Orchestral score, can't find error
Date: Sat, 06 Oct 2012 12:27:01 -0600
User-agent: Roundcube Webmail/0.7.2

Hello-

I 'think' I copied the info out of the 2.16 manual for the score below but both my editor and Frescobaldi won't compile it and both say they can't find errors.

It looks weird  to me but that's because I am not used to the 'new' format for this but what's missing.  If there are some >>'s missing it''s because Fresco indicated they were wrong, however then it looks really wrong to me.

I.E. shouldn't there be >> at the end of each staffGroup?  but when they were included they showed up as errors.

Also the entire layout section was shown to be error.  even just

\layout { } 

Hope it's something simple.

Jay

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

#(ly:set-option 'delete-intermediate-files #t)
#(set-default-paper-size "letter" 'landscape)
#(set-global-staff-size 12)
\paper
{
indent = 30
short-indent = 15
right-margin = 30
top-margin = 15
bottom-margin = 15
}
enghrnMusic = \relative c' {
\key c \major
b4 }

clarinetMusic =
\relative c' {
\key c \major
b4 }
bassoonMusic =
\relative c {
\clef bass
\key c \major
b4
}
trumpetMusic = \relative c {
\key c \major
b4 }
hornMusic =
\relative c { \key c \major
b4 }
tromboneMusic = \relative c {
\clef bass
\key c \major
b4 }
timpaniMusic = \relative c {
\clef bass
\key c \major
b4}
percussionMusic = \relative c {
\key c \major
b4 }
violinMusic = \relative c' {
\key c \major
b4 }

violaMusic = \relative c { \clef treble
\key c \major
b4 }
celloMusic = \relative c {
\clef bass
\key c \major
b4 }
bassMusic = \relative c {
\clef "bass_8"
\key c \major
b4 }
\score {
<<
\new StaffGroup = "StaffGroup_woodwinds" <<
\new Staff = "Staff_EH" {
\set Staff.instrumentName = #"English Horn"
\set Staff.shortInstrumentName = #"EH "
\override Staff.TimeSignature #' style = #' ()
\override Score.BarNumber #'break-visibility = #end-of-line-invisible
\enghrnMusic
}
\new Staff = "Staff_clarinet" {
\set Staff.instrumentName = #"Clarinet"
\set Staff.shortInstrumentName = #"Clr "
\override Staff.TimeSignature #' style = #' ()
\override Score.BarNumber #'break-visibility = #end-of-line-invisible
\clarinetMusic
}
\new Staff = "Staff_Bassoon"{
\set Staff.instrumentName = #"Bassoon"
\set Staff.shortInstrumentName = #"Bsn "
\override Staff.TimeSignature #' style = #' ()
\override Score.BarNumber #'break-visibility = #end-of-line-invisible
\bassoonMusic

\new StaffGroup = "StaffGroup_brass" <<
\new Staff = "Staff_trumpet" {
\set Staff.instrumentName = #"trumpet"
\set Staff.shortInstrumentName = #"trpt "
\override Staff.TimeSignature #' style = #' ()
\override Score.BarNumber #'break-visibility = #end-of-line-invisible
\trumpetMusic
}
\new Staff = "Staff_Horn" {
\set Staff.instrumentName = #"Horn"
\set Staff.shortInstrumentName = #"Hrn "
\override Staff.TimeSignature #' style = #' ()
\override Score.BarNumber #'break-visibility = #end-of-line-invisible
\hornMusic
}
\new Staff = "Staff_Trombone" {
\set Staff.instrumentName = #"Trombone"
\set Staff.shortInstrumentName = #"Tbn "
\override Staff.TimeSignature #' style = #' ()
\override Score.BarNumber #'break-visibility = #end-of-line-invisible
\tromboneMusic

\new Staff = "Staff_Timpani"{
\set Staff.instrumentName = #"Timpani"
\set Staff.shortInstrumentName = #"Timp "
\override Staff.TimeSignature #' style = #' ()
\override Score.BarNumber #'break-visibility = #end-of-line-invisible
\timpaniMusic
}
\new RhythmicStaff = "RhythmicStaff_percussion" <<
\set RhythmicStaff.instrumentName = #"Percussion"
\percussionMusic
>>
\new StaffGroup = "StaffGroup_strings" <<
\new Staff = "Staff_violin" {
\set Staff.instrumentName = #"Violin"
\set Staff.shortInstrumentName = #"Vln "
\override Staff.TimeSignature #' style = #' ()
\override Score.BarNumber #'break-visibility = #end-of-line-invisible
\violinMusic
}
\new Staff = "Staff_viola" {
\set Staff.instrumentName = #"Viola"
\set Staff.shortInstrumentName = #"Vla "
\override Staff.TimeSignature #' style = #' ()
\override Score.BarNumber #'break-visibility = #end-of-line-invisible
\violaMusic
}
\new Staff = "Staff_cello" {
\set Staff.instrumentName = #"V'Cello"
\set Staff.shortInstrumentName = #"Cel "
\override Staff.TimeSignature #' style = #' ()
\override Score.BarNumber #'break-visibility = #end-of-line-invisible
\celloMusic
}
\new Staff = "Staff_bass" {
\set Staff.instrumentName = #"ContraBass"
\set Staff.shortInstrumentName = #"C'Bass "
\override Staff.TimeSignature #' style = #' ()
\override Score.BarNumber #'break-visibility = #end-of-line-invisible
\bassMusic

}


%\layout {\Staff
% these lines prevent empty staves from being printed
%\RemoveEmptyStaves
%\override VerticalAxisGroup #'remove-first = ##t
%}
%\midi { }
%} 

 

reply via email to

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