Marc Hohl [Mon, 12 Mar 2012 07:24:12 +0000 (08:24 +0100)]
Issue 2348: Handling of open strings in tablature
This patch creates a switch called restrainOpenStrings. When set to #f
(default), LilyPond considers using open strings even if the normal fingering
calculation would consider them "out of reach".
Setting restrainOpenStrings to #t makes open strings non-special for
the fret calculation routine.
James Lowe [Sun, 11 Mar 2012 13:45:36 +0000 (13:45 +0000)]
NR: General tidy up - @seealso @knownissue spacing
No new information added. Trying to make @seealso sections follow CG policy
including line breaks for consistent visual layout in *.itely files.
Notation Reference only:
Made sure all existing @seealso entries were
i. In the correct order as per the CG
ii. Each @seealso was labelled correctly (i.e. 'Extending LilyPond'
instead of just 'Extending' - as per CG).
iii. Correct punctuation marks at the end of each line entry
iv. Made line breaks between each section consistent (one line space
after main sections). Kept one line space between @seealso and @knownissues.
Made sure two line breaks before next @node. Any @cindex have line space
either side of entry. Removed line space between @seealso and @knownissues
and their respective text entries.
v. Removed @c sections that contained empty @seealso entries
that were just 'placeholders' for the 'future' - as this isn't
standard practice.
Trevor Daniels [Fri, 9 Mar 2012 17:42:59 +0000 (17:42 +0000)]
Improve auxiliar/doc-section.sh
This is intended to quickly compile a section
of the manuals as a check during doc editing,
but parts of it were broken. This patch returns
it to a usable state.
- fix help
- automatically invoke browser to view output
- add choice of browser
- fix pictures
- re-implement option to delete or retain
temp files
Carl Sorensen [Sat, 18 Feb 2012 16:49:56 +0000 (09:49 -0700)]
Set context properties to allow half-measure beaming in 3/4 (Issue 2246)
Introduce beamWholeMeasure, which allows beaming of a whole measure of
eighth notes in 3/4 time (but not beaming of a half measure, since it
appears to be a 6/8 beaming). By default, set to #t.
Introduce beamHalfMeasure, which allows beaming of a half measure of
eighth notes in 3/4 time. By default, set to #f.
A non-empty beamExceptions entry will override beamHalfMeasure and
beamWholeMeasure, since user-specified rules should override defaults.
Includes updated documentation in English docs, and a new regtest. No
changes to translated docs.
Janek Warchoł [Tue, 14 Feb 2012 10:00:06 +0000 (11:00 +0100)]
Web&CG: remove "projects" from HelpUs
CG 1.1 Help us and website community/help us both contain
"projects" section, but:
- noone knows when GLISS will happen
- Frogs are nonexistent at the moment
- GOP is paused, but even if it weren't, i don't think that
it's important for a newcomer to know about it.
Therefore i'm commenting these out (not deleting,
because they may be needed again).
Janek Warchoł [Tue, 14 Feb 2012 08:42:58 +0000 (09:42 +0100)]
web: rephrase bugreports section
According to Graham's favorite rule ("perfection is attained
when there's nothing more to delete") i'm rephrasing bugreports
section hoping to make it even more brief and straightforward
for all users.
Janek Warchoł [Tue, 14 Feb 2012 10:31:59 +0000 (11:31 +0100)]
CG: add information about Regtest Checking Project
Phil Holmes wrote a nice web app that allows people to
review regtests, one at a time. We can ask users for
help and thus painlessly do a full regtest check.
This commit contains brief instructions how to use the app.
Carl Sorensen [Sat, 18 Feb 2012 16:49:56 +0000 (09:49 -0700)]
Set context properties to allow half-measure beaming in 3/4 (Issue 2246)
Introduce beamWholeMeasure, which allows beaming of a whole measure of
eighth notes in 3/4 time (but not beaming of a half measure, since it
appears to be a 6/8 beaming). By default, set to #t.
Introduce beamHalfMeasure, which allows beaming of a half measure of
eighth notes in 3/4 time. By default, set to #f.
A non-empty beamExceptions entry will override beamHalfMeasure and
beamWholeMeasure, since user-specified rules should override defaults.
Includes updated documentation in English docs, and a new regtest. No
changes to translated docs.
Janek Warchoł [Tue, 14 Feb 2012 10:00:06 +0000 (11:00 +0100)]
Web&CG: remove "projects" from HelpUs
CG 1.1 Help us and website community/help us both contain
"projects" section, but:
- noone knows when GLISS will happen
- Frogs are nonexistent at the moment
- GOP is paused, but even if it weren't, i don't think that
it's important for a newcomer to know about it.
Therefore i'm commenting these out (not deleting,
because they may be needed again).