]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
13 years agoDoc: 989 - 4 more reg tests added
James Lowe [Sat, 14 Aug 2010 19:19:23 +0000 (20:19 +0100)]
Doc: 989 - 4 more reg tests added

Dynamics-context-textspan.ly
Dynamics-custom-text-spanner-postfix.ly
Dymanics-hairpin-length.ly
Dynamics-text-spanner-postfix.ly

Removed extremely poor (and confusing) example of what was already covered by \espressivo

Removed index reference to Hal Leonard

13 years agoDoc: CG: begin cleaning up Releases chapter.
Graham Percival [Sun, 15 Aug 2010 17:14:33 +0000 (18:14 +0100)]
Doc: CG: begin cleaning up Releases chapter.

13 years agoDoc: CG: add warning about test-output-distance.
Graham Percival [Sat, 14 Aug 2010 11:53:52 +0000 (12:53 +0100)]
Doc: CG: add warning about test-output-distance.

This duplicates the later warning, but we need it at that point
for Bug Squad people.

13 years agoFix merge errors from previous patch
Carl Sorensen [Fri, 13 Aug 2010 23:23:39 +0000 (17:23 -0600)]
Fix merge errors from previous patch

13 years agoFix 1198: Fix displayLilyMusic for \time and #(set-time-signature)
Carl Sorensen [Thu, 5 Aug 2010 02:28:58 +0000 (20:28 -0600)]
Fix 1198: Fix displayLilyMusic for \time and #(set-time-signature)

create TimeSignatureMusic to allow the display to work properly

* scm/define-music-callbacks.scm
  Create a new file for music callbacks that are used by iterators to
  create music events.  Moved multimeasure rest and ottava callbacks from
  scm/define-music-types.scm.
  Added callback for TimeSignatureMusic.

* scm/define-music-display-methods.scm
  define a display method for TimeSignatureMusic
  remove extra-display-methods for ContextSpeccedMusic and Timing that
  caught \time

* scm/define-music-properties.scm
  define beat-structure as a music property

* scm/define-music-types.scm
  Move callbacks for multimeasure rests and ottava to scm/define-music-callbacks.scm
  add TimeSignatureMusic

* scm/lily.scm
  Add scm/define-music-callbacks.scm to load list

* scm/music-functions.scm
  replace calls to make-beam-rule-time-signature-set with calls
  to make-music 'TimeSignatureMusic

13 years agopage.scm: Remove duplicate exported binding.
Patrick McCarty [Fri, 13 Aug 2010 23:04:25 +0000 (16:04 -0700)]
page.scm: Remove duplicate exported binding.

13 years agoFix compile.
Patrick McCarty [Fri, 13 Aug 2010 22:56:51 +0000 (15:56 -0700)]
Fix compile.

Any double quotes in docstrings must be escaped.

Also, clean up line breaks in the example.

13 years agoAdd independent control of thickness and offset for underline markup
Kieren MacMillan [Thu, 27 May 2010 15:48:37 +0000 (09:48 -0600)]
Add independent control of thickness and offset for underline markup

13 years agoSlight correction for markup-path-linejoin.ly.
Patrick McCarty [Fri, 13 Aug 2010 22:22:34 +0000 (15:22 -0700)]
Slight correction for markup-path-linejoin.ly.

13 years agoAdd regression tests for \path markup command.
Patrick McCarty [Fri, 13 Aug 2010 21:42:46 +0000 (14:42 -0700)]
Add regression tests for \path markup command.

13 years agoRemove traces of 'connected-shape.
Patrick McCarty [Fri, 13 Aug 2010 19:17:18 +0000 (12:17 -0700)]
Remove traces of 'connected-shape.

Since 'path is a superset of the functionality provided by
'connected-shape, we no longer need 'connected-shape.

13 years agoImplement \eyeglasses with `make-path-markup'.
Patrick McCarty [Sat, 19 Jun 2010 10:37:40 +0000 (03:37 -0700)]
Implement \eyeglasses with `make-path-markup'.

This commit reworks PostScript command sequence used for \eyeglasses to
use the new path markup command.

By doing so, \eyeglasses can now be used with the SVG backend as well as
the PS backend.

13 years agoAdd a new \path markup command.
Patrick McCarty [Sat, 19 Jun 2010 04:06:18 +0000 (21:06 -0700)]
Add a new \path markup command.

Details on usage are found in the docstring.

13 years agoUse 'path instead of 'connected-shape.
Patrick McCarty [Tue, 27 Jul 2010 22:29:08 +0000 (15:29 -0700)]
Use 'path instead of 'connected-shape.

