]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
16 years agoOops, I didn't want to commit this. Han-Wen does not want this in GIT, but I need...
Reinhold Kainhofer [Wed, 14 Nov 2007 00:02:56 +0000 (01:02 +0100)]
Oops, I didn't want to commit this. Han-Wen does not want this in GIT, but I need it locally so that the regression tests are really shown in the output...

16 years agoMusicXML: Add command line option to not convert directions on articulations, etc.
Reinhold Kainhofer [Tue, 13 Nov 2007 23:53:27 +0000 (00:53 +0100)]
MusicXML: Add command line option to not convert directions on articulations, etc.

Add --nd or --no-articulation-directions command-line option, which causes
musicxml2ly to not convert ^ or _ up/down indicators for articulations, texts, etc.
Rather, "-" is used where necessary.

I'm now storing the command-line options in another global variable, so that one
can access them anywhere in the whole script.

16 years agoMusicXML: Implement pitch names for different languages
Reinhold Kainhofer [Tue, 13 Nov 2007 22:00:12 +0000 (23:00 +0100)]
MusicXML: Implement pitch names for different languages

Added a --language (-l) command line switch for the musicxml2ly
script that allows you to specify the name of a language.ly file,
so that localized pitch names (e.g. do/re/mi/fa/sol/la/ti for
espanol) are used and \include "language.ly" is automatically
inserted into the lilypond file.

Unfortunately, I had to use a global variable in the musicxml.py
file, which holds the function to convert pitches to strings.
However, I found this much cleaner than passing the language or
the function through all functions calls...

16 years agoMerge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into kainhofer
Reinhold Kainhofer [Sun, 4 Nov 2007 20:57:18 +0000 (21:57 +0100)]
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into kainhofer

16 years agoMusicXML: Implement conversion of page layout options
Reinhold Kainhofer [Sun, 4 Nov 2007 20:47:38 +0000 (21:47 +0100)]
MusicXML: Implement conversion of page layout options

A MusicXML contains page size, margins, font size, spacing
settings etc. inside the <defaults> element, which is now
converted to the \paper {..} block and some #(set-global-... ...)
commands in lilypond.

16 years agoMusicXML: Sample file for bar lines somewhere inside a measure
Reinhold Kainhofer [Sun, 4 Nov 2007 20:46:03 +0000 (21:46 +0100)]
MusicXML: Sample file for bar lines somewhere inside a measure

Sometimes, musical scores contain dotted bar lines inside
measures. This is an example that does not use implicit measures
(like Finale does). Note that Finale does NOT handle this
example correctly!

16 years agoMinor reminders.
Graham Percival [Sat, 3 Nov 2007 08:39:14 +0000 (01:39 -0700)]
Minor reminders.

16 years agoRemove unused file.
Graham Percival [Sat, 3 Nov 2007 08:06:03 +0000 (01:06 -0700)]
Remove unused file.

16 years agoMisc cleanups.
Graham Percival [Sat, 3 Nov 2007 08:05:47 +0000 (01:05 -0700)]
Misc cleanups.

16 years agoRename a bunch of sections to avoid ugly TODOs.
Graham Percival [Sat, 3 Nov 2007 06:47:45 +0000 (23:47 -0700)]
Rename a bunch of sections to avoid ugly TODOs.

16 years agoRestore rglos definition for Info output
John Mandereau [Sat, 3 Nov 2007 12:20:15 +0000 (13:20 +0100)]
Restore rglos definition for Info output

Oops, it shouldn't have disappeared when rebasing lilypond/gdp onto
master.

16 years agoMusicXML: Add possibility for additional defs, implement snap-pizzicato
Reinhold Kainhofer [Fri, 2 Nov 2007 20:38:39 +0000 (21:38 +0100)]
MusicXML: Add possibility for additional defs, implement snap-pizzicato

Lilypond does not have all definitions that we might need for the score,
so I now also keep a list of additional definitions and insert the
corresponding lilypond code at the beginning of the *-defs.ly file.

One example is the snap-pizzicato markup (see Snippet 335 on LSR),
which is also implemented with this commit.

16 years agoupdate
Graham Percival [Thu, 1 Nov 2007 07:15:26 +0000 (00:15 -0700)]
update

