lilypond parsing not converting

2013-10-03 Thread David Bijok
Hi all, firstly sorry for my English ;-) I installed lilypond on windows XP (c:/Program Files/LilyPond/) and Frescobaldi editor and I have this problem: When I edit file and no save it, the parsing and generation of pdf goes normaly. Starting lilypond.exe 2.16.1 [testing.ly]... Processing

Re: lilypond parsing not converting

2013-10-03 Thread David Kastrup
David Bijok davidbi...@seznam.cz writes: Hi all, firstly sorry for my English ;-) I installed lilypond on windows XP (c:/Program Files/LilyPond/) and Frescobaldi editor and I have this problem: When I edit file and no save it, the parsing and generation of pdf goes normaly.

Petrucci clef/time signature spacing issue

2013-10-03 Thread Werner LEMBERG
If I say \override Score.TimeSignature.style = #'mensural \override NoteHead.style = #'petrucci \clef petrucci-c3 \time 2/2 c'2 c'4 c'4 I wonder why there is such a large gap between the clef and the time signature. Looks quite unnatural IMHO. Werner inline:

Xavier, let's connect on LinkedIn

2013-10-03 Thread Michael Dykes via LinkedIn
LinkedIn Michael Dykes requested to add you as a connection on LinkedIn: -- Xavier, I'd like to add you to my professional network on LinkedIn. - Michael Accept invitation from Michael Dykes

Re: Xavier, let's connect on LinkedIn

2013-10-03 Thread David Kastrup
Michael Dykes via LinkedIn mem...@linkedin.com writes: LinkedIn Please see URL:http://www.huffingtonpost.com/2013/09/20/linkedin-sued-hacking-emails-spam_n_3963195.html and comment section before considering giving LinkedIn any personal information, in particular Email

Re: Petrucci clef/time signature spacing issue

2013-10-03 Thread Phil Holmes
- Original Message - From: Werner LEMBERG w...@gnu.org To: lilypond-user@gnu.org Sent: Thursday, October 03, 2013 12:42 PM Subject: Petrucci clef/time signature spacing issue If I say \override Score.TimeSignature.style = #'mensural \override NoteHead.style = #'petrucci \clef

Re: Petrucci clef/time signature spacing issue

2013-10-03 Thread Werner LEMBERG
I wonder why there is such a large gap between the clef and the time signature. Looks quite unnatural IMHO. Agreed. I think it's because the time sig is always placed in the same location, and the clef is narrow, so it looks bad. See attached annotated example. Thanks for that.

Re: Petrucci clef/time signature spacing issue

2013-10-03 Thread Phil Holmes
- Original Message - From: Werner LEMBERG w...@gnu.org To: m...@philholmes.net Cc: lilypond-user@gnu.org Sent: Thursday, October 03, 2013 4:12 PM Subject: Re: Petrucci clef/time signature spacing issue I wonder why there is such a large gap between the clef and the time signature.

Re: Horizontal note spacing

2013-10-03 Thread Franciszek Boehlke
I tried my simple approach to disabling collision detection, but I didn't get desired (or deserved, as I smartly wrote in previous mail :P) effect - spaces between notes with accidentals were still slightly wider than other, and some other spacing rules got very wrong. Well, I expected it to work

automatic accidentals question

2013-10-03 Thread Kieren MacMillan
Hello all,I would like the following automatic accidentals rules in my ChoirStaff to be 'piano', with one alteration: other Voices in the same Staff should not have cancellations in the following measure.For example, in the following screenshot the last D in the upper Voice would not be

Re: Petrucci clef/time signature spacing issue

2013-10-03 Thread Colin Campbell
On 13-10-03 09:44 AM, Phil Holmes wrote: - Original Message - From: Werner LEMBERG w...@gnu.org To: m...@philholmes.net Cc: lilypond-user@gnu.org Sent: Thursday, October 03, 2013 4:12 PM Subject: Re: Petrucci clef/time signature spacing issue I wonder why there is such a large gap

\jazzOn vs. \improvisationOn

2013-10-03 Thread Jim Long
There is a known issue that prevents \improvisationOn from working with LilyJAZZ and \jazzOn. a) Is that issue terribly gnarly, or is there a likelihood that the two modes might be made compatible sometime soon? It does seem a tad ironic. b) How can I work around the problem in a piece which

