]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
13 years agoMerge remote branch 'origin' into release/unstable release/2.13.37-1
Graham Percival [Mon, 25 Oct 2010 08:27:35 +0000 (09:27 +0100)]
Merge remote branch 'origin' into release/unstable

13 years agoRelease: update news.
Graham Percival [Mon, 25 Oct 2010 08:26:51 +0000 (09:26 +0100)]
Release: update news.

13 years agoSend ping logs to /dev/stderr instead of /dev/tty.
Patrick McCarty [Mon, 25 Oct 2010 07:32:01 +0000 (00:32 -0700)]
Send ping logs to /dev/stderr instead of /dev/tty.

(This fixes issue #1028)

If `-dlog-file' was not specified along with `-dseparate-log-files',
certain log messages (the "ping" log messages) were sent to /dev/tty.

However, this was causing problems for machines building LilyPond that
could not write to /dev/tty (no controlling tty).

The solution is to write to /dev/stderr instead, which is
common-practice for logging.

See the Debian bug report for details:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572290

13 years agoconvert-ly run: update some tricky files.
Graham Percival [Mon, 25 Oct 2010 07:48:40 +0000 (08:48 +0100)]
convert-ly run: update some tricky files.

Ok, maybe they're not "tricky", but it's good to get these changes
handled.  freboards was the only "trick" change where convert-ly
did the wrong thing and required manual attention.

13 years agoconvert-ly: only update stable version if newer.
Graham Percival [Mon, 25 Oct 2010 07:39:49 +0000 (08:39 +0100)]
convert-ly: only update stable version if newer.

Oops.  The previous code changed \version "2.12.3" into
\version "2.12.0" if there was no change.

13 years agoProvide better default for font series of `LyricText' grobs.
Alexander Kobel [Mon, 25 Oct 2010 05:26:52 +0000 (07:26 +0200)]
Provide better default for font series of `LyricText' grobs.

The old value is from 2004 where TeX has been still used as an output
device.

13 years agoDoc: CG 4.6: typo.
Mark Polesky [Mon, 25 Oct 2010 04:43:23 +0000 (21:43 -0700)]
Doc: CG 4.6: typo.

This is my response to commit #8a07aac.  (:

13 years agoAdd regtests for 1240.
Joe Neeman [Mon, 25 Oct 2010 04:40:54 +0000 (21:40 -0700)]
Add regtests for 1240.

13 years agoClean up the Align_interface API.
Joe Neeman [Mon, 25 Oct 2010 02:30:29 +0000 (19:30 -0700)]
Clean up the Align_interface API.

13 years agoFix 1240.
Joe Neeman [Thu, 26 Aug 2010 23:28:54 +0000 (16:28 -0700)]
Fix 1240.

Include fixed spacings in the calculation of minimum spacings.

13 years agoFix the usage of min-distance in page breaking.
Joe Neeman [Sun, 24 Oct 2010 19:14:31 +0000 (12:14 -0700)]
Fix the usage of min-distance in page breaking.

In page breaking, measure min-distance between staff refpoints
instead of system refpoints.

13 years agoFix command for tracking crashes.
Joe Neeman [Sun, 24 Oct 2010 18:52:44 +0000 (11:52 -0700)]
Fix command for tracking crashes.

13 years agoUpdate a comment.
Joe Neeman [Sun, 24 Oct 2010 18:11:36 +0000 (11:11 -0700)]
Update a comment.

13 years agoInclude broken items in system pure-height.
Joe Neeman [Sun, 24 Oct 2010 18:10:34 +0000 (11:10 -0700)]
Include broken items in system pure-height.

13 years agoFix #1355.
Neil Puttock [Sun, 24 Oct 2010 23:10:29 +0000 (00:10 +0100)]
Fix #1355.

A derived smob cannot use the macro IMPLEMENT_TYPE_P () to export
its type predicate, since this relies on the IMPLEMENT_SMOBS ()
macro to initialize the class's smob tag and predicate function
(smob_p ()): IMPLEMENT_SMOBS () is reserved for use in base classes.
In the case of Stream_event, this results in both ly:stream-event?
and ASSERT_SMOB (Stream_event, ...) failing to distinguish
stream events from other Probs.

* lily/function-documentation.cc (init_func_doc):

  add type predicate documentation for Stream_event

* lily/include/stream-event.hh:

  remove declaration for Stream_event predicate

* lily/stream-event-scheme.cc:

  implement ly:stream-event? manually
  use LY_ASSERT_TYPE () instead of LY_ASSERT_SMOB ()

* lily/stream-event.cc:

  remove macro implementation of ly:stream-event?

13 years agoconvert-ly: option to only modify changed files.
Graham Percival [Thu, 21 Oct 2010 08:05:22 +0000 (09:05 +0100)]
convert-ly: option to only modify changed files.

This useful for the regtests -- with the extra -d flag, we will
only change the \version string if the actual contents of the file
has changed.  This lets us see which tests were modified, and
which tests were unchanged since the previous stable release.

However, the version string will still be updated to match the
last stable release.

13 years agoRevert "Add note names regtest."
Neil Puttock [Sun, 24 Oct 2010 13:46:57 +0000 (14:46 +0100)]
Revert "Add note names regtest."

This reverts commit d94725cdc8038d2b818a8ef30b27ade526c549fb.

13 years agoMerge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/lilypond
Valentin Villenave [Sun, 24 Oct 2010 12:25:06 +0000 (14:25 +0200)]
Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/lilypond

Conflicts:
ly/music-functions-init.ly

13 years agoRevert make-void-music and \language functions.
Valentin Villenave [Sun, 24 Oct 2010 12:17:07 +0000 (14:17 +0200)]
Revert make-void-music and \language functions.

reverts commit 9e3d1968ffbbbdb60c06468dbdc30f6163dbe01b.
reverts commit 1f84e8613c950b773562b95d87c5e051c8016650.
reverts commit 02fe038744e634b42f1a3377c4f0dc3d25e80344.
reverts commit 25a94417fb5484035bb816260a2168c17ae675ec.

Better luck next time, I guess -- if any.

13 years agoWeb-fr: Web: use free software and mention that we're part of GNU
Jean-Charles Malahieude [Sun, 24 Oct 2010 11:12:28 +0000 (13:12 +0200)]
Web-fr: Web: use free software and mention that we're part of GNU

13 years agoDoc -- Contributor -- fix typo
Carl Sorensen [Sun, 24 Oct 2010 10:14:41 +0000 (04:14 -0600)]
Doc -- Contributor -- fix typo

13 years agoFont: redefine shape-note fonts so they work at small sizes
Carl Sorensen [Sun, 24 Oct 2010 04:18:58 +0000 (22:18 -0600)]
Font:  redefine shape-note fonts so they work at small sizes

13 years agoAdd note names regtest.
Valentin Villenave [Sun, 24 Oct 2010 01:57:49 +0000 (03:57 +0200)]
Add note names regtest.

13 years agoFix #903: minor addition
Valentin Villenave [Sat, 23 Oct 2010 23:49:11 +0000 (01:49 +0200)]
Fix #903: minor addition

The 'pitchname variable is actually used by the parser and
the display-method thingy.  Therefore the \language command
should update it as well.

13 years agoFont: fix varsegno to eliminate grazing intersections
Carl Sorensen [Sat, 23 Oct 2010 22:48:21 +0000 (16:48 -0600)]
Font: fix varsegno to eliminate grazing intersections

  Changes due to Werner Lemberg and Carl Sorensen

13 years agoWeb-fr: Web: use free software and mention that we're part of GNU
Jean-Charles Malahieude [Sun, 24 Oct 2010 11:12:28 +0000 (13:12 +0200)]
Web-fr: Web: use free software and mention that we're part of GNU

13 years agoDoc -- Contributor -- fix typo
Carl Sorensen [Sun, 24 Oct 2010 10:14:41 +0000 (04:14 -0600)]
Doc -- Contributor -- fix typo

13 years agoFont: redefine shape-note fonts so they work at small sizes
Carl Sorensen [Sun, 24 Oct 2010 04:18:58 +0000 (22:18 -0600)]
Font:  redefine shape-note fonts so they work at small sizes

13 years agoAdd note names regtest.
Valentin Villenave [Sun, 24 Oct 2010 01:57:49 +0000 (03:57 +0200)]
Add note names regtest.

13 years agoFix #903: minor addition
Valentin Villenave [Sat, 23 Oct 2010 23:49:11 +0000 (01:49 +0200)]
Fix #903: minor addition

The 'pitchname variable is actually used by the parser and
the display-method thingy.  Therefore the \language command
should update it as well.

13 years agoMerge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/lilypond
Valentin Villenave [Sat, 23 Oct 2010 23:32:12 +0000 (01:32 +0200)]
Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/lilypond

13 years agoFix #903: a simpler syntax for note names language
Valentin Villenave [Sat, 23 Oct 2010 23:26:17 +0000 (01:26 +0200)]
Fix #903: a simpler syntax for note names language

This commit adds a new
  \language "foo"
command, where "foo" is the (case-insensitive) name of
any supported language, e.g. "italiano", "suomi" etc.

This function may be used at top-level or anywhere else,
even in -dsafe mode.
Non-supported languages arguments are, well, not supported:
if no recognizable string is provided, ly:gulp-file will just
barf its standard error message.

To preserve full compatibility with existing code, this patch
leaves .ly language files unchanged (therefore, the old syntax
is still perfectly valid).  Since all it does is extract the
pitchnames alist from whatever file it processes, more complex
files such as "arabic.ly" are not supported and will output
an error message explaining that \include should be used instead.

In spite of this limitation, this method is a convenient way
of presenting foreign users with a simplified syntax, without
having to bloat the parser with yet another keyword.  Of
course, it may be superseeded in the future with a more
specialized implementation, possibly doing away with .ly files
(if we reach a point where preserving compatibility is no
longer an issue).

13 years agoFont: fix varsegno to eliminate grazing intersections
Carl Sorensen [Sat, 23 Oct 2010 22:48:21 +0000 (16:48 -0600)]
Font: fix varsegno to eliminate grazing intersections

  Changes due to Werner Lemberg and Carl Sorensen

13 years agoAdd make-void-music function for syntax consistency.
Valentin Villenave [Sat, 23 Oct 2010 20:06:58 +0000 (22:06 +0200)]
Add make-void-music function for syntax consistency.

We had make-sequential-music, make-simultaneous-music
and the like, but not make-void-music ('void Music is
used, for instance, in music-functions that only
 override options etc.).

13 years agoWeb [nl]: use free software and mention that we're part of GNU.
Jan Nieuwenhuizen [Sat, 23 Oct 2010 17:46:02 +0000 (19:46 +0200)]
Web [nl]: use free software and mention that we're part of GNU.

13 years agoWeb: use free software and mention that we're part of GNU.
Jan Nieuwenhuizen [Sat, 23 Oct 2010 17:43:43 +0000 (19:43 +0200)]
Web: use free software and mention that we're part of GNU.

As per GNU request.

13 years agoDoc-es: run convert-ly on Spanish files.
Francisco Vila [Sat, 23 Oct 2010 14:39:48 +0000 (16:39 +0200)]
Doc-es: run convert-ly on Spanish files.

13 years agoDoc: Add power chord to glossary
Carl Sorensen [Sat, 23 Oct 2010 12:23:05 +0000 (06:23 -0600)]
Doc: Add power chord to glossary

13 years agodoc additions power chords
Patrick Schmidt [Sun, 19 Sep 2010 19:36:30 +0000 (21:36 +0200)]
doc additions power chords

additions to fretted-strings.itely description and examples for the use of the new command \powerChords
addition of two new modifiers to notation-appendices.itely

13 years agopower chord symbol
Patrick Schmidt [Fri, 17 Sep 2010 09:10:09 +0000 (11:10 +0200)]
power chord symbol

Added power chord definition, symbol and command to typeset this symbol.

13 years agoDoc-fr: remove term missed by convert-ly
Jean-Charles Malahieude [Sat, 23 Oct 2010 08:53:50 +0000 (10:53 +0200)]
Doc-fr: remove term missed by convert-ly

13 years agoMinor layout improvement.
Werner Lemberg [Sat, 23 Oct 2010 06:44:44 +0000 (08:44 +0200)]
Minor layout improvement.

13 years agoOfficially drop support for MacOS X 10.3.
Graham Percival [Sat, 23 Oct 2010 06:24:09 +0000 (07:24 +0100)]
Officially drop support for MacOS X 10.3.

13 years agoDocs: remove term missed by convert-ly.
Graham Percival [Sat, 23 Oct 2010 01:15:21 +0000 (02:15 +0100)]
Docs: remove term missed by convert-ly.

13 years agoDoc: NR 4.1.2: Reorganize nodes; link to 4.4.1.
Mark Polesky [Fri, 22 Oct 2010 23:50:41 +0000 (16:50 -0700)]
Doc: NR 4.1.2: Reorganize nodes; link to 4.4.1.

13 years agoDoc: NR 4.1.2: Fix formatting.
Mark Polesky [Fri, 22 Oct 2010 23:50:41 +0000 (16:50 -0700)]
Doc: NR 4.1.2: Fix formatting.

13 years agoDoc: NR 4.1.2: Nitpicks.
Mark Polesky [Fri, 22 Oct 2010 23:50:41 +0000 (16:50 -0700)]
Doc: NR 4.1.2: Nitpicks.

13 years agoDoc: NR 4.1.2: Setting alist keys properly.
Mark Polesky [Fri, 22 Oct 2010 23:50:41 +0000 (16:50 -0700)]
Doc: NR 4.1.2: Setting alist keys properly.

13 years agoFont -- remove draw from accordion-push
Carl Sorensen [Tue, 19 Oct 2010 10:00:04 +0000 (04:00 -0600)]
Font -- remove draw from accordion-push

13 years agolilypond-book: add a --safe mode option (1281).
Julien Rioux [Fri, 22 Oct 2010 08:18:49 +0000 (09:18 +0100)]
lilypond-book: add a --safe mode option (1281).

13 years agoSnippet: update version string manually.
Graham Percival [Fri, 22 Oct 2010 00:24:19 +0000 (01:24 +0100)]
Snippet: update version string manually.

This is a "this snippet is deprecated" snippet, so we don't want
to update the syntax here.

13 years agoDoc: NR 2.1 Vocal: Switching to an alternative melody
Trevor Daniels [Thu, 21 Oct 2010 22:57:23 +0000 (23:57 +0100)]
Doc: NR 2.1 Vocal: Switching to an alternative melody

 - rework explanation of associatedVoice

13 years agoDoc: NR 2.1 Vocal: minor editorial corrections
Trevor Daniels [Thu, 21 Oct 2010 21:35:11 +0000 (22:35 +0100)]
Doc: NR 2.1 Vocal: minor editorial corrections

13 years agoDoc-fr: run of convert-ly on French files
Jean-Charles Malahieude [Thu, 21 Oct 2010 19:12:36 +0000 (21:12 +0200)]
Doc-fr: run of convert-ly on French files

13 years agoSocket framework: output all systems.
Jan Nieuwenhuizen [Thu, 7 Oct 2010 10:15:15 +0000 (12:15 +0200)]
Socket framework: output all systems.

13 years agoAdd missing scheme accessors for book.
Jan Nieuwenhuizen [Thu, 7 Oct 2010 10:14:59 +0000 (12:14 +0200)]
Add missing scheme accessors for book.

13 years agoDoc: convert-ly on English docs.
Graham Percival [Thu, 21 Oct 2010 07:34:01 +0000 (08:34 +0100)]
Doc: convert-ly on English docs.

I left most of the \RemoveEmptyStaff as it came from convert-ly;
some of the grammar is a bit weird, but the basic idea is still
there.

I excluded
  Documentation/snippets/new/
  changing-the-time-signature-without-affecting-the-beaming.ly
because convert-ly wasn't smart enough to update it, and neither
am I, since I know nothing about the new beaming code.

13 years agoconvert: properly escape some single-backslashes.
Graham Percival [Mon, 11 Oct 2010 17:14:29 +0000 (18:14 +0100)]
convert: properly escape some single-backslashes.

13 years agoTypo.
Werner Lemberg [Thu, 21 Oct 2010 04:45:03 +0000 (06:45 +0200)]
Typo.

13 years agoDoc: NR2.1 Vocal: suggestions from James Bailey
Valentin Villenave [Wed, 20 Oct 2010 18:43:47 +0000 (20:43 +0200)]
Doc: NR2.1 Vocal: suggestions from James Bailey

13 years agoDoc: NR 2.1 Vocal: add lyrics-alignment snippet
Trevor Daniels [Wed, 20 Oct 2010 16:19:29 +0000 (17:19 +0100)]
Doc: NR 2.1 Vocal: add lyrics-alignment snippet

13 years agoDoc: NR 2.1 Vocal: add refs to Vocal music snippets
Trevor Daniels [Wed, 20 Oct 2010 15:57:55 +0000 (16:57 +0100)]
Doc: NR 2.1 Vocal: add refs to Vocal music snippets

13 years agomusic-functions.scm: coding style improvement, take 2.
Valentin Villenave [Wed, 20 Oct 2010 15:20:07 +0000 (17:20 +0200)]
music-functions.scm: coding style improvement, take 2.

13 years agoDoc: NR 2.1 Vocal: use vocalName rather than instrumentName
Trevor Daniels [Wed, 20 Oct 2010 09:18:22 +0000 (10:18 +0100)]
Doc: NR 2.1 Vocal: use vocalName rather than instrumentName

 - also show use of \markup

13 years agoDoc: NR 2.1 Vocal: remove use of InstrumentSwitch in cues
Trevor Daniels [Tue, 19 Oct 2010 22:15:39 +0000 (23:15 +0100)]
Doc: NR 2.1 Vocal: remove use of InstrumentSwitch in cues

 - use simple markup instead

 - all these changes are courtesy of
   Keith E OHara <k-ohara5a5a@oco.net>

13 years agotablature: support for text spanners in full notation
Marc Hohl [Fri, 1 Oct 2010 06:36:45 +0000 (08:36 +0200)]
tablature: support for text spanners in full notation

13 years agoT1265 - Remove deprecation warnings when running with Guile V2 Replace scm_str2symbol...
Ian Hulin [Mon, 18 Oct 2010 19:20:07 +0000 (20:20 +0100)]
T1265 - Remove deprecation warnings when running with Guile V2 Replace scm_str2symbol with scm_from_locale_symbol, scm_symbol2_string with scm_to_locale_symbol, also scm_num2int, scm_int2num, scm_num2double

13 years agoMerge remote branch 'origin/release/unstable'
Patrick McCarty [Tue, 19 Oct 2010 05:14:03 +0000 (22:14 -0700)]
Merge remote branch 'origin/release/unstable'

13 years agoRelease: bump version.
Graham Percival [Tue, 19 Oct 2010 02:06:52 +0000 (03:06 +0100)]
Release: bump version.

13 years agoRelease: update news.
Graham Percival [Mon, 18 Oct 2010 17:34:46 +0000 (18:34 +0100)]
Release: update news.

13 years agoDoc: NR 2.1 Vocal: rewrite Working with lyrics and variables
Trevor Daniels [Mon, 18 Oct 2010 23:17:51 +0000 (00:17 +0100)]
Doc: NR 2.1 Vocal: rewrite Working with lyrics and variables

 - change @example to @lilypond

13 years agoDoc: NR 2.1 Vocal: remove obsolete TODO
Trevor Daniels [Mon, 18 Oct 2010 22:29:05 +0000 (23:29 +0100)]
Doc: NR 2.1 Vocal: remove obsolete TODO

 - originally added in 2004 this bug can no longer be traced
 - in any case, we don't document bugs

13 years agoRelease: update news. release/2.13.36-1
Graham Percival [Mon, 18 Oct 2010 17:34:46 +0000 (18:34 +0100)]
Release: update news.

13 years agoFix 1323 - links "Back to documentation index" in HTML docs
John Mandereau [Mon, 18 Oct 2010 10:49:31 +0000 (12:49 +0200)]
Fix 1323 - links "Back to documentation index" in HTML docs

13 years agoDoc: NR 2.1 Vocal: reposition and rename lyric positioning
Trevor Daniels [Mon, 18 Oct 2010 10:31:09 +0000 (11:31 +0100)]
Doc: NR 2.1 Vocal: reposition and rename lyric positioning

 - use more consistent and general section headings
 - place vertical and horizontal positioning together

13 years agoWeb-es: update News.
Francisco Vila [Mon, 18 Oct 2010 08:14:58 +0000 (10:14 +0200)]
Web-es: update News.

13 years agoDoc: NR 2.1 Vocal: improve documentation of associatedVoice
Trevor Daniels [Sun, 17 Oct 2010 22:25:06 +0000 (23:25 +0100)]
Doc: NR 2.1 Vocal: improve documentation of associatedVoice

  - reorganise Automatic and Manual syllable durations

  - explain two situations in which associatedVoice is useful

  - generally tidy up

13 years agoBuild: remove // from some html links.
Graham Percival [Sun, 17 Oct 2010 20:30:40 +0000 (21:30 +0100)]
Build: remove // from some html links.

13 years agoDoc: CG: debugging web and docs locally.
Graham Percival [Sun, 17 Oct 2010 19:04:09 +0000 (20:04 +0100)]
Doc: CG: debugging web and docs locally.

13 years agoMerge branch 'master' of git://git.sv.gnu.org/lilypond
Valentin Villenave [Sun, 17 Oct 2010 19:37:57 +0000 (21:37 +0200)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond

13 years agoDoc-fr: resolve conflicting merge
Jean-Charles Malahieude [Sun, 17 Oct 2010 19:30:29 +0000 (21:30 +0200)]
Doc-fr: resolve conflicting merge

13 years agomusic-functions.scm: coding style improvement.
Valentin Villenave [Sun, 17 Oct 2010 19:29:00 +0000 (21:29 +0200)]
music-functions.scm: coding style improvement.

This commit makes the code cleaner and more concise,
by removing several duplicate parts.  Since I was the one
who last wrote this specific part, I'm feeling kind of
compelled to clean my own mess...

13 years agoMerge branch 'lilypond/translation'
John Mandereau [Sun, 17 Oct 2010 13:30:43 +0000 (15:30 +0200)]
Merge branch 'lilypond/translation'

Conflicts:
Documentation/fr/notation/spacing.itely

13 years ago[mf] Whitespace and formatting, minor simplifications.
Werner Lemberg [Sun, 17 Oct 2010 12:15:35 +0000 (14:15 +0200)]
[mf] Whitespace and formatting, minor simplifications.

13 years agoDoc: NR 4.1.2: Nitpicks.
Mark Polesky [Sun, 17 Oct 2010 04:53:14 +0000 (21:53 -0700)]
Doc: NR 4.1.2: Nitpicks.

13 years agoDoc: Contributor -- include policy on staff vs. stave
Carl Sorensen [Sun, 17 Oct 2010 02:43:02 +0000 (20:43 -0600)]
Doc: Contributor -- include policy on staff vs. stave

13 years agoDoc: Vertical spacing naming format; nitpicks.
Mark Polesky [Sun, 17 Oct 2010 00:53:11 +0000 (17:53 -0700)]
Doc: Vertical spacing naming format; nitpicks.

13 years agovertical spacing: Convert affected docs.
Mark Polesky [Sun, 17 Oct 2010 00:53:11 +0000 (17:53 -0700)]
vertical spacing: Convert affected docs.

13 years agovertical spacing: Revise/rename affected regtests.
Mark Polesky [Sun, 17 Oct 2010 00:53:11 +0000 (17:53 -0700)]
vertical spacing: Revise/rename affected regtests.

13 years agovertical spacing: Convert affected regtests.
Mark Polesky [Sun, 17 Oct 2010 00:53:10 +0000 (17:53 -0700)]
vertical spacing: Convert affected regtests.

13 years agovertical spacing: Update convert-ly.
Mark Polesky [Sun, 17 Oct 2010 00:53:10 +0000 (17:53 -0700)]
vertical spacing: Update convert-ly.

13 years agovertical spacing: Rename dimensions.
Mark Polesky [Sun, 17 Oct 2010 00:53:10 +0000 (17:53 -0700)]
vertical spacing: Rename dimensions.

13 years agoDoc: CG: formatting of "preferred terms" list.
Graham Percival [Sat, 16 Oct 2010 00:06:35 +0000 (01:06 +0100)]
Doc: CG: formatting of "preferred terms" list.

13 years agoDoc: Added note to CG about Staves vs Staffs
James Lowe [Wed, 13 Oct 2010 16:44:11 +0000 (17:44 +0100)]
Doc: Added note to CG about Staves vs Staffs

Also changed one staffs/staves entry in web
Minor formatting corrections/improvements to CG and Web

13 years agoDoc-fr: notation - spacing
Jean-Charles Malahieude [Sat, 16 Oct 2010 18:22:45 +0000 (20:22 +0200)]
Doc-fr: notation - spacing

* paper and pages
* music layout

13 years agoWeb-fr: get main logo shown.
Francisco Vila [Sat, 16 Oct 2010 16:12:23 +0000 (18:12 +0200)]
Web-fr: get main logo shown.

13 years ago[lilypond-book] Fix indentation in LaTeX mode.
Werner Lemberg [Fri, 15 Oct 2010 21:25:52 +0000 (23:25 +0200)]
[lilypond-book] Fix indentation in LaTeX mode.

Without \noindent, the first line gets always indented.  This is such a
severe bug that I wonder how it could stay unnoticed for obviously such a
long time...

13 years agoDoc: NR 2.1 Vocal proofreading, take2
Valentin Villenave [Fri, 15 Oct 2010 10:23:26 +0000 (12:23 +0200)]
Doc: NR 2.1 Vocal proofreading, take2

This commit aims to make lyrics positioning above/below Staff
more progressive and hopefully easier to understand.

13 years agoDoc: NR 2.1 Vocal: expunge DevNull
Trevor Daniels [Thu, 14 Oct 2010 23:15:04 +0000 (00:15 +0100)]
Doc: NR 2.1 Vocal: expunge DevNull

 - replace use of DevNull with manual lyric durations to
   achieve the same effect

 - combine Lyrics independent of notes with Manual
   syllable durations

13 years agoDoc: NR 2.1 Vocal: Reposition Placement of lyrics
Trevor Daniels [Thu, 14 Oct 2010 22:30:21 +0000 (23:30 +0100)]
Doc: NR 2.1 Vocal: Reposition Placement of lyrics

 - this is a higher level concept and should be earlier