16 years agoAdd beginning of directions.
Graham Percival [Wed, 31 Oct 2007 11:27:39 +0000 (04:27 -0700)]
Add beginning of directions.

16 years agoMisc LM updates.
Graham Percival [Tue, 30 Oct 2007 20:43:31 +0000 (13:43 -0700)]
Misc LM updates.

16 years agoTypo.
Graham Percival [Tue, 30 Oct 2007 19:37:37 +0000 (12:37 -0700)]
Typo.

16 years agoMinor improvements.
Graham Percival [Tue, 30 Oct 2007 12:52:49 +0000 (05:52 -0700)]
Minor improvements.

16 years agoAnother update from Trevor Daniels.
Graham Percival [Tue, 30 Oct 2007 12:15:21 +0000 (05:15 -0700)]
Another update from Trevor Daniels.

16 years agoTrevor Daniel's latest doc patch, plus moving stuff from Changing.
Graham Percival [Mon, 29 Oct 2007 19:56:54 +0000 (12:56 -0700)]
Trevor Daniel's latest doc patch, plus moving stuff from Changing.

16 years agoUpdate building docs without compiling.
Graham Percival [Mon, 29 Oct 2007 05:16:48 +0000 (22:16 -0700)]
Update building docs without compiling.

16 years agoEyolf's latest patch for Expressive.
Graham Percival [Mon, 29 Oct 2007 05:12:31 +0000 (22:12 -0700)]
Eyolf's latest patch for Expressive.

16 years agoPolicy update.
Graham Percival [Mon, 29 Oct 2007 05:05:12 +0000 (22:05 -0700)]
Policy update.

16 years agoFormatting by Alard de Boer, thanks!
Graham Percival [Mon, 29 Oct 2007 05:03:05 +0000 (22:03 -0700)]
Formatting by Alard de Boer, thanks!

16 years agoKurt's latest glossary update.
Graham Percival [Sat, 27 Oct 2007 23:37:15 +0000 (16:37 -0700)]
Kurt's latest glossary update.

16 years agoUpdate from Trevor Daniels.
Graham Percival [Sat, 27 Oct 2007 23:00:55 +0000 (16:00 -0700)]
Update from Trevor Daniels.

16 years agoMisc small fixes.
Graham Percival [Sat, 27 Oct 2007 08:25:14 +0000 (01:25 -0700)]
Misc small fixes.

16 years agoClarify colors, issue 490.
Graham Percival [Thu, 25 Oct 2007 04:04:30 +0000 (21:04 -0700)]
Clarify colors, issue 490.

16 years agoTrevor Daniels' latest rhythms patch.
Graham Percival [Thu, 25 Oct 2007 03:00:23 +0000 (20:00 -0700)]
Trevor Daniels' latest rhythms patch.

16 years agoUpdate from Michael Rasmussen.
Graham Percival [Wed, 24 Oct 2007 20:51:55 +0000 (13:51 -0700)]
Update from Michael Rasmussen.

16 years agoAnother update from Alard de Boer.
Graham Percival [Wed, 24 Oct 2007 20:50:07 +0000 (13:50 -0700)]
Another update from Alard de Boer.

16 years agoAlard de Boer's first patch.
Graham Percival [Wed, 24 Oct 2007 09:42:28 +0000 (02:42 -0700)]
Alard de Boer's first patch.

16 years agoupdate.
Graham Percival [Tue, 23 Oct 2007 20:08:20 +0000 (13:08 -0700)]
update.

16 years agoTypo.
Graham Percival [Mon, 22 Oct 2007 19:41:28 +0000 (12:41 -0700)]
Typo.

16 years agoFix 490.
Graham Percival [Mon, 22 Oct 2007 03:27:50 +0000 (20:27 -0700)]
Fix 490.

16 years agoUpdate expressive marks from Eyolf, thanks!
Graham Percival [Sat, 20 Oct 2007 22:22:17 +0000 (15:22 -0700)]
Update expressive marks from Eyolf, thanks!

16 years agoFirst expression
Eyolf Østrem [Sat, 20 Oct 2007 15:39:03 +0000 (17:39 +0200)]
First expression

