Re: Notepad++, lilypond-words.el, etc.

2013-06-05 Thread Urs Liska
You also could check out the Frescobaldi sources on GitHub. There should be some material in it you could use. Jonathan jwcsh...@gmail.com schrieb: Hello, I am new to Lilypond and am THRILLED with it. I am interested in making a Lilypond syntax highlighter for Notepad++. Have the issues

Re: Notepad++, lilypond-words.el, etc.

2013-06-05 Thread and...@andis59.se
On 2013-06-05 04:26, Jonathan wrote: I am interested in making a Lilypond syntax highlighter for Notepad++. Here is one way of using Notepad++ and Lilypond and SumatraPDF http://www.hochstrasser.org/wiki/pmwiki.php/CoolSoftware/NPPLilyPond and the actual syntax highlighter file is here

split duration when changing time signature

2013-06-05 Thread Stjepan Horvat
is there a way to split duration of long notes when chaning time signature: \time 4/4 c1 to \time 2/4 c2 ~ c2 i'm intrested in the output? -- Nesmotren govori kao da mačem probada, a jezik je mudrih iscjeljenje. Izreke 12:18 ___ lilypond-user

Re: split duration when changing time signature

2013-06-05 Thread Marek Klein
Hello, 2013/6/5 Stjepan Horvat zvanste...@gmail.com is there a way to split duration of long notes when chaning time signature: Yes: http://lilypond.org/doc/v2.16/Documentation/notation/displaying-rhythms#automatic-note-splitting HTH -- Marek Klein http://gregoriana.sk Gregoriana on

Re: split duration when changing time signature

2013-06-05 Thread Richard Shann
On Wed, 2013-06-05 at 10:23 +0200, Stjepan Horvat wrote: is there a way to split duration of long notes when chaning time signature: \time 4/4 c1 to \time 2/4 c2 ~ c2 i'm intrested in the output? There is a command in Denemo to do this, but import from LilyPond into Denemo is still

Re: split duration when changing time signature

2013-06-05 Thread Stjepan Horvat
Marek, i tryed your sugestion and get warning: rhythmic head is not part of a rhythmic column. do you have any clue? On Wed, Jun 5, 2013 at 10:43 AM, Richard Shann richard.sh...@virgin.net wrote: On Wed, 2013-06-05 at 10:23 +0200, Stjepan Horvat wrote: is there a way to split duration of long

moving LilyPond blog to our website

2013-06-05 Thread Chris Mear
On Tuesday, 4 June 2013, Graham Percival wrote: On Tue, Jun 04, 2013 at 12:52:17PM +0100, Phil Holmes wrote: - Original Message - From: Janek Warchol it seems to be decided that we're moving the blog to our website (i.e. to be hosted on lilypond.org), and we're doing it asap,

Re: split duration when changing time signature

2013-06-05 Thread Marek Klein
Hello Stjepan, 2013/6/5 Stjepan Horvat zvanste...@gmail.com Marek, i tryed your sugestion and get warning: rhythmic head is not part of a rhythmic column. do you have any clue? Try to post minimal example demonstrating your problem -- Marek Klein http://gregoriana.sk Gregoriana on

Re: osia: hide first bar line on left hand of key signature

2013-06-05 Thread Thomas Morley
2013/6/5 Keith OHara k-ohara5...@oco.net: Konstatin Heuer konstantin.heuer at neophon.eu writes: Is it possible to get the same result like with \remove System_start_delimiter_engraver between some Staffs only? So as to synchronize several GrandStaffs, that are not meant to be one score.

Re: split duration when changing time signature

2013-06-05 Thread Stjepan Horvat
I found the problem. I used \new Staff instead of \new Voice. \version 2.16.2 \new Staff \with { \remove Note_heads_engraver \consists Completion_heads_engraver \remove Rest_engraver \consists Completion_rest_engraver } { \time 2/4 c1 } } On Wed, Jun 5, 2013 at 11:07 AM, Marek Klein

Re: split duration when changing time signature

2013-06-05 Thread Thomas Morley
2013/6/5 Stjepan Horvat zvanste...@gmail.com: is there a way to split duration of long notes when chaning time signature: \time 4/4 c1 to \time 2/4 c2 ~ c2 i'm intrested in the output? http://lilypond.1069038.n5.nabble.com/completion-heads-engraver-within-a-bar-td146640.html#a146648 ?

