Re: [Rosegarden-user] Compiling Version 20

2020-08-19 Thread david
Maybe here? http://www.rosegardenmusic.com/wiki/dev:contributing Under Prepare the Build Environment. On 8/19/20 6:59 AM, liebre...@grossmann-venter.com wrote: Also, where can I find the list of dependencies? They are not in the README. "As of 10.02 all formerly optional dependencies are now

Re: [Rosegarden-user] Eating chickenshit rests

2020-08-19 Thread david
On 8/19/20 1:02 AM, krsg...@trixtar.org wrote: On Tue, 18 Aug 2020 19:19:00 -1000 david wrote: On 8/18/20 3:26 AM, krsg...@trixtar.org wrote: Whenever a midi instrument is used to lay down a midi track (next imported into RG) there are the inevitable inconsistancies like an 8th note repeated

Re: [Rosegarden-user] Compiling Version 20

2020-08-19 Thread liebrecht
Also, where can I find the list of dependencies? They are not in the README. "As of 10.02 all formerly optional dependencies are now mandatory dependencies. We've taken this step because it is a real support hassle working through a set of problems to finally uncover the reason something has br

Re: [Rosegarden-user] Compiling Version 20

2020-08-19 Thread liebrecht
Running cmake without options results in: /home/redacted/Downloads/rosegarden/rosegarden-20.06/src/gui/rulers/PropertyControlRuler.cpp: In member function ‘void Rosegarden::PropertyControlRuler::updateSelection(std::vector*)’: /home/redacted/Downloads/rosegarden/rosegarden-20.06/src/gui/ruler

Re: [Rosegarden-user] Compiling Version 20

2020-08-19 Thread liebrecht
That's fine. i understand but exactly this information should be in the README. 99% of users will do exactly what is in the README and not consider any other options as there is no way to know if the install will be broken or even worse positively failing without user knowledge. No general use

Re: [Rosegarden-user] Compiling Version 20

2020-08-19 Thread Hugo van Galen
If options are enclosed in [] brackets, that usually indicates these are optional. If you don't need them, you can omit them entirely, but if you need them, you would need to add them but without the [] brackets. So, if you do not want to build the debug version, then this would be enough: cma

[Rosegarden-user] Ritornello

2020-08-19 Thread Filipe de Moraes Paiva
Hi. I've looked all manuals, but I cannot find a way to insert a ritornello in the score. How can I do that? Regards, Filipe -- Prof. Filipe de Moraes Paiva, http://www.geocities.ws/p/r/prof-fmpaiva/mi/muziko.html Departamento de Física, Colégio Pedro II - Campus Humaitá II GTECEM - Grupo de Pesq

Re: [Rosegarden-user] Eating chickenshit rests

2020-08-19 Thread krsgrdn
On Tue, 18 Aug 2020 19:19:00 -1000 david wrote: > On 8/18/20 3:26 AM, krsg...@trixtar.org wrote: > > Whenever a midi instrument is used to lay down a midi track (next imported > > into RG) there are the inevitable inconsistancies like an 8th note repeated > > in the next bar becomes a 16th plus

[Rosegarden-user] Compiling Version 20

2020-08-19 Thread liebrecht
After I cd into the source directory, I follow the README. It says mkdir build cd build cmake .. [-DCMAKE_INSTALL_PREFIX=[PREFIX]] [-DCMAKE_BUILD_TYPE=Debug] make make install Executing $] cmake .. [-DCMAKE_INSTALL_PREFIX=[PREFIX]] [-DCMAKE_BUILD_TYPE=Debug] Iget: # cma