Re: Petrucci clef/time signature spacing issue

2013-10-03 Thread Werner LEMBERG
Entered as Issue 3598 http://code.google.com/p/lilypond/issues/detail?id=3598: Petrucci clef/time sugnature space too large and copied to the buglist for diligence. Thanks! Werner ___ lilypond-user mailing list lilypond-user@gnu.org

Re:Two possible bugs when dealing with Automatic note splitting

2013-10-03 Thread Jim Tisdall
I posted some details about this a week ago, No, you didn't. Not wanting a repetition of fingerings and string numbers would be a feature request: I don't think that would ever have worked differently. -- David Kastrup Ah, true. I reported fingerings and string numbers being repeated

Re: Two possible bugs when dealing with Automatic note splitting

2013-10-03 Thread David Kastrup
Jim Tisdall supp...@jimtisdall.com writes: I posted some details about this a week ago, No, you didn't. Not wanting a repetition of fingerings and string numbers would be a feature request: I don't think that would ever have worked differently. -- David Kastrup Ah, true. I reported

\inst LSR snippet and 2.17.xx

2013-10-03 Thread Giuseppe Silvi
Hi all, after my 2.17 jump that code give me this error: unexpected post-event there is a way to adapt the code in this snippet to 2.17? inst = #(define-music-function (parser location string) (string?) (make-music 'TextScriptEvent 'direction UP

How to print just a tempo in a LaTeX document?

2013-10-03 Thread Kevin Zembower
Hello, I have a lilypond-book document that contains four short pieces of music. All of the music uses the same tempo (quarter note = 90). I'd like to just print the tempo indication once, and not for each piece. I thought I saw a method to print a quarter note, an equals sign and '90', in a way

Re: How to print just a tempo in a LaTeX document?

2013-10-03 Thread Urs Liska
If you are using xelatex or lualatex you can use the lilyglyphs package which will allow you to print this as a normal text paragraph. This would then look like \quaver{} = 90 And that's all :-) HTH Urs Kevin Zembower kzembo...@verizon.net schrieb: Hello, I have a lilypond-book document

Re: \jazzOn vs. \improvisationOn

2013-10-03 Thread Thomas Morley
2013/10/3 Thomas Morley thomasmorle...@gmail.com: Hi Jim, 2013/10/3 Jim Long lilyp...@umpquanet.com: There is a known issue that prevents \improvisationOn from working with LilyJAZZ and \jazzOn. Never heard of it. a) Is that issue terribly gnarly, or is there a likelihood that the two

Re: \inst LSR snippet and 2.17.xx

2013-10-03 Thread Thomas Morley
2013/10/2 Giuseppe Silvi gramma...@me.com: Hi all, after my 2.17 jump that code give me this error: unexpected post-event there is a way to adapt the code in this snippet to 2.17? inst = #(define-music-function (parser location string) (string?) (make-music

Re: How to connect Midi keyboard to Lilypond?

2013-10-03 Thread searchfgold6789
Things are working, but using VMPK is kind of confusing. I am not sure what the velocity knob does or what the bend slider does. It's very difficult to use these tools because: - Lifting a key up even slightly causes an undesired rest to be put in - It seems to be impossible to play in a way

Re: \jazzOn vs. \improvisationOn

2013-10-03 Thread Thomas Morley
2013/10/3 Thomas Morley thomasmorle...@gmail.com: %%% % EXAMPLE %%% \new Voice \with { \consists Pitch_squash_engraver } \relative c' { \jazzOn \override Staff.NoteHead #'stencil = #jazz-notehead ^^

How to insert a trill without the tr symbol?

2013-10-03 Thread searchfgold6789
Hi, What I'm looking for is some way to implement \startTrillSpan and \stopTrillSpan in music without having the tr symbol: so just trill line. Is there any way to do that? I checked the internals reference but that was not helpful... - R. -- View this message in context:

example LilyJAZZ before/after

2013-10-03 Thread Xavier Noria
Hi, just wanted to share these measures before/after LilyJAZZ. Beautiful! ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: example LilyJAZZ before/after

2013-10-03 Thread Urs Liska
It's a pity you just _wanted to_ do so ;-) Am 04.10.2013 00:13, schrieb Xavier Noria: Hi, just wanted to share these measures before/after LilyJAZZ. Beautiful! ___ lilypond-user mailing list lilypond-user@gnu.org

