[Mscore-developer] Level of grace note

2013-04-08 Thread ABL
correct grace position by using for example Measure::getGraceSegment(tick,gracelevel). In summary, does such function (which gives the grace level) exist? Is it planned to be added? Thanks. Ciao, ABL P.S: With the Nightly Builds, try to add a slur to grace notes, or insert two grace notes and add a

Re: [Mscore-developer] MuseScore and Qt5

2013-05-17 Thread ABL
e text buttons (Page View, titles of tabs) are in slightly positions than the previous version. Ciao, ABL -- View this message in context: http://dev-list.musescore.org/MuseScore-and-Qt5-tp7577788p7578122.html Sent from the MuseScore Developer mailing list a

[Mscore-developer] Can't login (old skool user)

2013-08-01 Thread ABL
A few minutes ago I tried to login to my musescore.org account with the "Old skool musescore.org user" link, but it bounces me back to the front page. The same happens with Firefox 22.0 and Internet Explorer 10, under Windows 8. Is there a problem with the site? -- View this message in context

Re: [Mscore-developer] The State of MuseScore (2)

2013-09-18 Thread ABL
your work. Ciao, ABL -- View this message in context: http://dev-list.musescore.org/The-State-of-MuseScore-2-tp7578349p7578350.html Sent from the MuseScore Developer mailing list archive at Nabble.com. -- LIMITED TIME S

[Mscore-developer] Compile options; compilation flags

2013-10-15 Thread ABL
n: do you know how I can force, inside the cmake script used for the compilation, the linker to use libraries in custom folders? Thank you for your help. Ciao, ABL -- View this message in context: http://dev-list.musescore.org/Compile-options-compilation-flags-tp7578429.html Sent from the Muse

Re: [Mscore-developer] PDF to MusicXML

2013-12-06 Thread ABL
he conversion failed (in case of failure). Ciao, ABL -- View this message in context: http://dev-list.musescore.org/OMR-features-tp7578496p7578516.html Sent from the MuseScore Developer mailing list archive

Re: [Mscore-developer] Qt 5.2 and MuseScore

2013-12-13 Thread ABL
I tried with Qt 5.2.0 RC1 some time ago and I just disabled the creation of precompiled headers: the compilation took more time, but it went ok, provided that the Qt5V8 dependency in mingw32.mingw.cmake is deleted. -- View this message in context: http://dev-list.musescore.org/Qt-5-2-and-MuseSc

Re: [Mscore-developer] Qt 5.2 and MuseScore

2013-12-13 Thread ABL
Well... Actually, I cheated. I simply overwrote the instruction which is creating all.h.gch, by modifying build\CreatePrecompiledHeader.cmake and changing: COMMAND ${CMAKE_CXX_COMPILER} -x c++-header -g ${compile_flags} -o ${header_name}.h.gch ${header_name}.h to COMMA

Re: [Mscore-developer] Generation of TTF files with FontForge

2014-07-07 Thread ABL
ed "MScore" (but MS Font Validator does not say anything about this being a problem for the font). See also here: https://github.com/fontforge/fontforge/issues/1229 where a possible workaround is described (open "Font Info" dialogue and close it with OK before saving). Ciao,

Re: [Mscore-developer] Linux Mint 64 compilation fails

2014-08-28 Thread ABL
Dear Robert, can you please upload somewhere one of the builds which fails during startup? I'd like to test it in my Linux Mint 17. My builds work for me, but I am using gcc 4.9.1 and Qt 5.3.1, here is one of the latest build (release mode): https://drive.google.com/file/d/0BxjayMZiuupOYTl4dUxUU3VG

Re: [Mscore-developer] Linux Mint 64 compilation fails

2014-08-28 Thread ABL
Another guess: did you maybe rename the Qt folder? You could try to create and add a file named "qt.conf" inside your Qt bin folder ( /home/leleu/Qt5/5.3/gcc_64/bin)with the following content: [Paths] Prefix = /home/leleu/Qt5/5.3/gcc_64/bin Plugins = /home/leleu/Qt5/5.3/gcc_64/plugins -- View

Re: [Mscore-developer] Linux Mint 64 compilation fails

2014-08-29 Thread ABL
ed by mscore; you can use 5.3 libraries, and if someone has Qt 5.3.1 library installed, these are loaded instead of the 5.3 without problem). Ciao, ABL -- View this message in context: http://dev-list.musescore.org/Linux-Mint-64-compilation-fails-tp7578930p7578940.html Sent from the Muse

Re: [Mscore-developer] Linux Mint 64 compilation fails

