You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vex...@googlegroups.com
I read a previous comment on the forum about how to automatically beam groups of notes. However, I am unable to get it to work for me. I have tried putting the comment before 'formatter variable'. But it doesn't work. Here is the code:
var notes3 = [
new Vex.Flow.StaveNote({ keys: ["b/4"], duration: "32" }),
new Vex.Flow.StaveNote({ keys: ["b/4"], duration: "32" }),
new Vex.Flow.StaveNote({ keys: ["b/4"], duration: "32" }),
new Vex.Flow.StaveNote({ keys: ["b/4"], duration: "32" })
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vex...@googlegroups.com, mo...@muthanna.com
Thanks for your help. I have had a look at the code. So far it works ok on Jsfiddle but when I paste in into the rest of my code. The stems and the beams disappear. I will investigate it tonight.
Ian
unread,
May 23, 2014, 4:38:22 AM5/23/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vex...@googlegroups.com, mo...@muthanna.com
It's working now. I forgot to change some of the variables. Thanks very much for your help.