]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
12 years agoFix compilation warning.
Werner Lemberg [Wed, 28 Dec 2011 08:36:08 +0000 (09:36 +0100)]
Fix compilation warning.

12 years agoAdds vertical skylines to slurs.
Mike Solomon [Wed, 28 Dec 2011 08:15:41 +0000 (09:15 +0100)]
Adds vertical skylines to slurs.

This assures that objects with an outside staff priority higher than
that of slurs are placed directly above the slur at their horizontal
position instead of above the slur's extrema in a given direction.

This is done by giving slurs vertical skylines that are the integral of
their curve.  Because the axis-group-interface automatically uses
vertical-skylines, no extra check for this property has to be added.

12 years ago[lilypond] parse-scm.o depends on parser.hh.
Werner Lemberg [Wed, 28 Dec 2011 08:00:30 +0000 (09:00 +0100)]
[lilypond] parse-scm.o depends on parser.hh.

12 years agochanges.tely: misspelt ragged-right
David Kastrup [Tue, 27 Dec 2011 15:58:45 +0000 (16:58 +0100)]
changes.tely: misspelt ragged-right

12 years agoSends woodwind regtest op to stderr
Phil Holmes [Wed, 21 Dec 2011 18:14:12 +0000 (18:14 +0000)]
Sends woodwind regtest op to stderr

12 years agoDoc: NR @knownissues for #'ignore-collision
James Lowe [Sun, 25 Dec 2011 12:27:25 +0000 (12:27 +0000)]
Doc: NR @knownissues for #'ignore-collision

Added @knownissue when using #'ignore-collision and \mergedifferently*
commands.

Updated @knownissue in 'simultaneous expressions' to x-ref this as well.

Added some more appropriate @cindex entries for collision.

12 years agoRegtest script: Add the prefix to the filename (e.g. input/regression).
Julien Rioux [Sat, 17 Dec 2011 12:54:22 +0000 (07:54 -0500)]
Regtest script: Add the prefix to the filename (e.g. input/regression).

12 years agoRegtest script: Output an header row at every change of directory.
Julien Rioux [Sat, 17 Dec 2011 12:53:22 +0000 (07:53 -0500)]
Regtest script: Output an header row at every change of directory.

12 years agoRegtest script: When filtering through js, don't filter out header rows.
Julien Rioux [Sat, 17 Dec 2011 12:48:09 +0000 (07:48 -0500)]
Regtest script: When filtering through js, don't filter out header rows.

12 years agoRegtest script: Allow to customize the length of shortened strings.
Julien Rioux [Sat, 17 Dec 2011 12:49:02 +0000 (07:49 -0500)]
Regtest script: Allow to customize the length of shortened strings.

12 years agoBuild: Fix txt-to-html dependencies.
Julien Rioux [Sat, 17 Dec 2011 22:53:13 +0000 (17:53 -0500)]
Build: Fix txt-to-html dependencies.

12 years agoBuild: Unify the rule for bib files.
Julien Rioux [Fri, 16 Dec 2011 22:38:40 +0000 (17:38 -0500)]
Build: Unify the rule for bib files.

12 years agoBuild: Fix a typo.
Julien Rioux [Sat, 17 Dec 2011 22:51:00 +0000 (17:51 -0500)]
Build: Fix a typo.

12 years agoBuild: Dependencies for make website (issue 2027).
Julien Rioux [Sun, 18 Dec 2011 23:09:37 +0000 (18:09 -0500)]
Build: Dependencies for make website (issue 2027).

12 years agoBuild: Fix a typo.
Julien Rioux [Sun, 18 Dec 2011 23:08:22 +0000 (18:08 -0500)]
Build: Fix a typo.

12 years agoBuild: Version dependency for python modules (issue 1726).
Julien Rioux [Mon, 19 Dec 2011 00:25:50 +0000 (19:25 -0500)]
Build: Version dependency for python modules (issue 1726).

12 years agoAdds Beam_collision_engraver to the Score context.
Mike Solomon [Wed, 21 Dec 2011 07:57:53 +0000 (08:57 +0100)]
Adds Beam_collision_engraver to the Score context.

Modifies the engraver to handle all cross staff collisions and
gets the coordinate for collision avoidance correct in beam-quanting.cc.

12 years agoFix beamlet pointing wrong way when tuplet 16th beamed with 8th (issue 2113)
Carl [Sat, 17 Dec 2011 02:36:50 +0000 (19:36 -0700)]
Fix beamlet pointing wrong way when tuplet 16th beamed with 8th (issue 2113)

