]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
12 years agoRelease: update news. release/2.15.12-1
Graham Percival [Tue, 20 Sep 2011 22:17:42 +0000 (23:17 +0100)]
Release: update news.

12 years agoparser.yy: Reorganization/cleanup
David Kastrup [Sun, 18 Sep 2011 22:56:02 +0000 (00:56 +0200)]
parser.yy: Reorganization/cleanup

12 years agodefine-markup-commands.scm: Fix bad parameter type for \on-the-fly
David Kastrup [Tue, 20 Sep 2011 20:28:08 +0000 (22:28 +0200)]
define-markup-commands.scm: Fix bad parameter type for \on-the-fly

12 years agoDoc-fr: typo (notation/input)
Jean-Charles Malahieude [Tue, 20 Sep 2011 17:26:38 +0000 (19:26 +0200)]
Doc-fr: typo (notation/input)

12 years agoFix 1896: chord names can have instrument names.
Joe Neeman [Mon, 19 Sep 2011 15:32:58 +0000 (08:32 -0700)]
Fix 1896: chord names can have instrument names.

This fixes a problem in the fix for issue 1598, which disabled
instrument names for non-spaceable staves.  Now we include non-spaceable
staves, but not if there are some spaceable ones.

12 years agoAmend 16e626a85244: Forgot to change the function documentation string
Reinhold Kainhofer [Mon, 19 Sep 2011 10:45:34 +0000 (12:45 +0200)]
Amend 16e626a85244: Forgot to change the function documentation string

12 years agodoc build: Use all includes for texinfo also for the xref-map generation
Reinhold Kainhofer [Sat, 17 Sep 2011 13:06:33 +0000 (15:06 +0200)]
doc build: Use all includes for texinfo also for the xref-map generation

12 years agoIntroduce a maximum depth for markup evaluation
Reinhold Kainhofer [Thu, 15 Sep 2011 13:36:48 +0000 (15:36 +0200)]
Introduce a maximum depth for markup evaluation

This will fix cases where a markup function calls itself
(or other functions) recursively with different arguments,
so the loop detection fails.

12 years agoFix 380: Try to auto-detect cyclic references in header fields
Reinhold Kainhofer [Fri, 9 Sep 2011 16:46:25 +0000 (18:46 +0200)]
Fix 380: Try to auto-detect cyclic references in header fields

Inside \fromproperty, simply change the props so that all references to the
currently interpreted property point to a function that prints out
a warning and returns a null markup, while interpreting the contents
of the property.

This is a specialized case of the cycle detection, since the hare+
tortoise algorithm does not tell us where the cycle was causes.
For properties we have a simple way to detect cyclic dependencies,
so we can tell the user which definition caused the problem.

12 years agoFix 380: Auto-detect all cyclic references in markups
Reinhold Kainhofer [Fri, 9 Sep 2011 16:46:25 +0000 (18:46 +0200)]
Fix 380: Auto-detect all cyclic references in markups

Use a hare+tortoise-like algorithm to detect cyclic references in markups.

12 years agoAdd some polyphonically directed grobs
Bertrand Bordage [Mon, 29 Aug 2011 12:25:23 +0000 (14:25 +0200)]
Add some polyphonically directed grobs

Accidental suggestions, ligatures and spanned trills added to
direction-polyphonic-grobs.

12 years agoNew short lyric tie.
Bertrand Bordage [Mon, 15 Aug 2011 23:17:51 +0000 (01:17 +0200)]
New short lyric tie.

This handles a special case met at least in Italian.
The default tie has also been redesigned.

12 years agoFix 1903: honor score-ending manual page breaks.
Joe Neeman [Sun, 18 Sep 2011 19:59:58 +0000 (12:59 -0700)]
Fix 1903: honor score-ending manual page breaks.

12 years agoUses Beam::is_knee instead of get_property ("knee") to check for kneed beams.
Mike Solomon [Sun, 18 Sep 2011 17:09:52 +0000 (19:09 +0200)]
Uses Beam::is_knee instead of get_property ("knee") to check for kneed beams.

