BirminghamConservatoire / JohannesTinctoris

Editing and rendering text and music notation for online edition of music treatises
7 stars 4 forks source link

Label after clef merges mensuration sign into clef #7

Closed annplaksin closed 3 years ago

annplaksin commented 4 years ago

The label makes the clef and mensuration sign falls into the same position, while it should be aligned with the clef.

<piece: {mensural: void}, {staf: 5, black}>
<part: 1> 
    <label: rot90c, 14>
        <red>
            Part 1
        </red>
    </label> 
    {clef: F8} 
    <label: 14>
        <red>
            after clef
        </red>
    </label> 
    {solm: 0} {mens: O9} <lig>BF BG? LF</lig> &F || 
</part>
</piece>

A current workaround is adding [-] before the clef...

annplaksin commented 4 years ago

This is hopefully resolved as well. It would be kind if someone could play around with labels and text underlay and see if I messed something else up... like wrong horizontal positions following <text> or <label>.

Thanks!