I've noticed that, in the Qt example2 (which only shows an E D C score), when
executed from the graphical environment, double clicking on the runnable file
icon (I'm using Ubuntu 12.04), it works well, but if you run it from the
console, with
$ ./example2
weird glyphs appear instead of the normal quarter note and key symbols. I
don't understand why, since running it from the terminal or from the graphical
environment should be exactly the same.
Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It probably means that the font path is different for the application and for
a terminal, which is quite surprising to me but I don't see any other reason.
You should post the question to a linux (ubuntu) forum.
The guido font is installed in /usr/share/fonts/truetype/guido
--
Dominique
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I've noticed that, in the Qt example2 (which only shows an E D C score), when
executed from the graphical environment, double clicking on the runnable file
icon (I'm using Ubuntu 12.04), it works well, but if you run it from the
console, with
weird glyphs appear instead of the normal quarter note and key symbols. I
don't understand why, since running it from the terminal or from the graphical
environment should be exactly the same.
Thank you.
It probably means that the font path is different for the application and for
a terminal, which is quite surprising to me but I don't see any other reason.
You should post the question to a linux (ubuntu) forum.
The guido font is installed in /usr/share/fonts/truetype/guido
--
Dominique