This fixes a problem in the code base where the first stem of a beam sometimes
had an ideal_y of its stem_info set to an incorrect value.

12 years agoFix missing linebreaks in output
Reinhold Kainhofer [Sun, 18 Sep 2011 08:42:53 +0000 (10:42 +0200)]
Fix missing linebreaks in output

12 years agoFormatting nits.
Werner Lemberg [Sun, 18 Sep 2011 06:08:46 +0000 (08:08 +0200)]
Formatting nits.

12 years agoWarnings: Turn some normal messages into warnings
Reinhold Kainhofer [Sat, 17 Sep 2011 23:38:19 +0000 (01:38 +0200)]
Warnings: Turn some normal messages into warnings

12 years agoRevert "Release: update news."
Graham Percival [Sun, 18 Sep 2011 00:01:08 +0000 (01:01 +0100)]
Revert "Release: update news."

This reverts commit 677f06b3863a5bfbc3de2461cb4aa85e54927dbd.

Sorry, this was merged from release/unstable by accident.  There
is no 2.15.12 release yet, due to an existing Critical regression.

12 years agoDoc: adding doc strings for \...DashPattern and \harmonicBy...
Marc Hohl [Wed, 14 Sep 2011 18:23:13 +0000 (20:23 +0200)]
Doc: adding doc strings for \...DashPattern and \harmonicBy...

12 years agoCleans the selector of "reduced hole" noteheads.
Bertrand Bordage [Sat, 17 Sep 2011 21:07:14 +0000 (23:07 +0200)]
Cleans the selector of "reduced hole" noteheads.

This wasn't working with uncommon staves.

12 years agochange longas similarly to how breves were changed
Janek Warchol [Sat, 17 Sep 2011 21:14:59 +0000 (23:14 +0200)]
change longas similarly to how breves were changed

Put vertical lines farther apart,
make them longer to increase readability
and include them in X-extent.

12 years agoRevert "change longas similarly to how breves were changed"
Janek Warchol [Sat, 17 Sep 2011 20:57:37 +0000 (22:57 +0200)]
Revert "change longas similarly to how breves were changed"

This reverts commit 72b2acb98422cde09729517d2a62d382f7b73814.

12 years agoRevert "variable fix"
Janek Warchol [Sat, 17 Sep 2011 20:57:25 +0000 (22:57 +0200)]
Revert "variable fix"

This reverts commit 67e06fc960b674bff40bffa0e7770f5e833e7285.

12 years agovariable fix
Janek Warchol [Tue, 13 Sep 2011 15:19:58 +0000 (17:19 +0200)]
variable fix

12 years agochange longas similarly to how breves were changed
Janek Warchol [Sat, 6 Aug 2011 08:02:59 +0000 (10:02 +0200)]
change longas similarly to how breves were changed

Put vertical lines farther apart,
make them longer to increase readability
and include them in X-extent.

12 years agoGlossary: Fix snippets with Scale degree and function
Reinhold Kainhofer [Sat, 17 Sep 2011 19:19:27 +0000 (21:19 +0200)]
Glossary: Fix snippets with Scale degree and function

12 years agoMake: Move comments out of the receipe; We don't want them to be passed to the shell
Reinhold Kainhofer [Sat, 17 Sep 2011 13:06:08 +0000 (15:06 +0200)]
Make: Move comments out of the receipe; We don't want them to be passed to the shell

12 years agoBuild fix : destroy nice python list comprehension
Graham Percival [Sat, 17 Sep 2011 18:25:03 +0000 (19:25 +0100)]
Build fix : destroy nice python list comprehension

GUB only has python 2.4, which means that all our scripts must
only use python 2.4, which means that we can't do useful list
comprehensions like
    langs = [i.code if i.code != 'en' else '' for i in
langdefs.WEB_LANGUAGES]

http://code.google.com/p/lilypond/issues/detail?id=1895

