Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create penalty changing system #1021

Closed
rpspringuel opened this issue Mar 6, 2016 · 3 comments
Closed

Create penalty changing system #1021

rpspringuel opened this issue Mar 6, 2016 · 3 comments
Assignees
Milestone

Comments

@rpspringuel
Copy link
Contributor

Basically something like what I did for the distances: create a system which provides the user with a convenient interface for changing the various penalties without having to redefine commands.

@rpspringuel rpspringuel added this to the 4.2 milestone Mar 6, 2016
@henryso
Copy link
Contributor

henryso commented Mar 22, 2016

From @eroux (on gregorio-devel):

I think the penalties should just be mapped to some \gre@space@count@xxxpenalty counts (no need to make it macros, they can be count directly), that's it... about the deprecation, I really don't think it's necessary, I don't believe many gregorio users know what a penalty is... and those who know will certainly be the kind of persons to look at UPGRADE.md.

@henryso
Copy link
Contributor

henryso commented Mar 22, 2016

There are some numbers in gsp-default.tex like \grewidowpenalty and \grelooseness which are not passed to \gre@penalty but are set into things \widowpenalty = \grewidowpenalty and \looseness = \grelooseness. Should we handle these in the same way?

@eroux
Copy link
Contributor

eroux commented Mar 22, 2016

I think so yes. Also, keep in mind that the same kind of system (mapping to count) will be used for protrusion factors too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants