Re: Figured bass: blank extender

2015-04-13 Thread Philippe Massart
Oops, I forgot to add a Staff. before the figuredBassAlterationDirection 
property change in the staff context...

Philippe

 Le 12 avr. 2015 à 19:57, Philippe Massart phili...@philmassart.net a écrit :
 
 Something I noticed: commands like figuredBassAlterationDirection do not work 
 when placed in the staff context (unlike Figured bass context)
 
 Any idea to solve that?
 
 Philippe
 
 
 Le 11 avr. 2015 à 10:10, Pierre Perol-Schneider 
 pierre.schneider.pa...@gmail.com a écrit :
 
 Hi Richard,
 
 Your option is more elegant than mine!
 In short, yours goes:
 
 \version 2.18.2
 
 bassFig = \figuremode {
   5 44 3
 }
 
 \new Staff 
   \bassFig
   \new Voice \relative c' { f2 }
 
 
 I'll keep it in mind.
 Cheers,
 Pierre
 
 
 2015-04-11 9:40 GMT+02:00 flup2 phili...@philmassart.net:
 Thanks for these informations, I'll look into it this week-end :-)
 
 Philippe
 
 
 
 --
 View this message in context: 
 http://lilypond.1069038.n5.nabble.com/Figured-bass-blank-extender-tp174360p174365.html
 Sent from the User mailing list archive at Nabble.com.
 
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Figured bass: blank extender

2015-04-12 Thread Philippe Massart
Something I noticed: commands like figuredBassAlterationDirection do not work 
when placed in the staff context (unlike Figured bass context)

Any idea to solve that?

Philippe


 Le 11 avr. 2015 à 10:10, Pierre Perol-Schneider 
 pierre.schneider.pa...@gmail.com a écrit :
 
 Hi Richard,
 
 Your option is more elegant than mine!
 In short, yours goes:
 
 \version 2.18.2
 
 bassFig = \figuremode {
   5 44 3
 }
 
 \new Staff 
   \bassFig
   \new Voice \relative c' { f2 }
 
 
 I'll keep it in mind.
 Cheers,
 Pierre
 
 
 2015-04-11 9:40 GMT+02:00 flup2 phili...@philmassart.net:
 Thanks for these informations, I'll look into it this week-end :-)
 
 Philippe
 
 
 
 --
 View this message in context: 
 http://lilypond.1069038.n5.nabble.com/Figured-bass-blank-extender-tp174360p174365.html
 Sent from the User mailing list archive at Nabble.com.
 
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user
 
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Frescobaldi on Mac Yosemite ?

2015-02-13 Thread Philippe Massart
Yes it works fine.

But if you prefer, there is now a compiled binary on a .DMG disk image 
available from the frescobaldi website:

https://github.com/wbsoft/frescobaldi/releases



 Le 14 févr. 2015 à 01:52, Steve Noland st...@thenolands.us a écrit :
 
 Dear all,
 
 Has Frescobaldi been successfully installed under Mac Yosemite via MacPorts?
 
 Thanks,
 
 Steve
 
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Annotate and Lilyglyphs

2015-02-08 Thread Philippe Massart
The annotate.ly file in openlilylib/ly/scholarly/annotate/examples/

Philippe


 Le 8 févr. 2015 à 11:16, Urs Liska u...@openlilylib.org a écrit :
 
 
 Am 08.02.2015 um 11:08 schrieb flup2:
 The few tests I made are working fine now; the only not working thing is
 the example file that still uses the former loading and options syntax.
 
 which example file?
 I don't see any in my working directory.
 
 Urs
 

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Rep: ScholarLY - introduction and call for collaboration

2015-01-30 Thread Philippe Massart

 
 It turns out that custom annotation types were not properly handled. 
 \annotate looks up the LaTeX value in an alist dictionary, and for custom 
 annotations this simply returned #f.
 
 Pushed a fix, should work now.
 Thanks for the report.
 
 Best
 Urs

Thanks :-)

