ANN: Frescobaldi 1.9.1 (alpha)

2011-10-11 Thread Wilbert Berendsen
Hi all,

a new alpha release of Frescobaldi 2.0 is available.

https://github.com/wbsoft/frescobaldi (click Download)

Frescobaldi is a dedicated LilyPond sheet-music editor with built-in
PDF preview. New since 1.9.0:

* Translation updates (thanks to a lot of guys already!)
* Help in much more dialogs
* New icons for some commands
* It is now possible to set the preferred Qt GUI style
* Always makes backup copy on save, config setting to retain it
* Detailed version info in about dialog
* Lots of small improvements, such as:
  - Apply Rhythm dialog remembering rhythms
  - snippet error messagebox now has Edit Snippet button
* New commands:
  - Cut and Assign
  - Copy to Image
  - Tools -> Format to format whitespace
  - Update with Convert-Ly (with diff view)
* Bugfixes:
  - fix error message on View->Clear error marks
  - fix autocomplete picking second item if no item is highlighted
  - some Parser (highlighting) fixes
  - color buttons now show color on all platforms
  - fix error message on saving settings if no LilyPond was installed

Enjoy! Please report issues and requests to the Frescobaldi mailing
list or the GitHub issue tracker.

Wilbert
-- 
Wilbert Berendsen
(http://www.wilbertberendsen.nl)


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


Re: ANN: Frescobaldi 1.9.1 (alpha)

2011-10-11 Thread Johan Vromans
Wilbert Berendsen  writes:

> a new alpha release of Frescobaldi 2.0 is available.

Thanks for making this available.

I must be doing something wrong, sincs all I get is:

  % python frescobaldi
  Traceback (most recent call last):
File "frescobaldi", line 2, in 
  import frescobaldi_app.main
File "/home/jv/tmp/frescobaldi-1.9.1/frescobaldi_app/main.py", line 113, in 

  startmain()
File "/home/jv/tmp/frescobaldi-1.9.1/frescobaldi_app/main.py", line 60, in 
startmain
  help=_("Encoding to use"))
File "/usr/lib/python2.7/optparse.py", line 1018, in add_option
  raise TypeError, "invalid arguments"
  TypeError: invalid arguments

-- Johan

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


Re: ANN: Frescobaldi 1.9.1 (alpha)

2011-10-11 Thread Nick Payne

On 12/10/11 05:02, Johan Vromans wrote:

Wilbert Berendsen  writes:


a new alpha release of Frescobaldi 2.0 is available.

Thanks for making this available.

I must be doing something wrong, sincs all I get is:

   % python frescobaldi
   Traceback (most recent call last):
 File "frescobaldi", line 2, in
   import frescobaldi_app.main
 File "/home/jv/tmp/frescobaldi-1.9.1/frescobaldi_app/main.py", line 113, 
in
   startmain()
 File "/home/jv/tmp/frescobaldi-1.9.1/frescobaldi_app/main.py", line 60, in 
startmain
   help=_("Encoding to use"))
 File "/usr/lib/python2.7/optparse.py", line 1018, in add_option
   raise TypeError, "invalid arguments"
   TypeError: invalid arguments


Works ok for me. I just ran "git pull" in the frescobaldi directory to 
get the latest changes from 1.9.0 to 1.9.1.


Nick

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


Re: ANN: Frescobaldi 1.9.1 (alpha)

2011-10-11 Thread Dmytro O. Redchuk
On Tue 11 Oct 2011, 14:57 Wilbert Berendsen wrote:
> Hi all,
> 
> a new alpha release of Frescobaldi 2.0 is available.
> 
> https://github.com/wbsoft/frescobaldi (click Download)
Thank you very much, indeed, Frescobaldi is great.

I would love to test it on Windows (for my colleague who uses windows); but
since i'm a linux user -- yes, it's funny -- i don't know where to start!-)

I am planning to test it in virtualbox.

What i need? Will frescobaldi work with python shipped with lilypond?

http://qt.nokia.com/downloads/ shows too much; will be enough to get and
install http://code.google.com/p/qt-windows-binaries/ ?

Thank you. Sorry for being boring.

> Please report issues and requests to the Frescobaldi mailing
> list or the GitHub issue tracker.
I guess I'll do .)

-- 
  Dmytro O. Redchuk"Easy to use" is easy to say.
  Bug Squad -- Jeff Garbers

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


Re: ANN: Frescobaldi 1.9.1 (alpha)

2011-10-11 Thread Johan Vromans
Nick Payne  writes:

> Works ok for me. I just ran "git pull" in the frescobaldi directory to
> get the latest changes from 1.9.0 to 1.9.1.

I downloaded and unpacked the frescobaldi-1.9.1.tar.gz

A git cloned frescobaldi gives the same error.

-- Johan

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


Re: ANN: Frescobaldi 1.9.1 (alpha)

2011-10-12 Thread Wilbert Berendsen
Op Tue, 11 Oct 2011 20:02:23 +0200
Johan Vromans  schreef:

