Re: Dynamics, spacers, and partcombine used at once.

2013-08-16 Thread Wim van Dommelen
On 15 Aug 2013, at 01:27 , Dominic wrote: - has dynamics separately defined and attached to spacers, so that they can be duplicated in several staves If I substitute the wish to have these "defined" for the wish to "control" theme seperate, I would do this: %the "definition": music = {

Re: frescobaldi on mac

2013-08-16 Thread flup2
@chiffonMyst Usually, that kind of dependencies need to be installed from the same source: a "manually" installed SIP will be difficult to find by other installations via macports or homebrew. So, if your SIP installation via macports doesn't work, a manual installation won't be a help for furthe

Re: flam snippet not working

2013-08-16 Thread David Kastrup
Thomas Morley writes: > I took David's proposal (many thanks) and rewrote the whole snippet. > It now works with \drummode and \notemode for 2.16.2 and 2.17.24. > I added a more generic function > \grace-repeat We usually don't use dashes in music functions, so I'd use \graceRepeat here. Consis

Re: frescobaldi on mac

2013-08-16 Thread Stan Sanderson
Update- Re: fresh install on OS 10.8.4 following the recipe linked to the Frescobaldi page on a "clean" machine. XQuartz previously installed but no previous MacPorts, Fink or HomeBrew installs. Frescobaldi is working well, but I was having problems with MIDI. I now believe it was due to the s

Re: flam snippet not working

2013-08-16 Thread Thomas Morley
2013/8/16 David Kastrup : > David Kastrup writes: > >> Roel Spruit writes: >>> flam = >>> #(define-music-function (parser location note) (ly:music?) >>>"Return { \\grace { note8 } note }." >>>(let ((mypitch (ly:music-property (first (ly:music-property note >>> 'elements)) >>>

Re: frescobaldi on mac

2013-08-16 Thread chiffonMyst
Robert, I have been trying to install frescobaldi for the past couple days and I ran into that problem as well. What I did to solve it was download the sip-4.14.7 tarball at http://www.riverbankcomputing.com/software/sip/download I then proceeded to run configure.py, then run make, and make insta

Re: Problems compiling Python-poppler-qt4-0.16.3

2013-08-16 Thread Patrick or Cynthia Karl
On 16 Aug 2013 Robin Newman wrote: > Message: 1 > Date: Fri, 16 Aug 2013 16:26:14 + (UTC) > From: Robin Newman > To: lilypond-user@gnu.org > Subject: Problems compiling Python-poppler-qt4-0.16.3 > > I am trying to install Frescobaldi on my Mac using Frescobaldi Mac OS X > install guide by Ph

Re: maintaining advanced power-user Scheme functions

2013-08-16 Thread Janek Warchoł
Hi, 2013/8/14 Thomas Morley : > 2013/8/14 Janek Warchoł : >> Harm and David N. (and some other people) write lots of very advanced >> (and very helpful!) Scheme functions. These funcitons are improved >> over time, and there is a problem related to that: it's easy to get >> lost in all the email

Re: frescobaldi on mac

2013-08-16 Thread David Rogers
Robert Schmaus writes: > That brings me to my question: I've worked through Phillippe's > "recipe" faithfully (I think). Now, when I try to launch frescobaldi > on the Terminal, I get an error message > > ImportError: No module named sip > > Does anyone know what's the problem there? According t

Re: frescobaldi on mac

2013-08-16 Thread Stan Sanderson
Success report. OK, I have installed Frescobaldi and apart from the midi, it appears to be working as advertised. I started with a "fresh" MacBook Air running OS 10.8.4, i.e., no previous Fink, HomeBrew or MacPort installs. I followed the instructions on the Frescobaldi Mac OSX install guide p

Re: frescobaldi on mac

2013-08-16 Thread Robert Schmaus
Am 8/16/13 10:08 PM, schrieb flup2: That brings me to my question: I've worked through Phillippe's "recipe" faithfully (I think). Now, when I try to launch frescobaldi on the Terminal, I get an error message ImportError: No module named sip Does anyone know what's the problem there? Could y

Re: frescobaldi on mac

2013-08-16 Thread flup2
Hello (and thanks for the flowers ;-) ) Robert Schmaus wrote > That brings me to my question: I've worked through Phillippe's "recipe" > faithfully (I think). Now, when I try to launch frescobaldi on the > Terminal, I get an error message > > ImportError: No module named sip > > Does anyone k

Re: frescobaldi on mac