I still have an issue on the example file, on the custom annotation, with this 
message:

./annotate.annotations.inp:15: Undefined control sequence.
argument See \textbackslash what is \possible 
[opts]{args}
l.15 {custom-annotation}


Something else I noted: the lilypond code in the custom annotation is 
transformed into a LilyPond Music tag in the .inp file. Is that normal?

Philippe

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Rep: ScholarLY - introduction and call for collaboration

2015-01-30 Thread Philippe Massart
 
 
 I still have an issue on the example file, on the custom annotation, with 
 this message:
 
 ./annotate.annotations.inp:15: Undefined control sequence.
 argument See \textbackslash what is \possible 
 [opts]{args}
 l.15 {custom-annotation}
 
 
 OK, this is stupid.
 I used that example property to show what is possible in that LaTeX code is 
 exported verbatim. But I didn't think about the fact that this example code 
 is nonsense. Of course \possible is an Undefined control sequence ...
 I think I should have given that example document slightly more care ...
 
 I've updated to a more straightforward command. Thank you for reporting.
 
 
 Something else I noted: the lilypond code in the custom annotation is 
 transformed into a LilyPond Music tag in the .inp file. Is that normal?
 
 I don't know if that's the ultimate solution but it's intended. As I wrote 
 the properties can digest any single Scheme/LilyPond expression including 
 music. But if I wouldn't alter it the whole Scheme representation would be 
 printed, and that is something one generally wouldn't want to do. There will 
 have to be some ways to produce actual *music* from it (i.e. an engraved 
 score fragment) but for now I think this is the best compromise. (For time 
 signatures I managed to intercept them and print a meaningful result, but the 
 other music types just were too complex for that.
 
 Best
 Urs

Thanks, it’s clearer now :-)

And yes, « actual » music will be another interesting step.

In a few month, a friend of mine will work on a critical edition; I plan to use 
that work to make a LaTeX + LilyPond version and test ScholarLY.

Philippe___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: ScholarLY - introduction and call for collaboration

2015-01-29 Thread Philippe Massart
Hello,

I’ tried the LaTeX package. Annotations are well included and it looks 
promising. But the beginning of the file causes an error due to the sharp 
symbol in the first part of the file (the part before the \musicalissue )

