]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
11 years agoMake stroke_and_fill? PostScript operator that fills conditionally
David Kastrup [Thu, 11 Apr 2013 15:22:43 +0000 (17:22 +0200)]
Make stroke_and_fill? PostScript operator that fills conditionally

11 years agoMake music-drawing-routines.ps require PostScript 2.0
David Kastrup [Thu, 11 Apr 2013 10:01:40 +0000 (12:01 +0200)]
Make music-drawing-routines.ps require PostScript 2.0

There is no point having conditional code around setstrokeadjust and
its ilk any more.

11 years agohairpin: start at left edge of a rest
Keith OHara [Fri, 29 Nov 2013 00:14:29 +0000 (16:14 -0800)]
hairpin: start at left edge of a rest

11 years agoImplement event-chord-reduce for reducing chords to single notes
David Kastrup [Wed, 4 Dec 2013 09:00:38 +0000 (10:00 +0100)]
Implement event-chord-reduce for reducing chords to single notes

11 years agoIssue 3746: Fix unfold-repeats-fully with alternatives
David Kastrup [Sun, 22 Dec 2013 09:33:31 +0000 (10:33 +0100)]
Issue 3746: Fix unfold-repeats-fully with alternatives

When fewer alternatives than repeats are given, the _first_ alternative
needs to get reused (the previous code wrongly used the last one).

11 years agoAdd unfold-repeats-fully function which will expand repeats in the data
David Kastrup [Thu, 28 Nov 2013 16:25:11 +0000 (17:25 +0100)]
Add unfold-repeats-fully function which will expand repeats in the data

11 years agodefine-grobs.scm: use a property for TrillPitch offset; issue 3465
Keith OHara [Sat, 23 Nov 2013 03:50:26 +0000 (19:50 -0800)]
define-grobs.scm: use a property for TrillPitch offset; issue 3465

11 years agopage-breaking: allow ragged pages to be compressed
Keith OHara [Sat, 23 Nov 2013 04:46:49 +0000 (20:46 -0800)]
page-breaking: allow ragged pages to be compressed

11 years agoIssue 3666: Format error message for argument errors more nicely
David Kastrup [Sat, 16 Nov 2013 17:25:03 +0000 (18:25 +0100)]
Issue 3666: Format error message for argument errors more nicely

Actually, using display-lily-music here would be nicer, but it does not
cater for anything but music automatically like music->make-music
does.

11 years agopge-breaking: do not try to fill ragged-pages; issue 3341
Keith OHara [Wed, 20 Nov 2013 00:46:40 +0000 (16:46 -0800)]
pge-breaking: do not try to fill ragged-pages; issue 3341

11 years agopage-breaking: keep the degree of stretching in Line_details; issue 3341
Keith OHara [Wed, 13 Nov 2013 21:47:28 +0000 (13:47 -0800)]
page-breaking: keep the degree of stretching in Line_details; issue 3341

The prioritization of cache_line_details() needs this information
to recognize the best configurations.

11 years agoLet copy-repeat-chord return the copy target for efficiency
David Kastrup [Thu, 14 Nov 2013 13:26:23 +0000 (14:26 +0100)]
Let copy-repeat-chord return the copy target for efficiency

11 years agoMerge remote-tracking branch 'origin/translation' into stable/2.18
David Kastrup [Sat, 15 Feb 2014 14:40:30 +0000 (15:40 +0100)]
Merge remote-tracking branch 'origin/translation' into stable/2.18

11 years agoDoc-fr : typo in Vocal
Jean-Charles Malahieude [Thu, 13 Feb 2014 18:30:46 +0000 (19:30 +0100)]
Doc-fr : typo in Vocal

11 years agoDoc-es: Typos.
Francisco Vila [Thu, 6 Feb 2014 14:33:01 +0000 (15:33 +0100)]
Doc-es: Typos.

11 years agoDoc-es: Typo and nitpick.
Francisco Vila [Thu, 6 Feb 2014 14:17:44 +0000 (15:17 +0100)]
Doc-es: Typo and nitpick.