12 years agoRelease: update news.
Graham Percival [Sat, 17 Sep 2011 16:51:22 +0000 (17:51 +0100)]
Release: update news.

12 years agoBuild: fix website (1892)
Graham Percival [Sat, 17 Sep 2011 16:46:40 +0000 (17:46 +0100)]
Build: fix website (1892)

12 years agoAdd missing files of the previous commit.
Bertrand Bordage [Sat, 17 Sep 2011 16:32:53 +0000 (18:32 +0200)]
Add missing files of the previous commit.

12 years agoImproves parmesan noteheads.
Bertrand Bordage [Sat, 17 Sep 2011 16:05:04 +0000 (18:05 +0200)]
Improves parmesan noteheads.

* Separates parmesan-noteheads in its own sub-font.
* Adds a new Staff called PetrucciStaff (with its PetrucciVoice).

Fixes numerous issues for Petrucci/mensural/neomensural styles:
* Stems centered around the attachment point.
* Attachment point lowered.
* Adds brevis/longa/maxima pointing upward.
* Increases the hole height for brevis/longa/maxima
  that are on a staff line.
* Decreases the hole height for brevis/longa/maxima
  that are between staff lines.
* Shortens and thickens the stem of the longa.
* Improves the design of brevis/longa/maxima.

Improves the design of Petrucci/neomensural notes shorter than a brevis:
* Adds small curves inside the hole of
  Petrucci/neomensural whole/half notes and inside harmonics.
* Reduces the height and the hole width of Petrucci whole/half notes.
* Increases the size of neomensural notes shorter than a brevis.

12 years agoFixes issue 1881: cyclic dependency in Stem #'Y-extent.
Mike Solomon [Sat, 17 Sep 2011 11:45:34 +0000 (13:45 +0200)]
Fixes issue 1881: cyclic dependency in Stem #'Y-extent.

The fix does not trigger Y-extent calculations in Stem::set_stem_positions,
as this function may itself be called in a Y-extent calculation.  Now,
this function sets the begin position and the length, which are required
by Stem::height in order to report the Y-extent.

12 years agoMakefile: Add missing .PHONY targets
Reinhold Kainhofer [Sat, 17 Sep 2011 11:34:26 +0000 (13:34 +0200)]
Makefile: Add missing .PHONY targets

This makes our build system also work when you have a file called
"test" or "website" in your sourcedir... Otherwise, make would detect
that file and decide that since it exists, nothing needs to be done...

12 years agoDocs: Use @code instead of @var for a placeholder description
Reinhold Kainhofer [Sat, 17 Sep 2011 10:48:01 +0000 (12:48 +0200)]
Docs: Use @code instead of @var for a placeholder description

12 years agoFix 1598.
Joe Neeman [Sat, 17 Sep 2011 03:00:18 +0000 (20:00 -0700)]
Fix 1598.

Don't include non-spaceable lines in the extent calculations for InstrumentName.

12 years agoCleanups and generalizations in Bezier::minmax.
Joe Neeman [Sat, 17 Sep 2011 01:54:45 +0000 (18:54 -0700)]
Cleanups and generalizations in Bezier::minmax.

12 years agoFix issue #1852: manuals needs more explicit dependencies.
Julien Rioux [Fri, 2 Sep 2011 19:26:20 +0000 (15:26 -0400)]
Fix issue #1852: manuals needs more explicit dependencies.

Dependencies are already being tracker by lilypond-book.py,
which produces .dep files containing make rules. The file
stepmake/stepmake/generic-targets.make includes them into
the build.

The problem is that the .dep files contain errors.

We fix the .dep files produced by lilypond-book.py by
  1) using the relative path to the target file,
  2) using the correct file extension for the target file.

12 years agomusic-functions-init.ly: Use Scheme functions instead of void music functions.
David Kastrup [Fri, 16 Sep 2011 09:02:50 +0000 (11:02 +0200)]
music-functions-init.ly: Use Scheme functions instead of void music functions.