Error:
(./annotate.annotations.inp
./annotate.annotations.inp:1: You can't use `macro parameter character #' in ve
rtical mode.

Result:




Is there something I did wrong?

Philippe___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: ScholarLY - introduction and call for collaboration

2015-01-29 Thread Philippe Massart


 
 Probably not. I assume that hash hasn't been properly filtered. Could you 
 please post the generated .inp and maybe also the LilyPond file?
 
 Urs
 


These are based on the sample file included :



annotate.annotations.inp
Description: Binary data


annotate.ly
Description: Binary data



Philippe___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: ANN: Frescobaldi 2.17.2

2015-01-20 Thread Philippe Massart

 Le 21 janv. 2015 à 05:12, MarcM m...@mouries.net a écrit :
 
 
 on Mac, when I launch Frescobaldi it does not show the document. I always
 have to go to  Window  New Window to see the lilypond code and the music.
 Is there a workaround?
 

Hello,

That bug is found since some time now (and is linked, I think, to the mac 
implementation of the QT4 framework). The only other way now is to click once 
more on the Frescobaldi icon in the Dock since Frescobaldi is running

Philippe
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Frecobaldi 2 Mac OS X install guide

2014-11-18 Thread Philippe Massart
Hello,

There is another way to install Frescobaldi since I wrote this guide (via 
Macports, for frescobaldi too) if you prefer. In that case, you just have to 
type:
sudo port install frescobaldi

Meanwhile, I'll try to explain more precisely what to do in you case:

Obviously, the Terminal doesn't find the files you downloaded. So, you have to 
check where they are on your hard drive and go to that folder using the 
Terminal. If the folder is in the Download folder, the command to go there is 
the one I show. If it's on the Desktop, the command would be cd 
Desktop/python-poppler-qt4-0.16.3

Then the python setup.py command should work fine

Hope this helps

Philippe


 Le 18 nov. 2014 à 12:21, signorpantofola signorpantof...@gmail.com a écrit :
 
 Hi Philippe, thanks for your post. Hopefully I can finally install
 frescobaldi on my computer (10.10.1). 
 Unfortunately, i am getting stuck after I download this link :
 https://python-poppler-qt4.googlecode.com/files/python-poppler-qt4-0.16.3.tar.gz
 
 I double-click to unzip, get the folder... then I don't understand this
 instruction : In the Terminal you have to go to the folder where it was
 unzipped (for instance cd Downloads/python-poppler-qt4-0.16.3 ) 
 Is there actually something to do before I run the next two commands : 
 python setup.py build and sudo python setup.py install 
 At this point, if I try to run these commands, it says no such file... 
 
 Sorry if my question seems dumb, I am obviously not very literate with
 computers... 
 
 Thanks! 
 
 Silvan.
 
 
 
 
 --
 View this message in context: 
 http://lilypond.1069038.n5.nabble.com/Frecobaldi-2-Mac-OS-X-install-guide-tp145898p168790.html
 Sent from the User mailing list archive at Nabble.com.
 
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Multiple score scenario

2014-11-01 Thread Philippe Massart
Hello,

For me, it *is* the most logical way (I sometime use it in a single piece, when 
transposition leads to overcomplicated tonality).

But you could try to play with tags; I don't use them, but I think it's a 
solution to call only a portion of a variable.

http://lilypond.org/doc/v2.18/Documentation/notation/different-editions-from-one-source#using-tags

Philippe

 Le 1 nov. 2014 à 04:16, Jon Arnold jonarnoldsem...@gmail.com a écrit :
 
 Hi -
 
 I think I have a unique scenario and am trying to figure out the best way 
 to move forward.
 
 I am working on an edition of Bach's Jesu Meine Freude, and will be doing 
 at least three different editions:
 
 1) choral scores of individual mvts
 2) book of choral scores
 3) book of string parts which double voices (soprano=vln, tenor=vla, etc.)
 
 I have each movement in a file (jesu1.ly, jesu2.ly) and have the staff 
 layout stored in a variable so that I can call it on the individual 
 movement and the book without getting voice variables confused between 
 movements.
 
 So, my book file looks like this: 
 
 \include jesu1.ly
 \include jesu2.ly
 
 \book {
  \score {
\jesuOneScore
\header { piece = Mvt. I }
\layout { }
  }
  %etc. etc.
 
 The problem is the instrumental parts. How can I call one voice from one 
 particular file? I tried putting the \include command in each bookpart, but 
 that tries to pull the whole score for some reason.
 
 The only solution that I can think of is to name each voice and lyric 
 variable with a movement (sopranoNotesOne, sopranoLyricsOne), but I'm 
 hoping there is a more logical solution.
 
 Thanks so much for any help!
 
 Jon
 
 
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Mac OSX 10.10 (Yosemite) and LilyPond compatibility?

2014-10-20 Thread Philippe Massart
No problem with lilypond

Frescobaldi runs without problem BUT be aware to not update your macports setup 
at this time. Some dependencies may cause some problems, as the have to be 
recompiled for the new system (with some possible problem with frescobaldi 
dependencies)

Philippe

 Le 20 oct. 2014 à 21:21, Paul Morris p...@paulwmorris.com a écrit :
 
 Anyone happen to know if there are any compatibility problems with LilyPond
 or Frescobaldi on the new Mac OSX 10.10 (Yosemite)?  
 
 I have no reason to expect that there would be, but it would be nice to know
 before upgrading.
 
 Thanks in advance,
 -Paul
 
 
 
 


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Any advice for getting emacs working with lilypond on MacOsX?

2014-05-14 Thread Philippe Massart
Could it be to allow font compilation using Metafont that is part of TeX?

Philippe

 Le 14 mai 2014 à 18:49, Tim McNamara tim...@bitstream.net a écrit :
 
 Out of curiosity, why is a LaTeX distribution required?  Lilypond doesn’t use 
 LaTeX.
 

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Oskar Fried: the Big Bang

2014-03-11 Thread Philippe Massart
Congratulations to all of you :-)

