code for previous version doesn't work in 2.2.2

2004-09-20 Thread chip
I was looking for the code to create some jazz articulations, which I found in the archive, and tried a test in v2.2.2. But the code below does not work. The errors are below the code... What needs to be done to make these articulations work in this version? Thanks for the help, Regards, Chip PS Wo

Re: What am I doing wrong???

2004-09-20 Thread Michiel Lange
Thanks for the quick and correct anser... I was able to put in all the notes now as they should be... Had to find out the shifts lilypond takes (not every 'd' is the 'd' I expected, sometimes an octave lower, sometimes higher), but that was easily tackled... Now I know the difference between cur

Re: Lilypond 2.3.18

2004-09-20 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > On Monday 20 September 2004 08.37, Han-Wen Nienhuys wrote: > > Hi there, > > > > Lilypond 2.3.18 is available. It has further improvements in the slur > > formatting, and a small syntax change: > > btw, was there ever a 2.3.17 release? (I couldn't find an announcement)

Re: Lilypond 2.3.18

2004-09-20 Thread Erik Sandberg
On Monday 20 September 2004 08.37, Han-Wen Nienhuys wrote: > Hi there, > > Lilypond 2.3.18 is available. It has further improvements in the slur > formatting, and a small syntax change: btw, was there ever a 2.3.17 release? (I couldn't find an announcement) erik ___

Tweaked cross-staff glissando

2004-09-20 Thread Antti Kaihola
Hi LilyPonders, On a piano staff, I need a glissando line from a quarter note on last beat of the upper staff to a note on the first beat of the lower staff: \context PianoStaff << \context Staff=upper { r2. c''4 \glissando \change Staff = lower d4 r2. } \context Staff=lower

Automatic response to your mail

2004-09-20 Thread Igor V. Melichev
The email address [EMAIL PROTECTED] is now disabled due to a massive virus attack. Humans please use igor dot melichev at artifex dot com. Thank you. Sorry for inconvenience. Igor. ___ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gn

Re: barlines - thickness and location

2004-09-20 Thread Mats Bengtsson
I don't really see a simple way to implement what you have in mind. Of course, you could always use \bar "|" to print an extra bar line and set the properties hair-thickness and extra-offset of the BarLine layout object, see http://lilypond.org/doc/v2.2/Documentation/user/out-www/lilypond-internals

Re:

2004-09-20 Thread Mats Bengtsson
In your previous email, you didn't even say that you got the error "command not found", which made if very hard to provide any constructive help. It seems that you have not managed to install the lilypond package. Please rerun setup.exe and make sure to follow the instructions at http://lilypond.or

\open with fingering

2004-09-20 Thread Joe Neeman
I'm using lilypond 2.3.16 and whenever I use \open with a fingering (eg c-3\open), it puts the O above the notehead and below the fingering. Is there a way I can put the O above the fingering? (Or below the fingering if the fingering is below the notehead). When I'm using two articulations, I can s

Re: What am I doing wrong???

2004-09-20 Thread Mats Bengtsson
Anything you put within a set of curly brackets, {...}, form a sequence. In your example, you have written \context PianoStaff << { ... } >> which is equivalent to \context PianoStaff \simultanous{\sequential{...}} Just remove the curly braces directly inside the <<...>>, to get what you want. /

Re: is the archive search engine broke?

2004-09-20 Thread Christ van Willegen
Hi, > I am tryin to locate some info in the mailing list archive, info I know > is there, but no matter what I enter into the search box it comes back > with zero results. It's not even finding the posts I've made in the > past. I found a couple of references in my mail... GMail is handy for this.

Re: Spacing Problem

2004-09-20 Thread Mats Bengtsson
Have your read http://lilypond.org/doc/v2.2/Documentation/user/out-www/lilypond/Horizontal-spacing.html I guess the main authors of LilyPond would say that they didn't implement it to be able to produce such an ugly layout, you may still be able to get fixed note spacing by adjusting these paramete

Re: Polyphonic Rest Positions and partial \longa

2004-09-20 Thread Mats Bengtsson
For the rest position, you could also reset the extra setting introduced by <<{...} // {...}>>: normalRests = { \revert Rest #'direction \revert MultiMeasureRest #'staff-position } ... << { s4 f g g } // { \normalRests r4 g g g } >> /Mats D Josiah Boothby wrote: Hello there, You might try (

Re: Problems with titling in 2.3.16

2004-09-20 Thread Maurizio Tomasi
Pascal Legris wrote: > > Le 19 sept. 04, à 22:24, Graham Percival a écrit : > >> On 18-Sep-04, at 8:58 PM, Benjamin Esham wrote: >> >>> title = "Star-Spangled Banner" >>> >>> When I run Lilypond on the file, the title is "Star Spangled Banner"—where >>> the hyphen should be, there's only blank

Re: vertical spacing problem

2004-09-20 Thread Nancho Alvarez
D Josiah Boothby wrote: Hello, all, I'd like to change either the vertical spacing or the global staff size after page one, and can't figure out a way to do that. If I have the spacing such that p.1 fits three systems, p.2 has a glaringly large white space at the bottom. To see what I'm talking

Re: alternate lyrics + multiple strophes

2004-09-20 Thread Mats Bengtsson
Arvid Grøtting wrote: Mats Bengtsson <[EMAIL PROTECTED]> writes: However, I don't understand your problems with \skip, see the following version of your example: I don't get \skip to play nicely with \lyricsto in 2.2.1, though. Is this something that's been fixed later? No, that has never worke

Re: alternate lyrics + multiple strophes

2004-09-20 Thread Mats Bengtsson
Bernd Edler wrote: On Thu, 16 Sep 2004, Mats Bengtsson wrote: However, I don't understand your problems with \skip, see the following version of your example: You are right of course. I should have >tested< before writing. I learned only recently, I can use \skip instead of " " or _ in lyrics. T

Re: Problems with titling in 2.3.16

2004-09-20 Thread Pascal Legris
Le 19 sept. 04, à 22:24, Graham Percival a écrit : On 18-Sep-04, at 8:58 PM, Benjamin Esham wrote: title = "Star-Spangled Banner" When I run Lilypond on the file, the title is "Star Spangled Banner"—where the hyphen should be, there's only blank space approximately the width of an em dash. Ha

Re: is the archive search engine broke?

2004-09-20 Thread Mats Bengtsson
It seems to be a general problem for all the lists at lists.gnu.org, which hopefully means that they have already received tons of bug reports and are busy solving the problems. /Mats [EMAIL PROTECTED] wrote: I am tryin to locate some info in the mailing list archive, info I know is there, but n

Re: What am I doing wrong???

2004-09-20 Thread Paul Scott
Michiel Lange wrote: Hello, my name is Michiel and I will admit first that I am very new to lilypond. The examples shown look great, so I was about to give it a shot... the first few lines of music went well, so I felt ready to put my first piece of music I ever wrote into lilypond. It's a piec

cue note problem

2004-09-20 Thread David Bobroff
In this example I show three sets of cue notes. In each case the rests for the instrument part are also indicated. In the first two cases the rests are printed full size, as I want them. In the third case I cannot get the rest to print full size without getting some of the cue notes also coming