This is the smallest reproduction I could manage. Note that this does
not include any of the parameter changes I listed in the original
mail. This is, for the most part, strictly basic engraving.
Also, there is a higher level .ly that calls this block, but it is
basically \include { ... }; all the substance is here.
Also also, rather not sure what the 'solo-one-event' error in the
console alludes to. Not the primary point of this e-mail thread, but
whilst we're here...
Will
---
\simultaneous {
\new Staff <<
\set Staff.instrumentName = \markup { \hcenter-in #10 "Part
A.B." }
\set Staff.shortInstrumentName = \markup { \hcenter-in #4 A.B. }
\partcombine
\relative f { \PartA }
\relative bflat { \PartB }
>>
}
\layout {
\context { \RemoveEmptyStaffContext }
\context { \GrandStaff \consists "Instrument_name_engraver" }
}
\midi { \tempo 8 = 158 }
\header {
breakbefore = ##t
title = "Example .ly"
}
---
%%%% PART A %%%%
PartA = {
\clef "bass"
\key bflat \major
\time 6/8
\partial 8*1 f8\p
bflat8.[( a16 bflat8]) c4( d8)
eflat[( c f\fz]) eflat[( d-.]) f\fz
a,[( f-.]) f'\fz bflat,[( f-.]) f'\fz
c16.[( f,32]) eflat'8[( d]) c-. r r
R1*6/8*3
r4 r8 r4 f,8
bflat8.[( a16 bflat8]) c r r
r4 r8 r4 f8
f\fz[( a,) a-.] bflat[( d]) r
R1*6/8*4
r4 r8 r4 bflat8
eflat8.\fz[( d16 c8]) c[( d eflat])
\appoggiatura { d16[ eflat] } f4\fz( d8 bflat-.) r r
R1*6/8*13
R1*6/8^\fermataMarkup
R1*6/8^\fermataMarkup
R1*6/8*2
bflat,8-.\f[ a-. c-.] f-.[ a-. c-.]
f4.( eflat!\p
dflat) c8[ a f]
bflat4 r8 r4 r8
R1*6/8
dflat2.\f~
dflat8[ bflat g] eflat r r
aflat4.\p( f'
dflat eflat)
aflat,4 r8 r4 r8
R1*6/8*4
f16\f[ f f f f f] eflat'[ eflat eflat eflat d d]
c[ c c c a a] f8 r\fermata f\p
bflat8.\trill[( a16 bflat8]) c4( d8)
eflat[( c f\fz]) eflat[( d]) r
R1*6/8*5
r4 r8 r4 f8
f\fz[( a,-.) a-.] bflat[( d]) r
R1*6/8*4
r4 r8 r4 bflat8
eflat8.\fz[( d16 c8]) c[( d eflat])
\appoggiatura { g16[ a] } f4\fz( d8 bflat4) r8
R1*6/8*9
r4 bflat8\p eflat8.[( d16 c8])
c[( d eflat]) \appoggiatura { d16[ eflat] } f4( d8
bflat8) r bflat eflat8.[( d16 c8])
c8[( d eflat]) f4.~
f16[( eflat g d eflat c]) d8.[( eflat16 c8])
bflat4 r8 r4 r8
R1*6/8
r4 r8 r4\fermata r8
R1*6/8
R1*6/8^\fermataMarkup
bflat,8\f[ d f] bflat[ d,] f16[ bflat]
d-.[ bflat( a bflat) f-. d-.] bflat8[ bflat' bflat]
bflat[ bflat, bflat] bflat r r
}
---
%%%% PART B %%%%
PartB = {
\clef "bass"
\key bflat \major
\time 6/8
\partial 8*1 r8
R1*6/8*15
r4 r8 r4 bflat8
eflat8.\fz[( d16 c8]) c[( d eflat])
\appoggiatura { d16[ eflat] } f4\fz( d8 bflat-.) r r
R1*6/8*13
R1*6/8^\fermataMarkup
R1*6/8^\fermataMarkup
R1*6/8*2
bflat,8-.\f[ a-. c-.] f-.[ a-. c-.]
f4.( eflat!\p
dflat) c8[ a f]
bflat4 r8 r4 r8
R1*6/8
dflat2.\f~
dflat8[ bflat g] eflat r r
R1*6/8*7
f16\f[ f f f f f] eflat'[ eflat eflat eflat d d]
c[ c c c a a] f8 r\fermata r8
R1*6/8*13
r4 r8 r4 bflat8
eflat8.\fz[( d16 c8]) c[( d eflat])
\appoggiatura { g16[ a] } f4\fz( d8 bflat4) r8
R1*6/8*16
r4 r8 r4\fermata r8
R1*6/8
R1*6/8^\fermataMarkup
bflat,8\f[ d f] bflat[ d,] f16[ bflat]
d-.[ bflat( a bflat) f-. d-.] bflat8[ bflat' bflat]
bflat[ bflat, bflat] bflat r r
}
----
CONSOLE:
Processing `/Users/spamguy/projects/x/x.ly'
Parsing...
Interpreting music...
warning: can't find or create `Timing' called `'
warning: can't find or create `Timing' called `'
Interpreting music...
warning: can't find or create `Timing' called `'
warning: can't find or create `Timing' called `'
Interpreting music...
programming error: Not a music type
continuing, cross fingers
warning: Unknown event class solo-one-event[8][16][24][32][40]
programming error: Not a music type
continuing, cross fingers
warning: Unknown event class solo-one-event[48]
programming error: Not a music type
continuing, cross fingers
warning: Unknown event class solo-one-event[56][64][72]
programming error: Not a music type
continuing, cross fingers
warning: Unknown event class solo-one-event[80][88][90]
Preprocessing graphical objects...
Interpreting music...
programming error: Not a music type
continuing, cross fingers
warning: Unknown event class solo-one-event
programming error: Not a music type
continuing, cross fingers
warning: Unknown event class solo-one-event
programming error: Not a music type
continuing, cross fingers
warning: Unknown event class solo-one-event
programming error: Not a music type
continuing, cross fingers
warning: Unknown event class solo-one-event
MIDI output to `creation.midi'...
Track...
Calculating line breaks... [3][6][9][12][15][18][21][24][27][30][33]
[36][39][42][45][48][51][54][57][60][63][66][69][72][75][78][81][84]
[87][90][91]
Drawing systems...
Calculating page breaks...
Layout output to `creation.ps'...
Converting to `creation.pdf'...
---
On Aug 24, 2006, at 3:46 AM, Han-Wen Nienhuys wrote:
Will Oram wrote:
I figured now was the time to jump from 2.8.5 to 2.9.x. The
transition has been mostly smooth. One message, though, floods the
console:
warning: can't find or create `Timing' called `'
need .ly
--
Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen
LilyPond Software Design
-- Code for Music Notation
http://www.lilypond-design.com
I explore the moon
for wild monkeys
but find only squirrels
----------------------------------------------------------
_ | WILL ORAM
ASCII ribbon campaign ( ) | spamguy (at) foxchange . com
- against HTML email X | wro1 (at) cwru . edu
& vCards / \ |
| AIM spamguy21
----------------------------------------------------------
(ABOVE: Magnetic poetry #7)
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user