12 years agomusic-functions-init.ly: Use foreach instead of map when return value is discarded.
David Kastrup [Fri, 16 Sep 2011 09:01:17 +0000 (11:01 +0200)]
music-functions-init.ly: Use foreach instead of map when return value is discarded.

12 years agoDocs: lilyquote -> quote snippet option
Reinhold Kainhofer [Fri, 16 Sep 2011 10:19:50 +0000 (12:19 +0200)]
Docs: lilyquote -> quote snippet option

12 years agoDoc: Added \compoundMeter function to NR
James Lowe [Sat, 10 Sep 2011 15:09:03 +0000 (16:09 +0100)]
Doc: Added \compoundMeter function to NR

This is for Tracker issue 1776

Added function to Polymetric Noation sections removed an old
snippet from NR (which has been deprecated by this function).

Also took the opportunity to make some other minor grammatical changes
to make (hopefully) the other examples and their explanations
clearer.

Some style changes needed (used @subheading instead of @strong{})
Also removed other references to the snipped including in the
translated tely files and moved cindex entries to the new location.

12 years agoUpdate CG with how to make English only docs
Phil Holmes [Thu, 15 Sep 2011 13:24:43 +0000 (14:24 +0100)]
Update CG with how to make English only docs

12 years agoprogramming_error messages should NOT be translated
Reinhold Kainhofer [Thu, 15 Sep 2011 12:19:08 +0000 (14:19 +0200)]
programming_error messages should NOT be translated

12 years agoFix 456: Also check for laissez-vibrer events attached to single heads inside a chord
Reinhold Kainhofer [Fri, 9 Sep 2011 15:30:18 +0000 (17:30 +0200)]
Fix 456: Also check for laissez-vibrer events attached to single heads inside a chord

12 years agoMusicXML: If staff number is given in an element, make it work even if other elements...
Reinhold Kainhofer [Thu, 8 Sep 2011 17:03:55 +0000 (19:03 +0200)]
MusicXML: If staff number is given in an element, make it work even if other elements don't have a staff number

12 years agoPrint a warning if a music function or context mod is not documented
Reinhold Kainhofer [Wed, 14 Sep 2011 19:31:22 +0000 (21:31 +0200)]
Print a warning if a music function or context mod is not documented

12 years agoUses langdefs.py for make website
Phil Holmes [Wed, 14 Sep 2011 15:57:41 +0000 (16:57 +0100)]
Uses langdefs.py for make website

12 years agoparser.yy: introduce PITCH_IDENTIFIER
David Kastrup [Thu, 15 Sep 2011 08:20:02 +0000 (10:20 +0200)]
parser.yy: introduce PITCH_IDENTIFIER

12 years agomusic-functions.scm: allow dotted argument lists for music functions
David Kastrup [Tue, 13 Sep 2011 14:41:45 +0000 (16:41 +0200)]
music-functions.scm: allow dotted argument lists for music functions

12 years agoFix completely broken Scheme functions
David Kastrup [Tue, 13 Sep 2011 09:27:20 +0000 (11:27 +0200)]
Fix completely broken Scheme functions

12 years agoRevert "leaning.itely: add a musing about \relative f"
David Kastrup [Tue, 13 Sep 2011 00:06:28 +0000 (02:06 +0200)]
Revert "leaning.itely: add a musing about \relative f"

This reverts commit 0ccc25cbb29c6f39b6fce777369639373272f638.

Inappropriate language and content.

12 years agoinclude lines in breve X-extent (issue 1814)
Janek Warchol [Mon, 22 Aug 2011 21:31:28 +0000 (23:31 +0200)]
include lines in breve X-extent (issue 1814)

char box of breve glyphs is widened to include
the lines, not only notehead.  This will allow
Lily to calculate collisions with breves
correctly.  It shouldn't change how breves
are aligned in note columns.

12 years agoparser.yy et al: turn \partial and \skip into music functions.
David Kastrup [Mon, 12 Sep 2011 17:06:59 +0000 (19:06 +0200)]
parser.yy et al: turn \partial and \skip into music functions.