11 years agoDoc-fr: updates NR
Jean-Charles Malahieude [Tue, 21 Jan 2014 19:58:58 +0000 (20:58 +0100)]
Doc-fr: updates NR
 - percussions
 - simultaneous

11 years agoNR percussion: Parenthesis_engraver is available at Score level
David Kastrup [Thu, 16 Jan 2014 05:32:15 +0000 (06:32 +0100)]
NR percussion: Parenthesis_engraver is available at Score level

11 years agoNR percussion: Remove advice obsoleted by issue 2240
David Kastrup [Mon, 6 Jan 2014 03:00:01 +0000 (04:00 +0100)]
NR percussion: Remove advice obsoleted by issue 2240

\parenthesize works fine on single notes.

Conflicts:
Documentation/notation/percussion.itely

11 years agoIssue 3798: Bad beam exceptions in bagpipe.ly
David Kastrup [Sat, 11 Jan 2014 21:09:49 +0000 (22:09 +0100)]
Issue 3798: Bad beam exceptions in bagpipe.ly

11 years agopython/convertrules.py: bump version for 2.18 release
David Kastrup [Tue, 31 Dec 2013 00:16:13 +0000 (01:16 +0100)]
python/convertrules.py: bump version for 2.18 release

11 years agoRelease: bump VERSION_STABLE. release/2.18.0-1
Phil Holmes [Sun, 29 Dec 2013 16:25:45 +0000 (16:25 +0000)]
Release: bump VERSION_STABLE.

11 years agoRelease: update news.
Phil Holmes [Sun, 29 Dec 2013 15:32:30 +0000 (15:32 +0000)]
Release: update news.

11 years agoPO: update template.
Phil Holmes [Sun, 29 Dec 2013 15:32:30 +0000 (15:32 +0000)]
PO: update template.

11 years agoRelease: bump VERSION_DEVEL.
Phil Holmes [Sun, 29 Dec 2013 15:32:30 +0000 (15:32 +0000)]
Release: bump VERSION_DEVEL.

11 years agoIssue 3719: CG: Add comment about git-cl editor
Urs Liska [Thu, 12 Dec 2013 11:06:39 +0000 (12:06 +0100)]
Issue 3719: CG: Add comment about git-cl editor

git-cl fires either the editor specified by the
EDITOR environment variable or vi if EDITOR isn't defined.
Commit mentions this in the CG

Signed-off-by: David Kastrup <dak@gnu.org>
11 years agoIssue 3747: 2.18 release news
David Kastrup [Sun, 22 Dec 2013 18:46:01 +0000 (19:46 +0100)]
Issue 3747: 2.18 release news

11 years agoMerge branch 'translation' into stable/2.18
David Kastrup [Fri, 27 Dec 2013 15:19:42 +0000 (16:19 +0100)]
Merge branch 'translation' into stable/2.18

11 years agoWeb: Reword contactUsAbout macro
Urs Liska [Thu, 12 Dec 2013 10:16:10 +0000 (11:16 +0100)]
Web: Reword contactUsAbout macro

Providing information on new reviews/productions etc.
should be possible by simply writing an email to bug-lilypond.
Redirecting to the Bug Report guide is off-putting.

11 years agoIssue 3726: toplevel-music-functions should be a session variable
David Kastrup [Sat, 14 Dec 2013 15:08:33 +0000 (16:08 +0100)]
Issue 3726: toplevel-music-functions should be a session variable

We don't want changes in a .ly file to bleed into subsequent files.

11 years agoIssue 3713: default for baseline-skip not available in the lists for repeatCommands
David Kastrup [Sun, 8 Dec 2013 23:08:38 +0000 (00:08 +0100)]
Issue 3713: default for baseline-skip not available in the lists for repeatCommands

11 years agolet RhythmicStaff use default barline extent
Janek Warchoł [Fri, 29 Nov 2013 15:47:43 +0000 (16:47 +0100)]
let RhythmicStaff use default barline extent

