1Solfege(1) Solfege(1)
2
3
4
6 solfege - GPL'ed ear training software
7
9 solfege [options]
10
11
13 GNU Solfege is a program that let you use your computer to do ear
14 training.
15
17 This program follow the usual GNU command line syntax, with long
18 options starting with two dashes (`-').
19
20 -h, --help
21 show this help message and exit
22
23 -v, --version
24
25 -w, --warranty
26 Show warranty and copyright.
27
28 --no-splash
29 Do not show the startup window.
30
31 --verbose-sound-init
32 Display more info about the sound setup.
33
34 --no-sound
35 Do not play any sounds. Instead some data is printed to standard
36 output. Use this for debugging and porting.
37
38 --debug
39 Include features used by the Solfege developers to debug the
40 program. --debug-level=DEBUG_LEVEL Valid debug values are:
41 debug, info, warning, error, critical
42
43 --disable-exception-handler
44 Disable the exception handling in Gui.standard_exception_han‐
45 dler.
46
47 --no-random
48 For debugging only: Select questions from lesson files in
49 sequential order.
50
51 --show-gtk-warnings
52 Show GtkWarnings and PangoWarnings in the traceback window.
53
54 -P PROFILE
55 Start with <profile>. Create the profile if it does not exist.
56
57 --make-screenshots
58 Create or update the screenshots for the user manual. Intended
59 for developers of this program.
60
62 Report bugs to bug-solfege@gnu.org or http://bugs.solfege.org.
63
65 /etc/solfege
66 if solfege is installed into /usr, or {prefix}/etc/solfege in
67 all other cases. System administrators can override the values
68 in the default.config file. The most obvious values you might
69 want to change is the sound setup.
70
71 ~/.solfegerc
72 This file is used to store most configuration values. While it
73 is possible to edit the file by hand, everything you need can
74 and should be done from the gui.
75
76 ~/.solfege
77 Statistics is stored in subdirectories below this dir.
78
80 GNU Solfege is Copyright © 1999, 2000, 2001, 2002, 2003, 2004, 2005,
81 2006, 2007, 2008 by Tom Cato Amundsen <tca@gnu.org>.
82
83 This program is free software; you can redistribute it and/or modify it
84 under the terms of the GNU General Public License as published by the
85 Free Software Foundation; either version 2 of the License, or (at your
86 option) any later version.
87
89 Main author of GNU Solfege and this manual page is Tom Cato Amundsen
90 <tca@gnu.org>. For more details, read the AUTHORS file from the source
91 tarball.
92
93 05 oktober 2013 Solfege(1)