mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 19:23:59 +00:00
Better lyrics alignment
This commit is contained in:
parent
1d3fc9e22b
commit
7339ccd659
|
@ -138,8 +138,8 @@
|
|||
NSSize sz =
|
||||
[syll sizeWithAttributes:sLyricsFont];
|
||||
NSPoint syllLoc =
|
||||
NSMakePoint(fClefKeyW+(m+at)*fMeasureW
|
||||
+ 0.5f*(kNoteW-sz.width),
|
||||
NSMakePoint([self noteXInMeasure:m at:at]
|
||||
- 0.5f*sz.width,
|
||||
kSystemY+kLyricsY-stanza*kLyricsH);
|
||||
if (note->fLyrics[stanza-1].fKind & VLSyllable::kHasNext)
|
||||
syll = [syll stringByAppendingString:@" -"];
|
||||
|
|
Loading…
Reference in New Issue
Block a user