Individually system spacing multiple scores

2013-06-05 Thread Phil Burfitt
Hi, If I have two or more scores on the same page, how can I setup different system-system spacing for each? I've searched the documentation on this one without any success. System-system spacing commands can be placed in a \paper block, but \paper doesn't work inside a \score block and is

Stem spacing with change staff

2013-06-05 Thread Andrew Bernard
Greetings List, The following snippet shows an unexpected behaviour. If proportional spacing is enabled, the stems become unevenly spaced, but only when using \change Staff. With proportional spacing not enabled, there is no problem. What is going on here? I am wanting proportional notation for

How to set line-width to width of paper

2013-06-05 Thread Richard Shann
I have just started using \override #'(line-width . n) for text markup, and I want the value n to be chosen so as to work out as the distance between the margins of the paper I'm printing on. As it is it is in staff spacing units which is inconvenient (I am writing the critical commentary at

Re: Notepad++, lilypond-words.el, etc.

2013-06-05 Thread Eluze
Jonathan wrote I am interested in making a Lilypond syntax highlighter for Notepad++. Have the issues with the lilypond-words.el file described in http://lists.gnu.org/archive/html/lilypond-user/2006-12/msg00345.html been fixed? Is there any other source of syntax information that would be

Re: Individually system spacing multiple scores

2013-06-05 Thread Phil Burfitt
- Original Message - From: st...@linuxsuite.org To: Phil Burfitt phil.burf...@talktalk.net Cc: lilypond-user@gnu.org Sent: Wednesday, June 05, 2013 3:07 PM Subject: Re: Individually system spacing multiple scores Hi, If I have two or more scores on the same page, how can I setup

Re: Stem spacing with change staff

2013-06-05 Thread Eluze
Andrew Bernard wrote Greetings List, The following snippet shows an unexpected behaviour. If proportional spacing is enabled, the stems become unevenly spaced, but only when using \change Staff. With proportional spacing not enabled, there is no problem. What is going on here? I am

Re: Individually system spacing multiple scores

2013-06-05 Thread Eluze
Phil Burfitt wrote Hi, If I have two or more scores on the same page, how can I setup different system-system spacing for each? I've searched the documentation on this one without any success. System-system spacing commands can be placed in a \paper block, but \paper doesn't work

Re: Individually system spacing multiple scores

2013-06-05 Thread steve
Hi, If I have two or more scores on the same page, how can I setup different system-system spacing for each? have you tried putting each score in \bookpart ? This allows for separate \paper sections. -steve I've searched the documentation on this one without any success.

Re: How to set line-width to width of paper

2013-06-05 Thread Eluze
Richard Shann wrote I have just started using \override #'(line-width . n) for text markup, and I want the value n to be chosen so as to work out as the distance between the margins of the paper I'm printing on. As it is it is in staff spacing units which is inconvenient (I am writing the

Re: How to set line-width to width of paper

2013-06-05 Thread David Kastrup
Richard Shann richard.sh...@virgin.net writes: I have just started using \override #'(line-width . n) for text markup, and I want the value n to be chosen so as to work out as the distance between the margins of the paper I'm printing on. Uh, that's the default, isn't it? -- David

Re: Individually system spacing multiple scores

2013-06-05 Thread Phil Burfitt
- Original Message - From: Eluze elu...@gmail.com To: lilypond-user@gnu.org Sent: Wednesday, June 05, 2013 3:37 PM Subject: Re: Individually system spacing multiple scores Phil Burfitt wrote Hi, If I have two or more scores on the same page, how can I setup different system-system

Re: moving LilyPond blog to our website

2013-06-05 Thread Noeck
Hi Janek, all, this blog is a very good idea! I will follow it regularly. I also like your approach: Just do it, now. The discussion coming up here is quite expected, I would say, and it is also what prevented such a blog to be created before. If there is a chance to integrate it in the LP

Path to LilyPond 2.18

2013-06-05 Thread David Kastrup
Hi folks, since the call for stabilization/freeze more or less in April, there has been quite a bit of work on finding and dealing with regressions. The amount that have cropped up there is really sobering. In particular with regard to circular dependencies, it looks like a whack-a-mole game