2014-08-29 Thread ABL
...h... Maybe something went actually wrong during Qt installation. I think you can try to re-install it. -- View this message in context: http://dev-list.musescore.org/Linux-Mint-64-compilation-fails-tp7578930p7578948.html Sent from the MuseScore Developer mailing list archive at Nabble.co

Re: [Mscore-developer] Linux Mint 64 compilation fails

2014-09-02 Thread ABL
It searches for Qt4 when it does not find Qt5, so the problem is that it is not finding Qt5. Can you check the PATH? You can also try to define QTDIR directory (for example inside the .bashrc in your home directory or whatever initialization file our shell is using, or inside the script you are usi

Re: [Mscore-developer] Linux Mint 64 compilation fails

2014-09-03 Thread ABL
The paths from qmake seem ok :-) I think that "make" is failing because of missing EGL dependencies. You can try to install the following packages: libegl1-mesa libegl1-mesa-dev and possibly also this one: libegl1-mesa-drivers Ciao, ABL -- View this message in context:

Re: [Mscore-developer] Linux Mint 64 compilation fails

2014-09-12 Thread ABL
Hello Robert, I have seen that the 32bit compilation works again. Great! What about the 64bits: do you have other compilation / runtime errors? Did you try to install the libegl1-mesa-dev; did it solve the compilation problem? Ciao, ABL -- View this message in context: http://dev

Re: [Mscore-developer] Linux Mint 64 compilation fails

2014-09-13 Thread ABL
kages have slightly different names than the one listed in that page, for example libX11-xcb is actually libX11-xcb1. I hope this helps, I'm starting to run out of ideas. Ciao, ABL -- View this message in context: http://dev-list.musescore.org/Linux-Mint-64-compilation-fails-tp7578930p7578989

Re: [Mscore-developer] Linux Mint 64 compilation fails

2014-09-15 Thread ABL
export QT_PLUGIN_PATH=/home/antonio/Qt5.3.1_renamed/5.3/gcc_64/plugins These should work also for you, provided, of course, that you adjust the PATHs according to your installation(s). Let me know if this solves the problem (...finger crossed...) Ciao, ABL -- View this message in context: http

Re: [Mscore-developer] Linux Mint 64 compilation fails

2014-09-15 Thread ABL
uot;make install", so you have to do it again (or just make a script which replaces the mscore.desktop file after the "make install"). Ciao, ABL -- View this message in context: http://dev-list.musescore.org/Linux-Mint-64-compilation-fails-tp7578930p7578997.html Sent from the Mus

[Mscore-developer] TPC1 TPC2 ?

2015-01-14 Thread ABL
tion and note spelling, but I can't understand the fine details. Thank you very much for your help. Ciao, ABL -- View this message in context: http://dev-list.musescore.org/TPC1-TPC2-tp7579075.html Sent from the MuseScore Developer mailing list archive at Nabble.com. -

Re: [Mscore-developer] need help with xcode