16 years agoMisc small fixes for rhythms.
Graham Percival [Sat, 20 Oct 2007 22:02:07 +0000 (15:02 -0700)]
Misc small fixes for rhythms.

16 years agoAnother update from Trevor Daniels, thanks!
Graham Percival [Sat, 20 Oct 2007 21:45:58 +0000 (14:45 -0700)]
Another update from Trevor Daniels, thanks!

16 years agoAdd Text to tutorial.
Graham Percival [Sat, 20 Oct 2007 06:53:26 +0000 (23:53 -0700)]
Add Text to tutorial.

16 years agoUpdates from Kurt Kroon, thanks!
Graham Percival [Sat, 20 Oct 2007 06:39:24 +0000 (23:39 -0700)]
Updates from Kurt Kroon, thanks!

16 years agoMore policy updates.
Graham Percival [Sat, 20 Oct 2007 04:11:26 +0000 (21:11 -0700)]
More policy updates.

16 years agoFix names of music glossary, notation reference.
Graham Percival [Sat, 20 Oct 2007 00:27:21 +0000 (17:27 -0700)]
Fix names of music glossary, notation reference.

16 years agoDisable regtests in GDP. CHANGE BACK BEFORE MERGING WITH MAIN!!!
Graham Percival [Fri, 19 Oct 2007 21:48:00 +0000 (14:48 -0700)]
Disable regtests in GDP.  CHANGE BACK BEFORE MERGING WITH MAIN!!!

16 years agoUpdate policy
Graham Percival [Fri, 19 Oct 2007 21:19:44 +0000 (14:19 -0700)]
Update policy

16 years agoEyolf's latest patch for pitches.
Graham Percival [Fri, 19 Oct 2007 19:10:08 +0000 (12:10 -0700)]
Eyolf's latest patch for pitches.

16 years agoMany changes from Trevor Daniels; thanks!
Graham Percival [Fri, 19 Oct 2007 00:51:08 +0000 (17:51 -0700)]
Many changes from Trevor Daniels; thanks!

16 years agoStill testing, but I need to fix something on master and I can't
Graham Percival [Thu, 18 Oct 2007 21:19:06 +0000 (14:19 -0700)]
Still testing, but I need to fix something on master and I can't
switch branches without committing this.  :|

16 years agoAdd better warning about line spanners.
Graham Percival [Wed, 17 Oct 2007 06:45:07 +0000 (23:45 -0700)]
Add better warning about line spanners.

16 years agoAdd warning about changed syntax for edge-text.
Graham Percival [Wed, 17 Oct 2007 06:43:40 +0000 (23:43 -0700)]
Add warning about changed syntax for edge-text.

16 years ago\endSpanners clarification from Trevor Baca.
Graham Percival [Wed, 17 Oct 2007 06:42:28 +0000 (23:42 -0700)]
\endSpanners clarification from Trevor Baca.

16 years agoMisc Learning Manual organization.
Graham Percival [Tue, 16 Oct 2007 20:30:59 +0000 (13:30 -0700)]
Misc Learning Manual organization.

16 years agoAnother update from Kurt.
Graham Percival [Mon, 15 Oct 2007 05:35:23 +0000 (22:35 -0700)]
Another update from Kurt.

16 years agoUpdate policy with info about links.
Graham Percival [Mon, 15 Oct 2007 04:14:39 +0000 (21:14 -0700)]
Update policy with info about links.

16 years agoMisc update.
Graham Percival [Mon, 15 Oct 2007 01:55:06 +0000 (18:55 -0700)]
Misc update.

16 years agoMisc improvements.
Graham Percival [Sun, 14 Oct 2007 21:34:35 +0000 (14:34 -0700)]
Misc improvements.

16 years agoAdd \paper{} header for people who want to work on examples with lilypond.
Graham Percival [Fri, 12 Oct 2007 21:38:50 +0000 (14:38 -0700)]
Add \paper{} header for people who want to work on examples with lilypond.

16 years agoMisc updates.
Graham Percival [Fri, 12 Oct 2007 21:31:05 +0000 (14:31 -0700)]
Misc updates.

16 years agoAdd warning about \ -> \\ in macros.
Graham Percival [Fri, 12 Oct 2007 20:54:20 +0000 (13:54 -0700)]
Add warning about \ -> \\ in macros.

16 years agoGet consistent line-widths in the manuals.
Graham Percival [Fri, 12 Oct 2007 20:26:30 +0000 (13:26 -0700)]
Get consistent line-widths in the manuals.

16 years agoAdd @lsrdir{} everywhere.
Graham Percival [Fri, 12 Oct 2007 04:46:47 +0000 (21:46 -0700)]
Add @lsrdir{} everywhere.

16 years agoMisc minor improvements.
Graham Percival [Thu, 11 Oct 2007 23:41:49 +0000 (16:41 -0700)]
Misc minor improvements.

16 years agoFix typo (oops, should have checked first)
Graham Percival [Thu, 11 Oct 2007 23:16:12 +0000 (16:16 -0700)]
Fix typo  (oops, should have checked first)

16 years agoKurt Kroon's latest glossary patch.
Graham Percival [Thu, 11 Oct 2007 23:14:07 +0000 (16:14 -0700)]
Kurt Kroon's latest glossary patch.

16 years agoUpdate policy.
Graham Percival [Thu, 11 Oct 2007 21:40:43 +0000 (14:40 -0700)]
Update policy.

16 years agoAnother Pitches update from Trevor Daniels.
Graham Percival [Thu, 11 Oct 2007 19:06:57 +0000 (12:06 -0700)]
Another Pitches update from Trevor Daniels.

16 years agoMinor fix from bug list.
Graham Percival [Thu, 11 Oct 2007 00:22:37 +0000 (17:22 -0700)]
Minor fix from bug list.

16 years agoKurt's first real music glossary changes; thanks!
Graham Percival [Mon, 8 Oct 2007 22:28:14 +0000 (15:28 -0700)]
Kurt's first real music glossary changes; thanks!

16 years agoAnother update from Trevor Daniels.
Graham Percival [Mon, 8 Oct 2007 20:11:50 +0000 (13:11 -0700)]
Another update from Trevor Daniels.

16 years agoClarify policy.
Graham Percival [Mon, 8 Oct 2007 00:27:14 +0000 (17:27 -0700)]
Clarify policy.

16 years agoKurt's first patch for music glossary; thanks!
Graham Percival [Sun, 7 Oct 2007 23:08:42 +0000 (16:08 -0700)]
Kurt's first patch for music glossary; thanks!

16 years agoUpdate policy.
Graham Percival [Sun, 7 Oct 2007 23:03:45 +0000 (16:03 -0700)]
Update policy.

16 years agoRemove verbatim from music-gloss.
Graham Percival [Sun, 7 Oct 2007 20:29:58 +0000 (13:29 -0700)]
Remove verbatim from music-gloss.

16 years agoExplanation about Clefs from Trevor Daniels, thanks!
Graham Percival [Sun, 7 Oct 2007 20:23:18 +0000 (13:23 -0700)]
Explanation about Clefs from Trevor Daniels, thanks!

Also clarify some things in the README.

16 years agoMinor fix.
Graham Percival [Sun, 7 Oct 2007 01:33:47 +0000 (18:33 -0700)]
Minor fix.

16 years agoRemove obsolete @refcommand from macros.
Graham Percival [Sun, 7 Oct 2007 00:17:17 +0000 (17:17 -0700)]
Remove obsolete @refcommand from macros.

16 years agoUse @itemize without specifying @bullet.
Graham Percival [Sat, 6 Oct 2007 22:18:16 +0000 (15:18 -0700)]
Use @itemize without specifying @bullet.

16 years agoEyolf's pitch rewrite, thanks!
Graham Percival [Sat, 6 Oct 2007 22:09:10 +0000 (15:09 -0700)]
Eyolf's pitch rewrite, thanks!

16 years agoRemove lilypondfile in translations.
Graham Percival [Sat, 6 Oct 2007 07:00:13 +0000 (00:00 -0700)]
Remove lilypondfile in translations.

16 years agoRemove lilypnodinputfile
Graham Percival [Sat, 6 Oct 2007 07:00:01 +0000 (00:00 -0700)]
Remove lilypnodinputfile

