Graham Percival wrote: > Anybody volunteers? For, say, making an orchestra example? I > can't believe that nobody is capable of writing 3-4 bars of > orchestra or opera music.
Previous attempt at replying to this seems to have got lost in the ether, so I'm replying just with the .ly source attached. I've knocked up a rough draft of the first page of the Grande Ouverture from Berlioz' 'Benvenuto Cellini'. It still needs some tweaks but this should give the idea. Will this work for the site? Best wishes, -- Joe
\version "2.12" \include "english.ly" \header { title = \markup { "GRANDE OUVERTURE" } subtitle = \markup { de \italic { "Benvenuto Cellini" } } composer = "Hector Berlioz" tagline = "" } #(set-global-staff-size 11) FlautoI = \new Staff = "Flauto I" { \set Staff.instrumentName = "Flauto I." \time 2/2 \key g \major \relative c''' { g2\f\< \times 2/3 { b8(\! as b) } g4(\< | \times 2/3 { d'8\! cs d) } b2(\< e4)\! | d4.( e16 d c4.) b8 | a4-^ g-^ r2 | a4.( b16 a gs4) a | \times 2/3 { c8(\> b c)\! } cs2 \times 2/3 { d8(\> cs d)\! } } } FlautoII = \new Staff = "Flauto II" { \set Staff.instrumentName = \markup { \center-column { "Flauto II." \small { "(= Flauto piccolo.)" } } } \time 2/2 \key g \major \transposition c'' \relative c''' { g2\f\<^\markup { "Fl.picc." } \times 2/3 { b8(\! as b) } g4(\< | \times 2/3 { d'8\! cs d) } b2(\< e4)\! | d4.( e16 d c4.) b8 | a4-^ g-^ r2 | a4.( b16 a gs4) a | \times 2/3 { c8(\> b c)\! } cs2 \times 2/3 { d8(\> cs d)\! } | } } Oboi = \new Staff = "Oboi" { \set Staff.instrumentName = \markup { \center-column { "2 Oboi." } } \time 2/2 \key g \major \relative c''' { << { g2^\< \times 2/3 { b8(\! as b) } g4(^\< | \times 2/3 { d'8[\! cs d]) } } \\ { b,2\f d4 b | g' } >> <d b'>2( <g e'>4) | <b d>4.( <c e>16 <b d> <a c>4.) <fs b>8 | <ds a'>4-^ <e g>-^ r2 | <fs a>4.( <g b>16 <fs a> <es gs>4) <fs a> | << { \times 2/3 { c'8(\> b c)\! } cs2 \times 2/3 { d8( cs d) } } \\ { a4 g2 fs4 } >> | } } Clarinetti = \new Staff = "Clarinetti" { \set Staff.instrumentName = \markup{ \center-column { \line { 2 Clarinetti in C \italic{(Ut).} } \line { \small { Clar.I. = Clar. basso.) } } } } \time 2/2 \key g \major \relative c'' { <b d>2\f\< <b d>4\! <b d>\< | <b d>4\! <b d>2(\< <c g'>4)\! | <b g'>2 <a fs'>4. <b ds>8 | <b ds>4-^ <b e>-^ r2 | <a d>2 <b d>4 <a d> | << { \oneVoice <c e>4 <a e'>2\! <a fs'>4 } \\ { \times 2/3 { s8\> s s\! } s2 \times 2/3 { s8\> s s\! } } >> | } } CornoI = \new Staff = "Corno I" { \set Staff.instrumentName = \markup { Corno I in G \italic{(Sol).} } \time 2/2 \transposition g \relative c' { c2\f r4 c | r4 c2 c'4 | c,2 d'4 r | d4-^ c-^ r2 | d2 e4 d | d4 d2 d4 | } } CornoII = \new Staff = "Corno II" { \set Staff.instrumentName = \markup { Corno II in E \italic{(Mi).} } \time 2/2 \transposition e \relative c'' { g2\f r4 g | r4 g2 c4 | g2 d'4 r | g,4^^ c,^^ r2 | d'2 e4 d | c4 ef2 d4 | } } CorniIIIeIV = \new Staff = "Corni III e IV" { \set Staff.instrumentName = \markup { Corni III e IV in D \italic{(Ré).} } \time 2/2 \transposition d \relative c'' { c2\f^\markup { a 2. } r4 c | r4 c2 bf4 | c2 bf4 r | <a e'>4-^ <a d>-^ r2 | <c, c'>2 <c c'>4 <c c'> | <g bf'>4 <g d''>2 <c c'>4 | } } Fagotti = \new Staff = "Fagotti" { \set Staff.instrumentName = \markup { \center-column { "4 (ossia 2) Fagotti." } } \clef bass \time 2/2 \key g \major \relative c' { <g b>2\f\<^\markup{ (a 4.) } <g, d'>4\! <g' b>4\< | <g, d'>4\! <g' d'>2\< <c, c'>4\! | <g' b>2 <a c>4. <b fs'>8 | <b fs'>4-^ <e, g'>-^ r2 | <d fs'>2 <d d'>4 <d d'>4 | << { \oneVoice <a e''>4 <a e''>2 <d d'>4 } \\ { \times 2/3 { s8\> s s\! } s2 \times 2/3 { s8\> s s\! } } >> } } TrombaI = \new Staff = "Tromba I" { \set Staff.instrumentName = \markup { Tromba I in G \italic{(Sol).} } \time 2/2 \transposition g' \relative c' { c2\f r4 c | r4 c2 c4 | c2 r4 r8 e | e4^^ e^^ r2 | g2 g4 g | r4 c2 g4 | } } TrombaII = \new Staff = "Tromba II" { \set Staff.instrumentName = \markup { Tromba II in E \italic{(Mi).} } \time 2/2 \transposition e' \relative c'' { g2\f r4 g | r4 g2 c4 | g2 d'4. g,8 | g4^^ c,^^ r2 | d'2 g,4 d' | c4 c2 d4 | } } TrombaIII = \new Staff = "Tromba III" { \set Staff.instrumentName = \markup { Tromba III in G \italic{(Sol).} } \time 2/2 R1*6 } TrombaIV = \new Staff = "Tromba IV" { \set Staff.instrumentName = \markup { Tromba IV in D \italic{(Ré).} } \time 2/2 R1*6 } Cornetti = \new Staff = "Cornetti" { \set Staff.instrumentName = \markup { \center-column { \line { 2 Cornetti in A \italic{(La).} } \line { \small { (Cornets à pistons.) } } } } \time 2/2 \transposition a \key bf \major \relative c'' { <bf f'>2\f r4 <bf f'> | r4 <bf f'>2 <ef g>4 | <bf f'>2 <c ef>4. <a d>8 | <a c>4-^ <g bf>^^ r2 | <f c'>2 <f b>4 <f c'> | <c ef'>4 <c e'>2 <f f'>4 | } } TromboniIeII = \new Staff = "Tromboni I e II" { \set Staff.instrumentName = \markup { \center-column { "Tromboni I e II." } } \clef tenor \time 2/2 \key g \major \relative c' { <b d>2\f r4 <b d> | r4 <b d>2 <c e>4 | <b d>2 <c a'>4 r | <b fs'>4-^ <b g'>4-^ r2 | <a d>2 <gs d'>4 <a d> | <c e>4 <cs e>2 << { d4 } \\ { d4 } >> | } } TromboneIII = \new Staff = "Trombone III" { \set Staff.instrumentName = \markup { \center-column { "Trombone III." } } \clef bass \time 2/2 \key g \major \relative c' { g2\f r4 g | r4 g2 g4 | g2 fs4 r | ds4^^ e^^ r2 | fs2 es4 fs | a4 a2 a4 | } } Tuba = \new Staff = "Tuba" { \set Staff.instrumentName = \markup { \center-column { "Tuba" } } \clef bass \time 2/2 \key g \major \relative c { g2\f r4 g' | r4 g,2 c4 | g2 a4 r4 | b4^^ e,^^ r2 | d2 d4 d' | a4 a2 d4 | } } TimpaniIeII = \new Staff = "Timpani I e II" { \set Staff.instrumentName = \markup { \center-column { \line { Timpani } \line { In D \italic{(Ré)} G \italic{(Sol).} } } } \clef bass \time 2/2 \relative c { << { d2^\markup{ I.e II. } } \\ { g,2\f } >> r4 << { d'4 } \\ { g,4 } \\ >> | r4 << { d'2 r4 | d2 } \\ { g,2 g4 | g2 } >> r2 | << { R1 | d'2 d4 d4 | R1 } \\ { r4 g,^^ r2 | R1 | r4 g2 r4 } >> | } } TimpanoIII = \new Staff = "Timpano III" { \set Staff.instrumentName = \markup { Timpano in H \italic{(Si).} } \clef bass \time 2/2 \relative c { b2\f^\markup{III.} r4 b | r4 b2 r4 | b2 r4 r8 b | b4^^ b^^ r2 | R1 | R1 | } } Triangolo = \new RhythmicStaff = "Triangolo" { \set Staff.instrumentName = \markup { \center-column { "Triangolo." } } \time 2/2 R1*6 } Cinelli = \new RhythmicStaff = "Cinelli" { \set Staff.instrumentName = \markup { \center-column { "Cinelli." } } \time 2/2 R1*6 } GranTamburo = \new RhythmicStaff = "Gran Tamburo" { \set Staff.instrumentName = \markup { \center-column { "Gran Tamburo." } } \time 2/2 R1*6 } ViolinoI = \new Staff = "Violino I" { \set Staff.instrumentName = \markup { \center-column { "Violino I." } } \time 2/2 \key g \major \relative c'' { <b g'>2\f\< \times 2/3 { b'8(\! as b) } g4(\< | \times 2/3 { d'8\! cs d) } b2(\< e4)\! | d4.( e16 d) c4. b8 | a4-^ g-^ r2 | a4.( b16 a gs4) a | \times 2/3 { c8(\> b c)\! } cs2 \times 2/3 { d8(\> cs d)\! } | } } ViolinoII = \new Staff = "Violino II" { \set Staff.instrumentName = \markup { \center-column { "Violino II." } } \time 2/2 \key g \major \relative c'' { <g b>2\f d4 <g b> | d4 <g b>2 <c g'>4 | <b g'>2 <c fs>4. ds8 | <ds fs>4^^ <b e>^^ r2 | <a fs'>4.( g'16 fs es4) fs | a4 <a, g'>2 <a fs'>4 | } } Viola = \new Staff = "Viola" { \set Staff.instrumentName = \markup { \center-column { "Viola." } } \clef alto \time 2/2 \key g \major \relative c' { <b d>2\f b4 <b d> | b4 <b d>2 <e c'>4 | <d b'>4.( c'16 b) a4. fs8 | <b, fs'>4^^ <b g'>^^ r2 | <d a'>2 <d b'>8( d') d d | e4 e2 d4 | } } VioloncelloContrabasso = \new Staff = "Violoncello e Contrabasso" { \set Staff.instrumentName = \markup { \center-column { \line { Violoncello e } \line { Contrabasso. } } } \clef bass \time 2/2 \key g \major \relative c' { g2\f g,4 g' | g,4 g'2 c,4 | g'2 a4. b8 | b4^^ e,^^ r2 | d2 d4 d | a4 a2 d4 | } } \score { { \tempo "Allegro deciso con impeto." 2 = 112 \new StaffGroup \with { \override Hairpin #'to-barline = ##f } << \new GrandStaff << \FlautoI \FlautoII >> \Oboi \Clarinetti \new GrandStaff << \CornoI \CornoII \CorniIIIeIV >> \Fagotti \new GrandStaff << \TrombaI \TrombaII \TrombaIII \TrombaIV >> \Cornetti \new GrandStaff << \TromboniIeII \TromboneIII >> \Tuba \new GrandStaff << \TimpaniIeII \TimpanoIII >> \Triangolo \Cinelli \GranTamburo \new GrandStaff << \ViolinoI \ViolinoII >> \Viola \VioloncelloContrabasso >> } \layout{ indent = 2.6\cm } \midi{} }
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user