There is no reason to make barlines in RhythmicStaff special.
The purpose of the deleted code was probably to ensure that
the barlines were visible at all (despite the fact that there
is just one staffline in a RhythmicStaff).  However, currently
barline code takes care of this by default.

This makes barlines in DrumStaff and RhythmicStaff similar.

A comment by Keith:
The book by Kurt Stone happens to have some bar-lines in single-line percussion
staves that are as tall as a 4/4 time-signature.  Other examples in the same
book have short bar-lines like these here, and looking at some scores the short
bar-lines are more common.

11 years agoIssue 3675: Make convert-ly -d only ever update on changed files
David Kastrup [Sun, 24 Nov 2013 23:59:55 +0000 (00:59 +0100)]
Issue 3675: Make convert-ly -d only ever update on changed files

Previously, it updated unconditionally whenever a new stable version
came out, leading to merge conflicts.  When the final applied
conversion is to an unstable version and the following stable version
is not beyond the conversion target, the following stable version is
used.

Note that this rule does not make a factual difference for continuous
updates of a code base (the normal use case for
scripts/auxiliar/update-with-convert-ly.sh), but it makes a difference
for the conversion/import of code that may have fallen behind a lot
(like with the LSR import, or when converting archived files).

11 years agoIssue 3712: Ponding about Turkish Ebook by Server Acim
David Kastrup [Sun, 8 Dec 2013 17:53:57 +0000 (18:53 +0100)]
Issue 3712: Ponding about Turkish Ebook by Server Acim

See
<URL:http://lists.gnu.org/archive/html/bug-lilypond/2013-12/msg00051.html>
for the announcement.

11 years agoCG: remove information about frogs and frog meister
Janek Warchoł [Sat, 7 Dec 2013 21:58:06 +0000 (22:58 +0100)]
CG: remove information about frogs and frog meister

