bar numbering another staff

2004-05-20 Thread Ferenc Wagner
Hi, is it possible to remove the bar numbers from the top of the topmost staff and add them to a different staff? \score { \new Score \with { \remove Bar_number_engraver } << \new Staff { ... } \new Staff \with { \consists Bar_number_engraver

Virus Alert

2004-05-20 Thread softgate2-vir
The mail message (file: message24820.zip) you sent to <[EMAIL PROTECTED]> contains a virus. (on softgate2.softimage.com) ___ lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

Replacing Accidentals

2004-05-20 Thread Prent Rodgers
Is there a way to replace the accidentals used for microtonal intervals with others? I write 43-tone to the octave microtonal music, and the existing symbols for 1 1/2 flat, 1/2 flat, 1/2 sharp and 1 1/2 sharp are not what I would like to use. I'd prefer to have the scale steps more like the follow

via gra

2004-05-20 Thread deakin
Get via. gra and be happy. http://doctorhelps.com/gv/index.php?pid=eph9058 ___ lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

life

2004-05-20 Thread mkc
http://phmeds.com/hgh/index.php?pid=eph9058 http://phmeds.com/hgh/index.php?pid=eph9058 http://phmeds.com/hgh/index.php?pid=eph9058 get SGH! http://phmeds.com/hgh/index.php?pid=eph9058 ___ lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.

Re: Cannot find voice

2004-05-20 Thread Ferenc Wagner
Doug Asherman <[EMAIL PROTECTED]> writes: > Ferenc Wagner <[EMAIL PROTECTED]> writes: > >> I get >> warning: cannot find Voice: choir >> when compiling the attached file. The output nevertheless >> seems good. The warning disappears if I comment out the >> \set command. Where should I put it to

Changing staff brackets in InnerChoirStaff

2004-05-20 Thread Keith Dunsire
I would like to change the style of bracket in the InnerChoirStaff to be the same as PianoStaff. If I use PianoStaff with the bar_span_engraver removed it puts both sets of lyrics under the lower staff. I have tried: \translator{ \ChoirStaffContext SystemStartDelimiter = #'SystemStartBrace

Re: stem length-grace note

2004-05-20 Thread Stan Sanderson
O.K.- I didn't look far enough. \override Stem #'beamed-lengths = #'(2.6 2.6 3.2) was offered in the archives in response to another question. I'm fiddling with the numbers and getting results. Stan On May 20, 2004, at 11:13 AM, Stan Sanderson wrote: I'm using lily v2.2.0 and have a problem which

RE: Cannot find voice

2004-05-20 Thread Doug Asherman
You need to "group" the directives; instead of \new Staff { \set blah woof \blah blah } try \new Staff << \set blah woof \etc etc >> Hope this helps. Doug == BEGIN ORIGINAL MESSAGE Hi! I get warning: cannot find Voice: choir when compiling the attache

stem length-grace note

2004-05-20 Thread Stan Sanderson
I'm using lily v2.2.0 and have a problem which I've not been able to solve. A two-note acciaccatura precedes an arpeggio chord. The piece is in 3/4 time. The code for the measure is as follows: r4 \acciaccatura {af,16[ af']} 8\arpeggio r8 r4 The problem is that the upper af of the acciaccatura

Re: Trouble compiling 2.3.1 *solved*

2004-05-20 Thread Jim Sabatke
Jim Sabatke wrote: I'm getting a seemingly endless stream of the following errors. Any idean of what I'm missing? Thanks. Compiling ./out/fdl.texi... ./out/introduction.texi:88: @image file `henle-flat-bw.txt' (for text) unreadabl e: No such file or directory. ./out/introduction.texi:88: @image

Re: Miscellaneous quesiotns

2004-05-20 Thread Olivier Cloirec
On Wed, 2004-05-19 at 13:32, LEGRAND Jean-Marc wrote: > Hi everybody ! > Bonjour tout le monde ! > > Very glad to reach this mailing list : I've beginning with Lilypond2.0 since 3 > months, and > discovered some tricks on my own, but I still very depend on what you know about it > ! So, a few >

MIDI and tremolo

2004-05-20 Thread Julien Salort
Hi, What is the correct way of entering tremolos ? It outputs correctly in the dvi file but not in the MIDI file... Here is what I do : %%% \score { \notes { \repeat "tremolo" 4 { c16 d16 } } \paper { } \midi { } } %%% --

Re: midi plays tied notes

2004-05-20 Thread Olivier Cloirec
Hello, I had the same problem with 2.2.1. Moreover, this issue seems to appear when another part starts a note while the first is playing a tied one. Is it corrected in the development branch? Bye. Olivier On Mon, 2004-04-19 at 08:51, Richard Froese wrote: > Hello, > > In the following fragmen

Trouble compiling 2.3.1

2004-05-20 Thread Jim Sabatke
I'm getting a seemingly endless stream of the following errors. Any idean of what I'm missing? Thanks. Compiling ./out/fdl.texi... ./out/introduction.texi:88: @image file `henle-flat-bw.txt' (for text) unreadabl e: No such file or directory. ./out/introduction.texi:88: @image file `baer-flat-bw

Re: cannot find Voice

2004-05-20 Thread Ruud van Silfhout
Hi Feri, The string in the set statement must be prefixed by a #; so: \set Staff.midiInstrument = #"choir aahs" I assume (I did not try it though) this will work. Regards, Ruud van Silfhout - Original Message - From: "Ferenc Wagner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wedn

RE: Building lily 2.3.1 on cygwin

2004-05-20 Thread Bertalan Fodor
Building lily on cygwin is not a trivial task, at last building the first time on your machine. That's why there is a package maintainer :-) Building lily is best done with mknetrel. There are almost up to date instructions on the lilypond site. > 1. installing mftrace did not work flawlessly. Th

TortoiseCVS access to lilypond archive. Any experiences?

2004-05-20 Thread Ruud van Silfhout
Hi, I am trying to set up a TortoiseCVS lilypond repository on a cygwin environment, but I can't get it to work. I just installed TotoiseCVS, so it could be some 'install' problem, OTOH I checked out TortoiseCVS, just to see if things seem to work and it checked out nicely. I made a Sandbox and I

Building lily 2.3.1 on cygwin

2004-05-20 Thread Ruud van Silfhout
Hi, Last week I tried to build the 2.3.1 version of lily on a real cygwin environment. I ran into a few problems. I don't now where these problems need to be solved; in the lily distribution or in the distribution of the packages involved. 1. installing mftrace did not work flawlessly. The exe'