-
Notifications
You must be signed in to change notification settings - Fork 44
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
Add option to print only the first flat on each line #1607
Open
davidweichiang
wants to merge
18
commits into
gregorio-project:develop
Choose a base branch
from
davidweichiang:flats-gaux
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 8 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
3ae07bb
Adds a new option (alteration-scope: line in header, \setalterationsc…
davidweichiang f16aa96
Adds a new option (alteration-scope: line in header, \setalterationsc…
davidweichiang a2a2e0c
correctly compute space before suppressed flats
davidweichiang 5ab1c49
resolve conflicts
davidweichiang 7043fdb
fix bug in previous commit
davidweichiang 949b794
with alteration-scope:line, if a natural follows a flat on the same l…
davidweichiang 3eac5d4
fix bug in last commit and clean up
davidweichiang e2f293b
suppressed flats shouldn't have ledger lines
davidweichiang 1a0b474
rename some local macros with \gre@ prefix
davidweichiang a0054fd
Add "soft" flat (X), sharp (#*), and natural (Y), which appear only i…
davidweichiang d28a7e6
a soft natural shouldn't be printed if it's the first on the line
davidweichiang 348de3c
new cases needed for soft flats with ledger lines
davidweichiang 24b60df
Add \gresetalterationeffect option and some documentation
davidweichiang a35eb55
fix spacing between bar and suppressed flat
davidweichiang fc38e7a
change soft sharp to ##
davidweichiang 4005bb8
update docs for soft alterations
davidweichiang 88c8928
change many double quotes
davidweichiang 48dce0b
improve "rerun to fix" warning and some comments
davidweichiang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We try to avoid unprefixed macros in order to prevent name conflicts with other packages (regardless of how unlikely we think they are). Our prefix system is:
\gre@
: Internal macros that users should never interact with in their documents\Gre
: Macros written to the gtex file by the executable. Advanced users might interact with these to do special things in their document\gre
: user facing macros. We expect users to make use of these macros regularly.With that in mind,
\alterationchar
and\alterationhole
should probably be named\gre@alterationchar
and\gre@alterationhole
.