Mercurial > hg > silvet
changeset 136:e3373d367bda
Adjust warning so as to indicate what program did the converting
author | Chris Cannam |
---|---|
date | Thu, 08 May 2014 12:59:33 +0100 |
parents | 8db5e4ab56ce |
children | 78e0f163e035 |
files | data/include/bassoon.h data/include/cello.h data/include/clarinet.h data/include/flute.h data/include/guitar.h data/include/horn.h data/include/oboe.h data/include/piano-maps-SptkBGCl.h data/include/templates.h data/include/tenorsax.h data/include/violin.h yeti/scratch/generateTemplatesC.yeti |
diffstat | 12 files changed, 12 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- 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",
--- 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",
--- 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",
--- 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",
--- 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",
--- 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",
--- 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",
--- 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",
--- 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
--- 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",
--- 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",
--- 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;