John Mandereau [Fri, 22 Aug 2008 12:51:12 +0000 (14:51 +0200)]
Merge branch 'master' into lilypond/translation
* master:
Partially update French docs
Docs: Use @rlsrnamed for link to snippets Top
Update for Staff
MusicXML: Implement harp-pedals, now that it's available in lilypond
GDP NR Appendices: Add descriptions of indices
New markup commands: \left-column and \right-column.
Harp pedals: Cleanup
Spanish docs: Fix link to IR / BassFigure (no longer NewBassFigure)
Markup command indexing: don't use internal function names.
Bump version.
Compile fix...
New regression tests should have 2.11.57...
Docs: Add fret and harp pedal diagrams to markup category instrument-specific-markup
Add instrument-specific-markup-interface, assign to TextScript and add (fret-board|harp-pedal)-details to it
Feature: Add Harp pedal diagrams, i.e. a \harp-pedal markup function
Add a make-line-stencil function, which correctly sets stencil extents
Fix dangling links (citeseer, personal homepages, email Adresses) in the docs
Conflicts:
Documentation/fr/user/introduction.itely
John Mandereau [Thu, 21 Aug 2008 18:54:41 +0000 (20:54 +0200)]
Partially update French docs
Francisco Vila [Thu, 21 Aug 2008 17:52:35 +0000 (19:52 +0200)]
Doc: Further acronym hunting -- EN, ES
Francisco Vila [Thu, 21 Aug 2008 17:40:32 +0000 (19:40 +0200)]
Doc: remove acronyms -- ES, FR
Reinhold Kainhofer [Thu, 21 Aug 2008 14:47:18 +0000 (16:47 +0200)]
Merge commit 'origin/lilypond/translation'
Reinhold Kainhofer [Thu, 21 Aug 2008 13:06:23 +0000 (15:06 +0200)]
Docs: Use @rlsrnamed for link to snippets Top
Francisco Vila [Thu, 21 Aug 2008 01:27:53 +0000 (03:27 +0200)]
Reword and reorder to clarify oneVoice in Simultaneous
Patrick McCarty [Wed, 6 Aug 2008 23:45:04 +0000 (16:45 -0700)]
Update for Staff
* 3rd pass
Signed-off-by: Patrick McCarty <pnorcks@gmail.com>
Francisco Vila [Thu, 21 Aug 2008 00:31:21 +0000 (02:31 +0200)]
Latest rewords in Simultaneous, thanks to David Stocker
Francisco Vila [Wed, 20 Aug 2008 23:57:26 +0000 (01:57 +0200)]
Add descriptions of indices in NR --Spanish
Reinhold Kainhofer [Wed, 20 Aug 2008 23:47:44 +0000 (01:47 +0200)]
MusicXML: Implement harp-pedals, now that it's available in lilypond
Trevor Daniels [Wed, 20 Aug 2008 09:32:14 +0000 (10:32 +0100)]
GDP NR Appendices: Add descriptions of indices
Neil Puttock [Tue, 19 Aug 2008 21:25:16 +0000 (22:25 +0100)]
New markup commands: \left-column and \right-column.
Reinhold Kainhofer [Tue, 19 Aug 2008 19:50:17 +0000 (21:50 +0200)]
Harp pedals: Cleanup
-) Remove FIXME, which has been implemented
-) Move commented-out code away from the top
-) Add short documentation for each function
-) Call a (revert stencils) a little earlier
Reinhold Kainhofer [Tue, 19 Aug 2008 17:49:27 +0000 (19:49 +0200)]
Spanish docs: Fix link to IR / BassFigure (no longer NewBassFigure)
Neil Puttock [Tue, 19 Aug 2008 17:41:23 +0000 (18:41 +0100)]
Markup command indexing: don't use internal function names.
\foo-markup -> \foo
Neil Puttock [Tue, 19 Aug 2008 17:37:26 +0000 (18:37 +0100)]
Bump version.
Reinhold Kainhofer [Tue, 19 Aug 2008 17:17:17 +0000 (19:17 +0200)]
Compile fix...
Reinhold Kainhofer [Tue, 19 Aug 2008 16:57:29 +0000 (18:57 +0200)]
New regression tests should have 2.11.57...
Reinhold Kainhofer [Tue, 19 Aug 2008 16:47:15 +0000 (18:47 +0200)]
Docs: Add fret and harp pedal diagrams to markup category instrument-specific-markup
-) Harp pedal diagrams and Fret boards will now appear in the same appendix section of
the NR, titled "Instrument Specific Markup".
-) The function to create those titles from the markup category didn't globally
replace "-" by " ". This commit fixes that problem, too.
Reinhold Kainhofer [Tue, 19 Aug 2008 16:44:30 +0000 (18:44 +0200)]
Add instrument-specific-markup-interface, assign to TextScript and add (fret-board|harp-pedal)-details to it
Harp Pedal diagrams and fret board diagrams can be tweaked using the
fret-board-details and harp-pedal-details property alists of TextScript.
However, so far they were not "officially" assigned to any interface of
TextScript, so they didn't appear in the auto-generated documentation...
Reinhold Kainhofer [Mon, 18 Aug 2008 18:07:12 +0000 (20:07 +0200)]
Feature: Add Harp pedal diagrams, i.e. a \harp-pedal markup function
Add a \harp-pedal markup function, which produces harp pedalling diagrams. The
syntax is
\harp-pedal #"^-v|--ov^"
The contents of the string define the positions of the pedals (^/-/v for
up/neutral/down), | is the divider and o indicates that the next pedal
should be circled. It can be tweaked through the size and thickness props
and the harp-pedal-details property list of the TextScript grob. For this, I
had to add a harp-pedal-interface, too.
The only issue I'm still having is that lilypond does not have a function
to draw an ellipse, so all I can do for circled pedals is to draw a circle
rather than an ellipse... Also, using a rounded box does not work, as that
fills its contents, thus overdrawing the pedal box.
I've also added three regression test cases, namely
-) Basic functionality checks (including circled boxes and an empty definition
string, as well as invalid characters in the string)
-) Sanity checks: Lilypond will check whether the diagram follows standard
rules (7 pedals with one divider after the third). If not, it will print
out a warning, but should still produce the diagram as given.
-) Tweaking: Most details of the diagram can be tweaked using size, thickness
and harp-pedal-details.
Reinhold Kainhofer [Sun, 17 Aug 2008 23:45:17 +0000 (01:45 +0200)]
Add a make-line-stencil function, which correctly sets stencil extents
So far, one had to create line stencils manually using
(ly:make-stencil (list 'draw-line ...) xext yext)
Unfortunately that meant that one had to specify the x- and y- coordinates
twice. This new make-line-stencil function takes the coordinates once,
creates the stencil and properly sets its extent (adding half the line
width to all coordinates of the x- and y-intervals).
Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
Reinhold Kainhofer [Tue, 19 Aug 2008 17:06:21 +0000 (19:06 +0200)]
Fix dangling links (citeseer, personal homepages, email Adresses) in the docs
John Mandereau [Tue, 19 Aug 2008 09:54:01 +0000 (11:54 +0200)]
Merge branch 'lilypond/translation'
* lilypond/translation:
Nitpick in de.po
Update Documentation de.po
Update master doc files -- Spanish.
Add Spanish mailing list in footer
Update of Spanish Doc PO file.
Translations HTML page template. Spanish.
Update of Doc index page. Spanish.
Update of Documentation/po/de.po
John Mandereau [Sun, 17 Aug 2008 20:58:05 +0000 (22:58 +0200)]
Get rid of dummy.dep make warning
Neil Puttock [Mon, 18 Aug 2008 20:48:46 +0000 (21:48 +0100)]
Set avoid-slur for StringNumber.
Joe Neeman [Mon, 18 Aug 2008 20:04:45 +0000 (13:04 -0700)]
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into spacing3
Trevor Daniels [Mon, 18 Aug 2008 17:11:39 +0000 (18:11 +0100)]
GDP NR 3.5.6 Percussion in MIDI
Redraft
Joe Neeman [Mon, 18 Aug 2008 19:40:40 +0000 (12:40 -0700)]
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into spacing3
Till Paala [Mon, 18 Aug 2008 19:22:55 +0000 (22:22 +0300)]
Nitpick in de.po
Till Paala [Mon, 18 Aug 2008 19:19:49 +0000 (22:19 +0300)]
Update Documentation de.po
Till Paala [Mon, 18 Aug 2008 18:29:53 +0000 (21:29 +0300)]
Merge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond into lilypond/translation
Joe Neeman [Mon, 18 Aug 2008 04:38:25 +0000 (21:38 -0700)]
Fix spacing when there is an empty barline.
Valentin Villenave [Mon, 18 Aug 2008 17:24:45 +0000 (19:24 +0200)]
NR 1.8.2.4 "Graphic notation in markup"
This commits adds some explanations and examples
to NR 1.8.2.4, and corrects a couple typos in
define-markup.scm
Graham Percival [Mon, 18 Aug 2008 00:06:08 +0000 (17:06 -0700)]
Fixes to Percussion.
Francisco Vila [Mon, 18 Aug 2008 00:04:43 +0000 (02:04 +0200)]
Update master doc files -- Spanish.
Francisco Vila [Sun, 17 Aug 2008 23:47:25 +0000 (01:47 +0200)]
Add Spanish mailing list in footer
Graham Percival [Sun, 17 Aug 2008 22:48:35 +0000 (15:48 -0700)]
Update from Stefan.
Francisco Vila [Sun, 17 Aug 2008 22:44:24 +0000 (00:44 +0200)]
Update of Spanish Doc PO file.
Graham Percival [Sun, 17 Aug 2008 22:40:06 +0000 (15:40 -0700)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond
Graham Percival [Sun, 17 Aug 2008 22:31:05 +0000 (15:31 -0700)]
Add appendix for percussion notes.
Neil Puttock [Sun, 17 Aug 2008 22:27:58 +0000 (23:27 +0100)]
Markup command snippet changes.
Thanks to James E. Bailey for the suggestions.
Francisco Vila [Sun, 17 Aug 2008 22:27:29 +0000 (00:27 +0200)]
Translations HTML page template. Spanish.
Francisco Vila [Sun, 17 Aug 2008 21:55:02 +0000 (23:55 +0200)]
Update of Doc index page. Spanish.
Neil Puttock [Sun, 17 Aug 2008 17:36:32 +0000 (18:36 +0100)]
Merge branch 'release/2.11.56-1'
John Mandereau [Sun, 17 Aug 2008 16:03:52 +0000 (18:03 +0200)]
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
* 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond:
Reordering of single-staff polyphony.
Tiny updates
Mark reorder plan for Simultaneous
Typo
Fix octave in example
Better explaination of implicit and explicit voices.
Reword and added example from Carl.
John Mandereau [Sun, 17 Aug 2008 15:06:39 +0000 (17:06 +0200)]
Raise input/lsr priority in lilypond-book include path
Some LSR snippets have the same file name as regression tests, and we
usually prefer to include a LSR snippet over a similar but
non-identical regression test in our manuals.
John Mandereau [Sun, 17 Aug 2008 14:58:30 +0000 (16:58 +0200)]
Use new macro for xreferencing top of the Internals Reference
John Mandereau [Sun, 17 Aug 2008 14:42:49 +0000 (16:42 +0200)]
Remove documentation books acronyms
This concludes the large argument on lilypond-user list "Please
forget..." started by Bertalan Fodor.
Also fix nits in "About the docs": add URL for News page, add xref to
init files locations description and minor formatting details.
John Mandereau [Sun, 17 Aug 2008 14:05:02 +0000 (16:05 +0200)]
Update lilypond.pot
Carl Sorensen [Sun, 17 Aug 2008 05:10:53 +0000 (23:10 -0600)]
Fix ges -> fis
Carl Sorensen [Sun, 17 Aug 2008 05:06:00 +0000 (23:06 -0600)]
Update chords.itely
Carl Sorensen [Sun, 17 Aug 2008 05:04:30 +0000 (23:04 -0600)]
Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond
Han-Wen Nienhuys [Sat, 16 Aug 2008 21:36:18 +0000 (18:36 -0300)]
Add version numbers to fretboard files.
Han-Wen Nienhuys [Sat, 16 Aug 2008 18:58:53 +0000 (15:58 -0300)]
Bump version.
Han-Wen Nienhuys [Sat, 16 Aug 2008 18:57:48 +0000 (15:57 -0300)]
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
John Mandereau [Sat, 16 Aug 2008 15:30:14 +0000 (17:30 +0200)]
Document CPU_COUNT makefile variable used in 'make web'
John Mandereau [Sat, 16 Aug 2008 15:10:51 +0000 (17:10 +0200)]
Add one paragraph in tutorial and introduction
Let's invite first-time readers to skip 'See also' sections in the
Learning Manual.
John Mandereau [Sat, 16 Aug 2008 15:08:38 +0000 (17:08 +0200)]
Improve Texinfo cross-references checking script
- process cross-references macros @r*named{NODE,DISPLAY}
with display name,
- add total count of cross-references,
- fix leak in fixed cross_references count.
John Mandereau [Fri, 15 Aug 2008 21:18:00 +0000 (23:18 +0200)]
Update and add Texinfo macros in translations
- update macros.itexi in all languages,
- add and use new macro @untranslated to mark untranslated nodes,
- update TRANSLATION and buildscripts accordingly,
- update TRANSLATION instructions during GDP.
John Mandereau [Fri, 15 Aug 2008 21:01:16 +0000 (23:01 +0200)]
Fix perverse string formatting in HTML docs postprocessing
add_html_footer.py is really a bugs nest :-P
Also add big pages manuals to non copied pages list, and replace a
regexp match with a substring test.
John Mandereau [Fri, 15 Aug 2008 17:20:17 +0000 (19:20 +0200)]
Fix nits in Texinfo macros
Reinhold Kainhofer [Thu, 14 Aug 2008 13:21:16 +0000 (15:21 +0200)]
Add two-parameter versions of @ruser etc. to allow specifying the displayed text
Sometimes node named cannot contain special characters, which you would like
to be displayed in the link text. Thus, the third argument of @ref needs to be
used. Unfortunately, Texinfo (or rather texi2pdf) does not support optional
arguments to macros, so we have to add new two-parameter versions of all our
xref macros.
I als streamlined the definitions in macros.itely a little bit (distinguish only bigpage, not bigpage and tex).
This also allows us to link to the Top node of any manual with displaying the
manual title instead of "Top".
John Mandereau [Fri, 15 Aug 2008 13:00:12 +0000 (15:00 +0200)]
Add bin-clean target on popular demand
This target cleans out/ directories except mf/out.
Motivation: people building the binary often need/want to clean the
generated binary, but don't want to rebuild fonts because it takes a
while.
Patrick McCarty [Sat, 16 Aug 2008 03:06:01 +0000 (20:06 -0700)]
Fix compile
* s/slurs/Slurs/ in wind.itely
* fix new headword
Signed-off-by: Patrick McCarty <pnorcks@gmail.com>
Graham Percival [Fri, 15 Aug 2008 22:43:09 +0000 (15:43 -0700)]
Update from Andrew.
Graham Percival [Fri, 15 Aug 2008 21:47:32 +0000 (14:47 -0700)]
Update from Andrew.
Till Paala [Fri, 15 Aug 2008 19:20:52 +0000 (22:20 +0300)]
Merge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond into lilypond/translation
Carl Sorensen [Fri, 15 Aug 2008 19:16:00 +0000 (13:16 -0600)]
Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond
Carl Sorensen [Fri, 15 Aug 2008 19:15:29 +0000 (13:15 -0600)]
Updates to rhythms.itely
Carl Sorensen [Fri, 15 Aug 2008 14:26:51 +0000 (08:26 -0600)]
Updates to rhythms.itely
Francisco Vila [Fri, 15 Aug 2008 10:21:41 +0000 (12:21 +0200)]
Reordering of single-staff polyphony.
Francisco Vila [Fri, 15 Aug 2008 01:20:14 +0000 (03:20 +0200)]
Tiny updates
Francisco Vila [Fri, 15 Aug 2008 00:49:29 +0000 (02:49 +0200)]
Mark reorder plan for Simultaneous
John Mandereau [Thu, 14 Aug 2008 20:29:50 +0000 (22:29 +0200)]
Merge commit 'origin/master'
* commit 'origin/master':
Remove obsolete accordion code.
Fix broken links in NR and LM
Documentation nitpicks
GDP NR 5.6.3 Modifying stencils
Merge Jonathan's changes
Add predefined-fretboards to NEWS, add harmonics to fretted-strings
Fix links to BassFigure
GDP NR 6.3.1 Move index entry
News update.
Really fix link to figured bass
Fix glossary link for figured bass
GDP NR 5.6.4 Needs utf8
GDP NR 5.6.4 Modifying shape of slurs and ties
Add \pointAndClick[Off, On]
Noteheads ... note heads
Documentation nitpicks
Documentation nitpicks
Documentation nitpicks
Conflicts:
Documentation/topdocs/NEWS.tely
Neil Puttock [Thu, 14 Aug 2008 19:48:36 +0000 (20:48 +0100)]
Remove obsolete accordion code.
Patrick McCarty [Thu, 14 Aug 2008 02:40:35 +0000 (19:40 -0700)]
Fix broken links in NR and LM
* The xref in fundamental.itely is still broken. Until
the issue with backslashes in xrefs is resolved, this
xref should remain commented.
Signed-off-by: Patrick McCarty <pnorcks@gmail.com>
Till Paala [Thu, 14 Aug 2008 18:58:53 +0000 (21:58 +0300)]
Merge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond into lilypond/translation
Francisco Vila [Thu, 14 Aug 2008 17:30:35 +0000 (19:30 +0200)]
Typo
Francisco Vila [Thu, 14 Aug 2008 16:57:07 +0000 (18:57 +0200)]
Fix octave in example
Francisco Vila [Thu, 14 Aug 2008 15:38:40 +0000 (17:38 +0200)]
Better explaination of implicit and explicit voices.
John Mandereau [Thu, 14 Aug 2008 14:32:34 +0000 (16:32 +0200)]
Rename nodes and start "Tweaking output" proofreading
- get rid of backslashes in node names,
- rename "Objects connected to the input" to "The @code{\tweak}
command",
- start "Tweaking output" proofreading: only formatting nits so far.
Jean-Charles Malahieude [Thu, 14 Aug 2008 13:42:34 +0000 (15:42 +0200)]
Documentation nitpicks
* fix xref
xref label must match node name (The \set command ==> ref{The \set
command}
* consistency
context called @code{Name}
* typos
John Mandereau [Thu, 14 Aug 2008 13:36:28 +0000 (15:36 +0200)]
Reformat and update syntax changes in NEWS
Jean-Charles Malahieude [Thu, 14 Aug 2008 13:29:17 +0000 (15:29 +0200)]
Merge branch 'master' of ssh://jeancharlesm@git.sv.gnu.org/srv/git/lilypond
Trevor Daniels [Thu, 14 Aug 2008 11:08:25 +0000 (12:08 +0100)]
GDP NR 5.6.3 Modifying stencils
First draft
Francisco Vila [Thu, 14 Aug 2008 10:02:37 +0000 (12:02 +0200)]
Reword and added example from Carl.
Carl Sorensen [Thu, 14 Aug 2008 04:57:56 +0000 (22:57 -0600)]
Merge Jonathan's changes
Carl Sorensen [Thu, 14 Aug 2008 02:52:01 +0000 (20:52 -0600)]
Add predefined-fretboards to NEWS, add harmonics to fretted-strings
Carl Sorensen [Wed, 13 Aug 2008 23:22:33 +0000 (17:22 -0600)]
Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond
Carl Sorensen [Wed, 13 Aug 2008 23:21:54 +0000 (17:21 -0600)]
Fix links to BassFigure
Trevor Daniels [Wed, 13 Aug 2008 21:54:38 +0000 (22:54 +0100)]
GDP NR 6.3.1 Move index entry
Neil Puttock [Wed, 13 Aug 2008 21:45:04 +0000 (22:45 +0100)]
News update.
Carl Sorensen [Wed, 13 Aug 2008 21:18:52 +0000 (15:18 -0600)]
Really fix link to figured bass
Carl Sorensen [Wed, 13 Aug 2008 20:36:25 +0000 (14:36 -0600)]
Fix glossary link for figured bass
Carl Sorensen [Wed, 13 Aug 2008 20:35:29 +0000 (14:35 -0600)]
Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond
Trevor Daniels [Wed, 13 Aug 2008 17:58:36 +0000 (18:58 +0100)]
GDP NR 5.6.4 Needs utf8
Jean-Charles Malahieude [Wed, 13 Aug 2008 17:47:21 +0000 (19:47 +0200)]
Merge branch 'master' of ssh://jeancharlesm@git.sv.gnu.org/srv/git/lilypond
Trevor Daniels [Wed, 13 Aug 2008 13:26:12 +0000 (14:26 +0100)]
GDP NR 5.6.4 Modifying shape of slurs and ties
Bézier curves - first draft