Skip to content

Commit

Permalink
Tweak Bravura stem metrics. There is no way to get this perfect on the
Browse files Browse the repository at this point in the history
half notes, unless we change Flow.STEM_WIDTH to 1.2 (a thinner stem)
so that it more faithfully reproduces the Bravura half note.
  • Loading branch information
ronyeh committed Apr 29, 2021
1 parent 0264303 commit fa8e299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fonts/bravura_metrics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ export const BravuraMetrics = {
offsetYBaseStemDown: 4,
},
noteheadHalf: {
offsetYBaseStemUp: -2.5,
offsetYBaseStemDown: 2.6,
offsetYBaseStemUp: -2.55,
offsetYBaseStemDown: 2.65,
},
noteheadBlack: {
offsetYBaseStemUp: -2,
Expand Down

0 comments on commit fa8e299

Please sign in to comment.