> I must be doing something wrong, sincs all I get is:
> 
>   % python frescobaldi
>   Traceback (most recent call last):
> File "frescobaldi", line 2, in 
>   import frescobaldi_app.main
> File "/home/jv/tmp/frescobaldi-1.9.1/frescobaldi_app/main.py",
> line 113, in  startmain()
> File "/home/jv/tmp/frescobaldi-1.9.1/frescobaldi_app/main.py",
> line 60, in startmain help=_("Encoding to use"))
> File "/usr/lib/python2.7/optparse.py", line 1018, in add_option
>   raise TypeError, "invalid arguments"
>   TypeError: invalid arguments

It's a bug in Python 2.7.0. Upgrade to 2.7.1 (or 2.6.x :-)

Best!

-- 
Wilbert Berendsen
(http://www.wilbertberendsen.nl)


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


Re: ANN: Frescobaldi 1.9.1 (alpha)

2011-10-12 Thread Johan Vromans
Wilbert Berendsen  writes:

> It's a bug in Python 2.7.0. Upgrade to 2.7.1 (or 2.6.x :-)

Indeed! Upgrading to 2.7.1 fixes this.

Thanks for the nice tool. 

-- Johan

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


Re: ANN: Frescobaldi 1.9.1 (alpha)

2011-10-14 Thread Rodolfo Zitellini
Ciao Wilbert,
I have been using Frescobaldi a bit for some work on MacOS X and I can
say it works like a charm! Thanks for your nice work!
I just have an annoying issue with the Music View: the scrollbar size
does not seem to get calculated correctly and it is possible to scroll
the doc only for circa 1/3 of it's total length, which is quite
annoying. Do you have any ideas on what might be going wrong?
Cheers!
Rodolfo

On Tue, Oct 11, 2011 at 2:57 PM, Wilbert Berendsen  wrote:
> Hi all,
>
> a new alpha release of Frescobaldi 2.0 is available.
>
> https://github.com/wbsoft/frescobaldi (click Download)
>
> Frescobaldi is a dedicated LilyPond sheet-music editor with built-in
> PDF preview. New since 1.9.0:
>
> * Translation updates (thanks to a lot of guys already!)
> * Help in much more dialogs
> * New icons for some commands
> * It is now possible to set the preferred Qt GUI style
> * Always makes backup copy on save, config setting to retain it
> * Detailed version info in about dialog
> * Lots of small improvements, such as:
>  - Apply Rhythm dialog remembering rhythms
>  - snippet error messagebox now has Edit Snippet button
> * New commands:
>  - Cut and Assign
>  - Copy to Image
>  - Tools -> Format to format whitespace
>  - Update with Convert-Ly (with diff view)
> * Bugfixes:
>  - fix error message on View->Clear error marks
>  - fix autocomplete picking second item if no item is highlighted
>  - some Parser (highlighting) fixes
>  - color buttons now show color on all platforms
>  - fix error message on saving settings if no LilyPond was installed
>
> Enjoy! Please report issues and requests to the Frescobaldi mailing
> list or the GitHub issue tracker.
>
> Wilbert
> --
> Wilbert Berendsen
> (http://www.wilbertberendsen.nl)
>
>
> ___
> 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: ANN: Frescobaldi 1.9.1 (alpha)

2011-11-09 Thread Wilbert Berendsen
Op Fri, 14 Oct 2011 11:42:54 +0200
Rodolfo Zitellini  schreef:

> I just have an annoying issue with the Music View: the scrollbar size
> does not seem to get calculated correctly and it is possible to scroll
> the doc only for circa 1/3 of it's total length, which is quite
> annoying. Do you have any ideas on what might be going wrong?

This is a Qt4 bug in the Mac OS X version, that occurs on Mac OS X
10.6.6, which is fixed in Qt 4.8.

https://bugreports.qt.nokia.com/browse/QTBUG-17414

-- 
Wilbert Berendsen
(http://www.wilbertberendsen.nl)


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


Re: ANN: Frescobaldi 1.9.1 (alpha)

2011-11-09 Thread Peekay Ex
Wilbert,

On Wed, Nov 9, 2011 at 11:02 AM, Wilbert Berendsen  wrote:
> Op Fri, 14 Oct 2011 11:42:54 +0200
> Rodolfo Zitellini  schreef:
>
>> I just have an annoying issue with the Music View: the scrollbar size
>> does not seem to get calculated correctly and it is possible to scroll
>> the doc only for circa 1/3 of it's total length, which is quite
>> annoying. Do you have any ideas on what might be going wrong?
>
> This is a Qt4 bug in the Mac OS X version, that occurs on Mac OS X
> 10.6.6, which is fixed in Qt 4.8.
>
> https://bugreports.qt.nokia.com/browse/QTBUG-17414
>

Do you think this is related to that same issue?

http://code.google.com/p/lilypond/issues/detail?id=1934

-- 
--
James

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