Reinhold Kainhofer [Wed, 10 Oct 2007 13:00:03 +0000 (15:00 +0200)]
MusicXML: Add sanity check before setting a duration
Reinhold Kainhofer [Tue, 9 Oct 2007 23:43:14 +0000 (01:43 +0200)]
MusicXML: Add description header for the feature coverage test page
Reinhold Kainhofer [Tue, 9 Oct 2007 22:23:55 +0000 (00:23 +0200)]
MusicXML: Support for upbeats and partial/implicit measures
-) In the Duration class, don't write out e.g. *3/1 for the factor.
In this case, *3 is much better
-) Add support for implicit measures, i.e. measures in MusicXML that do
not count. These are typically used for upbeats and for places where
a repeat or clef/key change occurs inside a measure. In this case,
the measure is split into to <measure> elements, the second one with
the implicit attribute set to "yes". Now we don't start a measure
in lilypond for those implicit measures.
-) Implicit measures at the very beginning are now converted as \partial X
-) Don't print out | %0 at the very beginning (i.e. for the measure with
number 0)
Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
Reinhold Kainhofer [Sat, 6 Oct 2007 19:48:15 +0000 (21:48 +0200)]
Ignore ttf files with fontforge configure check
Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
Reinhold Kainhofer [Tue, 9 Oct 2007 22:50:27 +0000 (00:50 +0200)]
Revert "Allow header/footer snippets in test cases, expand lilypond-book to insert versionnumber"
This reverts commit
47c4f0bf5eb5be69826b23fd9be5bbc48765ef41.
Reinhold Kainhofer [Thu, 4 Oct 2007 08:54:52 +0000 (10:54 +0200)]
Allow header/footer snippets in test cases, expand lilypond-book to insert versionnumber
-) Add --introduction=.. and --footer=.. options to lys-to-tely.py so that we
can insert custom text form a texi file at the beginning and end of a
regression test page. So far, one had to add a .ly file with a proper name
(so that it gets sorted to the begin/end), which resulted in an ugly empty
image and a link to a dummy .ly file at the top. The header for the
lys-to-tely script must not be called *.texi, because make WWW tries to
run makeinfo on all *.texi files.
-) Change the buildsystem to use these additional parameters. The make variables
HEADER_FILE and FOOTER_FILE are used for this.
-) Change the regression tests to make use of the texi file rather than the
AAA-intro-regression.ly file
-) Since that header contained the lilypond version number, I also expanded
lilypond-book to replace @lilypondversion (or the \lilypondversion and
<lilypondversion> counterparts for latex and html) by the version. The
build must then use the lilypond-book script from scripts/out/ rather
than scripts/lilypond-book.py (which does not have the @VERSION_NUMBER@
replaced by the version by the build system).
Werner Lemberg [Wed, 3 Oct 2007 19:58:39 +0000 (21:58 +0200)]
Formatting.
Nicolas Sceaux [Wed, 3 Oct 2007 19:24:31 +0000 (21:24 +0200)]
\smallCaps: use \concat internally, iso \hspace #-1.
Reinhold Kainhofer [Sun, 23 Sep 2007 18:57:18 +0000 (20:57 +0200)]
MusicXML: Rework the way articulations are handled
Workover of the articulation translation. Use one dict instead
of two and condition on the dict value. Also implement accidental-mark.
Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
Reinhold Kainhofer [Sun, 23 Sep 2007 12:08:21 +0000 (14:08 +0200)]
MusicXML: Better support for drums
-) Add the bass drum instrument
-) Ignore notes with the attribute print-object="no". These are
typically notes that indicate midi output for tremolos and should
not be printed.
-) Use the Musix_xml_node.message method to print out the warning about
missing note types. This also prints out where the problem occurs.
Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
Reinhold Kainhofer [Sun, 23 Sep 2007 12:03:03 +0000 (14:03 +0200)]
MusicXML: Fix indentation of the Output_printer
a < increases indentation by one. However, \< or -< should not and <<
should only increase by one, too. The same goes for \>, -> and >>.
Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
Reinhold Kainhofer [Sun, 23 Sep 2007 10:22:02 +0000 (12:22 +0200)]
MusicXML: Add some more test files
Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
Reinhold Kainhofer [Sun, 23 Sep 2007 08:39:49 +0000 (10:39 +0200)]
MusicXML: Correctly convert instrument names with line breaks
Convert line breaks in instrument names to
\markup \columns {\line {..} \line {..}}
Also add regression test file.
Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
Reinhold Kainhofer [Sat, 22 Sep 2007 19:27:20 +0000 (21:27 +0200)]
MusicXML: Update sample files
Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
Reinhold Kainhofer [Fri, 21 Sep 2007 22:37:48 +0000 (00:37 +0200)]
MusicXML: Fix problem with dynamics inserted too late
Insert dynamics right into the EventChord, not after it. This fixes
several errors with my test files (the Recordare MusicXML samples).
Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
Reinhold Kainhofer [Fri, 21 Sep 2007 07:40:11 +0000 (09:40 +0200)]
MusicXML: Fix graces to allow beams, chords, etc.
Instead of keeping an array of grace elements for each chord,
rather use a full SequentialMusic object that holds EventChords
(so we can insert beams, real grace chords, etc.). For this we also
need a method in the SequentialMusic class to get the last chord.
Depending on the slash attribute of the <grace> element, we now
use acciaccatura rather than grace for slashed grace notes.
Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
Reinhold Kainhofer [Wed, 19 Sep 2007 01:36:20 +0000 (03:36 +0200)]
MusicXML: Remove comment that no longer applies
My previous commit ("Apply Attributes and Directions...") fixed the problem
with clefs in piano staves, so this comment is now wrong.
Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
Reinhold Kainhofer [Wed, 19 Sep 2007 01:29:56 +0000 (03:29 +0200)]
MusicXML: Fixes of my previous commit
If a score does not use any <staff> elements, fool musicxml2ly with
a dummy value of "None". Similarly, don't use dict[staff], but dict.get
to avoid crashes in that case.
Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
Reinhold Kainhofer [Wed, 19 Sep 2007 01:02:23 +0000 (03:02 +0200)]
MusicXML: Apply Attributes and Direction only to the staves/voices they apply to
When extracting the voices of a part, first detect all different voices so that
we can assign dynamics to all voices right from the beginning.
Also, assign the dynamics and attributes only to those voices they really apply
to (in particular, if they have a <staff> element, only assign them to the voices
that use that particular staff). For this, I also need to keep a dict for
staff=>[voiceids,...] around. To be able to assign attributes only to the
correct voices, I need to copy the attributes object and erase all clefs, times
and keys that do not apply to the staff (and keep only those objects that either
have no number attribute or have the correct number attribute). This copying
(shallow copying of the relevant parts of the Attributes object) gave me some
major headache, but it should work fine now.
Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
Reinhold Kainhofer [Tue, 18 Sep 2007 21:25:55 +0000 (23:25 +0200)]
MusicXML: A grace note at the beginning shall not set staff for the voice
The sample files from Recordare contain a piece where the voice on the
upper staff of a PianoStaff starts with a grace displayed in the second
staff. So far, this put the whole voice on the second staff. Thus, grace
notes are now ignored when determining the voice for a staff.
Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
Reinhold Kainhofer [Tue, 18 Sep 2007 21:18:41 +0000 (23:18 +0200)]
MusicXML: Use \voiceOne up to \voiceFour in multi-voice staves
Lilypond has \voiceOne up to \voiceFour, so use them (instead of going
only up to \voiceTwo)
Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
Reinhold Kainhofer [Tue, 18 Sep 2007 21:12:48 +0000 (23:12 +0200)]
MusicXML: Staves with multiple voices get \voiceOne and \voiceTwo
When a staff has more than one voice, we get tons of colliding stems, so
put \voiceOne in the first voice and \voiceTwo in the remaining. This
still breaks with more than two voices, but the majority of cases works
fine now.
Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
Reinhold Kainhofer [Tue, 18 Sep 2007 20:51:59 +0000 (22:51 +0200)]
MusicXML: Implement part-group (i.e. StaffGroup in ly) and part-name (instrumentName)
Implementing part-groups and their bracketing and span-bars turned out
harder than I imagined... I build one nested set of StaffGroup and Staff
objects from the part-list, including the instrument names and the bracket
types. However, to be able to distinguish single-staff staves and piano
staves and to assign the correct voices and lyrics to a part, I need
another loop after everything has been processed. In this additional
loop through the whole score structure I extract the voice and lyrics
ids assigned to each part and assign them the StaffGroup nested
objects.
Finally, printing everything out is quite simple.
Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
Reinhold Kainhofer [Mon, 17 Sep 2007 14:32:21 +0000 (16:32 +0200)]
MusicXML: Fix small issues detected with Recordare sample MusicXML files
-) Open the .ly output files using utf-8 encoding so that special characters
like Umlaute, ©, » «, etc. can also be written out. Otherwise, python
will simply exit the script.
-) Fix line break issues with sys.stderr.write (line break explicitly needed
in contrast to print)
-) Fix extraction of creator from the XML. In particular, don't look only at
the very first creator tag, but loop through all of them. Now, a score
can have a composer, a lyricist, etc.
-) Extract lyrics syllables only for notes, but not for rests. In lilypond
a rest can have lyrics attached, in lilypond, the lyrics are assigned to
notes only. All lyrics assigned to rests in MusicXML will be lost!
Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
Reinhold Kainhofer [Mon, 17 Sep 2007 13:47:45 +0000 (15:47 +0200)]
Add myself to the list of credits, sort all contributors alphabetically (as it is said directly above)
Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
Reinhold Kainhofer [Sun, 16 Sep 2007 22:39:38 +0000 (00:39 +0200)]
MusicXML: Move printing out header information into its own class
Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
Reinhold Kainhofer [Sun, 16 Sep 2007 20:57:16 +0000 (22:57 +0200)]
MusicXML: Convert grace notes from MusicXML to Lilypond
Grace notes are normal <note> elements in XML, only with a <grace/>
child element. I append these notes to a special array of EventChord
and try to take care of the zero duration of grace notes (which
come before the real note and thus also create the EventChord with
duration zero!)
There is still one problem with things like beams or articulations on
grace notes (they are printed after the whole cord (not inside the
\grace!), but this is a general problem that musicxml2ly inserts
slurs, ties, beams, articulations, etc. as separate events not assigned
to any particular note/EventChord. The code should be changed to
assign these ornaments/settings directly to the note or the chord they
apply to. This would (1) get rid of e.g. triple [ with beamed chords,
(2) make it possible to combine multiple MusicXML articulations into
single lilypond articulations, (3) apply fingerings and ties to notes
inside chords rather than the whole chord, and (4) fix the grace notes.
The other problem is when a chord is used as a grace chord in MusicXML.
Due to the whole structure of musicxml2ly, this problem goes very deep
and I don't know of any way to fix this short of a big rewrite.
Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
Reinhold Kainhofer [Fri, 14 Sep 2007 23:38:02 +0000 (01:38 +0200)]
MusicXML: Don't crash when no time signature is given
MusicXML allows scores without time signature given. Don't assume that a time
sig will always be present!
Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
Reinhold Kainhofer [Fri, 14 Sep 2007 21:58:51 +0000 (23:58 +0200)]
MusicXML: Implement pitched rests
In MusicXML, a rest can also have a pitch, given as
<display-step>A</display-step><display-octave>3</display-octave>
If given, convert these into ordinary lilypond pitches and print them
out as "a4 \rest" instead of "r4".
Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
Reinhold Kainhofer [Fri, 14 Sep 2007 20:59:12 +0000 (22:59 +0200)]
MusicXML: Reset measure position on backup elements, print => sys.stderr.write
-) Replace all relevant (i.e. non-testing outputs; these are still in there
in the main() functions for testing) occurrences of print by
sys.stderr.write
-) If a <backup> element is encountered (e.g. when there are two voices in
the measure), correctly reset the measure position to the desired
position after the backup.
Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
Reinhold Kainhofer [Fri, 14 Sep 2007 16:58:35 +0000 (18:58 +0200)]
MusicXML: Fix regression when adding expressions like octave shifts
Octave shifts in lilypond (like in MusicXML) are not associated with a
particular note but their position in the measure. So far, I simply
inserted them like a note, but unfortunately that reset the current
starting position in the measure (needed to find the correct position
for chords). So I added a method dedicated to inserting such commands
without resetting the position (of course, pending multi-bar rests
still need to be inserted before the music command).
Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
Werner Lemberg [Tue, 2 Oct 2007 13:01:12 +0000 (15:01 +0200)]
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
Werner Lemberg [Tue, 2 Oct 2007 13:00:12 +0000 (15:00 +0200)]
Document glyph name conventions and stem attachments.
This is a slightly modified patch from Maximilian Albert.
Joe Neeman [Mon, 1 Oct 2007 08:26:44 +0000 (18:26 +1000)]
Fix 482.
Han-Wen Nienhuys [Mon, 1 Oct 2007 03:32:35 +0000 (00:32 -0300)]
Codingstyle nits.
Han-Wen Nienhuys [Mon, 1 Oct 2007 02:48:47 +0000 (23:48 -0300)]
Fix #483.
lilypond-book: put preamble_string in cut&paste section.
Han-Wen Nienhuys [Mon, 1 Oct 2007 02:44:11 +0000 (23:44 -0300)]
Fix #484.
Don't overwrite user setting of eksikMirroredSlashedFlat
Han-Wen Nienhuys [Sun, 30 Sep 2007 18:56:47 +0000 (15:56 -0300)]
junk dist-changelog hack.
Joe Neeman [Tue, 25 Sep 2007 10:45:04 +0000 (20:45 +1000)]
Fix 425.
Joe Neeman [Mon, 24 Sep 2007 21:38:24 +0000 (07:38 +1000)]
Also center the multimeasure rest when there are no BreakAlignments.
Joe Neeman [Mon, 24 Sep 2007 21:32:43 +0000 (07:32 +1000)]
Fix 464.
Center a multimeasure rest between BreakAlignments, not according to the extent of the columns.
Joe Neeman [Mon, 24 Sep 2007 11:23:10 +0000 (21:23 +1000)]
Fix 433.
Ensure that the distances vector always has i-1 elements.
Francisco Vila [Wed, 19 Sep 2007 15:36:54 +0000 (17:36 +0200)]
Spanish Notation-Appendices file
Till Paala [Thu, 20 Sep 2007 18:01:22 +0000 (21:01 +0300)]
Translation of more files to German
Translation of notation-appendices.itely, scheme-tutorial.itely, templates.itely
(the completion of the appendix) to German
Jean-Charles Malahieude [Sat, 15 Sep 2007 21:01:37 +0000 (23:01 +0200)]
fr changing default
review
Jean-Charles Malahieude [Sat, 15 Sep 2007 20:56:05 +0000 (22:56 +0200)]
es/changing-defaults
typo in link to Event
Jean-Charles Malahieude [Sat, 15 Sep 2007 20:51:49 +0000 (22:51 +0200)]
Typo in link to Event
Han-Wen Nienhuys [Thu, 20 Sep 2007 04:15:03 +0000 (01:15 -0300)]
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
Han-Wen Nienhuys [Wed, 19 Sep 2007 11:56:29 +0000 (08:56 -0300)]
Make test generation generic.
This switches on regression testing for the musicxml directory.
Han-Wen Nienhuys [Wed, 19 Sep 2007 11:43:24 +0000 (08:43 -0300)]
add OUT_LY_FILES to lysdoc-rules too.
This fixes test/doc generation.
Han-Wen Nienhuys [Wed, 19 Sep 2007 02:37:59 +0000 (23:37 -0300)]
use OUT_LY_FILES for musicxml conversion result.
Till Paala [Tue, 18 Sep 2007 18:55:48 +0000 (21:55 +0300)]
Translation of setup.itely to German
Francisco Vila [Mon, 17 Sep 2007 08:12:02 +0000 (10:12 +0200)]
Spanish templates file
Jean-Charles Malahieude [Tue, 18 Sep 2007 19:14:57 +0000 (21:14 +0200)]
Fetch French PO from Free Translation Project
Graham Percival [Tue, 18 Sep 2007 19:03:10 +0000 (12:03 -0700)]
Fix for @rgloss in info.
Han-Wen Nienhuys [Tue, 18 Sep 2007 03:03:03 +0000 (00:03 -0300)]
Bump version.
Joe Neeman [Sun, 16 Sep 2007 22:58:12 +0000 (08:58 +1000)]
John Mandereau [Sat, 15 Sep 2007 09:39:07 +0000 (11:39 +0200)]
Merge branch 'lilypond/translation' of /home/lilycvs/git/lily/ into lilypond/translation
* 'lilypond/translation' of /home/lilycvs/git/lily/:
Updates to German translation
John Mandereau [Sat, 15 Sep 2007 09:38:35 +0000 (11:38 +0200)]
Add developers resources page
Till Paala [Sat, 15 Sep 2007 08:53:39 +0000 (11:53 +0300)]
Updates to German translation
John Mandereau [Sat, 15 Sep 2007 08:26:02 +0000 (10:26 +0200)]
Merge branch 'lilypond/translation' of /home/lilycvs/git/lily/ into lilypond/translation
* 'lilypond/translation' of /home/lilycvs/git/lily/:
Updates to match latest changes in originals
Update French docs
Typo
John Mandereau [Sat, 15 Sep 2007 08:18:48 +0000 (10:18 +0200)]
Rename MusicXML regression tests filenames
Texinfo crashes when making a PDF with reading filenames with
underscores, so please use hyphens instead.
John Mandereau [Sat, 15 Sep 2007 08:12:30 +0000 (10:12 +0200)]
Update texinfo.tex from CVS
Francisco Vila [Fri, 14 Sep 2007 23:20:48 +0000 (01:20 +0200)]
Updates to match latest changes in originals
John Mandereau [Fri, 14 Sep 2007 23:28:37 +0000 (01:28 +0200)]
Update French docs
Joe Neeman [Fri, 14 Sep 2007 22:25:51 +0000 (08:25 +1000)]
Add support for partial span-bars.
John Mandereau [Fri, 14 Sep 2007 21:59:04 +0000 (23:59 +0200)]
Typo
Till Paala [Fri, 14 Sep 2007 18:59:15 +0000 (21:59 +0300)]
Translation of install.itely to German
Till Paala [Fri, 14 Sep 2007 18:37:32 +0000 (21:37 +0300)]
Skeleton update and second step of translating lilypond-program.tely to German
Till Paala [Fri, 14 Sep 2007 18:24:08 +0000 (21:24 +0300)]
First step of translating lilypond-program.tely to German
Till Paala [Fri, 14 Sep 2007 18:19:53 +0000 (21:19 +0300)]
Updates to German translation
Till Paala [Fri, 14 Sep 2007 18:15:12 +0000 (21:15 +0300)]
Translation of literatur.itely to German
Francisco Vila [Thu, 13 Sep 2007 23:19:04 +0000 (01:19 +0200)]
Spanish Updates, typos and new translations; 2nd version
Mats Bengtsson [Fri, 14 Sep 2007 10:51:39 +0000 (12:51 +0200)]
Added references to the Program reference also in section "Repeat syntax".
Reinhold Kainhofer [Fri, 14 Sep 2007 09:56:56 +0000 (11:56 +0200)]
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond
Werner Lemberg [Fri, 14 Sep 2007 09:10:24 +0000 (11:10 +0200)]
Use `\once \override NoteColumn ignore-collision=##t' to remove warnings.
Mats Bengtsson [Fri, 14 Sep 2007 07:26:12 +0000 (09:26 +0200)]
Changing misleading footnote in "Multiple staves".
Reinhold Kainhofer [Thu, 13 Sep 2007 21:09:58 +0000 (23:09 +0200)]
MusicXML: Cleanup of span start/end and direction, coding style
Follow Han-Wen's tips:
-) Split the type of spanners into direction (start/stop) and type
(crescendo/decrescendo, up/down octave-shifts, ...)
-) Get rid of some ifs and use dicts instead
-) Get rid of unnecessary empty cases in dicts
-) Treat hairpins like all other spanners
-) Invert logic of quoting of lyrics and header fields to always quote unless
the text consists entirely of letters.
-) Implement all durations from MusicXML
-) If an ouput filename is given, the include needs to use only the basename
of the file, not the whole path
-) Change logic of adding .xml to the input file: First try the supplied
filename, then with .xml appended and only then with xml (no dot) appended.
-) Use progress (..) for the error message when input file does not exist.
Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
John Mandereau [Thu, 13 Sep 2007 20:39:58 +0000 (22:39 +0200)]
Fix some French translation nitpicks and typos
- add Gilles Thibault to THANKS for his comments on Changing defaults
French translation,
- also add P.E. Brame to THANKS for his (older) suggestions on
Instrument-specific notation French translation,
- update French literature.itely.
John Mandereau [Thu, 13 Sep 2007 20:30:36 +0000 (22:30 +0200)]
Typo
Francisco Vila [Thu, 13 Sep 2007 14:02:04 +0000 (16:02 +0200)]
Slight improvement
Till Paala [Wed, 12 Sep 2007 19:16:49 +0000 (22:16 +0300)]
Last compiling correction
Till Paala [Wed, 12 Sep 2007 18:37:42 +0000 (21:37 +0300)]
Another compiling error corrected
Till Paala [Wed, 12 Sep 2007 17:31:43 +0000 (20:31 +0300)]
Compile fix for German translation
Till Paala [Wed, 12 Sep 2007 14:35:55 +0000 (17:35 +0300)]
German translation of instrument-notation.itely
Francisco Vila [Wed, 12 Sep 2007 15:23:09 +0000 (17:23 +0200)]
Further typo hunting
Francisco Vila [Tue, 11 Sep 2007 23:59:04 +0000 (01:59 +0200)]
More Spanish Updates
Werner Lemberg [Thu, 13 Sep 2007 08:31:15 +0000 (10:31 +0200)]
formatting
Han-Wen Nienhuys [Tue, 11 Sep 2007 23:55:33 +0000 (01:55 +0200)]
Fix #323.
Clear avoid-slur for horizontal scripts.
Han-Wen Nienhuys [Tue, 11 Sep 2007 23:32:58 +0000 (01:32 +0200)]
Fix #457.
Don't replace the head of the alist when executing an \override. The
head may contain the value (set in the same context) to \revert to.
Han-Wen Nienhuys [Tue, 11 Sep 2007 23:08:58 +0000 (01:08 +0200)]
Fix #459.
Add end-on-note detail property to line spanner. Use this to make a
trill spanner start on the note iso. paper column on the left broken
edge.
Han-Wen Nienhuys [Tue, 11 Sep 2007 22:43:11 +0000 (00:43 +0200)]
Merge branch 'master' of ssh://hanwen@git.sv.gnu.org/srv/git/lilypond
Han-Wen Nienhuys [Tue, 11 Sep 2007 22:41:34 +0000 (00:41 +0200)]
Make makam-init.ly useful for real life use.
Remove example input, and modify context to apply changes to all
key/accidental grobs by default.
Han-Wen Nienhuys [Tue, 11 Sep 2007 22:36:38 +0000 (00:36 +0200)]
add Makam init file.
Han-Wen Nienhuys [Tue, 11 Sep 2007 22:10:29 +0000 (00:10 +0200)]
Support for padding-pairs in KeySignature.
This allows for more fine grained spacing in microtonal key
signatures. These typically combine different glyphs, with unusual
spacing requirements.
John Mandereau [Tue, 11 Sep 2007 21:41:42 +0000 (23:41 +0200)]
French docs nitpick
John Mandereau [Tue, 11 Sep 2007 21:16:59 +0000 (23:16 +0200)]
Fix translated docs compilation (typos)
Francisco Vila [Tue, 11 Sep 2007 15:59:33 +0000 (17:59 +0200)]
Partial Spanish Advanced Notaion
John Mandereau [Tue, 11 Sep 2007 18:31:58 +0000 (20:31 +0200)]
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond into lilypond/translation
* 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond:
Rescue the bibliography.
Valentin Villenave [Mon, 10 Sep 2007 22:36:46 +0000 (00:36 +0200)]
Finish "Changing defaults" French translation