UPDATED PRICE LIST for CD Sleeves, DVD Cases, CD-Rs & DVD-Rs

2004-05-03 Thread Danny Vidal
Here is our "UPDATED PRICE LIST."

If you would like to request samples or would like a complete price
list, please let us know.  More prices are on our website  at
http://www.securedisc.com.


Black DVD Cases


Less than $0.40 Each for 25 DVD Cases
Less than $0.12 Each for 10,000 DVD Cases
* Call for larger quantities


White Paper CD Sleeves with 4" Window and Flap


Less than $0.07 Each for 50 Sleeves
Less than $0.02 Each for 10,000 Sleeves
* Call for larger quantities


- CD Foam Hubs (adhesive) - Less than $4.00 per 100
- CD-R - Less than $28.00 for 100
- DVD-R - Less than $99.95 for 100
- CD Mailers - Less than $5.00 per 100

Please feel free to call or e-mail me.  PRICES DO NOT INCLUDE
SHIPPING.

Thanks,

Danny Vidal
General Manager
SecureDisc.com, Inc.
7938 South 3500 East
Salt Lake City, Utah 84121
Phone 801-453-0238
Toll Free 1-(877)-347-2758
Fax 801-880-2544
e-mail  [EMAIL PROTECTED]
http://securedisc.com



We respect your preference to not receive further e-mail from us.  To
remove your email address from our list, please send a message to
[EMAIL PROTECTED] and it will be promptly honored.

You may also remove your email address by clicking on the link below. 
If clicking on the link does not launch your browser and load the
unsubscribe confirmation page, you will need to copy and paste the web
address below into your browser's location bar.

http://securedisc.com/[EMAIL PROTECTED]


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: Won't work on windows (XP)

2004-05-03 Thread Jan Nieuwenhuizen
Nick Harper writes:

[please keep lilypond discussions on the list]

>>Do you mind sharing the solution?  Maybe you have a suggestion for
>>improving the instructions?

> My problem was that when I simply double-clicked the file (on my
> desktop, not in my home folder in cygwin) lilypond wouldn't run (it
> did with v 1.8 or 2.0).  By running lilypond from the terminal, or by
> double-clicking a file in the home folder for cygwin, then it worked.

Can you find-out why that is?  Have you checked that your Desktop
directory does not contain spaces?

> In the instructions, if you mention that moving the .ly files from
> your desktop to your home directory, that might help.

I'd rather fix clicking from the desktop, as I think that's what most
people will try.

Thanks for your reply.
Jan.

-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien   | http://www.lilypond.org



___
lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


bar collisions and triplets

2004-05-03 Thread Steve Shorter
Howdy!

I have some triplets at the end of the bar and the "bracket/brace"
outlining the triplet collides with the barline. How can I shift the
barline or deal with this.?


d2~ times 2/3 {d4 d8~} |

bar 3 of

http://linuxsweet.com/ls.pdf


also