12 years agoAllow string numbers to have #f stencil without programming error (Issue 2085)
Carl [Sat, 17 Dec 2011 05:16:38 +0000 (22:16 -0700)]
Allow string numbers to have #f stencil without programming error (Issue 2085)

12 years agoShows Flags in tabFullNotation
Mike Solomon [Wed, 21 Dec 2011 07:43:39 +0000 (08:43 +0100)]
Shows Flags in tabFullNotation

12 years agoAdds 0.5 of extra-spacing-width to either side of ChordName.
Mike Solomon [Wed, 21 Dec 2011 07:45:10 +0000 (08:45 +0100)]
Adds 0.5 of extra-spacing-width to either side of ChordName.

12 years agoDoc: Usage added note for Windows Users
James Lowe [Wed, 21 Dec 2011 07:53:40 +0000 (07:53 +0000)]
Doc: Usage added note for Windows Users

Tracker 2090

Removed single quotes from '-dpoint-and-click#'f'' example (as it is unnecessary)
so as to then
make clarification for the 'evaluate Scheme expression' command for
windows users - they need double quotes instead of single quotes used
by *NIX usrs.

12 years agoWeb: remove web/ in some pathnames.
Francisco Vila [Wed, 21 Dec 2011 21:54:53 +0000 (22:54 +0100)]
Web: remove web/ in some pathnames.

12 years agoHonor Rest #'direction; issue 1410
Keith OHara [Tue, 20 Dec 2011 03:10:50 +0000 (19:10 -0800)]
Honor Rest #'direction; issue 1410

12 years agolily/hairpin.cc: use 'broken-bound-padding for broken hairpins
Keith OHara [Mon, 12 Dec 2011 06:11:54 +0000 (22:11 -0800)]
lily/hairpin.cc: use 'broken-bound-padding for broken hairpins

12 years agopage-layout-problem: break staff-affinity between systems (2102)
Keith OHara [Sat, 24 Dec 2011 19:51:15 +0000 (11:51 -0800)]
page-layout-problem: break staff-affinity between systems (2102)

12 years agoEmacs mode lines for parser.yy and lexer.ll
David Kastrup [Wed, 21 Dec 2011 20:53:36 +0000 (21:53 +0100)]
Emacs mode lines for parser.yy and lexer.ll

12 years agosed -i 's/PARSER/parser/g' lily/parser.yy
David Kastrup [Wed, 21 Dec 2011 21:03:42 +0000 (22:03 +0100)]
sed -i 's/PARSER/parser/g' lily/parser.yy

12 years agoTie LilyPond, lexer and parser together more type-safely.
David Kastrup [Wed, 21 Dec 2011 16:36:45 +0000 (17:36 +0100)]
Tie LilyPond, lexer and parser together more type-safely.

12 years agoMake parser.cc and parser.hh independently to lessen parallel build problems.
David Kastrup [Thu, 22 Dec 2011 18:41:26 +0000 (19:41 +0100)]
Make parser.cc and parser.hh independently to lessen parallel build problems.

12 years agoRelease: bump version.
Graham Percival [Thu, 22 Dec 2011 19:23:40 +0000 (11:23 -0800)]
Release: bump version.

12 years agoRelease: update news. release/2.15.23-1
Graham Percival [Wed, 21 Dec 2011 18:28:38 +0000 (10:28 -0800)]
Release: update news.

12 years agoDoc: NR Added @knownissue for clashing note column
James Lowe [Tue, 20 Dec 2011 08:04:48 +0000 (08:04 +0000)]
Doc: NR Added @knownissue for clashing note column

As per suggestion of Tracker 1267.

Added under 'simultaneous expressions'

NR was more appropraite than LM in this case.

12 years agoDoc: Two doc improvements for LP CLI in Usage
James Lowe [Sat, 17 Dec 2011 12:37:15 +0000 (12:37 +0000)]
Doc: Two doc improvements for LP CLI in Usage

In response to Tracker Items 2114 and 2112

2112
Clarified explanation as suggested by listing the backends and added
additional options to avoid the addition files generated by -dpreview
as suggested.

Changed once instance of back-end to 'backend' as this seems to be
the standard term in the AU doc.

2114
Application Usage 1.2

Changed the way the @table is formatted so that the single quotes are
removed from the options listed.

