From 860fe303775de8a076ae031190a46ffdd8b2bf72 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 7 Feb 2007 03:22:42 +0000 Subject: Mad sed-fu for consistent private member naming. git-svn-id: http://svn.drobilla.net/lad/machina@286 a436a847-0d15-0410-975c-d299462d15a1 --- data/test.ttl | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/data/test.ttl b/data/test.ttl index e5431fc..35e30e6 100644 --- a/data/test.ttl +++ b/data/test.ttl @@ -5,10 +5,14 @@ :initialNode <#n1> ; :node <#n2> ; + :node <#n3> ; :edge [ :tail <#n1> ; :head <#n2> ; + ] , [ + :tail <#n1> ; + :head <#n3> ; ] . @@ -20,5 +24,9 @@ <#n2> a :Node ; :midiNote 72 ; - :duration 20000 . + :duration 10000 . +<#n3> + a :Node ; + :midiNote 79 ; + :duration 10000 . -- cgit v1.2.1