2013-08-16 Thread David Kastrup
Evan Driscoll writes: [...] > As someone who is only a very hobbyist musician but *very* comfortable > with the command line and Emacs and compilers and Latex and etc., [...] > The LilyPondTool description on the "Easier Editing" page *does* mention > point-and-click support, but doesn't actua

Re: frescobaldi on mac

2013-08-16 Thread Robert Schmaus
May I contribute to this thread some comments as well as a question? Well then: I use a Mac at home, and I have been using LilyPond on the Mac without any problem (mac-specific ones, I mean) since v2.14. I don't know if I misunderstood David K.'s comment ("we have pretty few vocal Mac users h

Re: Re: frescobaldi on mac

2013-08-16 Thread Evan Driscoll
On 08/16/2013 05:00 AM, Christian Andersson wrote: > I work most efficiently > with quite large orchestral scores using Lilypond, vi(1), sed(1), Bourne > shell and GNU make (and a PDF viewer). ... [I]n my > experience it is quite hard to get MacOS users well accustomed to > working in the terminal.

Re: flam snippet not working

2013-08-16 Thread David Kastrup
David Kastrup writes: > Roel Spruit writes: >> flam = >> #(define-music-function (parser location note) (ly:music?) >>"Return { \\grace { note8 } note }." >>(let ((mypitch (ly:music-property (first (ly:music-property note >> 'elements)) >> 'drum-type

Re: Problems compiling Python-poppler-qt4-0.16.3

2013-08-16 Thread Davide Liessi
2013/8/16 Robin Newman : > I am trying to install Frescobaldi on my Mac using Frescobaldi Mac OS X > install guide by Philippe Massart > I have installed macports py27-pyqt4 > poppler +quartz +qt4 > > and I am trying to compile Python-poppler-qt4-0.16.3 > I have cd to the directory python-poppler-q

Re: flam snippet not working

2013-08-16 Thread David Kastrup
Roel Spruit writes: > Hello, > > I'm getting back into lilypond after a lng absence. I'm facing a > problem with the flam / drag / ruff snippets and the latest version of > lilypond. This is the snippet I use: http://lsr.dsi.unimi.it/LSR/Item?id=566 > > When I use the \flam function I get the

flam snippet not working

2013-08-16 Thread Roel Spruit
Hello, I'm getting back into lilypond after a lng absence. I'm facing a problem with the flam / drag / ruff snippets and the latest version of lilypond. This is the snippet I use: http://lsr.dsi.unimi.it/LSR/Item?id=566 When I use the \flam function I get the following error when parsing the

Re: frescobaldi on mac

2013-08-16 Thread Tim McNamara
On Aug 16, 2013, at 3:40 AM, Davide Liessi wrote: > 2013/8/16 Christian Andersson : >> This issue with running Frescobaldi on MacOS X must be one of the most >> long-running among threads of this list. Why can't some of you Mac users >> please take your responsibility for the community, and see t

Re: frescobaldi on mac

2013-08-16 Thread Tim McNamara
On Aug 16, 2013, at 3:22 AM, Christian Andersson wrote: > This issue with running Frescobaldi on MacOS X must be one of the most > long-running among threads of this list. Why can't some of you Mac users > please take your responsibility for the community, and see to that a working > distribu

Problems compiling Python-poppler-qt4-0.16.3

2013-08-16 Thread Robin Newman
I am trying to install Frescobaldi on my Mac using Frescobaldi Mac OS X install guide by Philippe Massart I have installed macports py27-pyqt4 poppler +quartz +qt4 and I am trying to compile Python-poppler-qt4-0.16.3 I have cd to the directory python-poppler-qt4-0.16.3, and typed /opt/local/Libra

Re: frescobaldi on mac

2013-08-16 Thread Stan Sanderson
I've been trying to get up enough courage to attempt it again on a new (Mac) machine running OS 10.8.4, using Mike's instructions. Previously I attempted to install on an OS 10.6 machine using homebrew, followed by MadPorts, but I believe my long-time use of fink and an incomplete removal of ho

Re: frescobaldi on mac

2013-08-16 Thread flup2
Mike Solomon wrote > I got it working (don't remember how) but I recall that a large chunk of > it had to do with using brew and not other package managers (fink, > macports for example). Probably. That's why the installation instructions I posted here ( https://github.com/wbsoft/frescobaldi/wiki

Re: frescobaldi on mac

2013-08-16 Thread Mike Solomon
On 16 août 2013, at 11:04, chiffonMyst wrote: > Philippe, > > I tried using the complete path and thats what was giving me that error. > > I did a sudo port select --set python python 27 and it said it switched to > python27. > > I tried running the complete path on the setup.py and still re

Frescobaldi

2013-08-16 Thread Peter Gentry
This debate reminds me of many scientific meetings attended during my working life. Oftentimes people do not listen carefully to each other and argue the same point vociferously without realising that they actually agree substantially. Everyone here loves Lilypond and Frescobaldi and nobody as

Re: frescobaldi on mac

2013-08-16 Thread Derek
But you expect others to have the time and acquire the skill set.  And probably also buy themselves the same sort of computer that you want to use.  Why? Once again where are you getting that from? I basically said the same thing as Christian A. " I wish I could somehow find the time needed to

Re: frescobaldi on mac

2013-08-16 Thread David Kastrup
Derek writes: > Blah Blah and when I was a kid I had to walk five miles uphill in the > snow to school both ways... Except that I still do things like find problems with GCC code generation. And stuff like that tends to take days. Longer than digging through a set of half-working recipes and f

Re: frescobaldi on mac

2013-08-16 Thread Derek
Blah Blah and when I was a kid I had to walk five miles uphill in the snow to school both ways... Whatever it sounds like to you you are wrong. My point was that with my programming skills I wouldn't be of much use to anyone else ie I can't make an installer package and contribute as I don't hav

Re: frescobaldi on mac

2013-08-16 Thread Christian Andersson
On Fri, Aug 16, 2013 at 10:45 AM, David Kastrup wrote: > Derek writes: > > > Believe me if I were a programmer I would and I am sure many are in > > the same boat. > > The boat of the passive-aggressive passenger? There are a number of > recipes around which are apparently working only sometime

Re: frescobaldi on mac

2013-08-16 Thread Davide Liessi
2013/8/16 Davide Liessi : > Have you installed poppler with qt4 variant? (port install poppler +qt4) > > I would suggest also quartz variant. (port install poppler +qt4 +quartz) OK, the '+quartz' suggestion is actually a very strong recommendation, and if you are on Mac OS 10.6 or later it is nece

Re: frescobaldi on mac

2013-08-16 Thread David Kastrup
Derek writes: > Believe me if I were a programmer I would and I am sure many are in > the same boat. The boat of the passive-aggressive passenger? There are a number of recipes around which are apparently working only sometimes and for some people. Why? That requires the will for experimentat

Re: frescobaldi on mac

2013-08-16 Thread Davide Liessi
2013/8/16 Christian Andersson : > This issue with running Frescobaldi on MacOS X must be one of the most > long-running among threads of this list. Why can't some of you Mac users > please take your responsibility for the community, and see to that a working > distribution gets created, from which

Re: frescobaldi on mac

2013-08-16 Thread Davide Liessi
2013/3/27 Derek : > In file included from > build/temp.macosx-10.8-intel-2.7/sippopplerqt4cmodule.cpp:7: > poppler-qt4.sip:22:10: fatal error: 'qt4/poppler-qt4.h' file not found > #include > ^ > 1 error generated. > error: command 'clang' failed with exit status 1 2013/8/16 chiffonMyst :

Re: frescobaldi on mac

2013-08-16 Thread David Kastrup
Christian Andersson writes: > This issue with running Frescobaldi on MacOS X must be one of the most > long-running among threads of this list. Why can't some of you Mac users > please take your responsibility for the community, Are Mac users allowed to have a community? More seriously, you'll

Re: frescobaldi on mac

2013-08-16 Thread Derek
Believe me if I were a programmer I would and I am sure many are in the same boat. -- View this message in context: http://lilypond.1069038.n5.nabble.com/frescobaldi-on-mac-tp139401p149270.html Sent from the User mailing list archive at Nabble.com. _

Re: frescobaldi on mac

2013-08-16 Thread Christian Andersson
This issue with running Frescobaldi on MacOS X must be one of the most long-running among threads of this list. Why can't some of you Mac users please take your responsibility for the community, and see to that a working distribution gets created, from which everybody (with Macs) can benefit, with

Re: frescobaldi on mac

2013-08-16 Thread chiffonMyst
Philippe, I tried using the complete path and thats what was giving me that error. I did a sudo port select --set python python 27 and it said it switched to python27. I tried running the complete path on the setup.py and still received the same error. -- View this message in context: http: