summaryrefslogtreecommitdiff
path: root/muse2/muse/sig.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2012-03-15 18:21:23 +0000
committerFlorian Jung <flo@windfisch.org>2012-03-15 18:21:23 +0000
commit27b7bf6815cda7abb67026c37b3e44daee1803cb (patch)
tree0b9d1c0bc84ac7ff8032e707f2b5fb4e0aaabb5c /muse2/muse/sig.h
parent2d6f113a10eb485694e20a78500f650776d701e3 (diff)
merged with trunk
Diffstat (limited to 'muse2/muse/sig.h')
-rw-r--r--muse2/muse/sig.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/muse2/muse/sig.h b/muse2/muse/sig.h
index 727ce79e..9f38afd6 100644
--- a/muse2/muse/sig.h
+++ b/muse2/muse/sig.h
@@ -1,3 +1,5 @@
+// THIS FILE IS ORPHANED: nothing uses its functions
+
//=========================================================
// MusE
// Linux Music Editor
@@ -39,8 +41,8 @@ class Xml;
//---------------------------------------------------------
struct SigEvent {
- int z, n; // takt signatur
- unsigned tick; // ab dieser Position gilt signatur
+ int z, n; // beat signature
+ unsigned tick; // valid from this position
int bar; // precomputed
int read(Xml&);