Hey, that is cool! So it works without errors for me with this MarkupPostHead tiddler (this tiddler has no tags, specifically, it is NOT tagged with systemConfig):
<script src="http://my.bopland.org/render.js"></script> And this in a tiddler: <html> <div class=bopland> lick 4/4 | Am7-5 d4 [ c8 g eb ] d c f e | D7 eb g bb g# a f# eb c# | Gm7 d4 r r2 | </div> </html> The {{bopland{ ... }}} method does not work for me either, perhaps due to some removal of newlines, etc. as discussed here: http://bit.ly/K3hIgz -Eric On Sun, May 27, 2012 at 10:22 PM, Måns <[email protected]> wrote: > Hi TwWizards > > I'm trying to use bopland.org's ability to render musical score- > snippets in a TiddlyWiki... > Instructions here: > http://my.bopland.org/licks > ---- > I've tried inserting: > <script src="http://my.bopland.org/render.js"></script> > > into the MarkupPostHead and MarkupPreHead tiddlers - however I get lot > of errors (Undefined control sequence < in bar ## ) when testing > something like this: > <html><div class="bopland"> > lick > 4/4 | Am7-5 d4 [ c8 g eb ] d c f e > | D7 eb g bb g# a f# eb c# > | Gm7 d4 r r2 | > </div></html> > - I get same errors if I write: > {{bopland{ > lick > 4/4 | Am7-5 d4 [ c8 g eb ] d c f e > | D7 eb g bb g# a f# eb c# > | Gm7 d4 r r2 | > }}} > ---- > > Do you know a solution to my problem? > > Cheers Måns Mårtensson > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/tiddlywiki?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