Philippe

Le 11 mars 2014 à 12:07, Urs Liska u...@openlilylib.org a écrit :

 Hi all,
 
 Janek and I have made some fuzz recently about that secret March 11, and 
 now's the time to disclose the great news:
 
 Our edition of Oskar Fried's songs was elected BEST EDITION 2014 by the 
 German Music Publishers' Association, and we'll receive the award at the 
 Frankfurt Musikmesse on Friday!
 
 :-) :-) :-)
 
 I won't repeat everything you might be interested in, instead I strongly 
 suggest you read our blog post at
 
 http://lilypondblog.org/2014/03/oskar-fried-the-big-bang/
 
 One important thing has to be said, though:
 We intend to open up the edition and make its sources freely available - as 
 soon as the publisher's expenses have been fully covered. For this to become 
 reality we really need your support. _Please_ also visit our crowdfunding 
 campain at http://igg.me/at/free-fried and _please_ spread the word as widely 
 as possible.
 
 Best
 Urs
 


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: frescobaldi macports broken after update

2014-01-25 Thread Philippe Massart
Le 25 janv. 2014 à 21:11, Davide Liessi davide.lie...@gmail.com a écrit :

 2014/1/25 Philippe Massart phili...@philmassart.net:
 With all the latest updates, all file opening situations work only is 
 Frrescobaldi is already launched. If double-clicked, right-click etc. on the 
 file with Frescobaldi not yet running, it opens Frescobaldi but not the file.
 
 Are you on 10.9?

Yes

I uninstalled and re-installed frescobaldi-devel, but it didn't change anything

Philippe
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: frescobaldi macports broken after update

2014-01-24 Thread Philippe Massart
Davide Liessi-2 wrote
 Frescobaldi/MacPorts users: can you please report how does Frescobaldi
 behave on your system?
 Here is what should happen (and happens on my 10.6 machine and on a
 10.8 machine I can access sometimes):
 if you either
 - drag and drop a ly file (or any text file, for what is worth) over
 the icon of Frescobaldi in the Dock, or
 - right-click on a ly file and choose Open with...  Frescobaldi
 ([version]), or
 - double-click on a ly file associated with Frescobaldi, then Frescobaldi
 should start, if it is not already running, and open the file.
 

With all the latest updates, all file opening situations work only is 
Frrescobaldi is already launched. If double-clicked, right-click etc. on the 
file with Frescobaldi not yet running, it opens Frescobaldi but not the file.

Philippe
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Survey: Git (G)UIs

2014-01-06 Thread Philippe Massart
Hello,

For basic tasks, I first learned command line usage. But as merge, pull request 
etc. are a little to complex for me from command line, I had to choose between 
website and GUI (SourceTree for OS X; there is a windows version, for what I 
saw).

I made my first pull requests using Github web text editor, but it was near 
from unusable (text scrolling took hours). 

Now, I'm happy with SourceTree GUI.

Philippe

Le 6 janv. 2014 à 13:53, Urs Liska u...@openlilylib.org a écrit :

 Hi all Git users,
 
 I'd like to make a survey on how you are working with Git.
 
 Do you use the command line exclusively, or a GUI (which one(s))?
 Or a GUI for certain tasks and the command line for others?
 
 I'd be particularly interested in reports of successful or failed
 attempts to learn Git by starting with a GUI tool. I have a strong
 opinion that one should use the command line until one has a good
 understanding of the concepts, but I'd be interested in any differing
 experiences.
 
 Urs
 
 
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: An invitation to a LilyPond powered concert

2013-11-26 Thread Philippe Massart
Hello,

Nice. I'm not sure I can be present, but it's anyway a interesting project.

Regarding Rachmaninov, his work will enter public domain in Belgium (and most 
of European countries) in a few weeks, the January 1st following the 70th 
anniversary of his death.

Philippe

Le 26 nov. 2013 à 13:08, Jan Rosseel j...@rosseel.com a écrit :

 Dear LilyPonders,
  
 In about two weeks’ time, SCORA will make its premiere with the Leuven Alumni 
 Orchestra (Leuven, BE). Dates are 14 December (20:15) and 15 December (15:00)
  
 SCORA is a synchronised system for letting orchestra’s play from 
 displays/tablets. The rendering is based on Lilypond, for various reasons. 
 One of them being the quality of the rendering for which I do get very 
 positive feedback.
  
 I have 5x2 free tickets available for members of the LilyPond community who 
 might want to see the system in action. Tickets are given out on a 
 first-come-first-serve basis, and can be claimed at i...@scora.net. Given the 
 cost, and that we are playing for a full house, I do expect you to show up if 
 you claim tickets ;-) We don’t like to have empty seats.
  
 Some links:
 Short company intro: www.scora.net
 Orchestra: www.lao.be
 Some reading on our joint project: 
 http://www.kuleuven.be/english/news/leuven-alumni-orchestra-swaps-sheet-music-for-tablets
  
 It’s an interesting concert, even without taking into account the SCORA 
 system. The program:
 · Hugo Alfven – Midsommarvaka
 · Sergei Rachmaninoff – 3rd piano concert (!) with Liebrecht 
 Vanbeckevoort (laureate of the Queen Elisabeth Competition in 2006) as pianist
 · Jean Sibelius – 5th Symphony
  
 For the curious: yes, we have entered all that music in LilyPond. A daunting 
 experience, especially the Rachmaninoff piano concerto. I need to figure out 
 copyright issues (Rachmaninoff died just 70 years ago) to see if I can make 
 the sources (or part thereof) available to show what LilyPond is capable of.
  
 --
 JanR
  
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: lilyglyphs package released!

2013-09-19 Thread Philippe Massart

Le 19 sept. 2013 à 16:26, SoundsFromSound soundsfromso...@gmail.com a écrit :

 Urs,
 
 This is wonderful thank you so much for sharing! Although I am receiving a
 Service Temporarily Unavailable error when I try to visit CTAN, I'm sure
 it'll be up again soon. 
 
 I'll use TeXLive on my KDE box, this is perfect for what I need in my
 current text projects.
 
 -Ben
 
 

Hello,

It's due to a problem with Tex Live Utility (caused by a filename with quotes 
that gives some troubles): the exact problem is explained here, with the 
solution:
http://tex.stackexchange.com/questions/133391/tex-live-manager-crashes-with-unknown-docfile-tag

In short, you need to reinstall TexLive Manager (in Tex Live utility, under the 
Actions menu) and update package list again.

Philippe
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: [ANNOUNCE] New Portfile for Frescobaldi on Mac (Wilbert Berendsen)

2013-09-16 Thread Philippe Massart
I had the same error a few weeks ago, before trying the frescobaldi port file. 
But, it occurred with the manually installed version of frescobaldi (more 
precisely: the manually installed version of python-poppler-qt4). 

The python-poppler-qt4 I had manually installed had been compiled a long time 
ago and didn't recognize the new versions of the Sip API (installed by 
macport). The solution was tho rebuild and re-install the manually installed 
python-poppler-qt4, but since your python-poppler-qt4 was successfully 
installed by macport, I guess the problem lies elsewhere.

I'll continue to look at it.

Philippe

