Re: forcing hshift

2002-06-24 Thread Mats Bengtsson
> On Sun, 23 Jun 2002 22:13:45 Rune Zedeler wrote: > > David Raleigh Arnold wrote: > > > > > With a 5/4 tuplet, center point of the 3rd and 4th notes should > > > be exactly the same as the center point of the 4th and 5th notes > > > in the 7/4 tuplet. > > > > What?! > > No, they don't occur at

Re: latex failure problem

2002-06-24 Thread Mats Bengtsson
Please, always specify which Lilypond version you use. Also, as soon as you get a short cryptic error message like this, rerun ly2dvi with the flag '-V' to see more details on what actually failed. In this case it's actually not LaTeX but Lilypond that breaks as can be seen from the line warni

ADV OTCBB:WPCT A COMPANY ON THE RISE.

2002-06-24 Thread rptdynamics1000
Title: Untitled Document  Market Advisory News  Current Topic- WesPac Technologies Corp (OTC: WPCT)  WesPac Technologies Corp.  (OTC: WPCT)  Shares Outstanding  10,500,000 est.  Shares Float

latex failure problem

2002-06-24 Thread Carter Brey
Hello-- I've been working on a full orchestral score for a while and have begun running into a perplexing problem. To save compiling time I usually use the \property Score.skipTypesetting = ##t feature, just typesetting the part I'm currently working on and every once in a great while com

Re: multiple pieces in one score.

2002-06-24 Thread David Raleigh Arnold
On Mon, 24 Jun 2002 22:28:23 Simon Bailey wrote: > thanx rune. :) > > greetings, > simon. > > On Tue, 2002-06-25 at 00:14, Rune Zedeler wrote: > > Simon Bailey wrote: > > > > > this worked a treat, but i'm using "piece" instead of title. is > there > > > any way to format the piece header in a

Re: multiple pieces in one score.

2002-06-24 Thread Simon Bailey
thanx rune. :) greetings, simon. On Tue, 2002-06-25 at 00:14, Rune Zedeler wrote: > Simon Bailey wrote: > > > this worked a treat, but i'm using "piece" instead of title. is there > > any way to format the piece header in a different font (making it a bit > > larger and centered)? > > No, but

Re: multiple pieces in one score.

2002-06-24 Thread Rune Zedeler
Simon Bailey wrote: > this worked a treat, but i'm using "piece" instead of title. is there > any way to format the piece header in a different font (making it a bit > larger and centered)? No, but it's on the todo-list. Currently you have to stick with subtitle or subsubtitle. -Rune

Re: Percent repeat problems

2002-06-24 Thread Simon Bailey
try setting \property Score.skipBars = ##t in your score. that influences multmeasure rests -- i don't know if it will compress percent-repeats but it's worth a try. for sequential numbers, i think you will have to hard code them - i don't know if lilypond supports them or not. greetings, si

Re: lilypond 1.5.62

2002-06-24 Thread Jan Nieuwenhuizen
William R Brohinsky <[EMAIL PROTECTED]> writes: > When I ran lilypond from the icon on the desktop, I got the > congratulations MOTD with all the web addresses. Everything looked fine. > > When I ran > ly2dvi -P odhecaton1.ly > I got an mbox with the white x on red background saying > lilypond.ex

Percent repeat problems

2002-06-24 Thread Antonio PALAMA'
I would like to reduce the default width of the "percent repeat" bars. I tried to figure out which is the Property that controls this parameter but did not find it. I also miss a feature which was available with 1.2.17 but has disappeared with 1.4.X i.e. to have multiple percent repeat bars to be

re: lilypond 1.5.62

2002-06-24 Thread William R Brohinsky
I downloaded the exp version, which installed without comment (that I could tell: some of those post-install scripts put up a dos-like window for a few seconds, wrote something in a few miliseconds and disappeared!) This is on windows XP, with all of microsoft's updates installed to date. When I

Re: multiple pieces in one score.

