Re: lilypond and editors

2006-12-09 Thread Johan Vromans
"Anthony W. Youngman" <[EMAIL PROTECTED]> writes: > It's like when I go shooting. I use a rifle left-handed because if I > try it right-handed (I am right-handed, by the way) I just CANNOT > SEE what I'm doing. Probably because you're left-eyed, just like me? This is also a problem when using a p

Re: MIDI help

2006-12-06 Thread Johan Vromans
"Frank Herzberg" <[EMAIL PROTECTED]> writes: > I've got the correct pdf and a ps output but never a MIDI file. What's wrong? > I > added the \midi {} command at the end in many different ways but nothing > worked. This works: \score { ...your original input... \midi { } \

Converting absolute to relative

2006-11-25 Thread Johan Vromans
Hi, I always prefer to write melodies in \relative mode. To import a specific MIDI file I needed to use Rosegarden (midi2ly couldn't cope with it), but Rosegarden exports melodies in absolute mode. Is there an easy way to convert one format into another? (Not very important, but it would be ha

Re: SATB vocal score example

2006-11-25 Thread Johan Vromans
"Geoff Horton" <[EMAIL PROTECTED]> writes: > \global is not a keyword; it's defined at the top of the example, like this: Aaargh! I must have done too much programming lately. Thanks (blushing). -- Johan ___ lilypond-user mailing list lilypond-user@

SATB vocal score example

2006-11-24 Thread Johan Vromans
Hi, In section D.4.1 of the manual for 2.8.7, there's nice example of a SATB score. In the example, the keyword \global is used in a way I cannot deduce from the docs. In short (please see the doc section for the full example): sopMusic = \relative c'' { ... } altoMusic = \relative c'' { ..

Re: Manual engraving video

2006-11-22 Thread Johan Vromans
Arvid Grøtting <[EMAIL PROTECTED]> writes: > and of course I dream of etching a LilyPond score into a plate and > printing it in some kind of gravure printer ;-) Lilypond produces PostScript (or PDF) which means it has infinite sharpness. It is the reproduction device that controls how the result

Re: ly:wide-char->utf-8

2006-11-21 Thread Johan Vromans
Martial <[EMAIL PROTECTED]> writes: > \addlyrics { \markup {"a" #(ly:export (ly:wide-char->utf-8 #x2014))"b"}} Aha! So the trick is to use \markup. I try to typeset the word "There's", with a decent apostrophe. This would lead to \markup {"There"#(ly:export (ly:wide-char->utf-8 #x2019))"s"}

Re: ly:wide-char->utf-8

2006-11-21 Thread Johan Vromans
Mats Bengtsson <[EMAIL PROTECTED]> writes: > Or maybe rather > There´s a ... > or whatever apostrophe you prefer. Not this one, this is a acute accent ;-). > Otherwise, you can search the mailing list archives, to find out > how to get rid of the extra whitespace when concatenating markups. You

Re: ly:wide-char->utf-8

2006-11-21 Thread Johan Vromans
Mats Bengtsson <[EMAIL PROTECTED]> writes: > In addition to the answers you have already received, it should be > noted that this instruction in the manual is obsolete for version > 2.10. A better way to access a Unicode character by number is > \markup \char ##x2014 Hurray! Thanks. -- Johan _

Re: Manual engraving video

2006-11-21 Thread Johan Vromans
"Cesar Penagos" <[EMAIL PROTECTED]> writes: > I wan to advice you that is an excellent video of the art of manual > engraving in You Toube; you have to take a look of this excellent work. > You can see it, at: > http://youtube.com/watch?v=Q8adEIMzbso Impressive! But did I miss something impor

Re: Beaming strategy

2006-11-21 Thread Johan Vromans
[Quoting John Mandereau, on November 20 2006, 09:40, in "Re: Beaming strategy"] > Johan Vromans wrote: > [...] > > However (as you can see from my other posting) I'm stull puzzled why > > this is not default behaviour. > > According to the number of sc

ly:wide-char->utf-8

2006-11-21 Thread Johan Vromans
Hi, According to the docs (10.1.4): To use a Unicode escape sequence, use #(ly:export (ly:wide-char->utf-8 #x2014)) Stupid question: How can I use this to get a particular unicode character into a string (e.g. lyric)? Thanks for any examples, -- Johan

Re: Beaming strategy

2006-11-21 Thread Johan Vromans
[Quoting Mats Bengtsson, on November 20 2006, 12:01, in "Re: Beaming strategy"] > If you look into printed scores from your bookshelf, I wouldn't > be surprised if you found that they mostly use the same typesetting > practice as LilyPond does. >From my bookshelf, I estimate 2/3 of the books are

Re: Beaming strategy

2006-11-19 Thread Johan Vromans
Hi, [Quoting John Mandereau, on November 19 2006, 15:07, in "Re: Beaming strategy"] > See "Setting automatic beam behavior" in the user manual (9.1.2 in > 2.10). > In this case, you certainly want to add end-beaming rules for eights at > 1st and 3rd beats in 4/4 time. Yes, this is what I use now.

Re: Crazy idea: point-and-click for PDF end-users?

2006-11-18 Thread Johan Vromans
Eduardo Vieira <[EMAIL PROTECTED]> writes: > Hi! Foxit Reader already gives the ability of annotating PDFs, > drawing shapes, etc, even for free. Gratis, not free. http://www.gnu.org/ -- Johan ___ lilypond-user mailing list lilypond-user@gnu.org htt

Still puzzled about the beaming

2006-11-17 Thread Johan Vromans
Hi, According to what I recall from music theory, with time signature 1/1 there is one accent per bar, in 2/2 there are two accents, in 4/4 there are four accents and in 8/8 there are eight accents. This simple melody: melody = { g8 g g g g g g g | g16 g g g g g g g g g g g g g g g } When typ

Beaming strategy

2006-11-14 Thread Johan Vromans
Hi, In a 4/4 score, lilypond beams 8th notes as if it were a 2/2 score: g8 g g g g g g g => g8[ g g g] g[ g g g] Is there some global setting to have 4/4 beaming in groups of two: g8 g g g g g g g => g8[ g] g[ g] g[ g] g[ g] Thanks, -- Johan

Two easy? questions

2006-11-14 Thread Johan Vromans
Hi, I have two questions on a transcription and I'm very interested in hearing your advice. You can find the lilypond source on http://www.squirrel.nl/pub/xfer/hole.ly . I'm using lilypond version 2.8.7. 1. Bar 1,: voices Med and Low start with identical text and note duration, but the first w

Re: Control MIDI channels

2006-11-13 Thread Johan Vromans
[Quoting Mats Bengtsson, on November 13 2006, 12:57, in "Re: Control MIDI cha"] > It seems that the only way you can influence the channel numbers is by the > order you specify the different staves/lyric lines/chord names. Can you > figure out what ends up on channels 1-3, maybe lyrics? It that's t

Control MIDI channels

2006-11-13 Thread Johan Vromans
Hi, Is there a way to control which MIDI channel a stave will get? In a 4-vocal + chords score the chords seem to get channel 4, and the vocals get 5, 6, 7, and 8. I want to split out the parts, but my synthesizer can only control tracks 1-5 individually. So it would be nice if I could explicitl

Re: Apostrophe in lyrics

2006-11-11 Thread Johan Vromans
Bertalan Fodor <[EMAIL PROTECTED]> writes: > In jEdit you can make an abbreviation for it, like #ap and expand it > with Ctrl-Semicolon (Shortcut is configurable) Yes, there are several ways to enter it literally using a unicode aware text editor. But can I make a definition and expansion in lil

Apostrophe in lyrics

2006-11-11 Thread Johan Vromans
Hi, I have lyrics with apostrophes, like in "there's" and "can't". When printed, I get minute marks (primes, Unicode U+2032). How can I obtain a decent apostroph glyph (U+2019), other than by entering the UTF-8 code manually in the .ly source? (For non-typesetting freaks: a minute mark is a strai

<    2   3   4   5   6   7