<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
I found Jari mentioning bookmarks in an old conversation with me:<br>
<br>
On 2015-05-27 14:19, Jan Angermüller wrote:
<blockquote type="cite" style="color: #007cff;">when going through
all text blocks from FCTextBlocks I noticed that
<br>
different text blocks share the same FCTextBlock.RawTextID, but
with
<br>
different text contents. So RawTextID seems to be ambiguous.
<br>
For example, a text expression FCTextBlock ("div.") can have the
same
<br>
FCTextBlock.RawTextID as a staff name FCTextBlock ("Perc."). Is
that
<br>
correct ?
<br>
</blockquote>
On 2015-07-07 18:35, Jari Williamsson wrote:<br>
Yes, staff texts are tagged to the text block pool, while text
expressions are stored with their own tags. (Other available tags
are elements like verselyrics, sectionlyrics, choruslyrics,
smartshapetext, bookmarks. All these have their own sets of raw text
IDs.)<br>
<br>
<br>
Probably this still doesn't help. But maybe you can fake something
with manipulating the text blocks.<br>
<br>
Jan<br>
</body>
</html>