bug status (was Re: how to set staff size in safe mode)

2007-03-14 Thread Ed Stauff
Regarding the bug where you can't set staff size in safe mode, Graham 
Percival wrote:

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


Cool!
What's the best way for me to track the status of this bug?  That is, 
find out whether it's being worked on, when I might expect it to appear 
in a release, when it actually does appear in a release, etc.?


Thanks,

-- Ed



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


Re: how to set staff size in safe mode

2007-03-14 Thread Graham Percival

Thanks, added as
http://code.google.com/p/lilypond/issues/detail?id=334

Cheers,
- Graham

Mats Bengtsson wrote:

This seems like a bug, so I forward it to bug-lilypond. For example,
#(set-global-staff-size 16)

{c' d' e' f'}


works without problems in version 2.8 but fails with the error message

Unbound variable: $defaultpaper

in version 2.11.20.

  /Mats

Quoting Ed Stauff [EMAIL PROTECTED]:

How can I set the staff size in safe mode?  I've only been able to 
find two ways in the documentation: set-global-staff-size and 
layout-set-staff-size, and neither one works in safe mode.  I get this 
error:


3.ly:8:12: error: GUILE signaled an error for the expression beginning 
here

\layout {  #
(layout-set-staff-size 15) \context { \Score \remove 
Bar_number_engraver } }

Unbound variable: layout-set-staff-size

I'm using 2.10.20.

Thanks,

-- Ed


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







___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond





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


Re: bug status (was Re: how to set staff size in safe mode)

2007-03-14 Thread Graham Percival

Ed Stauff wrote:
Regarding the bug where you can't set staff size in safe mode, Graham 
Percival wrote:

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


Cool!
What's the best way for me to track the status of this bug?  That is, 
find out whether it's being worked on, when I might expect it to appear 
in a release, when it actually does appear in a release, etc.?


Sign up with a google account, then mark that bug.  You'll get automatic 
email updates whenever the bug has new info (including a fix and my 
verificiation).


Cheers,
- Graham


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


Re: how to set staff size in safe mode

2007-03-12 Thread Mats Bengtsson

David Feuer wrote:

On 3/11/07, Mats Bengtsson [EMAIL PROTECTED] wrote:

This seems like a bug, so I forward it to bug-lilypond. For example,
#(set-global-staff-size 16)


I don't understand why a few things (staff size and beaming behavior
come to mind) need to be set using Scheme setter functions.  Why can't
we just use global-staff-size = #16 in a paper block?


This function sets a number of different parameters. Of course, in theory it
should be possible to rewrite the program so that all these values are 
derived
from a single parameter like global-staff-size, but I guess that this 
would involve

quite a lot of hacking.


  Speaking of
beaming, where should I use #override-auto-beam-setting if I want to
specify beaming behavior for the entire (polyphonic) piece?
Use #(score-override-auto-beam-setting ...) or 
#(override-auto-beam-setting ... 'Score)
as described in the section on Setting automatic beam behavior. Still, 
you have to
insert these commands together with the notes. Unfortunately, you cannot 
do it

in a \layout{...} block, which would have been a cleaner solution.

   /Mats



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


how to set staff size in safe mode

2007-03-11 Thread Ed Stauff
How can I set the staff size in safe mode?  I've only been able to find 
two ways in the documentation: set-global-staff-size and 
layout-set-staff-size, and neither one works in safe mode.  I get this 
error:


3.ly:8:12: error: GUILE signaled an error for the expression beginning here
\layout {  #
(layout-set-staff-size 15) \context { \Score \remove 
Bar_number_engraver } }

Unbound variable: layout-set-staff-size

I'm using 2.10.20.

Thanks,

-- Ed


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


Re: how to set staff size in safe mode

2007-03-11 Thread Mats Bengtsson

This seems like a bug, so I forward it to bug-lilypond. For example,
#(set-global-staff-size 16)

{c' d' e' f'}


works without problems in version 2.8 but fails with the error message

Unbound variable: $defaultpaper

in version 2.11.20.

  /Mats

Quoting Ed Stauff [EMAIL PROTECTED]:

How can I set the staff size in safe mode?  I've only been able to 
find two ways in the documentation: set-global-staff-size and 
layout-set-staff-size, and neither one works in safe mode.  I get 
this error:


3.ly:8:12: error: GUILE signaled an error for the expression beginning here
\layout {  #
(layout-set-staff-size 15) \context { \Score \remove 
Bar_number_engraver } }

Unbound variable: layout-set-staff-size

I'm using 2.10.20.

Thanks,

-- Ed


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







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


Re: how to set staff size in safe mode

2007-03-11 Thread David Feuer

On 3/11/07, Mats Bengtsson [EMAIL PROTECTED] wrote:

This seems like a bug, so I forward it to bug-lilypond. For example,
#(set-global-staff-size 16)


I don't understand why a few things (staff size and beaming behavior
come to mind) need to be set using Scheme setter functions.  Why can't
we just use global-staff-size = #16 in a paper block?  Speaking of
beaming, where should I use #override-auto-beam-setting if I want to
specify beaming behavior for the entire (polyphonic) piece?

David Feuer


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