summaryrefslogtreecommitdiffstats
path: root/academic/solfege/solfege.1
blob: f7008ea80557d5da6f2cca5aa3d8b60fbaff4e29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
." Text automatically generated by txt2man
.TH Solfege 1 "06 June 2009" "" ""
.SH NAME
\fBsolfege \fP- GPL'ed ear training software
.SH SYNOPSIS
.nf
.fam C
\fBsolfege\fP [\fIoptions\fP]

.fam T
.fi
.fam T
.fi
.SH DESCRIPTION
GNU Solfege is a program that let you use your computer to do ear
training.
.SH OPTIONS
This program follow the usual GNU command line syntax, with long
\fIoptions\fP starting with two dashes (`-').
.TP
.B
\fB-h\fP, \fB--help\fP
show this help message and exit
.TP
.B
\fB-v\fP, \fB--version\fP
.TP
.B
\fB-w\fP, \fB--warranty\fP
Show warranty and copyright.
.TP
.B
\fB--no-splash\fP
Do not show the startup window.
.TP
.B
\fB--verbose-sound-init\fP
Display more info about the sound setup.
.TP
.B
\fB--no-sound\fP
Do not play any sounds. Instead some data is printed
to standard output. Use this for debugging and
porting.
.TP
.B
\fB--debug\fP
Include features used by the Solfege developers to
debug the program.
.TP
.B
\fB--disable-exception-handler\fP
Disable the exception handling in
Gui.standard_exception_handler.
.TP
.B
\fB--no-random\fP
For debugging only: Select questions from lesson files
in sequential order.
.TP
.B
\fB--enable-gtkhtml\fP
Run using gtkhtml2 instead of the built in HTML
viewer.
.TP
.B
\fB--no-cairo-widgets\fP
Do not use the cairo version of input widgets, even if
we run gtk+ 2.8.0 or newer.
.TP
.B
\fB--show-gtk-warnings\fP
Show GtkWarnings and PangoWarnings in the traceback
window.
.RE
.PP

.SH BUGS
Report bugs to bug-\fBsolfege\fP@gnu.org or http://bugs.solfege.org.
.SH FILES
.TP
.B
/etc/\fBsolfege\fP
if \fBsolfege\fP is installed into /usr, or {prefix}/etc/\fBsolfege\fP
in all other cases.
System administrators can override the values in the
default.config file. The most obvious values you might
want to change is the sound setup.
.TP
.B
~/.solfegerc
This file is used to store most configuration values. While it
is possible to edit the file by hand, everything you need can
and should be done from the gui.
.TP
.B
~/.\fBsolfege\fP
Statistics is stored in subdirectories below this dir.
.SH COPYRIGHT
GNU Solfege is Copyright \[char169] 1999, 2000, 2001, 2002, 2003,
2004, 2005, 2006, 2007, 2008 by Tom Cato Amundsen <tca\[at]gnu.org>.
.PP
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at
your option) any later version.
.SH AUTHOR
Main author of GNU Solfege and this manual page is Tom Cato Amundsen
<tca\[at]gnu.org>. For more details, read the AUTHORS file from the
source tarball.
.RE
.PP