Text anchor
I modified text style hanbook 2.0 Beta
and I saw there is no "anchor" left. In 1.3 it may have could be page, time, notehead, system, staff
As mesure anchor text was asked .... why if possibile not add the other ?
Is that another way to anchor a text ? Like select the object in which you want to anchor it ? (but is could be for each text is own without unity, and style is for a group of similar texts...) ?
Comments
Sounds like a question for me, but I don't quite understand it.
You wonder how to add an anchor to a h3 title?
If so, the syntax is as follows:
###title {#anchor}
To link to the anchor:
[node:nid,title="some title",fragment="anchor"]
Does that answer your question?
I *think* he's talking about about text within MuseScore, not text with the handbook. That is, he wants the ability in MuseScore "text style" to specify whether a given text is anchored to the note or to the measure or to something else.
I can see the usefulness of this for sure, but there are tons of places in the code where we simply assume things are anchored a particular way, so it would be a non-trivial change, I think. I am confused by the implication that this was possible in 1.3, though - I don't see a way to do it there either.
In reply to I *think* he's talking about by Marc Sabatella
I may have confused two things, the issue that ask for a text to be anchored to a mesure, and the fact that I don't see anchor (for text to page notehead or some others) in the beta 2 (where as it seems to be donable in 1.3) is that more clear ?
In reply to I may have confused two by Zynette
Not really. Where do you see this "anchor" capability in 1.3? I am not aware of any such thing.
In reply to Not really. Where do you see by Marc Sabatella
I don't know if it was a tick box (I don't have it installed here where I am) or just a non modifiable properties but I saw it here
http://musescore.org/en/handbook/text-style (handbook 1.3 text style , properties , anchor)
In reply to I don't know if it was a tick by Zynette
Interesting. There is no such control in the actual text properties dialog in 1.3, nor do i remember one in 1.2, 1.1, or 1.0 although I could be wrong. More likely, there was once long ago and it was removed prior to 1.0 but the documentation was never updated.
In reply to Interesting. There is no by Marc Sabatella
I think also a text is anchored to an object, as we select a note , a frame or a rest or something else to insert it. I tried to insert a text without selecting someting and it doesn't work....
Could it be an information available in the inspector , selecting a text or a note/rest we could see and go with the button that are down to see linked object to the other one ...... Just an idee I don't know if it is made-able
In reply to I think also a text is by Zynette
It is true that each text object is anchored to something. But most types of text can only be anchored to one specific type of object. A staff text, for instance, can *only* be anchored to a note or rest. Well, technically, it is anchored to the "segment" containing that note or rest. Yes, it would be nice if there a way to change it to anchor to the measure, or whatever else, but I don't think there is any easy way to do that. I think internally, MuseScore pretty much needs things to be anchored as they are. So I don't think you could just add a dropdown to the Inspector and expect things to magically work. Could indeed be nice someday, but more likely, instead of a general "anchor anything to anything" facility, just a way to make staff text anchor to the measure would be good enough. A simple checkbox. It wouldn't even have to literally change the anchoring, just how it is laid out.
In reply to It is true that each text by Marc Sabatella
Oh that would be already great....
sorry I don't imagine all the implication of programming such a thing....