Skip to content

Commit

Permalink
Fixed glyph reference and updated the changelog.
Browse files Browse the repository at this point in the history
Part of the implementation for #1558
  • Loading branch information
henryso committed Feb 5, 2022
1 parent 80afafc commit 9493fea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ As of v3.0.0 this project adheres to [Semantic Versioning](http://semver.org/).

### Added
- Added a configurable setting `\gresetunisonbreakbehavior` to control automatic line breaks between unison notes above a syllable. Defaults to `breakable` for backwards compatibility, but may be set to `unbreakable` if that behavior is desired. See [#1504](https://github.com/gregorio-project/gregorio/issues/1504).
- Added the ability to fuse upwards to a virga. See [#1558](https://github.com/gregorio-project/gregorio/issues/1558)
- Added the ability to use the "stroke" form of a clivis instead of the default two-notes form by specifying `[shape:stroke]` after the clivis to change. See [#1558](https://github.com/gregorio-project/gregorio/issues/1558)

## [Unreleased][CTAN]

Expand Down
5 changes: 4 additions & 1 deletion doc/GregorioRef.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ local function sort_unique_keys(tables, compare)
end
end
return sort_keys(set)
end
end

local EXCLUDE = {
['.notdef'] = true,
Expand Down Expand Up @@ -326,6 +326,9 @@ local GABC_FUSE = {
Flexus = [[\excluded{e}@]],
FlexusOriscus = [[\excluded{e}@]],
FlexusOriscusInusitatus = [[\excluded{e}@]],
Virga = [[\excluded{e}@]],
VirgaLongqueue = [[\excluded{f}@]],
VirgaOpenqueue = { [[\excluded{a}@]], [[cv]] },
},
Lower = {
Punctum = [[\excluded{i}@]],
Expand Down

0 comments on commit 9493fea

Please sign in to comment.