frogs list is dead, and the frog meister was a good idea
but it gets out of touch from reality (since a few months
previous Frog Meister didn't actually participate in development).

11 years agoDoc: Add @knownissue for AddLyrics with Nullvoice
James Lowe [Thu, 19 Dec 2013 23:35:50 +0000 (23:35 +0000)]
Doc: Add @knownissue for AddLyrics with Nullvoice

Issue 3654

11 years agoUpdate Documentation/included/authors.itexi
David Kastrup [Thu, 26 Dec 2013 19:20:50 +0000 (20:20 +0100)]
Update Documentation/included/authors.itexi

This basically takes f1a6b0a9e15186359e525b8b6758d857a090304a and removes
people who appear not (yet) relevant for 2.18.

11 years agoDoc-it: translate footer and browser-language page
Federico Bruni [Thu, 26 Dec 2013 10:11:26 +0000 (11:11 +0100)]
Doc-it: translate footer and browser-language page

11 years agodocumentation: staff-spacing, resolve collisions
Keith OHara [Sat, 7 Dec 2013 22:23:28 +0000 (14:23 -0800)]
documentation: staff-spacing, resolve collisions

11 years agosmall padding adjustment; issue 3630
Keith OHara [Fri, 29 Nov 2013 01:58:46 +0000 (17:58 -0800)]
small padding adjustment; issue 3630

Conflicts:
scm/define-grobs.scm

11 years agoRemove outdated dependencies on .pfa files, replace with .pfb where feasible.
David Kastrup [Sat, 7 Dec 2013 16:38:11 +0000 (17:38 +0100)]
Remove outdated dependencies on .pfa files, replace with .pfb where feasible.

This may be related to issue 3674: Multiprocessor builds fail on some platforms.

11 years agoIssue 3748: Allow assignments with property paths to use x.y.z = value syntax
David Kastrup [Sun, 22 Dec 2013 19:38:22 +0000 (20:38 +0100)]
Issue 3748: Allow assignments with property paths to use x.y.z = value syntax

This is actually an embarrassing oversight in issue 2883: while it
became possible to rewrite

    markup-system-spacing #'minimum-distance = #25
as
    markup-system-spacing minimum-distance = #25

it has been overlooked to allow for the obvious

    markup-system-spacing.minimum-distance = #25

11 years agoMerge branch 'translation' into stable/2.18
David Kastrup [Fri, 20 Dec 2013 09:12:15 +0000 (10:12 +0100)]
Merge branch 'translation' into stable/2.18

11 years agoInclude `freetype.hh' where appropriate.
Werner Lemberg [Wed, 11 Dec 2013 06:53:14 +0000 (07:53 +0100)]
Include `freetype.hh' where appropriate.

This ensures that we aren't dependent on indirect header inclusion chains of
third-party packages.

11 years agoWeb: update Translation status.
Francisco Vila [Wed, 18 Dec 2013 14:43:14 +0000 (15:43 +0100)]
Web: update Translation status.

11 years agoDoc-es: version markers for snippets.
Francisco Vila [Tue, 17 Dec 2013 14:14:04 +0000 (15:14 +0100)]
Doc-es: version markers for snippets.

11 years agoDoc-es: translate remaining snippets, phase two.
Francisco Vila [Tue, 17 Dec 2013 13:52:18 +0000 (14:52 +0100)]
Doc-es: translate remaining snippets, phase two.

11 years agoDoc-fr: get rid of @c LocalWords left by Aspell
Jean-Charles Malahieude [Mon, 16 Dec 2013 18:39:45 +0000 (19:39 +0100)]
Doc-fr: get rid of @c LocalWords left by Aspell

11 years agoDoc-it: update old node name and delete wrong translation
Federico Bruni [Sun, 15 Dec 2013 20:50:56 +0000 (21:50 +0100)]
Doc-it: update old node name and delete wrong translation

11 years agoDoc-it: add Changes page
Federico Bruni [Sun, 15 Dec 2013 17:34:05 +0000 (18:34 +0100)]
Doc-it: add Changes page

11 years agoDoc-it: spell-check all the files translated so far
Federico Bruni [Sun, 15 Dec 2013 14:15:46 +0000 (15:15 +0100)]
Doc-it: spell-check all the files translated so far

Add also minor updates and missing translations.

11 years agoDoc-es: nits in Spanish snippets.
Francisco Vila [Sat, 14 Dec 2013 19:04:44 +0000 (20:04 +0100)]
Doc-es: nits in Spanish snippets.

11 years agoDoc-es: translate remaining snippets, phase one.
Francisco Vila [Sat, 14 Dec 2013 17:01:29 +0000 (18:01 +0100)]
Doc-es: translate remaining snippets, phase one.

11 years agoDoc-es: add translations of new snippets.
Francisco Vila [Fri, 13 Dec 2013 08:38:02 +0000 (09:38 +0100)]
Doc-es: add translations of new snippets.

11 years agoDoc-es: small reword in translation of Keyboards.
Francisco Vila [Fri, 13 Dec 2013 08:14:24 +0000 (09:14 +0100)]
Doc-es: small reword in translation of Keyboards.

11 years agoWeb-es: update Download.
Francisco Vila [Fri, 13 Dec 2013 07:51:23 +0000 (08:51 +0100)]
Web-es: update Download.

11 years agoDoc-es: fix some node names.
Francisco Vila [Thu, 12 Dec 2013 13:07:28 +0000 (14:07 +0100)]
Doc-es: fix some node names.

11 years agoWeb-es: update NEWS.
Francisco Vila [Thu, 12 Dec 2013 11:52:01 +0000 (12:52 +0100)]
Web-es: update NEWS.

11 years agoDoc-es: update Usage/External, Running, Updating.
Francisco Vila [Thu, 12 Dec 2013 11:36:08 +0000 (12:36 +0100)]
Doc-es: update Usage/External, Running, Updating.

11 years agoDoc-es: update Rhythms, Simultaneous, Spacing, Staff, Vocal.
Francisco Vila [Thu, 12 Dec 2013 09:56:41 +0000 (10:56 +0100)]
Doc-es: update Rhythms, Simultaneous, Spacing, Staff, Vocal.

11 years agoDoc-es: update Fretted, Input, Keyboards, Percussion.
Francisco Vila [Thu, 12 Dec 2013 09:51:06 +0000 (10:51 +0100)]
Doc-es: update Fretted, Input, Keyboards, Percussion.

11 years agoDoc-es: update Programming interface, Changing defaults, Editorial.
Francisco Vila [Thu, 12 Dec 2013 09:45:12 +0000 (10:45 +0100)]
Doc-es: update Programming interface, Changing defaults, Editorial.

11 years agoDoc-es: update Tweaks, Chords, Ancient.
Francisco Vila [Wed, 11 Dec 2013 13:18:07 +0000 (14:18 +0100)]
Doc-es: update Tweaks, Chords, Ancient.

11 years agoFix node names and translationof statements.
Francisco Vila [Wed, 11 Dec 2013 01:11:28 +0000 (02:11 +0100)]
Fix node names and translationof statements.

11 years agoDoc-es: update Changes, Engraving, Common, Fundamental, Tutorial.
Francisco Vila [Fri, 8 Nov 2013 12:59:51 +0000 (13:59 +0100)]
Doc-es: update Changes, Engraving, Common, Fundamental, Tutorial.

11 years agoIssue 3694: Use standard inclusion scheme for FreeType headers.
Werner Lemberg [Thu, 5 Dec 2013 14:01:48 +0000 (15:01 +0100)]
Issue 3694: Use standard inclusion scheme for FreeType headers.

The most recent FreeType release (2.5.1) has changed locations for header
files.  Using the standard way, this is not visible to applications.

11 years agoRelease: bump VERSION.
Phil Holmes [Sun, 8 Dec 2013 23:19:52 +0000 (23:19 +0000)]
Release: bump VERSION.

11 years agoRelease: update news. release/2.17.97-1
Phil Holmes [Sun, 8 Dec 2013 15:18:10 +0000 (15:18 +0000)]
Release: update news.

11 years agoPO: update template.
Phil Holmes [Sun, 8 Dec 2013 15:18:02 +0000 (15:18 +0000)]
PO: update template.

11 years agoRelease: bump VERSION_DEVEL.
Phil Holmes [Sun, 8 Dec 2013 15:17:56 +0000 (15:17 +0000)]
Release: bump VERSION_DEVEL.

11 years agoPO: updates from FTP
Jean-Charles Malahieude [Sat, 7 Dec 2013 11:20:52 +0000 (12:20 +0100)]
PO: updates from FTP

11 years agoPO: updates from FTP
Jean-Charles Malahieude [Sat, 7 Dec 2013 11:20:52 +0000 (12:20 +0100)]
PO: updates from FTP

11 years agoscript-column: earlier scripts support later scripts; issue 3683
Keith OHara [Fri, 29 Nov 2013 00:03:51 +0000 (16:03 -0800)]
script-column: earlier scripts support later scripts; issue 3683

11 years agoIssue 3706: Allow computed identifiers for \change
David Kastrup [Fri, 6 Dec 2013 21:45:16 +0000 (22:45 +0100)]
Issue 3706: Allow computed identifiers for \change

This makes it possible to write

\change #'Staff = #"high"

(or other computed expressions) just like it is possible with

\new #'Staff = #"high" { ... }

11 years agoIssue 3695: Fix LILF table in emmentaler
Werner Lemberg [Tue, 3 Dec 2013 15:40:03 +0000 (16:40 +0100)]
Issue 3695: Fix LILF table in emmentaler

From <URL:http://lists.gnu.org/archive/html/bug-lilypond/2013-11/msg00113.html>:

Now, for recent versions of emmentaler (same font file), LILC contains:
  (subfont . "feta20")
  (subfont . "feta-alphabet20")
  (subfont . "feta-flags20")
  (subfont . "feta-noteheads20")
  (subfont . "parmesan20")
  (subfont . "parmesan-noteheads20")

[...]

but the subfonts array has not been updated in
these commits.

11 years agoAdd regtest for copy/modify semantics of make-relative macro
David Kastrup [Mon, 25 Nov 2013 11:17:03 +0000 (12:17 +0100)]
Add regtest for copy/modify semantics of make-relative macro

11 years agoAdd regtest for music argument semantics of make-relative macro
David Kastrup [Fri, 22 Nov 2013 12:36:56 +0000 (13:36 +0100)]
Add regtest for music argument semantics of make-relative macro

11 years agoRun scripts/auxiliar/update-with-convert-ly.sh
David Kastrup [Sun, 1 Dec 2013 11:58:15 +0000 (12:58 +0100)]
Run scripts/auxiliar/update-with-convert-ly.sh

11 years agoconvert-ly rule for new make-relative semantics accepting music arguments
David Kastrup [Fri, 22 Nov 2013 12:34:50 +0000 (13:34 +0100)]
convert-ly rule for new make-relative semantics accepting music arguments

This only works when the "reference pitch" is the first or last of
the list.

11 years agoIssue 3673: Make make-relative able to deal with music rather than just pitches
David Kastrup [Fri, 22 Nov 2013 08:54:26 +0000 (09:54 +0100)]
Issue 3673: Make make-relative able to deal with music rather than just pitches

The old behavior of make-relative was too cumbersome to use in many
cases.

This variant allows, for example:

withOctave =
  (ly:music?)
  (make-relative
   (music) music
   #{ \context Bottom << $music \transpose c c' $music >> #}))

\relative
\new Staff \withOctave {
  \partial 4. c'8 e g |
  c2 e,4 g |
  c,8 c' b a <g d'> <f c'> <e b'> <d a'> |
  <c g'>1 | \bar "|."
}

11 years agoIssue 3655: Doc: Changes.tely 2.18 release
James Lowe [Wed, 4 Dec 2013 23:44:12 +0000 (00:44 +0100)]
Issue 3655: Doc: Changes.tely 2.18 release

Mention new NullVoice feature including a simple example

11 years ago Issue 3676: Bar checks display the wrong location
David Kastrup [Mon, 25 Nov 2013 18:33:34 +0000 (19:33 +0100)]
 Issue 3676: Bar checks display the wrong location

This one is just embarrassing.  The lexer used last_input_ where it
should have been using here_input (), resulting in music identifiers
and some other stuff to be located one token early.

11 years agoBump VERSION
David Kastrup [Mon, 25 Nov 2013 00:14:01 +0000 (01:14 +0100)]
Bump VERSION

11 years agoRelease: update news. release/2.17.96-1
Phil Holmes [Sun, 24 Nov 2013 12:24:16 +0000 (12:24 +0000)]
Release: update news.

11 years agoPO: update template.
Phil Holmes [Sun, 24 Nov 2013 12:24:05 +0000 (12:24 +0000)]
PO: update template.

11 years agoRelease: bump VERSION_DEVEL.
Phil Holmes [Sun, 24 Nov 2013 12:24:00 +0000 (12:24 +0000)]
Release: bump VERSION_DEVEL.

11 years agoIssue 1553: Staff stretching problem in 2.13.50+
Keith OHara [Sun, 24 Nov 2013 10:15:18 +0000 (11:15 +0100)]
Issue 1553: Staff stretching problem in 2.13.50+

optimal-page-breaking.cc needs to protect unsigned subtraction.

Signed-off-by: David Kastrup <dak@gnu.org>
11 years agoIssue 3658: variables cannot be used in \tempo command
David Kastrup [Mon, 18 Nov 2013 13:52:00 +0000 (14:52 +0100)]
Issue 3658: variables cannot be used in \tempo command

11 years agoparser: allow Scheme expressions for unsigned_number
David Kastrup [Mon, 18 Nov 2013 13:59:35 +0000 (14:59 +0100)]
parser: allow Scheme expressions for unsigned_number

11 years agoparser: let unsigned_number check NUMBER_IDENTIFIER for correctness
David Kastrup [Mon, 18 Nov 2013 13:51:42 +0000 (14:51 +0100)]
parser: let unsigned_number check NUMBER_IDENTIFIER for correctness

11 years agoIssue 3668: Let NullVoice have an existence in MIDI
David Kastrup [Mon, 18 Nov 2013 11:37:59 +0000 (12:37 +0100)]
Issue 3668: Let NullVoice have an existence in MIDI

Issue 3457 omitted to introduce the NullVoice context into MIDI.  This
implementation is incomplete (see the TODO in performer-init.ly), but
at least it does not let the context structure go off the deep end in
MIDI.

11 years agoMerge remote-tracking branch 'origin/translation' into stable/2.18
David Kastrup [Sun, 24 Nov 2013 08:20:28 +0000 (09:20 +0100)]
Merge remote-tracking branch 'origin/translation' into stable/2.18

11 years agoDoc-fr: Updates NR rhythms and spacing
Jean-Charles Malahieude [Sat, 23 Nov 2013 11:32:58 +0000 (12:32 +0100)]
Doc-fr: Updates NR rhythms and spacing

11 years agoMerge remote-tracking branch 'origin/translation' into stable/2.18
David Kastrup [Fri, 22 Nov 2013 16:57:17 +0000 (17:57 +0100)]
Merge remote-tracking branch 'origin/translation' into stable/2.18

11 years agoIssue 3672: NR: a few typos in connection with paper size
David Kastrup [Thu, 21 Nov 2013 08:37:26 +0000 (09:37 +0100)]
Issue 3672: NR: a few typos in connection with paper size

11 years agoIssue 3663: Crash with \repeat ... \alternative and \remove "Bar_engraver"
David Kastrup [Sun, 17 Nov 2013 18:29:06 +0000 (19:29 +0100)]
Issue 3663: Crash with \repeat ... \alternative and \remove "Bar_engraver"

This approach is just poking around in the dark and removing Scheme
error messages.  In particular substituting the original glyph for
left-bar-line and right-bar-line (when missing) in calls to
span-bar::compound-bar-line seems fishy, and the original logic
for setting left-bar-broken if left-bar-line is not even present
is also not clear to me.

The results for the example in the bug report:
form = \new Staff \with {
  \remove "Bar_engraver"
} \repeat volta 2 {
    s1
} \alternative {
    s1 % first ending
    s1 % second ending
} % form

\score {
  <<
    \form
  >>
} % score
are also not identical with the 2.16 results: the volta brackets now
run into each other; before there was a gap.

It fixes the crash.  I have no idea what a proper fix would look like.

11 years agoLet simple_music possibly return a pitch in \chordmode
David Kastrup [Fri, 15 Nov 2013 16:58:55 +0000 (17:58 +0100)]
Let simple_music possibly return a pitch in \chordmode

11 years agoMake sure optional arguments accepted as pitches stay pitches when reparsing
David Kastrup [Sat, 16 Nov 2013 15:23:59 +0000 (16:23 +0100)]
Make sure optional arguments accepted as pitches stay pitches when reparsing

11 years agoLet a PITCH_IDENTIFIER optionally be followed by octave modifiers
David Kastrup [Sat, 16 Nov 2013 12:24:11 +0000 (13:24 +0100)]
Let a PITCH_IDENTIFIER optionally be followed by octave modifiers

This makes pitch identifiers more similar to note names.  There is no
point in keeping the distinction just for triggering syntax errors
on music that has no sensible other interpretation.

11 years agoMake make_music_from_simple return music rather than a list in \chordmode
David Kastrup [Fri, 15 Nov 2013 16:36:49 +0000 (17:36 +0100)]
Make make_music_from_simple return music rather than a list in \chordmode