s1^\markup {\bold \char #95 init()}

doesn't  produce _init() as I suspect it should but something else
like 'init(). 

bar 9 of

http://linuxsweet.com/ls.pdf



Ideas?

Linypond 2.2.0 on Debian Woody

thanx - steve
 


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: Piano

2004-05-03 Thread Steve Shorter
On Sat, May 01, 2004 at 08:48:04PM +0200, Yuval Harel wrote:
> Hi,
> 
> I've just started using LilyPond, and got into some trouble trying to 
> insert dynamics to a piano piece.
> 

I have found that I can posetion dynamics and text anywhere
I want between Staffs with stuff like

 \override Hairpin #'extra-offset = #'(1.0 . 2.0)

 \override DynamicText #'extra-offset = #'(-2.0 . 0.5)

 fis_\markup {"" \raise #-3.6 \tiny \dynamic p} |

-steve



___
lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Still problems with midiInstrument

2004-05-03 Thread Stefan Krieger
Hallo Thomas,

Thank you very much for your answer. The pagenumber is now away.

But I still can't get another Instrument then the piano in the
midi-file. I already tried the /set Staff.midiInstrument = "acoustic
guitar (steel)" instruction, but nothing happens. I still hear the
piano. Maybe I am setting it at the wrong place. Can you tell me, where
the instruction has to be???

Thanks,

Stefan



___
lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: bar collisions and triplets

2004-05-03 Thread Steve Shorter
On Mon, May 03, 2004 at 10:50:33AM -0400, Steve Shorter wrote:
> Howdy!
> 
>   I have some triplets at the end of the bar and the "bracket/brace"
> outlining the triplet collides with the barline. How can I shift the
> barline or deal with this.?
> 
> 
>   d2~ times 2/3 {d4 d8~} |


Awesome! Lilypond is so UNIXie. Thats why its so good.

If I just create another voice fill it with notes
to space out the bar line so the tuple bracket falls so it doesn't
collide, then turn of printing of the notes/stems, it works perfect!

Freedom means there is more than one way. Gotta love UNIX.


:^)

-steve



___
lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


ASCII char 95 issue proved?

2004-05-03 Thread Steve Shorter
Howdy!

I have printed out using \markup the ASCII values from
90 - 97.

ASCII char 95 is clearly not displayed correctly.
Is this a Lilypond thing or something else?

see

http:/linuxsweet.com/bug/bug.pdf



one =   \context Voice=one \notes \relative c'' {
\voiceOne
\clef treble
s4^\markup {\huge {\bold \char #90 init()}}
s4^\markup {\huge {\bold \char #91 init()}}
s4^\markup {\huge {\bold \char #92 init()}}
s4
s4^\markup {\huge {\bold \char #93 init()}}
s4^\markup {\huge {\bold \char #94 init()}}
s4^\markup {\huge {\bold \char #95 init()}}
s4
s4^\markup {\huge {\bold \char #96 init()}}
s4^\markup {\huge {\bold \char #97 init()}}
}
two =   \context Voice=two \notes \relative c'' {
\voiceTwo
\clef treble
s4_\markup {\huge {\bold 90 }}
s4_\markup {\huge {\bold 91 }}
s4_\markup {\huge {\bold 92 }}
s4
s4_\markup {\huge {\bold 93 }}
s4_\markup {\huge {\bold 94 }}
s4_\markup {\huge {\bold 95 }}
s4
s4_\markup {\huge {\bold 96 }}
s4_\markup {\huge {\bold 97 }}
}

\score {
\notes \context Staff = trebleclef <<
\key d\major
\one
\two
>>
}


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: bar collisions and triplets

2004-05-03 Thread Ferenc Wagner
Steve Shorter <[EMAIL PROTECTED]> writes:

> On Mon, May 03, 2004 at 10:50:33AM -0400, Steve Shorter wrote:
>> Howdy!
>> 
>>  I have some triplets at the end of the bar and the "bracket/brace"
>> outlining the triplet collides with the barline. How can I shift the
>> barline or deal with this.?
>> 
>> 
>>  d2~ times 2/3 {d4 d8~} |
>
>   
>   Awesome! Lilypond is so UNIXie. Thats why its so good.
>
>   If I just create another voice fill it with notes
> to space out the bar line so the tuple bracket falls so it doesn't
> collide, then turn of printing of the notes/stems, it works perfect!
>
>   Freedom means there is more than one way. Gotta love UNIX.

One more way: use spaces notes (s) in that separate voice.
-- 
Feri.


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: Still problems with midiInstrument

2004-05-03 Thread Thomas Scharkowski
Try to put it into the the \notes block.

Thomas
 
> Hallo Thomas,
> 
> Thank you very much for your answer. The pagenumber is now away.
> 
> But I still can't get another Instrument then the piano in the
> midi-file. I already tried the /set Staff.midiInstrument = "acoustic
> guitar (steel)" instruction, but nothing happens. I still hear the
> piano. Maybe I am setting it at the wrong place. Can you tell me, where
> the instruction has to be???
> 
> Thanks,
> 
> Stefan
> 




___
lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


5:04:45 AM - seeking new products

2004-05-03 Thread GLOBAL TRADING NETWORK
4/29/2004 , 5:04:45 AM 


Dear Sir/Madam

We thank you for taking time to ready our inquiry.

We are located in DUBAI, UAE, and we are a Trading and Business Consultancy House with 
specialization in products sourcing, business setup, business development and market 
research.

We have several strategic partners around the globe, and we are always seeking 
potentials for cooperation and business opportunities. 

At the moment, one of our strategic partners is expanding their exiting activities, 
and we are looking for direct suppliers and manufacturers to supply us with tools and 
products for our clients' new 3,000 m2 showroom opening in Eastern Europe shortly.

Our client, a major distributor specializing in a variety of tools, equipment, and 
household products is currently operating three superstores in three different major 
cities in Eastern Europe, CIS/Russia. Total existing store space is more than 4,000 
M2. Our client is opening a new large superstore with area totaling some 3,000 M2. The 
superstore will be dedicated to tools, light industrial equipment, and other products 
(see end of this message for items of interest).

If you are a direct supplier, manufacturer, or factory outlet, we would like to 
cooperate with you. Please send us immediately your color catalogs (three sets) with 
wholesale prices CIF Eastern Europe.

Please send us three (3) copies of your catalogs by express or registered post to the 
following address by express and registered delivery only to:

-\

FARAJ HOUTY
PRESIDENT
GLOBAL TRADING NETWORK (iCBL LTD)
PO BOX 111676 DUBAI, UAE
+971 508461656 MBL
+971 4 3322190 FAX
[EMAIL PROTECTED]

-/

Items of interest are as follows:

ALL CATEGORIES OF ELECTRICAL EQUIPMENT & TOOLS
ALL CATEGORIES OF HOME SUPPLIES/APPLIANCES
ALL CATEGORIES OF PACKAGING PAPER/PLASTICS
ALL CATEGORIES OF SECURITY & PROTECTION
ALL CATEGORIES OF TELECOMMUNICATIONS 
ALL CATEGORIES OF COMPUTERS HARDWARE
ALL CATEGORIES OF CONSUMER ELECTRONICS
ALL CATEGORIES OF ENERGY EQUIPMENT & TOOLS
ALL CATEGORIES OF HEALTH & BEAUTY SUPPLIES
ALL CATEGORIES OF INDUSTRIAL SUPPLIES & TOOLS
ALL CATEGORIES OF OFFICE SUPPLIES & SYSTEMS
ALL CATEGORIES OF PRINTING PUBLISHING PRODUCTS
ALL CATEGORIES OF SPORTS & ENTERTAINMENT PRODUCTS
ALL CATEGORIES OF TEXTILES LEATHER PRODUCTS


THANK YOU

GLOBAL TRADING NETWORK (iCBL LTD)

OUR MOST ACTIVE TRADES:
WE SELL SCRAP METALS (HMS, ALUMINUM, COPPER, PLATINUM)
WE BUY SCRAP PLASTICS IN ANY QUANTITY, SHAPE, OR QUALITY
WE TRADE SCRAP VESSELS & OLD SHIPS & SCRAP BARGES
WE SOURCE ANY MATERIAL OR PRODUCT FOR CERTAIN CLIENTS
WE RECRUIT CATERING & HOSPITALITY STAFF FOR GULF STATES ONLY
WE ARRANGE FOR FINANCING ON SPECIAL PROJECTS IN GULF STATES ONLY
WE INTRODUCE NEW IDEAS AND POTENTIAL PRODUCTS TO NEW MARKETS
WE TRADE IN CURRENCIES WORLD-WIDE 



THE GLOBAL TRADING NETWORK IS YOU BEST SOLUTIONS FOR EVOLUTIONS IN INTERNATIONAL TRADE 
& COMMERCE
 
ZBVOWEVYZZNEFFYYHBETBDYJVFBEQRPPZTXFCS



___
lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user