2002-06-24 Thread Simon Bailey
On Mon, 2002-06-24 at 15:18, Maurizio Tomasi wrote: > -- > \score { >% First piece > >\header { >title = "First piece" >} > } > > \score { >% Second piece > >\header { >title = "Second piece"

Jazz chords

2002-06-24 Thread Jule Slootbeek
Hey list/maintainers I have a couple of sugestions for your jazz chords, I'm using them to typeset a couple of tunes i play w/ some guys, in stead of reading from a realbook, and i noticed some things. 1) When i use the chord c:9- I think it's going to give me C7(b9) but in stead it gives me C

Re: stdin input

2002-06-24 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > But if Ly2dvi supported some `-'-like param, then I could write: > > - > % m4 --define=SOMEMACRO test.ly | ly2dvi -o test.dvi - >

Re: stdin input

2002-06-24 Thread Jule Slootbeek
Maurizio Tomasi wrote: >>Maurizio Tomasi wrote: >> >>>Is it possible to force Lilypond to read a .ly file from the console? >>>Calling `ly2dvi' without arguments gives an help screen, and `ly2dvi -' >>>gives an error. >>> >>>Maurizio >> >>What do you mean? >>I usually just run >> >>'ly2dvi file.ly

Re: stdin input

2002-06-24 Thread Maurizio Tomasi
> Maurizio Tomasi wrote: > > Is it possible to force Lilypond to read a .ly file from the console? > > Calling `ly2dvi' without arguments gives an help screen, and `ly2dvi -' > > gives an error. > > > > Maurizio > > What do you mean? > I usually just run > > 'ly2dvi file.ly' > > and i get the .dvi

Re: stdin input

2002-06-24 Thread Jule Slootbeek
Maurizio Tomasi wrote: > Is it possible to force Lilypond to read a .ly file from the console? > Calling `ly2dvi' without arguments gives an help screen, and `ly2dvi -' > gives an error. > > Maurizio > > > ___ > Lilypond-user mailing list > [EMAIL PRO

RE: BEN DENIZ MERHABA

2002-06-24 Thread deniz
CANLI SEX SHOWLARI MUHTEÞEM TÜRK KIZLARI HAMÝLE HATUN SÝKÝLÝÞLERÝ RESÝMLERÝ TÜRBANLI OROSPULAR 17-18 LIK TURK KIZLARI 13-18 LIK YABANCI LOLITALAR YÜZLERCE TECAVUZ VÝDEOSU BÝNLERCE HARDCORE SÝKÝÞ RESMÝ BU SÝTEYE GÝRDÝÐÝNÝZDE "SÝKÝNÝZ" KALKACAK HTTP://WWW.OROSPUKIZ.COM GÝRMEK

Re: multiple pieces in one score.

2002-06-24 Thread Simon Bailey
thanx, mats and maurizio. that looks like the solution. greetings from the alps, simon. On Mon, 2002-06-24 at 15:25, Mats Bengtsson wrote: <... SNIPPED GENEROUSLY ...> -- Confucius say, man who live in glass house shower in basement. ___ Lilypond-use

stdin input

2002-06-24 Thread Maurizio Tomasi
Is it possible to force Lilypond to read a .ly file from the console? Calling `ly2dvi' without arguments gives an help screen, and `ly2dvi -' gives an error. Maurizio ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinf

Re: "Too many clashing notecolumns" message

2002-06-24 Thread Mats Bengtsson
> Hello ! > > I'm new on the list. I installed LilyPond 1.4.12.jcn5 for Windows (Win98 SE) >with Cygwin at the beginning of June. Install was OK. > > I've got the following message from my LilyPond console (marked by a '<ÿ'): > > Calculating column positions... warning: Too m

Re: multiple pieces in one score.

2002-06-24 Thread Mats Bengtsson
> > "Simon" == Simon Bailey <[EMAIL PROTECTED]> writes: > > Simon> The same then in the full score. Is such a thing possible with lilypond, > Simon> or would i have to look at latex and lilypond-book? if so, could anybody > Simon> give me any pointers? > > I'd look at latex and l

Re: multiple pieces in one score.

2002-06-24 Thread Maurizio Tomasi
> hi people, > > as i've already mentioned before, i'm working on rearranging one of the > suites from the water music for two trumpets and two trombones. the > suite consists of 5 pieces. my problem: for each instrument, i'd like to ~> print all of the pieces into one document, but have each piec

Re: multiple pieces in one score.

2002-06-24 Thread Laura Conrad
> "Simon" == Simon Bailey <[EMAIL PROTECTED]> writes: Simon> The same then in the full score. Is such a thing possible with lilypond, Simon> or would i have to look at latex and lilypond-book? if so, could anybody Simon> give me any pointers? I'd look at latex and lilypond-book.

"Too many clashing notecolumns" message

2002-06-24 Thread ymorin
Hello ! I'm new on the list. I installed LilyPond 1.4.12.jcn5 for Windows (Win98 SE) with Cygwin at the beginning of June. Install was OK. I've got the following message from my LilyPond console (marked by a '<==='): Calculating column positions... warning: Too many cla

multiple pieces in one score.

2002-06-24 Thread Simon Bailey
hi people, as i've already mentioned before, i'm working on rearranging one of the suites from the water music for two trumpets and two trombones. the suite consists of 5 pieces. my problem: for each instrument, i'd like to print all of the pieces into one document, but have each piece separately

Re: About \partcombine

2002-06-24 Thread Mats Bengtsson
> Hello to everybody. As somebody already knows, I am typesetting Mozart's > Piano Concerto KV 459 (I have completed the first movement!), and I have > another question about the \partcombine command. > > Ok, my situation is: I want to create an orchestral score and many > individual parts, one f

About \partcombine

2002-06-24 Thread Maurizio Tomasi
Hello to everybody. As somebody already knows, I am typesetting Mozart's Piano Concerto KV 459 (I have completed the first movement!), and I have another question about the \partcombine command. Ok, my situation is: I want to create an orchestral score and many individual parts, one for each inst

Çѱ¹Ã౸ 4°­ ÁøÃâ ÆÄ°ÝÇÒÀÎ.....[±¤°í]

2002-06-24 Thread ¹ÚÇöÁø
Title: Çѱ¹ ù½Â ÃàÇÏ ÆÄ°ÝÇÒÀÎ ¾È³çÇϼ¼¿ä º» ¸ÞÀÏÀº ±¤°í ¸ÞÀÏÀÔ´Ï´Ù. »çÀü¿¡ Çã¶ô¾øÀÌ ±¤°í¸¦ º¸³»°Ô µÇ¾î Áø½ÉÀ¸·Î Á˼ÛÇÕ´Ï´Ù. À̸ÞÀÏ ÁÖ¼ÒÀÌ¿ÜÀÇ ¾î¶°ÇÑ Á¤º¸µµ °¡Áö°í ÀÖÁö ¾Ê½À´Ï´Ù. ¸ÞÀÏ ¹Þ±â¸¦ ¿øÇϽÃÁö ¾ÊÀ¸¸é ¾Æ·¡ÇÏ´Ü¿¡ [ ¼ö½Å°ÅºÎ ]¸¦ ÇÏ½Ã¸é ¸ÞÀÏÀÌ ¼ö½ÅµÇÁö ¾Ê½À´Ï´Ù. ¶ÇÇÑ Çѱ¹ÀÌ µ¶ÀÏ