Re: Individually system spacing multiple scores

2013-06-05 Thread Xavier Scheuer
On 5 June 2013 13:13, Phil Burfitt phil.burf...@talktalk.net wrote: Hi, If I have two or more scores on the same page, how can I setup different system-system spacing for each? I've searched the documentation on this one without any success. System-system spacing commands can be placed in

Re: Individually system spacing multiple scores

2013-06-05 Thread Phil Burfitt
Hi Xavier, I suspected as much. There's a link to a clever little hack in that post also...thank you! Phil. - Original Message - From: Xavier Scheuer To: Phil Burfitt ; Eluze Weehaeli Cc: lilypond-user Mailinglist Sent: Wednesday, June 05, 2013 5:49 PM Subject: Re:

Re: Path to LilyPond 2.18

2013-06-05 Thread Trevor Daniels
David Kastrup wrote Wednesday, June 05, 2013 5:07 PM So for better or worse, we need to start wrapping up what we are going to call our next stable release. I propose calling the next developer release 2.17.95 to send out the message that finish-up work is called for: those translators who

Re: Path to LilyPond 2.18

2013-06-05 Thread Phil Holmes
- Original Message - From: David Kastrup d...@gnu.org To: lilypond-de...@gnu.org Cc: translati...@lilynet.net; lilypond-user@gnu.org Sent: Wednesday, June 05, 2013 5:07 PM Subject: Path to LilyPond 2.18 Hi folks, since the call for stabilization/freeze more or less in April, there

Re: Path to LilyPond 2.18

2013-06-05 Thread David Kastrup
Phil Holmes m...@philholmes.net writes: From: David Kastrup d...@gnu.org I propose calling the next developer release 2.17.95 to send out the message that finish-up work is called for: I believe we need to get fixes for 3363 and 3386 into the code base before cutting a release candidate. I

Re: Path to LilyPond 2.18

2013-06-05 Thread Werner LEMBERG
I'd prefer to declare 2.17.next_increment as a release candidate; let that stand and if it's OK, cut 17.95 as a final RC, then run 2.18.0. Well, in emacs the first release candidate has .95, and I think this is a good decision. And I vote against a `final' RC; this makes too much pressure.

Re: Revised 'plain text' essay

2013-06-05 Thread Urs Liska
Hi, once again with a link instead of an attachment ... https://dl.dropboxusercontent.com/u/49478835/plaintextworkflows.pdf Am 05.06.2013 14:58, schrieb Urs Liska: Hi all, it took quite some more time than hoped, but now I've completely rewritten my 'plain text' essay that I had posted for

Inconsistent ties ?

2013-06-05 Thread steve
I have a problem with 2 similar ties that are treated differently. Here is a simplified example. \version 2.16.2 \score { \new Staff { \relative c'' { \time 3/4 \clef G_8 \key g \major \stemDown g8 [ fis ] e [ d ] ~ d [ e ] | e [ d ] c [

Re: Inconsistent ties ?

2013-06-05 Thread Janek Warchoł
Hi, 2013/6/5 st...@linuxsuite.org: I have a problem with 2 similar ties that are treated differently. Here is a simplified example. \version 2.16.2 \score { \new Staff { \relative c'' { \time 3/4 \clef G_8 \key g \major \stemDown

Re: lilyblogTheme

2013-06-05 Thread Janek Warchoł
Hi David, thanks for sharing your opinion. However, as everyone else seems to be content with the current theme, i think i'll leave the situation as-is. best, Janek 2013/6/4 David Thorp dsth...@yahoo.com: My slight preference is for the freshy example as the text stands in greater relief

Re: How to set line-width to width of paper

2013-06-05 Thread Richard Shann
On Wed, 2013-06-05 at 16:58 +0200, David Kastrup wrote: Richard Shann richard.sh...@virgin.net writes: I have just started using \override #'(line-width . n) for text markup, and I want the value n to be chosen so as to work out as the distance between the margins of the paper I'm

Re: How to set line-width to width of paper

2013-06-05 Thread Richard Shann
On Wed, 2013-06-05 at 07:49 -0700, Eluze wrote: Richard Shann wrote I have just started using \override #'(line-width . n) for text markup, and I want the value n to be chosen so as to work out as the distance between the margins of the paper I'm printing on. As it is it is in

Re: moving LilyPond blog to our website

2013-06-05 Thread Janek Warchoł
2013/6/5 Shevek s...@saultobin.com: Have you considered using a Jekyll based CMS? I've heard about Jekyll but i have no experience with it. If there's someone familiar with Jekyll who thinks that it'd be a better choice (and would help with transition), we can discuss it. As for now i see that

Re: moving LilyPond blog to our website

2013-06-05 Thread Graham Percival
On Wed, Jun 05, 2013 at 11:19:01PM +0200, Janek Warchoł wrote: As for now i see that Wordpress provides everything i need and seems to work. I have no personal experience with wordpress, but I heavily recommend wordpress / google blogger / identi.ca / any pre-made blog-hosting system, rather

Re: moving LilyPond blog to our website

2013-06-05 Thread Janek Warchoł
Hi Joram, 2013/6/5 Noeck noeck.marb...@gmx.de: Hi Janek, all, this blog is a very good idea! I will follow it regularly. I also like your approach: Just do it, now. The discussion coming up here is quite expected, I would say, and it is also what prevented such a blog to be created before.

Re: Replacement suggestions for Century Schoolbook?

2013-06-05 Thread Janek Warchoł
Hi, 2013/6/5 Joshua Krämer joshua.krae...@gmail.com: Hello list! On Mon, 07 Jan 2013 22:23:24 +0100, Werner LEMBERG has written: Besides a font with similar functionality as Minion, I would like to find a font which resembles the `classical' text font used about 100 years ago in Germany for