Le 17 sept. 2013 à 07:04, Guy Stalnaker jimmyg...@gmail.com a écrit :

 Well, this is certainly been an adventure. Sorry for the delay in 
 acknowledging your and Davide's replies, but I've had to jettison using 
 FileVault to regain space on the local harddrive. Somehow FileVault was 
 holding 30Gb of space and refusing to release it, causing me no end of grief 
 in downloading MacPort source and then compiling.
 
 So, finally, I have had to restart this from scratch. I'm afraid I was a bit 
 rash in trying to troubleshoot the situation so your proffered solution 
 cannot help (but you do describe what I did a year ago when I first installed 
 Frescobaldi python setup.py install). What I've now done:
 
 1. remove all traces (port uninstall/rm -rf) of poppler and frescobaldi
 2. run sudo port clean to remove temp files, etc.
 3. run sudo port selfupdate to get things up to date after the clean and 
 FileVault issues (this took well over SIX hours -- good gawd)
 4. run sudo port install poppler +qt4 +quartz which completed successfully
 5. run sudo port install frescobaldi-devel +app which completed succefully
  
 But ...
 
 Frescobaldi crashes on startup:
 
 quote
 [Lots of traceback calls]
 import popplerqt4
 RuntimeError: the sip module implements API v10.0 to v10.1 but the popplerqt4 
 module requires API v9.1
 /quote
 
 port installed shows:
 
 quote
 Anorien% sudo port installed | grep sip  
   py27-sip @4.13.3_0
   py27-sip @4.14.2_0
   py27-sip @4.15.1_0 (active)
 Anorien [sudo port installed | grep sip] ~
   13-09-16 10:45PM
 Anorien% sudo port installed | grep poppler
   poppler @0.20.5_0+qt4+quartz
   poppler @0.22.0_0+qt4+quartz
   poppler @0.24.1_0+qt4+quartz (active)
   poppler-data @0.4.6_0 (active)
   py27-python-poppler-qt4 @0.16.3_1 (active)
 /quote
 
 I cannot deactivate the active py27-sip or poppler. I get a dependency 
 errors. 
 
 quote
 Anorien% sudo port deactivate py27-sip @4.15.1_0
 Password:
 ---  Deactivating py27-sip @4.15.1_0
 ---  Unable to deactivate py27-sip @4.15.1_0, the following ports depend on 
 it:
 ---py27-pyqt4 @4.10.3_1
 ---py27-python-poppler-qt4 @0.16.3_1
 ...
 Anorien% sudo port deactivate poppler @0.24.1_0+qt4+quartz 
 ---  Deactivating poppler @0.24.1_0+qt4+quartz
 ---  Unable to deactivate poppler @0.24.1_0+qt4+quartz, the following ports 
 depend on it:
 ---py27-python-poppler-qt4 @0.16.3_1
 ---texlive-bin @2013_2+x11
 /quote
 
 I installed the non-devel frescobaldi and get the exact same error on running 
 from terminal.
 
 I port uninstalled all old sip/poppler ports and both frescobaldi ports and 
 reinstalled, but the API error persists. So I cannot remove it due to 
 dependencies (the texlive dependency is especially weighty - there are *many* 
 that arise if I try to remove texlive as well).
 
 Any ideas?
 
 sigh
 
 It's always frustrating when folks post at how it just works for them LOL 
 This stuff never just works for me.
 
 Guy Stalnaker
 jimmyg...@gmail.com

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: [ANNOUNCE] New Portfile for Frescobaldi on Mac (Wilbert Berendsen)

2013-09-15 Thread Philippe Massart
Hello,

Before trying to find a solution to your situation (it will take some time to 
investigate), I think interesting to point some possible explanations about 
what occurred.

I think that to problem comes from the coexistence of macport installed 
frescobaldi, and manually installed (even with with macport dependencies): some 
libraries (python-poppler-qt4, mainly) make a link between frescobaldi and 
other dependencies. If these are installed by macports, a file is created in 
the macport install tree. That's why it says that a file already exists when 
trying to activate the macport frescobaldi. The problem is not frescobaldi 
itself, but the link with the dependencies.

Usually, a macport message error mentions a solution: force the activation 
(something like sudo port -f activate frescobaldi-devel). Macport then makes a 
copy of the former link file and allows the link between the dependencies and 
the macport installed frescobaldi (I sent a message to the list about that).

