Re: Stem #'flag-style no longer valid

2011-09-16 Thread m...@apollinemike.com
On Sep 11, 2011, at 11:28 PM, Nick Payne wrote:

 Just tried to rebuild one of my scores using 2.15.10, and got a number of 
 warnings in the log like so:
 
 warning: cannot find property type-check for `flag-style' (backend-type?).  
 perhaps a typing error?
 warning: doing assignment anyway
 
 it looks like the override I am using is no longer valid - the following 
 short test case gives the same error:
 
 \version 2.15.10
 
 \relative c' {
  \once \override Stem #'flag-style = #'no-flag c8
 }
 
 What should I replace it with?
 
 Nick

Hey all,

Back from vacation and slowly clearing out a backlog of e-mails.
This indeed should be a convert-ly rule: I'll write one tonight or tomorrow 
(there was some talk on the devel list about how these rules should be handled 
when syntax changes are involved - I'll e-mail the list later to work this out).

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


Re: Stem #'flag-style no longer valid

2011-09-12 Thread Nick Payne

On 12/09/11 07:38, Xavier Scheuer wrote:

On 11 September 2011 23:28, Nick Paynenick.pa...@internode.on.net  wrote:

Just tried to rebuild one of my scores using 2.15.10, and got a number of
warnings in the log like so:

warning: cannot find property type-check for `flag-style' (backend-type?).
  perhaps a typing error?
warning: doing assignment anyway

it looks like the override I am using is no longer valid - the following
short test case gives the same error:

\version 2.15.10

\relative c' {
   \once \override Stem #'flag-style = #'no-flag c8
}

What should I replace it with?

Hi,

Mike Solomon created a Flag grob.
http://code.google.com/p/lilypond/issues/detail?id=1843

The new syntax should be

   \override Flag #'style = #'no-flag

Normally the syntax has been replaced everywhere in the documentation
http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=commit;h=f0978ed121192fee9bdf2453a325d98693148acf
http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=commit;h=7ee4165c3403cdd121621f75ed408a241621d37b

Maybe there is no convert-ly rule for this (yet).
I cannot check right now.  I'll ask.
I'm pretty sure I've run convert-ly on that score every time I've worked 
on it with an updated version of LP, so I suspect that there is no 
convert-ly for that - nor can I recall any warning in the convert-ly log 
about needing a manual change.


Nick

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


Stem #'flag-style no longer valid

2011-09-11 Thread Nick Payne
Just tried to rebuild one of my scores using 2.15.10, and got a number 
of warnings in the log like so:


warning: cannot find property type-check for `flag-style' 
(backend-type?).  perhaps a typing error?

warning: doing assignment anyway

it looks like the override I am using is no longer valid - the following 
short test case gives the same error:


\version 2.15.10

\relative c' {
   \once \override Stem #'flag-style = #'no-flag c8
}

What should I replace it with?

Nick

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


Re: Stem #'flag-style no longer valid

2011-09-11 Thread Neil Puttock
On 11 September 2011 22:28, Nick Payne nick.pa...@internode.on.net wrote:

 What should I replace it with?

\once \override Flag #'style = #'no-flag

I'm not sure why we don't have a convert rule though.

Cheers,
Neil

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


Re: Stem #'flag-style no longer valid

2011-09-11 Thread Xavier Scheuer
On 11 September 2011 23:28, Nick Payne nick.pa...@internode.on.net wrote:

 Just tried to rebuild one of my scores using 2.15.10, and got a number of
 warnings in the log like so:

 warning: cannot find property type-check for `flag-style' (backend-type?).
  perhaps a typing error?
 warning: doing assignment anyway

 it looks like the override I am using is no longer valid - the following
 short test case gives the same error:

 \version 2.15.10

 \relative c' {
   \once \override Stem #'flag-style = #'no-flag c8
 }

 What should I replace it with?

Hi,

Mike Solomon created a Flag grob.
http://code.google.com/p/lilypond/issues/detail?id=1843

The new syntax should be

  \override Flag #'style = #'no-flag

Normally the syntax has been replaced everywhere in the documentation
http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=commit;h=f0978ed121192fee9bdf2453a325d98693148acf
http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=commit;h=7ee4165c3403cdd121621f75ed408a241621d37b

Maybe there is no convert-ly rule for this (yet).
I cannot check right now.  I'll ask.

Cheers,
Xavier

-- 
Xavier Scheuer x.sche...@gmail.com

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