Took some time to edit some of the linebreaks within the *.itely file so that
it follows the line lengths as per the CG.

Minor line spacing edits to make existing @cindex and @item enries
clearer to see in the source file for future editing

12 years agoCG: Typos in "Programming work" section.
Julien Rioux [Sun, 18 Dec 2011 14:17:41 +0000 (09:17 -0500)]
CG: Typos in "Programming work" section.

12 years agoCG: Typos in "Regression tests" section.
Julien Rioux [Sun, 18 Dec 2011 16:28:29 +0000 (11:28 -0500)]
CG: Typos in "Regression tests" section.

12 years agolilylib.py : Wrap arguments with double quotes and clarify a comment.
Julien Rioux [Tue, 13 Dec 2011 12:43:30 +0000 (07:43 -0500)]
lilylib.py : Wrap arguments with double quotes and clarify a comment.

12 years agoOutput a newline by default at the end of progress messages.
Julien Rioux [Wed, 14 Dec 2011 13:40:02 +0000 (08:40 -0500)]
Output a newline by default at the end of progress messages.

12 years agoRemove inacurate warning and .aux file left over by lilypond-book.
Julien Rioux [Tue, 29 Nov 2011 10:30:41 +0000 (05:30 -0500)]
Remove inacurate warning and .aux file left over by lilypond-book.

12 years agoRemoves valgrind.h declaration from score-engraver.cc.
Mike Solomon [Mon, 19 Dec 2011 18:31:54 +0000 (19:31 +0100)]
Removes valgrind.h declaration from score-engraver.cc.

12 years agoPrevents cross-staff Stems from colliding with articulations.
Mike Solomon [Mon, 19 Dec 2011 10:00:51 +0000 (11:00 +0100)]
Prevents cross-staff Stems from colliding with articulations.

Does so by creating a StemStub grob for each Stem whose only effect on
spacing comes from its extra-spacing-height, which blocks articulations
from bumping into the Stems.  Beamed stems cannot be considered in
extra-spacing-height because they trigger a circular dependency in the
calculation of direction.

12 years agoftplugin.vim: Quote filenames
Keith OHara [Mon, 19 Dec 2011 05:57:06 +0000 (21:57 -0800)]
ftplugin.vim: Quote filenames

12 years agoLooser spacing for ragged-last-bottom; issue 1377
Keith OHara [Tue, 13 Dec 2011 05:56:57 +0000 (21:56 -0800)]
Looser spacing for ragged-last-bottom; issue 1377

Under ragged-last-bottom, try to make the last page match the
previous page by using the same 'force' for spacing it.

12 years agohairpin.cc: transition between spanners aligns on note; issue 1216
Keith OHara [Thu, 15 Dec 2011 02:41:10 +0000 (18:41 -0800)]
hairpin.cc: transition between spanners aligns on note; issue 1216

12 years agoMerge branch 'lilypond/translation' into staging
Francisco Vila [Sun, 18 Dec 2011 17:27:28 +0000 (18:27 +0100)]
Merge branch 'lilypond/translation' into staging

12 years agoGive display-lily-music and display-music optional port arguments.
David Kastrup [Sun, 18 Dec 2011 14:15:18 +0000 (15:15 +0100)]
Give display-lily-music and display-music optional port arguments.

12 years agodisplay-woodwind-diagrams.scm: let the print commands take an optional port argument
David Kastrup [Sun, 18 Dec 2011 12:16:35 +0000 (13:16 +0100)]
display-woodwind-diagrams.scm: let the print commands take an optional port argument

12 years agoInitial reduction of make doc op - Issue 2075
Phil Holmes [Sun, 4 Dec 2011 16:08:35 +0000 (16:08 +0000)]
Initial reduction of make doc op - Issue 2075

Some initial changes to implement Issue 2075

12 years agoDon't let display-scheme-music return a value: it is disruptive in the REPL.
David Kastrup [Fri, 16 Dec 2011 14:42:49 +0000 (15:42 +0100)]
Don't let display-scheme-music return a value: it is disruptive in the REPL.

12 years agoWeb: mac osx 10.7 lion is not supported in stable
Graham Percival [Fri, 16 Dec 2011 15:59:22 +0000 (07:59 -0800)]
Web: mac osx 10.7 lion is not supported in stable

12 years agoDoc: Glossary Added x-references for grace notes
James Lowe [Tue, 6 Dec 2011 20:21:17 +0000 (20:21 +0000)]
Doc: Glossary Added x-references for grace notes

