<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Jari,<br>
<br>
I was trying to copy a FCNoteEntry and used this code snippet:<br>
<br>
destentry:CopyEntry(sourceentry)<br>
destentry:CopyEntryDetails(sourceentry,true)<br>
...plus some extra code for tuplet copying...<br>
<br>
That worked fine ... but: as you mention in the online documentation
for CopyEntry:<br>
"<span style="color: rgb(0, 0, 0); font-family: Roboto, sans-serif;
font-size: 14px; font-style: normal; font-variant: normal;
font-weight: normal; letter-spacing: normal; line-height: 22px;
orphans: auto; text-align: start; text-indent: 0px;
text-transform: none; white-space: normal; widows: 1;
word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
!important; float: none; background-color: rgb(255, 255, 255);"><span
class="Apple-converted-space"></span>note entry flags (such as
beam/beat and attachment flags) are not copied".<br>
</span><br>
I noticed that I need to add to the code at least:<br>
destentry.BeamBeat=sourceentry.BeamBeat<br>
<br>
Are there any other flags that I need to copy by hand to get
identical flags ?<br>
<br>
And if so, wouldn't it make sense to include all flags that are not
copied with CopyEntry and CopyEntryDetails into a third Copy-method
? It's not so obvious why BeamBeat is a flag that needs to be copied
by hand.<br>
<br>
Jan<br>
</body>
</html>