Now, the errors you have when trying to open files come probably from the 
folders you moved. I don't remember if there is a feature like rebuild in 
macport, but the first things I would do in this case would be:
- repair authorisation
- re-install macport :/ (or at least remove frescobaldi (the macport version) 
and the dependencies you don't use (to uninstall frescobaldi and its 
dependencies without removing the dependencies used by other ports, I think the 
command looks like sudo port -fellow-dependencies frescobaldi-devel Double 
check in the help of macport)

The idea is to really avoid touching manually the macport tree.

Like you, I had a manually installed frescobaldi version; since forcing the 
activation of the portfile, my both frescobaldi install are now working: the 
one from macport, the other manually installed (and sync via github).

Hope this could help (at least for further investigations)

Philippe

Le 16 sept. 2013 à 04:17, Guy Stalnaker jimmyg...@gmail.com a écrit :

 Davide,
 
 Prior to using your new port, I had a working Frescobaldi that I installed 
 many months ago using a very cryptic and painful process that required a lot 
 of manual work to get poppler, frescobaldi, etc installed. But, it did work.
 
 Tonight I tried to use your new port. The port compiles with no errors. The 
 macport install process failed when attempting to activate your 
 Frescobaldi+devel saying that previous files exist. I did a check by 
 attempting to deactivate Frescobaldi, but macports said there was not an 
 activated Frescobaldi port. So I systematically renamed each file/folder 
 using the mv comment as the port activate process for your new Frescobaldi 
 port kept throwing up the errors. Eventually your port successfully activated.
 
 And, it runs. But any attempt to open a file results in a cascade of errors. 
 First set seem related to code-folding. Then there are more and eventually 
 Frescobaldi crashes.
 
 Now quite sure how to fix this. If macports said that there was no previous 
 port I don't know how it could remove/clean it to make way for your port. Nor 
 do I know enough to use a terminal (which I do know how to use) to remove 
 things manually. Easy enough to use 'mv path path.old' as the port install 
 was tossing out errors. Not so much to ferret out all the possible things 
 that may be hindering your new port.
 
 Any suggestions welcome.
 
 Guy Stalnaker
 jimmyg...@gmail.com
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Frecobaldi 2 Mac OS X install guide

2013-05-28 Thread Philippe Massart
Normally, the sip step (along with other dependencies) is included in the pyqt 
install via macports. That's why I did not mention it. 

Philippe



Le 28 mai 2013 à 13:57, Andrew Bernard andrew.bern...@gmail.com a écrit :

 You definitely need to include the sip install step in the guide.
 
 Andrew
 
 On 28/05/13 1:42 PM, Paul Morris wrote:

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Help needed creating a Mac OS X installer for Frescobaldi

2012-03-27 Thread Philippe Massart
Hello,

Here is the message I receive when running from the command line :

imac-de-philippe-massart:~ philippe$ 
/Users/philippe/Desktop/frescobaldi.app/Contents/MacOS/frescobaldi 
Traceback (most recent call last):
  File 
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/cx_Freeze/initscripts/Console.py,
 line 27, in module
exec code in m.__dict__
  File frescobaldi, line 3, in module

  File 
/Users/philippe/Desktop/frescobaldi.app/Contents/MacOS/frescobaldi_app/main.py,
 line 41, in module
import po.setup # Setup language
  File 
/Users/philippe/Desktop/frescobaldi.app/Contents/MacOS/frescobaldi_app/po/setup.py,
 line 74, in module
setup()
  File 
/Users/philippe/Desktop/frescobaldi.app/Contents/MacOS/frescobaldi_app/po/setup.py,
 line 59, in setup
language = current()
  File 
/Users/philippe/Desktop/frescobaldi.app/Contents/MacOS/frescobaldi_app/po/setup.py,
 line 46, in current
if not language or language.isNull():
AttributeError: 'unicode' object has no attribute 'isNull'

I tried to run it from the Applications folder, but it didn't change anything.

