# HG changeset patch # User Chris Cannam # Date 1399550373 -3600 # Node ID e3373d367bda210901c8a2e07fc11a1195a17119 # Parent 8db5e4ab56ce46f48b17bc297e2da5197804fc83 Adjust warning so as to indicate what program did the converting diff -r 8db5e4ab56ce -r e3373d367bda data/include/bassoon.h --- a/data/include/bassoon.h Thu May 08 12:59:09 2014 +0100 +++ b/data/include/bassoon.h Thu May 08 12:59:33 2014 +0100 @@ -1,4 +1,4 @@ -/* Do not edit this file: it was automatically generated */ +/* Do not edit: this file was automatically generated by generateTemplatesC */ { "bassoon", diff -r 8db5e4ab56ce -r e3373d367bda data/include/cello.h --- a/data/include/cello.h Thu May 08 12:59:09 2014 +0100 +++ b/data/include/cello.h Thu May 08 12:59:33 2014 +0100 @@ -1,4 +1,4 @@ -/* Do not edit this file: it was automatically generated */ +/* Do not edit: this file was automatically generated by generateTemplatesC */ { "cello", diff -r 8db5e4ab56ce -r e3373d367bda data/include/clarinet.h --- a/data/include/clarinet.h Thu May 08 12:59:09 2014 +0100 +++ b/data/include/clarinet.h Thu May 08 12:59:33 2014 +0100 @@ -1,4 +1,4 @@ -/* Do not edit this file: it was automatically generated */ +/* Do not edit: this file was automatically generated by generateTemplatesC */ { "clarinet", diff -r 8db5e4ab56ce -r e3373d367bda data/include/flute.h --- a/data/include/flute.h Thu May 08 12:59:09 2014 +0100 +++ b/data/include/flute.h Thu May 08 12:59:33 2014 +0100 @@ -1,4 +1,4 @@ -/* Do not edit this file: it was automatically generated */ +/* Do not edit: this file was automatically generated by generateTemplatesC */ { "flute", diff -r 8db5e4ab56ce -r e3373d367bda data/include/guitar.h --- a/data/include/guitar.h Thu May 08 12:59:09 2014 +0100 +++ b/data/include/guitar.h Thu May 08 12:59:33 2014 +0100 @@ -1,4 +1,4 @@ -/* Do not edit this file: it was automatically generated */ +/* Do not edit: this file was automatically generated by generateTemplatesC */ { "guitar", diff -r 8db5e4ab56ce -r e3373d367bda data/include/horn.h --- a/data/include/horn.h Thu May 08 12:59:09 2014 +0100 +++ b/data/include/horn.h Thu May 08 12:59:33 2014 +0100 @@ -1,4 +1,4 @@ -/* Do not edit this file: it was automatically generated */ +/* Do not edit: this file was automatically generated by generateTemplatesC */ { "horn", diff -r 8db5e4ab56ce -r e3373d367bda data/include/oboe.h --- a/data/include/oboe.h Thu May 08 12:59:09 2014 +0100 +++ b/data/include/oboe.h Thu May 08 12:59:33 2014 +0100 @@ -1,4 +1,4 @@ -/* Do not edit this file: it was automatically generated */ +/* Do not edit: this file was automatically generated by generateTemplatesC */ { "oboe", diff -r 8db5e4ab56ce -r e3373d367bda data/include/piano-maps-SptkBGCl.h --- a/data/include/piano-maps-SptkBGCl.h Thu May 08 12:59:09 2014 +0100 +++ b/data/include/piano-maps-SptkBGCl.h Thu May 08 12:59:33 2014 +0100 @@ -1,4 +1,4 @@ -/* Do not edit this file: it was automatically generated */ +/* Do not edit: this file was automatically generated by generateTemplatesC */ { "piano-maps-SptkBGCl", diff -r 8db5e4ab56ce -r e3373d367bda data/include/templates.h --- a/data/include/templates.h Thu May 08 12:59:09 2014 +0100 +++ b/data/include/templates.h Thu May 08 12:59:33 2014 +0100 @@ -1,4 +1,4 @@ -/* Do not edit this file: it was automatically generated */ +/* Do not edit: this file was automatically generated by generateTemplatesC */ #ifndef SILVET_DATA_TEMPLATES_H #define SILVET_DATA_TEMPLATES_H diff -r 8db5e4ab56ce -r e3373d367bda data/include/tenorsax.h --- a/data/include/tenorsax.h Thu May 08 12:59:09 2014 +0100 +++ b/data/include/tenorsax.h Thu May 08 12:59:33 2014 +0100 @@ -1,4 +1,4 @@ -/* Do not edit this file: it was automatically generated */ +/* Do not edit: this file was automatically generated by generateTemplatesC */ { "tenorsax", diff -r 8db5e4ab56ce -r e3373d367bda data/include/violin.h --- a/data/include/violin.h Thu May 08 12:59:09 2014 +0100 +++ b/data/include/violin.h Thu May 08 12:59:33 2014 +0100 @@ -1,4 +1,4 @@ -/* Do not edit this file: it was automatically generated */ +/* Do not edit: this file was automatically generated by generateTemplatesC */ { "violin", diff -r 8db5e4ab56ce -r e3373d367bda yeti/scratch/generateTemplatesC.yeti --- a/yeti/scratch/generateTemplatesC.yeti Thu May 08 12:59:09 2014 +0100 +++ b/yeti/scratch/generateTemplatesC.yeti Thu May 08 12:59:33 2014 +0100 @@ -42,7 +42,7 @@ dataDir = "../../data"; includeDir = "\(dataDir)/include"; -warning = "/* Do not edit this file: it was automatically generated */"; +warning = "/* Do not edit: this file was automatically generated by generateTemplatesC */"; noteCount = 88; templateHeight = 545;