As requested in Tracker issue 2080

12 years agoDoc: NR Added glissando grob skip snippet to 1.3.3
James Lowe [Mon, 12 Dec 2011 21:19:27 +0000 (21:19 +0000)]
Doc: NR Added glissando grob skip snippet to 1.3.3

Came out of dicussion on lilypond-user

Example used is part of reg tests

12 years agoUpdates version string in span-bar-articulation.
Mike Solomon [Fri, 16 Dec 2011 08:29:32 +0000 (09:29 +0100)]
Updates version string in span-bar-articulation.

12 years agoImplements padding at right-broken hairpins that come up against span bars.
Mike Solomon [Fri, 16 Dec 2011 08:25:29 +0000 (09:25 +0100)]
Implements padding at right-broken hairpins that come up against span bars.

Uses a concurrent-hairpin-engraver to find all concurrent hairpins in a score
and shortens all end-of-line hairpins for a given system by 0.6 if there are
collisions with a span bar.

12 years agoPrevents scripts in cross-staff contexts from colliding with span bars.
Mike Solomon [Fri, 16 Dec 2011 08:08:48 +0000 (09:08 +0100)]
Prevents scripts in cross-staff contexts from colliding with span bars.

This is done by not ignoring cross-staff grobs in axis-group-interface
pure height calculations save stems, whose pure height calculation would
lead to a circular dependency.

12 years agoRelease: bump version.
Graham Percival [Thu, 15 Dec 2011 17:03:50 +0000 (09:03 -0800)]
Release: bump version.

12 years agoMerge branch 'release/unstable' into HEAD
Graham Percival [Thu, 15 Dec 2011 17:03:32 +0000 (09:03 -0800)]
Merge branch 'release/unstable' into HEAD

12 years agoPrevents dynamics from colliding with cross-staff stems.
Mike Solomon [Thu, 15 Dec 2011 15:49:40 +0000 (16:49 +0100)]
Prevents dynamics from colliding with cross-staff stems.

Creates an Interval_minefield class that tracks intersections of
intevals and returns the closest "safe spots" to the original interval
on either side.  Dynamics are then moved to one of these two safe spots
depending on the collision-bias property (with negative values forcing
the decision towards the left and positive towards the right).

12 years agoBuild: fix make dist release/2.15.22-1
Graham Percival [Thu, 15 Dec 2011 15:17:58 +0000 (07:17 -0800)]
Build: fix make dist

12 years agoCG: safer push command for releases
Graham Percival [Thu, 15 Dec 2011 14:09:02 +0000 (06:09 -0800)]
CG: safer push command for releases

12 years agoRelease: update news.
Graham Percival [Thu, 15 Dec 2011 14:07:49 +0000 (06:07 -0800)]
Release: update news.

12 years agoMakes multi-measure rests span the correct horizontal length.
Mike Solomon [Thu, 15 Dec 2011 09:01:52 +0000 (10:01 +0100)]
Makes multi-measure rests span the correct horizontal length.

Uses the base lengths for the durations of multi-measure rests to
calculate their horizontal space.

12 years agoparser.yy: allow Scheme in context_mod_list, harmonize error messages.
David Kastrup [Wed, 14 Dec 2011 20:02:34 +0000 (21:02 +0100)]
parser.yy: allow Scheme in context_mod_list, harmonize error messages.

12 years agoLet \parallelMusic flatten sequential music to support using functions better
David Kastrup [Wed, 14 Dec 2011 16:28:48 +0000 (17:28 +0100)]
Let \parallelMusic flatten sequential music to support using functions better

12 years agoBuild fixes for translated manuals: dependencies and a typo
Julien Rioux [Tue, 29 Nov 2011 10:18:19 +0000 (05:18 -0500)]
Build fixes for translated manuals: dependencies and a typo

12 years agoAvoid redefining struct String_convert to class.
Graham Percival [Fri, 9 Dec 2011 05:40:09 +0000 (21:40 -0800)]
Avoid redefining struct String_convert to class.

