1
0
spogulis no https://github.com/microtherion/VocalEasel.git synced 2025-05-14 16:54:30 +00:00

Properly align chord names

Šī revīzija ir iekļauta:
Matthias Neeracher 2007-10-08 06:07:34 +00:00
vecāks a01d5ed372
revīzija 04d02aafe4

@ -246,8 +246,7 @@ std::string NormalizeName(NSString* rawName)
) {
NSAttributedString * chordName = [self stringWithChord:*chord];
NSPoint chordLoc =
NSMakePoint(fClefKeyW+(m+at)*fMeasureW+0.5f*kNoteW,
kSystemY+kChordY);
NSMakePoint([self noteXInMeasure:m at:at], kSystemY+kChordY);
[chordName drawAtPoint:chordLoc];
at += chord->fDuration;
}