Re: [Mscore-developer] problems with first time compile on OSX Mavericks

2015-05-26 Thread Steve Schow
So I don’t know, the link is already there. I can issue the following command on the command line: pkg-config —list-all and get all of the following, including freetype2. I don’t know why cmake is not working at this point… libcdtlibcdt - Container DataType library vorbisfilev

[Mscore-developer] Looking for a reality check and some pointers on some MuseScore customizations

2015-05-26 Thread Ghopper21
Hi everyone - I'm a new MuseScore user and would-be developer. I'm using MuseScore to annotate some scores for use in a custom program that reads MIDI. Specifically I'm manually separating the score into musical phrases and want the start of each phrase to be indicated in the MIDI file. Right now

Re: [Mscore-developer] interactive editing figured bass

2015-05-26 Thread Jim Newton
Works like a charm! thanks. -- View this message in context: http://dev-list.musescore.org/interactive-editing-figured-bass-tp7579411p7579414.html Sent from the MuseScore Developer mailing list archive at Nabble.com.

Re: [Mscore-developer] interactive editing figured bass

2015-05-26 Thread Tony Mountifield
In article <1432657409226-7579411.p...@n2.nabble.com>, Jim Newton wrote: > Hi Maurizio, or anyone who knows. > I can't figure out how to delete the FiguredBass from a staff. > I can select each FB attached to each note one at a time, and delete them > meticulously. > But how can I delete them all

Re: [Mscore-developer] interactive editing figured bass

2015-05-26 Thread Tony Mountifield
In article <1432657409226-7579411.p...@n2.nabble.com>, Jim Newton wrote: > Hi Maurizio, or anyone who knows. > I can't figure out how to delete the FiguredBass from a staff. > I can select each FB attached to each note one at a time, and delete them > meticulously. > But how can I delete them all

[Mscore-developer] interactive editing figured bass

2015-05-26 Thread Jim Newton
Hi Maurizio, or anyone who knows. I can't figure out how to delete the FiguredBass from a staff. I can select each FB attached to each note one at a time, and delete them meticulously. But how can I delete them all, or select them and delete them. Also if I select all the measures of a staff, and

Re: [Mscore-developer] More thoughts on Figured Bass realisation

2015-05-26 Thread Jim Newton
Hi Maurizo, I have a question about the undo step. Once the menu item to add the derived notes to the staff has been called, I would like UNDO to undo all of them in one fell swoop, not one note at a time. Does your use of score->undoAddElement(derivedNote) force one not to be undone at a time?

Re: [Mscore-developer] lots of images not working in locally compiled version

2015-05-26 Thread Jim Newton
Thanks to the help from Nicolas. I rebuilt the xcode setup, and re-ran the install target from within the new xcode. csh> make -f Makefile.osx xcode csh> open build.xcode/mscore.xcodeproj & Then re-build mscore, and all the fonts seem to be working correctly. That's a relief! I'm glad it works n