12 years agoAvoid comparison of unsigned < 0
Graham Percival [Fri, 9 Dec 2011 05:34:56 +0000 (21:34 -0800)]
Avoid comparison of unsigned < 0

  PyArg_ParseTuple (args, "s#|i", &track, &track_size, ...
returns the length as an int:
  http://docs.python.org/c-api/arg.html#PyArg_ParseTuple

12 years agoAvoid implicit sign conversion
Graham Percival [Fri, 9 Dec 2011 05:30:29 +0000 (21:30 -0800)]
Avoid implicit sign conversion

12 years agoRemove default comparison for binary search
Graham Percival [Thu, 8 Dec 2011 11:07:50 +0000 (03:07 -0800)]
Remove default comparison for binary search

clang++ complains about this, and we never rely on the default
comparison in our code.

/home/gperciva/src/lilypond/flower/include/std-vector.hh:197:36:
error: 'T' does
      not refer to a value
               Compare less = less<T> (),
                                   ^
/home/gperciva/src/lilypond/flower/include/std-vector.hh:193:19:
note: declared
      here
template<typename T, typename Compare>
                  ^
/home/gperciva/src/lilypond/flower/include/std-vector.hh:197:40:
error:
      expected expression
               Compare less = less<T> (),

12 years agoAvoid conversion changing signedness
Graham Percival [Thu, 8 Dec 2011 11:05:32 +0000 (03:05 -0800)]
Avoid conversion changing signedness

/home/gperciva/src/lilypond/flower/file-cookie.cc:45:50: error: implicit
      conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long')
      [-Werror,-Wsign-conversion]
    return Memory_out_stream::writer (file, buf, i);
           ~~~~~~~~~~~~~~~~~                     ^

12 years agoDoc: NR 1.2.1 Ties - added eg. to show whiteout
James Lowe [Tue, 6 Dec 2011 20:55:49 +0000 (20:55 +0000)]
Doc: NR 1.2.1 Ties - added eg. to show whiteout

This is for issue 409.

Give simple example for using whiteout to avoid ties colliding with
staff objects

12 years agoDoc: NR trivial word change for footnotes
James Lowe [Mon, 12 Dec 2011 20:56:27 +0000 (20:56 +0000)]
Doc: NR trivial word change for footnotes

Requested by George Xu to state more explicitly that
top level markups as treated as grobs.

Single word change in two places. Pushing without review.

12 years agoMakes bar numbering formatter a scheme function.
Mike Solomon [Mon, 12 Dec 2011 20:33:17 +0000 (21:33 +0100)]
Makes bar numbering formatter a scheme function.

12 years agoDoc: NR improve 1.6.3 examples
James Lowe [Tue, 6 Dec 2011 08:23:19 +0000 (08:23 +0000)]
Doc: NR improve 1.6.3 examples

Added '\new Staff \with' construct to make sure
instrument names are printed in all cases - esp. when
using parallel voices and grace notes.

Tracker issue 2076

12 years agoRun astyle 2.02.
Graham Percival [Mon, 12 Dec 2011 07:31:51 +0000 (23:31 -0800)]
Run astyle 2.02.

12 years agoCG: add gitk to 'push to staging' instructions
Graham Percival [Sun, 11 Dec 2011 14:40:04 +0000 (06:40 -0800)]
CG: add gitk to 'push to staging' instructions

12 years agoAdds regression test for new BarLine extra spacing height.
Mike Solomon [Sun, 11 Dec 2011 10:19:59 +0000 (11:19 +0100)]
Adds regression test for new BarLine extra spacing height.

12 years agoMerge branch 'staging' of ssh://git.sv.gnu.org/srv/git/lilypond into staging
Mike Solomon [Sun, 11 Dec 2011 10:18:57 +0000 (11:18 +0100)]
Merge branch 'staging' of ssh://git.sv.gnu.org/srv/git/lilypond into staging

12 years agoRevert "Give \displayLilyMusic and \displayMusic optional port arguments."
David Kastrup [Sat, 10 Dec 2011 15:02:39 +0000 (16:02 +0100)]
Revert "Give \displayLilyMusic and \displayMusic optional port arguments."

This reverts commit a9829dd9576b665961c395cc501f004ddd3b858d.

\displayMusic c'

did no longer work.  Probably needs some amendments in optional
argument parsing before it can be reapplied in good conscience.

12 years agoMerge branch 'staging' of ssh://git.sv.gnu.org/srv/git/lilypond into staging
Mike Solomon [Sat, 10 Dec 2011 10:22:07 +0000 (11:22 +0100)]
Merge branch 'staging' of ssh://git.sv.gnu.org/srv/git/lilypond into staging

12 years agoCG: summary of our development process.
Graham Percival [Fri, 9 Dec 2011 11:30:21 +0000 (03:30 -0800)]
CG: summary of our development process.

12 years agoDoc: CG: add instructions for staging branch
Graham Percival [Fri, 2 Dec 2011 11:00:20 +0000 (03:00 -0800)]
Doc: CG: add instructions for staging branch

12 years agoRemoves excess padding from BarLine extra-spacing-height function.
Mike Solomon [Fri, 9 Dec 2011 09:11:47 +0000 (10:11 +0100)]
Removes excess padding from BarLine extra-spacing-height function.

12 years agoFix issue 2089: dangerous redefinition of SCM s / Moment s
David Kastrup [Fri, 9 Dec 2011 09:09:53 +0000 (10:09 +0100)]
Fix issue 2089: dangerous redefinition of SCM s / Moment s

12 years agoRemoves excess padding from BarLine extra-spacing-height function.
Mike Solomon [Fri, 9 Dec 2011 09:11:47 +0000 (10:11 +0100)]
Removes excess padding from BarLine extra-spacing-height function.

12 years agoFix issue 2089: dangerous redefinition of SCM s / Moment s
David Kastrup [Fri, 9 Dec 2011 09:09:53 +0000 (10:09 +0100)]
Fix issue 2089: dangerous redefinition of SCM s / Moment s

12 years agoDoc: fix pdf build problem from @ignore silliness.
Graham Percival [Fri, 9 Dec 2011 08:49:32 +0000 (00:49 -0800)]
Doc: fix pdf build problem from @ignore silliness.

12 years agoProvide Scheme sandbox.
David Kastrup [Mon, 5 Dec 2011 10:14:48 +0000 (11:14 +0100)]
Provide Scheme sandbox.

12 years agoReduce interactions between staves during note-spacing; issue 2058
Keith OHara [Sat, 5 Nov 2011 07:16:28 +0000 (00:16 -0700)]
Reduce interactions between staves during note-spacing; issue 2058

Build the skylines for note-spacing at desired distance, not mininmum
distance

12 years agoAdd/update contact data of David Kastrup
David Kastrup [Thu, 8 Dec 2011 17:16:47 +0000 (18:16 +0100)]
Add/update contact data of David Kastrup

12 years agoCG: always rebuild website (mitigate 2027)
Graham Percival [Thu, 8 Dec 2011 13:54:42 +0000 (05:54 -0800)]
CG: always rebuild website (mitigate 2027)

This is not a perfect solution, but at least it makes the website
rebuild from git again without my manual attention.

12 years agoCG: put release update in staging
Graham Percival [Thu, 8 Dec 2011 09:39:08 +0000 (01:39 -0800)]
CG: put release update in staging

12 years agoWeb: add sponsorships/bounties page.
Graham Percival [Thu, 8 Dec 2011 12:01:37 +0000 (04:01 -0800)]
Web: add sponsorships/bounties page.

12 years agoRestore a comment
Keith OHara [Thu, 8 Dec 2011 01:07:00 +0000 (17:07 -0800)]
Restore a comment

Magic number moved in 54495e64 had lost its comment

12 years agoDoc-fr: NR 5-changing defaults
Jean-Charles Malahieude [Wed, 7 Dec 2011 20:52:08 +0000 (21:52 +0100)]
Doc-fr: NR 5-changing defaults
sections 1 to 3

12 years agoDoc-fr: NR world node renaming
Jean-Charles Malahieude [Wed, 7 Dec 2011 17:26:37 +0000 (18:26 +0100)]
Doc-fr: NR world node renaming
Noms de note et altérations -> Noms des notes et altérations

12 years agoparser.yy: Fixes and amendments with regard to lyrics.
David Kastrup [Wed, 7 Dec 2011 16:26:25 +0000 (17:26 +0100)]
parser.yy: Fixes and amendments with regard to lyrics.

12 years agoEliminate Guile deprecation warning in scm/song.scm
David Kastrup [Wed, 7 Dec 2011 13:13:14 +0000 (14:13 +0100)]
Eliminate Guile deprecation warning in scm/song.scm

12 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Wed, 7 Dec 2011 09:39:22 +0000 (10:39 +0100)]
Merge branch 'master' into lilypond/translation

12 years agoDoc-es: typo.
Francisco Vila [Wed, 7 Dec 2011 09:38:19 +0000 (10:38 +0100)]
Doc-es: typo.