Re: How to connect Midi keyboard to Lilypond?

2013-10-03 Thread Martin Tarenskeen
On Thu, 3 Oct 2013, searchfgold6789 wrote: Things are working, but using VMPK is kind of confusing. I am not sure what the velocity knob does or what the bend slider does. It's very difficult to use these tools because: Try to attach VMPK to a softsynth and you will find out what velocity

Re: How to insert a trill without the tr symbol?

2013-10-03 Thread Thomas Morley
2013/10/4 searchfgold6789 searchfgold67...@live.com: Hi, What I'm looking for is some way to implement \startTrillSpan and \stopTrillSpan in music without having the tr symbol: so just trill line. Is there any way to do that? I checked the internals reference but that was not helpful...

Re: How to insert a trill without the tr symbol?

2013-10-03 Thread searchfgold6789
Thanks for your suggestion, but it's not working for me. I'm using version 2.16.2, maybe that's got something to do with it. I get the following errors and then several other syntax errors: error: syntax error, unexpected '.', expecting SCM_FUNCTION or SCM_IDENTIFIER or SCM_TOKEN \set

Re: How to insert a trill without the tr symbol?

2013-10-03 Thread Eluze
searchfgold6789 wrote Thanks for your suggestion, but it's not working for me. I'm using version 2.16.2, maybe that's got something to do with it. I get the following errors and then several other syntax errors: well, you saw the version Harm indicates - instead of . you should use #' or

Re: How to insert a trill without the tr symbol?

2013-10-03 Thread Thomas Morley
2013/10/4 searchfgold6789 searchfgold67...@live.com: Thanks for your suggestion, but it's not working for me. I'm using version 2.16.2, .. Well, that's the reason why you should _always_ mention your version. Try: \version 2.16.2 { \once \override TrillSpanner #'bound-details #'left

Re: \jazzOn vs. \improvisationOn

2013-10-03 Thread Jim Long
On Thu, Oct 03, 2013 at 09:18:23PM +0200, Thomas Morley wrote: Hi Jim, 2013/10/3 Jim Long lilyp...@umpquanet.com: There is a known issue that prevents \improvisationOn from working with LilyJAZZ and \jazzOn. Never heard of it. I don't know if it's in the bug tracker or not (or

Re: \jazzOn vs. \improvisationOn

2013-10-03 Thread Thomas Morley
2013/10/4 Jim Long lilyp...@umpquanet.com: On Thu, Oct 03, 2013 at 09:18:23PM +0200, Thomas Morley wrote: Hi Jim, 2013/10/3 Jim Long lilyp...@umpquanet.com: There is a known issue that prevents \improvisationOn from working with LilyJAZZ and \jazzOn. Never heard of it. I don't know

Re: How to insert a trill without the tr symbol?

2013-10-03 Thread searchfgold6789
Thanks much, it is working now. I must remember to provide relevant info when asking for support... -- View this message in context: http://lilypond.1069038.n5.nabble.com/How-to-insert-a-trill-without-the-tr-symbol-tp151797p151808.html Sent from the User mailing list archive at Nabble.com.

Re: How to insert a trill without the tr symbol?

2013-10-03 Thread SoundsFromSound
Glad you got it working! And yes, because syntax can change over time, it's always important to include the version statement so we can get the full picture and offer correct feedback.Welcome to the LilyPond community,Ben searchfgold6789 wrote Thanks much, it is working now. I must remember to

Re: \jazzOn vs. \improvisationOn

2013-10-03 Thread Jim Long
On Thu, Oct 03, 2013 at 11:36:44PM +0200, Thomas Morley wrote: Hi Jim, you could try to replace #(define (jazz-notehead grob) ...) in LilyJAZZ.ily with the the definition below. Thank you very much for this solution, Harm. With that patch to LilyJAZZ.ily, both alternatives in the

Re: How to print just a tempo in a LaTeX document?

2013-10-03 Thread David Kastrup
Kevin Zembower kzembo...@verizon.net writes: Hello, I have a lilypond-book document that contains four short pieces of music. All of the music uses the same tempo (quarter note = 90). I'd like to just print the tempo indication once, and not for each piece. I thought I saw a method to print