12 years agoCreate a nicer signature format for syntax functions. Fix their autogenerated docs.
David Kastrup [Mon, 12 Sep 2011 16:35:29 +0000 (18:35 +0200)]
Create a nicer signature format for syntax functions.  Fix their autogenerated docs.

12 years agolily/parser.yy: Scheme functions received their arguments reversed. Ouch.
David Kastrup [Mon, 12 Sep 2011 16:30:25 +0000 (18:30 +0200)]
lily/parser.yy: Scheme functions received their arguments reversed.  Ouch.

So move the argument reversal into run_music_function so that we won't forget.

12 years agolily/lexer.ll: Add a backslash to be more syntax-aware editor friendly.
David Kastrup [Mon, 12 Sep 2011 16:27:46 +0000 (18:27 +0200)]
lily/lexer.ll: Add a backslash to be more syntax-aware editor friendly.

12 years agoparser.yy: make INVALID more self-descriptive in case it occurs in syntax errors.
David Kastrup [Mon, 12 Sep 2011 09:03:37 +0000 (11:03 +0200)]
parser.yy: make INVALID more self-descriptive in case it occurs in syntax errors.

12 years agoparser.yy et al: Fix a few style issues of d8ee829c73452cc35ef17c6c22abf5b47c754c15
David Kastrup [Mon, 12 Sep 2011 08:09:34 +0000 (10:09 +0200)]
parser.yy et al: Fix a few style issues of d8ee829c73452cc35ef17c6c22abf5b47c754c15

12 years agoleaning.itely: add a musing about \relative f
David Kastrup [Mon, 12 Sep 2011 01:08:18 +0000 (03:08 +0200)]
leaning.itely: add a musing about \relative f

12 years agoIssue 1135: changing @findex to @funindex in scm/document-identifiers.scm
Marc Hohl [Mon, 12 Sep 2011 14:39:04 +0000 (16:39 +0200)]
Issue 1135: changing @findex to @funindex in scm/document-identifiers.scm

12 years agoMerge branch 'release/unstable'
Graham Percival [Sun, 11 Sep 2011 17:00:07 +0000 (18:00 +0100)]
Merge branch 'release/unstable'

12 years agoRelease: bump version.
Graham Percival [Sun, 11 Sep 2011 16:58:42 +0000 (17:58 +0100)]
Release: bump version.

12 years agoRelease: update news.
Graham Percival [Sun, 11 Sep 2011 15:15:53 +0000 (16:15 +0100)]
Release: update news.

12 years agopitch.cc: let rounded_{semi,quarter}tone_pitch return actually rounded values, toward...
David Kastrup [Sun, 11 Sep 2011 16:02:38 +0000 (18:02 +0200)]
pitch.cc: let rounded_{semi,quarter}tone_pitch return actually rounded values, towards -inf rather than 0.

Adresses issue 1741.

12 years agoBar numbers should not affect music spacing (1880)
Trevor Daniels [Sun, 11 Sep 2011 15:49:29 +0000 (16:49 +0100)]
Bar numbers should not affect music spacing (1880)

12 years agolexer.ll et al: obliterate DIGIT token class
David Kastrup [Tue, 22 Mar 2011 14:22:50 +0000 (15:22 +0100)]
lexer.ll et al: obliterate DIGIT token class

12 years agoRelease: update news. release/2.15.11-1
Graham Percival [Sun, 11 Sep 2011 15:15:53 +0000 (16:15 +0100)]
Release: update news.

12 years agomusic-functions-init.ly et al: Reduce abuse of ly:music? arguments for getting pitches.
David Kastrup [Fri, 9 Sep 2011 13:24:16 +0000 (15:24 +0200)]
music-functions-init.ly et al: Reduce abuse of ly:music? arguments for getting pitches.