Though this is slightly more complicated, 'connected-shape is really
just a special case of 'path.

13 years agoMake the origin of a connected-shape configurable.
Patrick McCarty [Fri, 13 Aug 2010 19:50:26 +0000 (12:50 -0700)]
Make the origin of a connected-shape configurable.

`connected-shape-min-max' assumes that the path will start at point
'(0 . 0), so we want to decouple this, permitting the origin to start
anywhere.

13 years agoExtract `connected-shape-min-max' into a new routine.
Patrick McCarty [Sat, 24 Jul 2010 03:30:31 +0000 (20:30 -0700)]
Extract `connected-shape-min-max' into a new routine.

Other procedures may want access to this routine, since it calculates
the exact extents of any path.

13 years agoAdd warnings for invalid 'path styles.
Patrick McCarty [Mon, 21 Jun 2010 22:03:26 +0000 (15:03 -0700)]
Add warnings for invalid 'path styles.

Since there are only six styles, it is trivial to do error checking
here.

13 years agoSupport configurable join and cap styles for 'path.
Patrick McCarty [Sat, 19 Jun 2010 03:16:06 +0000 (20:16 -0700)]
Support configurable join and cap styles for 'path.

13 years agoRelease: bump version.
Graham Percival [Fri, 13 Aug 2010 20:18:46 +0000 (21:18 +0100)]
Release: bump version.

13 years agoBuild: fix goof in previous fix. release/2.13.30-1
Graham Percival [Fri, 13 Aug 2010 19:23:54 +0000 (20:23 +0100)]
Build: fix goof in previous fix.

13 years agoBuild: dist fix.
Graham Percival [Fri, 13 Aug 2010 19:07:51 +0000 (20:07 +0100)]
Build: dist fix.

13 years agoRelease: update news.
Graham Percival [Fri, 13 Aug 2010 18:36:21 +0000 (19:36 +0100)]
Release: update news.

13 years agoMerge commit 'origin' into release/unstable
Graham Percival [Fri, 13 Aug 2010 18:36:05 +0000 (19:36 +0100)]
Merge commit 'origin' into release/unstable

13 years agoFix 1084.
Joe Neeman [Fri, 6 Aug 2010 22:35:47 +0000 (15:35 -0700)]
Fix 1084.

Don't include irrelevant contents when checking for equality of files.

13 years agoFix 1201.
Joe Neeman [Fri, 13 Aug 2010 17:30:40 +0000 (10:30 -0700)]
Fix 1201.

Initialize all variables in Line_details.

13 years agoFix doc string for fret-diagrams-xo-label.ly
Carl Sorensen [Fri, 13 Aug 2010 14:00:29 +0000 (08:00 -0600)]
Fix doc string for fret-diagrams-xo-label.ly

13 years agoDoc: CG: updates to Bug Squad.
Graham Percival [Fri, 13 Aug 2010 12:26:17 +0000 (13:26 +0100)]
Doc: CG: updates to Bug Squad.

13 years agoDocs: AU: document shell redirects
Trevor Daniels [Fri, 13 Aug 2010 09:55:32 +0000 (10:55 +0100)]
Docs: AU: document shell redirects

 - thanks, Eluze, Graham

13 years agoAdd scripts/auxiliar/update-patch-version
Carl Sorensen [Fri, 13 Aug 2010 03:35:23 +0000 (21:35 -0600)]
Add scripts/auxiliar/update-patch-version

Add script that will update all of the version strings in
snippets if the version changes between initial posting and
final approval

13 years agoFix 1063: Nested property revert
Rodolfo Zitellini [Thu, 27 May 2010 03:30:00 +0000 (21:30 -0600)]
Fix 1063:  Nested property revert

13 years agoCreate ly:grob-chain-callback from chain_callback
Mike Solomon [Thu, 12 Aug 2010 22:56:34 +0000 (23:56 +0100)]
Create ly:grob-chain-callback from chain_callback

Signed-off-by: Neil Puttock <n.puttock@gmail.com>
13 years agoCopy input location from original event for MultiMeasureTextEvent.
Neil Puttock [Thu, 12 Aug 2010 19:52:37 +0000 (20:52 +0100)]
Copy input location from original event for MultiMeasureTextEvent.

This preserves the point-and-click info from the originating TextScriptEvent.

* scm/ly-syntax-constructors.scm (script-to-mmrest-text):

  read 'origin, copy to new event

13 years agoRelease: update news.
Graham Percival [Thu, 12 Aug 2010 13:05:58 +0000 (14:05 +0100)]
Release: update news.

13 years agoDoc: CG: bump memory recommendation for VM.
Graham Percival [Thu, 12 Aug 2010 12:40:08 +0000 (13:40 +0100)]
Doc: CG: bump memory recommendation for VM.

13 years agoBuild: fix 1167.
Graham Percival [Sat, 7 Aug 2010 05:25:29 +0000 (06:25 +0100)]
Build: fix 1167.

I think it works.  It doesn't seem to mess up the offline build,
at least.  I'm not 100% certain about the exact url, but it
definitely changes the url, so I guess we'll just have to wait
until 2.13.30 to see if it really works or not?

13 years agoDoc: CG: improve website build instructions.
Graham Percival [Thu, 12 Aug 2010 08:10:35 +0000 (09:10 +0100)]
Doc: CG: improve website build instructions.

13 years agoDoc: CG: add instructions for renaming a snippet.
Graham Percival [Tue, 10 Aug 2010 15:33:48 +0000 (16:33 +0100)]
Doc: CG: add instructions for renaming a snippet.

13 years agoDocs: AU: output can be directed to a folder
Trevor Daniels [Wed, 11 Aug 2010 07:50:03 +0000 (08:50 +0100)]
Docs: AU: output can be directed to a folder

 - thanks again, Eluze

13 years agoWeb: optimise example scroll-bar
Trevor Daniels [Tue, 10 Aug 2010 22:30:38 +0000 (23:30 +0100)]
Web: optimise example scroll-bar

 - move text slightly to left within scroll-bar so first
   character is not lost in IE

 - increase length as far as possible; anything greater and
   the scroll-bar runs off the right margin of the column
   in small windows

13 years agoWeb: Remove linebreak from URL reference.
Patrick McCarty [Tue, 10 Aug 2010 21:19:37 +0000 (14:19 -0700)]
Web: Remove linebreak from URL reference.

13 years agoWeb-fr: Make links in all top level pages bold
Jean-Charles Malahieude [Tue, 10 Aug 2010 17:34:25 +0000 (19:34 +0200)]
Web-fr: Make links in all top level pages bold

13 years agoWeb: add email address
Trevor Daniels [Tue, 10 Aug 2010 15:15:29 +0000 (16:15 +0100)]
Web: add email address

13 years agoWeb: Make links in all top level pages bold
Trevor Daniels [Tue, 10 Aug 2010 14:59:13 +0000 (15:59 +0100)]
Web: Make links in all top level pages bold

 - thanks for the suggestion, Graham

13 years agoWeb: add news item for report 19.
Graham Percival [Tue, 10 Aug 2010 11:55:22 +0000 (12:55 +0100)]
Web: add news item for report 19.

13 years agoDoc: CG: typo fix.
Graham Percival [Tue, 10 Aug 2010 06:23:22 +0000 (07:23 +0100)]
Doc: CG: typo fix.

Sorry for the previous non-compilable version.

13 years agoFix 1203.
Joe Neeman [Mon, 9 Aug 2010 19:55:23 +0000 (12:55 -0700)]
Fix 1203.

Allows markup lines and titles to have page turns after them.

13 years agoCompile fix.
Neil Puttock [Mon, 9 Aug 2010 19:16:48 +0000 (20:16 +0100)]
Compile fix.

13 years agoAdd a regression test for 1062.
Joe Neeman [Mon, 9 Aug 2010 19:13:47 +0000 (12:13 -0700)]
Add a regression test for 1062.

13 years agoweb-fr: goofy @end ifclear
Jean-Charles Malahieude [Mon, 9 Aug 2010 19:13:19 +0000 (21:13 +0200)]
web-fr: goofy @end ifclear

and consistency with regard to French name for CG

13 years agoDocs: Usage: explain multiple -I option
Trevor Daniels [Mon, 9 Aug 2010 17:48:57 +0000 (18:48 +0100)]
Docs: Usage: explain multiple -I option

 - thank, Eluze!

13 years agoWeb: Download: remove TODO and amend comment
Trevor Daniels [Mon, 9 Aug 2010 07:56:08 +0000 (08:56 +0100)]
Web: Download: remove TODO and amend comment

 - There are two identical @ref{}s here, one for the image and one
   for the text.  It would have been nice to avoid the duplication
   of the link information but using a single @ref{} results in
   the image being underlined.  Decided it was better to retain the
   duplication.

13 years agoDoc: CG: add warning about google email addresses.
Graham Percival [Mon, 9 Aug 2010 07:04:40 +0000 (08:04 +0100)]
Doc: CG: add warning about google email addresses.

Closes 1181.

13 years agoDocs: Glossary: Ordering of terms should be alphabetic
Trevor Daniels [Sun, 8 Aug 2010 22:43:58 +0000 (23:43 +0100)]
Docs: Glossary: Ordering of terms should be alphabetic

 - removes irritating build warning

13 years agoWeb-fr: updates
Jean-Charles Malahieude [Sun, 8 Aug 2010 14:00:07 +0000 (16:00 +0200)]
Web-fr: updates

* web.texi: Fix position of @dircategory and @direntry
* manuals.itexi: use a div for css'ing manual section links
* communiti.itexi: link to ab2ly and lilypond-book regtests
* download.itexi: Issue 958 - Scroll wide examples

13 years agoWeb: use a div for css'ing manual section links.
Trevor Daniels [Sun, 8 Aug 2010 09:17:16 +0000 (10:17 +0100)]
Web: use a div for css'ing manual section links.

This allows us to use slightly cleaner texinfo source.

13 years agoWeb: link to ab2ly and lilypond-book regtests.
Graham Percival [Sun, 8 Aug 2010 03:37:03 +0000 (04:37 +0100)]
Web: link to ab2ly and lilypond-book regtests.

13 years agoWeb: issue 958 (partial) Make links in Manuals page bold
Trevor Daniels [Sat, 7 Aug 2010 17:36:20 +0000 (18:36 +0100)]
Web: issue 958 (partial) Make links in Manuals page bold

 - This is rather messy due to the way @spanClass is
   implemented.  If newlines are added in certain places
   (as indicated) unwanted <p> ... </p> tags are generated.

 - This simply makes the links bold.  By changing strong-link
   in css/lilypond-web.css other forms of emphasis can be
   tried.

13 years agoBuild: fix 1169 and 1170.
Graham Percival [Sat, 7 Aug 2010 02:41:21 +0000 (03:41 +0100)]
Build: fix 1169 and 1170.

The hard-coded old urls were being modified when they shouldn't.
Last summer, I was expecting 2.14 to be out before the new
website, so I didn't pay too much attention to the 2.12 support
stuff.

13 years agoFix 442.
Joe Neeman [Thu, 22 Jul 2010 22:10:51 +0000 (15:10 -0700)]
Fix 442.

Add an engraver which keeps all of the staves below
it alive together.

13 years agoWeb: Issue 958 (partial) Scroll wide examples
Trevor Daniels [Fri, 6 Aug 2010 11:51:03 +0000 (12:51 +0100)]
Web: Issue 958 (partial) Scroll wide examples

 - Examples on web pages which are divided into two columns
   run off the right-hand edge when the width of the browser
   window is reduced.  This patch adds a horizontal scroll
   bar to examples which do this.

13 years agoBuild: add download tracking goals for website.
Graham Percival [Fri, 6 Aug 2010 08:03:16 +0000 (09:03 +0100)]
Build: add download tracking goals for website.

13 years agoAdd scheme binding for announce_end_grob
Mike Solomon [Wed, 4 Aug 2010 18:24:10 +0000 (19:24 +0100)]
Add scheme binding for announce_end_grob

Signed-off-by: Neil Puttock <n.puttock@gmail.com>
13 years agoWhitespace, minor formatting.
Werner Lemberg [Wed, 4 Aug 2010 08:50:20 +0000 (10:50 +0200)]
Whitespace, minor formatting.

13 years agoRelease: bump version.
Graham Percival [Wed, 4 Aug 2010 05:39:40 +0000 (06:39 +0100)]
Release: bump version.

13 years agoRelease: update news. release/2.13.29-1
Graham Percival [Wed, 4 Aug 2010 04:08:03 +0000 (05:08 +0100)]
Release: update news.

13 years agoMerge branch 'lilypond/translation'
Francisco Vila [Tue, 3 Aug 2010 14:27:48 +0000 (16:27 +0200)]
Merge branch 'lilypond/translation'

13 years agoDoc-it: fix compile.
Francisco Vila [Tue, 3 Aug 2010 14:09:21 +0000 (16:09 +0200)]
Doc-it: fix compile.

13 years agoWeb: Issue 958 (partial): news-front
Trevor Daniels [Mon, 2 Aug 2010 22:12:58 +0000 (23:12 +0100)]
Web: Issue 958 (partial): news-front

 - fill in ref to CG (There is little in the CG about news-front;
   maybe there should be a TODO there; but 10.2 is where it should go.)

 - fix typos

13 years agoWeb-it: update italian translation
Federico Bruni [Sun, 1 Aug 2010 18:10:54 +0000 (20:10 +0200)]
Web-it: update italian translation

13 years agofeta-accordion.mf, convertrules.py, musicxml2ly.py, accordion-discant-symbols.ly...
David Kastrup [Wed, 28 Jul 2010 13:49:48 +0000 (15:49 +0200)]
feta-accordion.mf, convertrules.py, musicxml2ly.py, accordion-discant-symbols.ly: sanitize accordion symbol names

Symbol names like "accordion.accStdbase" are turned into
"accordion.stdbass" in order to get more consistent and obvious names.
Conversion rule is provided as well, and the single snippet is adapted.

13 years agoDoc: ensure not more than two spaces after end of sentence.
Ralf Wildenhues [Sun, 1 Aug 2010 08:59:37 +0000 (10:59 +0200)]
Doc: ensure not more than two spaces after end of sentence.

13 years agoDoc: ensure two spaces after end of sentence.
Ralf Wildenhues [Sun, 1 Aug 2010 09:42:07 +0000 (11:42 +0200)]
Doc: ensure two spaces after end of sentence.

13 years agoDoc: fix period and colon placement in a couple of instances.
Ralf Wildenhues [Sun, 1 Aug 2010 09:36:47 +0000 (11:36 +0200)]
Doc: fix period and colon placement in a couple of instances.

13 years agoMerge branch 'lilypond/translation' of ssh://git.savannah.gnu.org/srv/git/lilypond...
Jean-Charles Malahieude [Sun, 1 Aug 2010 10:03:33 +0000 (12:03 +0200)]
Merge branch 'lilypond/translation' of ssh://git.savannah.gnu.org/srv/git/lilypond into lilypond/translation

13 years agoMerge branch 'master' into lilypond/translation
Jean-Charles Malahieude [Sun, 1 Aug 2010 09:58:01 +0000 (11:58 +0200)]
Merge branch 'master' into lilypond/translation

13 years agoDoc-fr: tutorial: added entry for Tempo and Metronome Mark
Jean-Charles Malahieude [Sun, 1 Aug 2010 09:34:05 +0000 (11:34 +0200)]
Doc-fr: tutorial: added entry for Tempo and Metronome Mark

13 years agoRemove redundant acknowledger in Bar_number_engraver.
Neil Puttock [Sat, 31 Jul 2010 17:14:20 +0000 (18:14 +0100)]
Remove redundant acknowledger in Bar_number_engraver.

* lily/bar-number-engraver.cc (acknowledge_break_aligned):

  removed, since was only required before fix #452 in case the engraver
  was moved to a lower context than Score

13 years agoDoc: very minor syntax and edits for consistency
James Lowe [Sat, 31 Jul 2010 11:49:45 +0000 (12:49 +0100)]
Doc: very minor syntax and edits for consistency

From checkin ...659c8578 and a few 'while we're about it' (ie -> i.e.) changes

13 years agoFix typos in the English manual.
Ralf Wildenhues [Sat, 31 Jul 2010 07:52:21 +0000 (09:52 +0200)]
Fix typos in the English manual.

13 years agoDoc: LM - tweak tempo example a little
Trevor Daniels [Fri, 30 Jul 2010 22:30:02 +0000 (23:30 +0100)]
Doc: LM - tweak tempo example a little

13 years agoDoc: LM - added entry for Tempo and Metronome Mark
James Lowe [Fri, 30 Jul 2010 18:09:55 +0000 (19:09 +0100)]
Doc: LM - added entry for Tempo and Metronome Mark

Included glossary references and index entries

13 years ago[contributor/] Decorate @file with @/.
Werner Lemberg [Thu, 29 Jul 2010 18:13:25 +0000 (20:13 +0200)]
[contributor/] Decorate @file with @/.

13 years ago[lilypond-book] Make latex mode run in case of warnings.
Werner Lemberg [Thu, 29 Jul 2010 16:17:00 +0000 (18:17 +0200)]
[lilypond-book] Make latex mode run in case of warnings.

13 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Thu, 29 Jul 2010 08:38:23 +0000 (10:38 +0200)]
Merge branch 'master' into lilypond/translation

13 years agoDoc-fr: Usage-lilypond-book
Jean-Charles Malahieude [Wed, 28 Jul 2010 18:34:48 +0000 (20:34 +0200)]
Doc-fr: Usage-lilypond-book

new translation

13 years agoCleanup: Remove trailing spaces
Reinhold Kainhofer [Wed, 28 Jul 2010 17:43:20 +0000 (19:43 +0200)]
Cleanup: Remove trailing spaces

13 years agoDoc-fr: Simplify Vim usage instructions.
Jean-Charles Malahieude [Wed, 28 Jul 2010 17:01:58 +0000 (19:01 +0200)]
Doc-fr: Simplify Vim usage instructions.

13 years agoFont: Add accordion push and pull symbols to feta-accordion
Carl Sorensen [Thu, 8 Jul 2010 20:34:30 +0000 (13:34 -0700)]
Font: Add accordion push and pull symbols to feta-accordion

13 years agoFix #1194.
Neil Puttock [Tue, 27 Jul 2010 21:48:56 +0000 (22:48 +0100)]
Fix #1194.

* lily/new-dynamic-engraver.cc (acknowledge_note_column):

  if NoteColumn contains a rest, set as X-parent instead of relying on
  default (PaperColumn)

13 years agoClean out some more obsolete properties.
Neil Puttock [Tue, 27 Jul 2010 21:37:57 +0000 (22:37 +0100)]
Clean out some more obsolete properties.

(keep-fixed-while-stretching & forced-distance)

13 years agoRemove hard-coded padding from accidentals modifying same pitch.
Neil Puttock [Tue, 27 Jul 2010 21:21:01 +0000 (22:21 +0100)]
Remove hard-coded padding from accidentals modifying same pitch.

* lily/accidental-placement.cc (calc_positioning_done):

  read 'padding from AccidentalPlacement and use as arg to
  set_ape_skylines ()

13 years agoRemove docs/default for AccidentalPlacement #'left-padding.
Neil Puttock [Tue, 27 Jul 2010 20:37:18 +0000 (21:37 +0100)]
Remove docs/default for AccidentalPlacement #'left-padding.

Following refactoring of the accidental-placement code, AccidentalPlacement
only supports 'right-padding.

(See also http://code.google.com/p/lilypond/issues/detail?id=730)

13 years agoDoc: 989: minor editorial changes
Trevor Daniels [Tue, 27 Jul 2010 19:27:30 +0000 (20:27 +0100)]
Doc: 989: minor editorial changes

13 years agoDoc: 989 - reg test chord-scripts.ly added to NR
James Lowe [Tue, 27 Jul 2010 07:31:40 +0000 (08:31 +0100)]
Doc: 989 - reg test chord-scripts.ly added to NR

No new snippet added, but new examples added and modified
in sections pertaining to chorded notes, chord mode and chord repetition
to illustrate the usage and limits of chorded notes with
articulations, ornamentation and dynamics attached to chords.

Added some cross referecences and an additional entry in known issues for
chordmode rather than show an example that 'wouldn't do anything'

13 years agoDocs: Usage: Simplify Vim usage instructions.
Patrick McCarty [Tue, 27 Jul 2010 00:52:33 +0000 (17:52 -0700)]
Docs: Usage: Simplify Vim usage instructions.

13 years agoVim indent: update comment.
Patrick McCarty [Mon, 26 Jul 2010 23:46:24 +0000 (16:46 -0700)]
Vim indent: update comment.

13 years agoRemove duplicate entry from pure-conversions-alist.
Neil Puttock [Mon, 26 Jul 2010 23:23:48 +0000 (00:23 +0100)]
Remove duplicate entry from pure-conversions-alist.

13 years agoRemove unused properties.
Neil Puttock [Mon, 26 Jul 2010 23:13:54 +0000 (00:13 +0100)]
Remove unused properties.

13 years agoDocs: CG: Update Vim Scheme override file.
Patrick McCarty [Mon, 26 Jul 2010 22:18:21 +0000 (15:18 -0700)]
Docs: CG: Update Vim Scheme override file.

13 years agoAllow spanner bounds to be set in scheme.
Neil Puttock [Mon, 26 Jul 2010 22:22:08 +0000 (23:22 +0100)]
Allow spanner bounds to be set in scheme.

* lily/spanner-scheme (ly_spanner_bound/ly_spanner_set_bound_x):

  only return spanner bound if it exists, otherwise return '(): if we want
  to set bounds, we may need to test whether a bound already exists

  add new exported function ly:spanner-set-bound!