16 years agoClarify README, remove lilypnodfile
Graham Percival [Sat, 6 Oct 2007 06:59:22 +0000 (23:59 -0700)]
Clarify README, remove lilypnodfile

16 years agoMake translations compile.
Graham Percival [Sat, 6 Oct 2007 05:15:40 +0000 (22:15 -0700)]
Make translations compile.

16 years agoFirst draft of Text.
Graham Percival [Sat, 6 Oct 2007 05:07:15 +0000 (22:07 -0700)]
First draft of Text.

16 years agoGeneral fixes and draft preparation.
Graham Percival [Sat, 6 Oct 2007 04:41:41 +0000 (21:41 -0700)]
General fixes and draft preparation.

16 years agoAnother fix from Trevor Baca.
Graham Percival [Sat, 6 Oct 2007 04:25:17 +0000 (21:25 -0700)]
Another fix from Trevor Baca.

16 years agoMove examples into the manual.
Graham Percival [Sat, 6 Oct 2007 04:15:41 +0000 (21:15 -0700)]
Move examples into the manual.

16 years agoClarify proportional notation; thanks Trevor Baca!
Graham Percival [Sat, 6 Oct 2007 04:11:51 +0000 (21:11 -0700)]
Clarify proportional notation; thanks Trevor Baca!

16 years agoFirst draft of expressive.
Graham Percival [Sat, 6 Oct 2007 04:10:54 +0000 (21:10 -0700)]
First draft of expressive.

16 years agoFirst draft of Rhythms, plus misc updates.
Graham Percival [Sat, 6 Oct 2007 03:59:47 +0000 (20:59 -0700)]
First draft of Rhythms, plus misc updates.

16 years ago... no longer need to play games...
Graham Percival [Sat, 6 Oct 2007 01:11:08 +0000 (18:11 -0700)]
... no longer need to play games...

16 years agoWe no longer need to play games with the EOL/BOL of @q and @qq.
Graham Percival [Sat, 6 Oct 2007 01:10:32 +0000 (18:10 -0700)]
We no longer need to play games with the EOL/BOL of @q and @qq.

16 years agoUse @quoteNUM_DIR for @q and @qq. REQUIRES TEXINFO 4.11.
Graham Percival [Sat, 6 Oct 2007 01:10:05 +0000 (18:10 -0700)]
Use @quoteNUM_DIR for @q and @qq.  REQUIRES TEXINFO 4.11.

16 years agoPitches from Eyolf; thanks!
Graham Percival [Sat, 6 Oct 2007 00:56:18 +0000 (17:56 -0700)]
Pitches from Eyolf; thanks!

16 years agoPatch from Eyolf, thanks!
Graham Percival [Sat, 6 Oct 2007 00:42:07 +0000 (17:42 -0700)]
Patch from Eyolf, thanks!

16 years agoSmall updates to tutorial and @warning.
Graham Percival [Fri, 5 Oct 2007 21:20:53 +0000 (14:20 -0700)]
Small updates to tutorial and @warning.

16 years agoChange N.B. to Note.
Graham Percival [Fri, 5 Oct 2007 21:09:46 +0000 (14:09 -0700)]
Change N.B. to Note.

16 years agoLinewidth fix to make patching easier.
Graham Percival [Fri, 5 Oct 2007 01:55:00 +0000 (18:55 -0700)]
Linewidth fix to make patching easier.

16 years agoMisc updates for pitches.
Graham Percival [Fri, 5 Oct 2007 01:54:09 +0000 (18:54 -0700)]
Misc updates for pitches.

16 years agoRearrange pitches (Accidentals += cautionary, micro)
Graham Percival [Fri, 5 Oct 2007 01:41:22 +0000 (18:41 -0700)]
Rearrange pitches (Accidentals += cautionary, micro)

16 years agoClarify @warning.
Graham Percival [Thu, 4 Oct 2007 17:30:42 +0000 (10:30 -0700)]
Clarify @warning.

16 years agoAdd terms to glossary.
Graham Percival [Thu, 4 Oct 2007 04:45:01 +0000 (21:45 -0700)]
Add terms to glossary.