Re: Frecobaldi 2 Mac OS X install guide

2013-06-05 Thread Tim McNamara
On May 27, 2013, at 11:48 AM, Paul Morris wrote: flup2 wrote I don't install it like a Unix program. I just expand the archive in the Applications folder. That way, the path to frescobaldi binary looks like: /Applications/frescobaldi/frescobaldi (the first frescobaldi is the folder name, the

Re:completion_heads_engraver within a bar

2013-06-05 Thread Jim Tisdall
Many thanks for the help with completion_heads_engraver. I've got a related question about completion_rest_engraver In this example, I'm trying to split the rhythms in bars of 4/4 time, so that note values that span the beginning of the third beat, are rewritten with ties. (The idea is that

Re: Stem spacing with change staff

2013-06-05 Thread Andrew Bernard
Thanks, that works - but has the unfortunate side effect of spacing the rest of the score far too wide. Is there a way you can adjust proportional spacing for a single bar? Andrew On 6/06/13 12:32 AM, Eluze wrote: augment the value for the proportional duration: proportionalNotationDuration

Re: Frecobaldi 2 Mac OS X install guide

2013-06-05 Thread Andrew Bernard
Greetings, On 6/06/13 10:13 AM, Tim McNamara wrote: Installing Frescobaldi remains one of the singularly frustrating interludes of my computing life. I cannot figure out how anyone gets a damned thing done using Linux/BSD with all the asinine dependency issues, even with package managers.

Re: Frecobaldi 2 Mac OS X install guide

2013-06-05 Thread Stan Sanderson
On Jun 5, 2013, at 7:49 PM, Andrew Bernard andrew.bern...@gmail.com wrote: Greetings, On 6/06/13 10:13 AM, Tim McNamara wrote: Installing Frescobaldi remains one of the singularly frustrating interludes of my computing life. I cannot figure out how anyone gets a damned thing done using

Re: Frecobaldi 2 Mac OS X install guide

2013-06-05 Thread Tim McNamara
On Jun 5, 2013, at 7:49 PM, Andrew Bernard wrote: Greetings, On 6/06/13 10:13 AM, Tim McNamara wrote: Installing Frescobaldi remains one of the singularly frustrating interludes of my computing life. I cannot figure out how anyone gets a damned thing done using Linux/BSD with all the

Re: Frecobaldi 2 Mac OS X install guide

2013-06-05 Thread flup2
Hello, While reading your error message, it seems that the python version used is the one included in OS X (/Library/Frameworks...), not the one installed by macports (/opt/local...) To be sure that the problem lies there, here are a few steps: sudo port select --set python python27 Another