2015-02-03 Thread ABL
Are you compiling from inside XCode? Have you tried to set custom C flags (see here, for example: http://stackoverflow.com/questions/14134064/how-to-set-include-path-in-xcode-project )? Ciao, ABL -- View this message in context: http://dev-list.musescore.org/need-help-with-xcode

Re: [Mscore-developer] MBP osx 10.10 BUILD FAILED

2015-02-03 Thread ABL
Since commit https://github.com/musescore/MuseScore/commit/791625fea (2nd February 20:08 CET) compilation on Mac should work again. You can try to rebase on the most recent commit. Ciao, ABL -- View this message in context: http://dev-list.musescore.org/MBP-osx-10-10-BUILD-FAILED

Re: [Mscore-developer] running tests on mac via xcode

2015-04-24 Thread ABL
of the libmscore folder tests. I am still investigating why. Ciao, ABL -- View this message in context: http://dev-list.musescore.org/running-tests-on-mac-via-xcode-tp7579199p7579205.html Sent from the MuseScore Developer mailing list archive at Nabble.com.

Re: [Mscore-developer] running tests on mac via xcode

2015-04-24 Thread ABL
ompiler, but if I use a qDebug to show this QString the compiler issues a warning about the casting from the enum class type into int. Is this a bug? (Here my weak knowledge of c++ shows its strength) ...Sorry for the off-topic. Ciao, ABL -- View this message in context: http://dev-list.musescor

Re: [Mscore-developer] running tests on mac via xcode

2015-04-25 Thread ABL
see if the result gets right. Thank you. Ciao, ABL -- View this message in context: http://dev-list.musescore.org/running-tests-on-mac-via-xcode-tp7579199p7579213.html Sent from the MuseScore Developer mailing list archive at

Re: [Mscore-developer] running tests on mac via xcode

2015-04-26 Thread ABL
@Jojo-Schmitz : Yes, using %hhd instead of %d returns the expected -1 instead of 255. %c gives strange results. Ciao, ABL -- View this message in context: http://dev-list.musescore.org/running-tests-on-mac-via-xcode-tp7579199p7579219.html Sent from the MuseScore Developer mailing list archive

Re: [Mscore-developer] freetype for scorefonts

2015-05-06 Thread ABL
I managed to compile under Windows. I installed FreeType binaries from here (Complete package, except sources): http://gnuwin32.sourceforge.net/packages/freetype.htm Then set inside MuseScore\build\mingw32.mingw.cmake I added the line: set (ENV{FREETYPE_DIR} "$ENV{PROGRAMFILES(x86)}/GnuWin32") The

Re: [Mscore-developer] review of compiler warnings

2015-05-06 Thread ABL
think that the clang log is highlighting some possible bugs. Ciao, ABL -- View this message in context: http://dev-list.musescore.org/review-of-compiler-warnings-tp7579292p7579305.html Sent from the MuseScore Developer mailing list archive at Nabble.com

Re: [Mscore-developer] newline missing in test output

2015-05-13 Thread ABL
I think it is a byproduct of my PR for verbose output: https://github.com/musescore/MuseScore/commit/83bf16bb7 Probably a simple \n at the end of the QString QString(" http://dev-list.musescore.org/newline-missing-in-test-output-tp7579340p7579341.html Sent from the MuseScore Developer mailing li

Re: [Mscore-developer] Preparing MuseScore 2.0.2

2015-05-20 Thread ABL
@lasconic: Is there a plan of the features planned to be included / developed for MuseScore 2.1? Another question: if we keep two branches "next release" and "stable release", which will be the target of the PR? If we take the Qt model as an example: they have a "tree" of branches and they suggest

Re: [Mscore-developer] can't compile musescore perhaps because missing MacOSX10.10.sdk

2015-10-05 Thread ABL
ss, maybe it is trying to use dependencies compiled in the old OS: Can you try to re-install the dependencies (via Homebrew or MacPorts, as you prefer)? When exactly does the error appear? Ciao, ABL -- View this message in context: http://dev-list.musescore.org/can-t-compile-musescore-perhaps-

Re: [Mscore-developer] FluidR3Mono_GM.sf3

2015-10-19 Thread ABL
something like this, we could reduce the problem of engulfing the git history with huge files, and we could also update the "released" version of the soundfont if we find a problem after the release of a new MuseScore version. Ciao, ABL -- View this message in context: http://dev-list.mus

Re: [Mscore-developer] Odd non-deterministic behavior getting synth info in command-line mode

2016-05-06 Thread ABL
Hi. Have you tried to run the executable under a memory check tool like, for example, Valgrind, AddressSanitizer, Dr. Memory (or whatever you prefer more)? If there is an unitialized variable being used or a memory corruption, such a tool could help in pinning down the problem. Ciao, ABL

[Mscore-developer] Jack headers

2016-05-06 Thread ABL
-KS, instead of MME, Windows DirectSound, ASIO and skeleton implementation as it is now for MuseScore 2.0.3) What do you think? Would it break something in the other OS (Linux, Mac)? Ciao, ABL -- View this message in context: http://dev-list.musescore.org/Jack-headers-tp7579896.html Sent from

Re: [Mscore-developer] Master crashes when opening most dialogue boxes

2017-04-20 Thread ABL
both combined. Ciao, ABL dialog_log.txt <http://dev-list.musescore.org/file/n7580228/dialog_log.txt> -- View this message in context: http://dev-list.musescore.org/Master-crashes-when-opening-most-dialogue-boxes-tp7580224p7580228.html Sent from the MuseScore Developer mailing list arch

Re: [Mscore-developer] Master crashes when opening most dialogue boxes

2017-04-20 Thread ABL
I tried with "nativedialogs=true" in ~/.config/MuseScore/MuseScoreDevelopment.ini but there wasn't any change (i.e. still crashing). Then I noticed that at the beginning of the command line output there was this warning: "QApplication: invalid style override passed, ignoring it", which led me to th

Re: [Mscore-developer] Questions about implementing keyboard shortcuts

2017-05-31 Thread ABL
When installing linux Mint or Ubuntu there is a procedure which asks the user if there are some specific characters on the keyboard, and to press some specific keys (for example, if I remember correctly w or y or z), so that after a couple of passages it automatically identifies the keyboard layout