12 years agoparser.yy et al: Turn \transpose into a music function.
David Kastrup [Fri, 9 Sep 2011 12:33:38 +0000 (14:33 +0200)]
parser.yy et al: Turn \transpose into a music function.

12 years agoparser.yy: Remove dead token OCTAVE
David Kastrup [Fri, 9 Sep 2011 21:00:09 +0000 (23:00 +0200)]
parser.yy: Remove dead token OCTAVE

12 years agoDoc: capture another nugget from Neil
Trevor Daniels [Sat, 10 Sep 2011 21:17:56 +0000 (22:17 +0100)]
Doc: capture another nugget from Neil

12 years agoMerge branch 'release/unstable'
Graham Percival [Sat, 10 Sep 2011 11:37:11 +0000 (12:37 +0100)]
Merge branch 'release/unstable'

12 years agoFlush all ports after each file, flush stdout after displaying all options
Reinhold Kainhofer [Sat, 3 Sep 2011 23:50:16 +0000 (01:50 +0200)]
Flush all ports after each file, flush stdout after displaying all options

So far, the output of the safe.ly regtest showed up randomly
in some later regtest, because stdout was buffered when redirected
to a file.
This patch flushes all ports after each processed file (only relevant
when multiple files are processed at once).

Unfortunately, it seems stdout is not an open Scheme port when
Scheme doesn't print anything to stdout. So, when displaying all
options, we have to flush stdout directly after printing all
options.

12 years agoadd Julien Rieux to contributors
Janek Warchol [Fri, 9 Sep 2011 19:51:50 +0000 (21:51 +0200)]
add Julien Rieux to contributors

12 years agoFix issue #1815: lilypond-book fails on Windows
Julien Rioux [Fri, 9 Sep 2011 09:13:18 +0000 (05:13 -0400)]
Fix issue #1815: lilypond-book fails on Windows

The path separator was hardcoded to the forward slash '/'.
Use os.path.join instead, fixing this in a portable way.

12 years agoDoc: CG: remove more GOP material
Graham Percival [Wed, 7 Sep 2011 23:03:05 +0000 (00:03 +0100)]
Doc: CG: remove more GOP material

12 years agoparser.yy: allow music function pitch arguments also in chord mode.
David Kastrup [Fri, 9 Sep 2011 11:10:37 +0000 (13:10 +0200)]
parser.yy: allow music function pitch arguments also in chord mode.

12 years agoFix 1805: Ignore AmbitusAccidental in slur/phrasing slur engraving
Reinhold Kainhofer [Wed, 17 Aug 2011 17:11:26 +0000 (19:11 +0200)]
Fix 1805: Ignore AmbitusAccidental in slur/phrasing slur engraving

Slurs and Phrasing slurs don't need to listen for ambitus accidentals,
so instead of acklowledging the accidental interface, we are only
acknowleding inline-accidental.

12 years agoMerge branch 'define-scheme-function'
David Kastrup [Thu, 8 Sep 2011 12:50:35 +0000 (14:50 +0200)]
Merge branch 'define-scheme-function'

12 years agoAdd documentation for define-scheme-function command
David Kastrup [Wed, 7 Sep 2011 23:08:11 +0000 (01:08 +0200)]
Add documentation for define-scheme-function command

12 years agoparser.yy: allow the last music argument of an SCM_FUNCTION to omit delimiters in...
David Kastrup [Wed, 7 Sep 2011 17:04:16 +0000 (19:04 +0200)]
parser.yy: allow the last music argument of an SCM_FUNCTION to omit delimiters in most cases

12 years agolexer.ll: Introduce Scheme functions
David Kastrup [Mon, 5 Sep 2011 11:51:48 +0000 (13:51 +0200)]
lexer.ll: Introduce Scheme functions

12 years agoparser.yy: Change call of run_music_function to a more straightforward variant
David Kastrup [Mon, 5 Sep 2011 11:54:40 +0000 (13:54 +0200)]
parser.yy: Change call of run_music_function to a more straightforward variant