Philippe

Le 27 mars 2012 à 09:21, Rodolfo Zitellini a écrit :

 
 Thanks to all for your reports!
 * 10.5 support: For the moment I'm unsure on how to support this, as I
 packaged python + qt compiled with macports using the default system
 compiler, I have to study a bit on how to have compatibility.
 
 @Philippe: can you please try running Frescobaldi directly on the
 terminal: frescobaldi.app/Contents/MacOS/frescobaldi
 It is possible that it has some conflicts since you already have the
 libs for frescobaldi installed (it should not, but nevertheless...)
 
 In the next few days I fill try to figure out the various quirks with
 runnin lilypond (I admit I always use it directly from the cmdline :)
 
 @Wilbert: I will try to pack a bit the mods/additions and send you something 
 :)
 
 Ciao!
 Rodolfo
 


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: [Frescobaldi] Re: Help needed creating a Mac OS X installer for Frescobaldi

2012-03-27 Thread Philippe Massart
That's the message I got while running the bundle Rodolfo made for OS X.

Philippe

Le 27 mars 2012 à 16:09, Wilbert Berendsen a écrit :

 Op Tue, 27 Mar 2012 10:38:54 +0200
 Philippe Massart phili...@philmassart.net schreef:
 
  File
 /Users/philippe/Desktop/frescobaldi.app/Contents/MacOS/frescobaldi_app/po/setup.py,
 line 46, in current if not language or language.isNull():
 AttributeError: 'unicode' object has no attribute 'isNull'
 
 Strange: I never wrote the 'or language.isNull()' part...
 Which frescobaldi version is this?
 
 
 
 -- 
 Wilbert Berendsen
 (http://www.wilbertberendsen.nl)
 


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Help needed creating a Mac OS X installer for Frescobaldi

2012-03-25 Thread Philippe Massart
Hello

At this time, the app bounce twice in the dock then quits. I'm using OS X 
10.7.3 (with all frescobaldi dependencies installed via macports) on a iMac 
with Intel Core i3 processor.

I'll try to investigate further with Console messages.

Philippe

On Mar 25, 2012, at 8:37 AM, Rodolfo Zitellini wrote:

 Hi All,
 I did some quick and quite dirty esperimenting with cx_freeze, and I
 should have something more or less working which I'd like to test on
 other systems:
 
 http://www.xhero.org/frescobaldi.zip
 
 this was compiled on macos 10.7.3 intel with qt 4.8 from macports. The
 archive should contain everything and on my machine works - more or
 less, there are many issues, but I can load a lilypond doc and
 navigate the pdf (with point and click too).
 If someone wants to download the archive and give a try, I will be
 grateful for every feedback (hoping it does not crash instantly on
 other machines!).
 
 The icon file is still missing (at least, it is there but on my
 machine it does not work, next thing to do :)
 
 For Wilbert:
 if this thing works for others too I have a couple of files to add
 (info.plist and qt.conf) and we should decide how to merge the mac
 part in freeze.py :)
 
 Ciao!
 Rodolfo



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: scheme code for aksak-meters, problem with 2.14.1

2011-06-21 Thread Philippe Massart
Hello,

Another solution, new to 2.14, is listed in the changes (from 2.12) : 

Image : 
http://lilypond.org/doc/v2.14/Documentation/cf/lily-c0fe533f.png

Code:
http://lilypond.org/doc/v2.14/Documentation/cf/lily-c0fe533f.ly

Philippe___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Question about JEdit/LilyPondTool on Mac

2010-09-06 Thread Philippe Massart
Hello,

I think it's because when you install JEdit for the first time on a Mac, the 
path for Lilypond is set to C:/Program Files/ etc.

I think you just have to remove any path (first field). 

If it doesn't work, you can put this one, as your Lilypond app is located in 
the Applications folder :

/Applications/LilyPond.app/Contents/Resources/bin

Second field (the one to invoke Lilpond) is simply : lilypond

Philippe


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user