12 years agoRelease: bump version.
Graham Percival [Tue, 6 Sep 2011 10:30:02 +0000 (11:30 +0100)]
Release: bump version.

12 years agoRelease: update news.
Graham Percival [Mon, 5 Sep 2011 19:18:58 +0000 (20:18 +0100)]
Release: update news.

12 years agoMerge remote branch 'origin' into release/unstable release/2.15.10-1
Graham Percival [Tue, 6 Sep 2011 08:19:56 +0000 (09:19 +0100)]
Merge remote branch 'origin' into release/unstable

12 years agoAlign pedal brackets to main note-column; issue 723
Keith OHara [Fri, 26 Aug 2011 04:38:43 +0000 (21:38 -0700)]
Align pedal brackets to main note-column; issue 723

12 years agoMinimum space after time- key-signatures; issue 724
Keith OHara [Tue, 6 Sep 2011 06:25:55 +0000 (23:25 -0700)]
Minimum space after time- key-signatures; issue 724

Incrase extra-spacing width, to leave a gap closer to
those shown in Ted Ross' Art of Music Engraving

12 years agoFixed space after time- key-signatures
Keith OHara [Thu, 1 Sep 2011 00:50:33 +0000 (17:50 -0700)]
Fixed space after time- key-signatures

Reverses the change to space-alists from cc88cd36

12 years agoRevert "Modify chord handling to handle guitar capos"
Janek Warchol [Tue, 6 Sep 2011 07:50:09 +0000 (09:50 +0200)]
Revert "Modify chord handling to handle guitar capos"

This reverts commit 7770772b6101f60b28173fd68ceb701048016b21.

12 years agoupdate the address of git-cl source files
Janek Warchol [Mon, 5 Sep 2011 20:43:58 +0000 (22:43 +0200)]
update the address of git-cl source files

12 years agoDoc -- Add metafont formatting rules to CG
Carl Sorensen [Tue, 6 Sep 2011 01:33:56 +0000 (19:33 -0600)]
Doc -- Add metafont formatting rules to CG

12 years agoDoc: CG: remove policies now on GOP website.
Graham Percival [Mon, 5 Sep 2011 20:35:41 +0000 (21:35 +0100)]
Doc: CG: remove policies now on GOP website.

12 years agoDocs: improve percussion, thanks Adam Tindale
Graham Percival [Fri, 2 Sep 2011 14:20:44 +0000 (15:20 +0100)]
Docs: improve percussion, thanks Adam Tindale

These changes were made during the Conference for
Interdisciplinary Musicology 2011.

12 years agoEnds of barlines are hidden in staff lines.
Janek Warchoł [Sun, 13 Mar 2011 10:33:25 +0000 (11:33 +0100)]
Ends of barlines are hidden in staff lines.

Barlines are made a little shorter, so that the end of the barline doesn't touch
the outer edge of staff line - it ends in the middle of staff line now.
This prevets artifacts in pdf viewing and printing.

12 years agoRelease: update news.
Graham Percival [Mon, 5 Sep 2011 19:18:58 +0000 (20:18 +0100)]
Release: update news.

12 years agoModify chord handling to handle guitar capos
Wol [Fri, 29 Jul 2011 21:43:13 +0000 (22:43 +0100)]
Modify chord handling to handle guitar capos

chord-name-engraver now calls a shim between it and the chord formatter
in order to print capo chords

chord-name-scm has had capo-handler added. If requested it prints both
the original chord, and the transposed chord.

define-context-properties adds the properties capoPitch to declare the
capo transposition, and capoVertical to make the chords print in column
rather than row form.

12 years agoWebsite: add contact for private emails.
Graham Percival [Sun, 4 Sep 2011 20:14:04 +0000 (21:14 +0100)]
Website: add contact for private emails.

12 years agoDoc: CG: record GOP decisions and discussions.
Graham Percival [Sun, 4 Sep 2011 19:21:42 +0000 (20:21 +0100)]
Doc: CG: record GOP decisions and discussions.