]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
12 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Fri, 24 Feb 2012 18:18:26 +0000 (19:18 +0100)]
Merge branch 'master' into lilypond/translation

12 years agoDoc: update translation status.
Francisco Vila [Fri, 24 Feb 2012 12:03:59 +0000 (13:03 +0100)]
Doc: update translation status.

12 years agoDoc-es: update some version markers.
Francisco Vila [Fri, 24 Feb 2012 11:48:22 +0000 (12:48 +0100)]
Doc-es: update some version markers.

12 years agoMerge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
Till Paala [Thu, 23 Feb 2012 19:50:47 +0000 (21:50 +0200)]
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into lilypond/translation

12 years agoDoc: cosmethic change in snippet, translate and makelsr result.
Francisco Vila [Thu, 23 Feb 2012 18:48:54 +0000 (19:48 +0100)]
Doc: cosmethic change in snippet, translate and makelsr result.

12 years agoDoc: fix link in all languages.
Francisco Vila [Thu, 23 Feb 2012 18:24:00 +0000 (19:24 +0100)]
Doc: fix link in all languages.

12 years agoDoc: update snippets and run makelsr.
Francisco Vila [Thu, 23 Feb 2012 18:21:58 +0000 (19:21 +0100)]
Doc: update snippets and run makelsr.

12 years agoDoc-es: reword translation of a snippet.
Francisco Vila [Thu, 23 Feb 2012 16:13:40 +0000 (17:13 +0100)]
Doc-es: reword translation of a snippet.

12 years agoDoc: NR 4.1.4: document improved spacing on the last page (issue 1377)
Pavel Roskin [Thu, 23 Feb 2012 19:11:30 +0000 (20:11 +0100)]
Doc: NR 4.1.4: document improved spacing on the last page (issue 1377)

12 years agoDoc-de: updating web manual
Till Paala [Thu, 23 Feb 2012 19:04:51 +0000 (21:04 +0200)]
Doc-de: updating web manual

12 years agoDoc-de: final update to notation manual
Till Paala [Thu, 23 Feb 2012 12:31:58 +0000 (14:31 +0200)]
Doc-de: final update to notation manual

12 years agoPO: update from FTP
Jean-Charles Malahieude [Thu, 23 Feb 2012 18:14:06 +0000 (19:14 +0100)]
PO: update from FTP
  it

12 years agoDoc-es: update a single snippet.
Francisco Vila [Wed, 22 Feb 2012 17:38:55 +0000 (18:38 +0100)]
Doc-es: update a single snippet.

12 years agoDoc-es: run makelsr locally.
Francisco Vila [Wed, 22 Feb 2012 18:29:43 +0000 (19:29 +0100)]
Doc-es: run makelsr locally.

12 years agoDoc-es: update Rhythms, Simultaneous, Spacing, Wind.
Francisco Vila [Wed, 22 Feb 2012 16:35:15 +0000 (17:35 +0100)]
Doc-es: update Rhythms, Simultaneous, Spacing, Wind.

12 years agoWeb-es: update Community.
Francisco Vila [Wed, 22 Feb 2012 17:09:50 +0000 (18:09 +0100)]
Web-es: update Community.

12 years agoDoc-es: update Tweaks, Changing, Fretted, Input, Appendices.
Francisco Vila [Wed, 22 Feb 2012 16:16:19 +0000 (17:16 +0100)]
Doc-es: update Tweaks, Changing, Fretted, Input, Appendices.

12 years agoDoc-de: Compilation fix for de/notation.
Julien Rioux [Thu, 23 Feb 2012 08:49:38 +0000 (03:49 -0500)]
Doc-de: Compilation fix for de/notation.

12 years agoDoc-de: update the noation manual, adding snippet translations
Till Paala [Wed, 22 Feb 2012 19:04:31 +0000 (21:04 +0200)]
Doc-de: update the noation manual, adding snippet translations

12 years agoDoc-de: updates to notation manual and snippet translation
Till Paala [Wed, 22 Feb 2012 13:08:25 +0000 (15:08 +0200)]
Doc-de: updates to notation manual and snippet translation

12 years agoBuild: Fix dependencies for translated manuals (issue 2125).
Julien Rioux [Fri, 16 Dec 2011 22:36:20 +0000 (17:36 -0500)]
Build: Fix dependencies for translated manuals (issue 2125).

Don't rebuild everything each time unless necessary. The rules for
processing texi docs are already provided in stepmake/texinfo-rules
and we do not need to repeat them here. Simply copy the translated
files over to the main documentation with the language suffix added.

12 years agoBuild: Unify the rules and variables for xref-map files.
Julien Rioux [Sat, 17 Dec 2011 01:35:35 +0000 (20:35 -0500)]
Build: Unify the rules and variables for xref-map files.

12 years agoBuild: Use order-only prerequisites in lilypond-book chain rule.
Julien Rioux [Tue, 7 Feb 2012 16:51:16 +0000 (11:51 -0500)]
Build: Use order-only prerequisites in lilypond-book chain rule.

The chain rule makes sure that only one instance of lilypond-book
is running at once. However, it also adds superficial dependencies
between manuals. We can avoid this using GNU make's order-only
syntax for prerequisites, which adds a pipe (|) character in front.

12 years agoBuild: Don't use immediate expansion of variable.
Julien Rioux [Tue, 21 Feb 2012 10:25:50 +0000 (05:25 -0500)]
Build: Don't use immediate expansion of variable.

For out-of-source builds, get rid of this warning:
ls: cannot access ../../Documentation/snippets/*.ly: No such file

12 years agoBuild: Remove .PRECIOUS flags.
Julien Rioux [Tue, 21 Feb 2012 10:38:10 +0000 (05:38 -0500)]
Build: Remove .PRECIOUS flags.

Since 820c7ff5d380e8ca52057717ab3176b5e40107fd all files are treated as
.SECONDARY files. This means that `make' will not delete files that it
identifies as intermediate files, which would be it's default behavior
otherwise.

Currently, lexer and parser files, some font files, and some postscript
files are treated as .PRECIOUS in the build. This means that `make'
will never delete these files, even when the rule for creating them
failed. It seems that these files were flagged as .PRECIOUS in order
to keep them around after a successful build, preventing `make' from
removing them. But treating these files as .SECONDARY is sufficient
for this purpose. The .PRECIOUS flag introduces potential problems
that we would rather avoid.

12 years agoDoc-es: update included/helpus and Fundamental.
Francisco Vila [Wed, 22 Feb 2012 13:00:57 +0000 (14:00 +0100)]
Doc-es: update included/helpus and Fundamental.

12 years agoDoc-es: update Scheme tutorial.
Francisco Vila [Wed, 22 Feb 2012 12:52:31 +0000 (13:52 +0100)]
Doc-es: update Scheme tutorial.

12 years agoDoc-es: update CHANGES.
Francisco Vila [Wed, 22 Feb 2012 11:46:30 +0000 (12:46 +0100)]
Doc-es: update CHANGES.

12 years agoDoc: typo in CHANGES.
Francisco Vila [Wed, 22 Feb 2012 11:44:59 +0000 (12:44 +0100)]
Doc: typo in CHANGES.

12 years agoMerge remote-tracking branch 'origin/release/unstable' into staging
David Kastrup [Wed, 22 Feb 2012 08:07:57 +0000 (09:07 +0100)]
Merge remote-tracking branch 'origin/release/unstable' into staging

12 years agoAdd regtest for extratoken pop_state interference.
David Kastrup [Tue, 21 Feb 2012 19:38:22 +0000 (20:38 +0100)]
Add regtest for extratoken pop_state interference.

12 years agoDoc-de: updates and adding snippet translation to notation manual
Till Paala [Tue, 21 Feb 2012 20:04:17 +0000 (22:04 +0200)]
Doc-de: updates and adding snippet translation to notation manual

12 years agoDoc-de: compilation fix
Till Paala [Tue, 21 Feb 2012 19:30:55 +0000 (21:30 +0200)]
Doc-de: compilation fix

12 years agolexer.ll: Let pop_state preserve extratoken state
David Kastrup [Tue, 21 Feb 2012 19:11:10 +0000 (20:11 +0100)]
lexer.ll: Let pop_state preserve extratoken state

12 years agoDoc-de: update learning/tweaks.itely
Till Paala [Tue, 21 Feb 2012 13:38:14 +0000 (15:38 +0200)]
Doc-de: update learning/tweaks.itely

12 years agoDoc-de: update essay.tely and extending.tely
Till Paala [Tue, 21 Feb 2012 13:04:13 +0000 (15:04 +0200)]
Doc-de: update essay.tely and extending.tely

12 years agoMerge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
Till Paala [Tue, 21 Feb 2012 18:35:58 +0000 (20:35 +0200)]
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into lilypond/translation

12 years agoDoc-ja: update NR files and their committishes
Yoshiki Sawada [Sat, 18 Feb 2012 23:59:14 +0000 (08:59 +0900)]
Doc-ja: update NR files and their committishes

Doc-ja: update NR files and their committishes.

12 years agoIssue 1902: scheme engravers cause "warning: Attempting to remove nonexisting listener."
David Kastrup [Sun, 19 Feb 2012 09:24:34 +0000 (10:24 +0100)]
Issue 1902: scheme engravers cause "warning: Attempting to remove nonexisting listener."

Implements listener equality compatible with instanced Scheme engravers.
Also permits \remove to take Scheme argument.

12 years agoBuild: Typos in make/lilypond-book-{rules,vars}.make.
Julien Rioux [Mon, 20 Feb 2012 13:42:31 +0000 (08:42 -0500)]
Build: Typos in make/lilypond-book-{rules,vars}.make.

12 years agoBuild: Strict error checking from makeinfo and texi2html (issue 2219).
Julien Rioux [Thu, 12 Jan 2012 10:34:16 +0000 (05:34 -0500)]
Build: Strict error checking from makeinfo and texi2html (issue 2219).

12 years agoDon't let make-engraver pass empty lists to evaluation.
David Kastrup [Sun, 19 Feb 2012 20:04:27 +0000 (21:04 +0100)]
Don't let make-engraver pass empty lists to evaluation.

12 years agoUse make-engraver when feasible
David Kastrup [Sat, 18 Feb 2012 15:21:53 +0000 (16:21 +0100)]
Use make-engraver when feasible

12 years agomake-engraver helper macro
David Kastrup [Sat, 18 Feb 2012 14:07:44 +0000 (15:07 +0100)]
make-engraver helper macro

12 years agoDoc-fr: NR-2.5 percussion: Full review
Jean-Charles Malahieude [Sat, 18 Feb 2012 12:11:56 +0000 (13:11 +0100)]
Doc-fr: NR-2.5 percussion: Full review

12 years agoUpdates ragged-last-bottom in notation
Phil Holmes [Sat, 18 Feb 2012 11:05:09 +0000 (11:05 +0000)]
Updates ragged-last-bottom in notation

Pavel Roskin's update

12 years agoRelease: update news.
Graham Percival [Fri, 17 Feb 2012 12:33:08 +0000 (12:33 +0000)]
Release: update news.

12 years agoRelease: bump version.
Graham Percival [Fri, 17 Feb 2012 17:24:27 +0000 (17:24 +0000)]
Release: bump version.

12 years agoBuild: Auto-detect guile1 and guile1-config.
Julien Rioux [Fri, 17 Feb 2012 14:08:39 +0000 (09:08 -0500)]
Build: Auto-detect guile1 and guile1-config.

12 years agoBuild: Look for a very minimal dblatex version.
Julien Rioux [Fri, 17 Feb 2012 14:07:33 +0000 (09:07 -0500)]
Build: Look for a very minimal dblatex version.

This should prevent any problems when even dblatex --version fails.

12 years agoBuild: Mirror info and tex output from -book regtests to the web.
Julien Rioux [Fri, 17 Feb 2012 14:06:24 +0000 (09:06 -0500)]
Build: Mirror info and tex output from -book regtests to the web.

12 years agoRelease: update news. release/2.15.30-1
Graham Percival [Fri, 17 Feb 2012 12:33:08 +0000 (12:33 +0000)]
Release: update news.

12 years agoFinal redirection of texi output
Phil Holmes [Sat, 11 Feb 2012 16:18:02 +0000 (16:18 +0000)]
Final redirection of texi output

12 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Fri, 17 Feb 2012 10:06:53 +0000 (11:06 +0100)]
Merge branch 'master' into lilypond/translation

12 years agoMerge branch 'lilypond/translation' into staging
Francisco Vila [Fri, 17 Feb 2012 09:00:23 +0000 (10:00 +0100)]
Merge branch 'lilypond/translation' into staging

12 years agoDoc-de: some updates to learning manual
Till Paala [Fri, 17 Feb 2012 07:28:51 +0000 (09:28 +0200)]
Doc-de: some updates to learning manual

12 years agoDoc: typo in percussions
Jean-Charles Malahieude [Thu, 16 Feb 2012 18:25:47 +0000 (19:25 +0100)]
Doc: typo in percussions

12 years agoIntroduce separate make-voice-props-override in order to fix issue 630 fallout
David Kastrup [Thu, 16 Feb 2012 16:39:21 +0000 (17:39 +0100)]
Introduce separate make-voice-props-override in order to fix issue 630 fallout

12 years agoUpdate lilygit.tcl (Issue 2092)
Carl Sorensen [Thu, 29 Dec 2011 05:49:17 +0000 (22:49 -0700)]
Update lilygit.tcl (Issue 2092)

Makes lilygit.tcl respect the environment variable $LILYPOND_GIT.
If $LILYPOND_GIT is unset, default of $HOME/lilypond-git will be used.

Also does all working on dev/local_working branch, instead of master

Adds a Push Patch button to push patch to staging, which is optionally
configured, such that it only displays if push access is available
and the user is not a translations user.

Add support for the environment variable LILYPOND_BRANCH, which can
be prepended to the call to lily-git.tcl to specify the branch to be used.

Add pushHead so we can base patches on master but push to staging

Add log preview so that the user is expected to review the git log before
pushing.

Rebase before pushing.  The rebasing is to origin/staging,
and is performed on a detached head before pushing.  This preserves the
working branch in case of staging breaking and being recreated.

Add environment variable PUSH_ACCESS for controlling push access

12 years agoAllow multiple identical slurs (issue 1967)
David Kastrup [Wed, 15 Feb 2012 15:58:54 +0000 (16:58 +0100)]
Allow multiple identical slurs (issue 1967)

12 years agoAdds new langs included dirs to make
Phil Holmes [Wed, 15 Feb 2012 20:44:15 +0000 (20:44 +0000)]
Adds new langs included dirs to make

12 years agoDoc-de: updates to notation manual
Till Paala [Wed, 15 Feb 2012 13:53:45 +0000 (15:53 +0200)]
Doc-de: updates to notation manual

12 years agoUpdates Bug Squad instructions in CG
Phil Holmes [Wed, 15 Feb 2012 14:30:18 +0000 (14:30 +0000)]
Updates Bug Squad instructions in CG

12 years agoFix barre snippet.
David Kastrup [Tue, 7 Feb 2012 13:13:15 +0000 (14:13 +0100)]
Fix barre snippet.

12 years ago[mf] Improve and simplify Kievan outlines.
Werner Lemberg [Wed, 15 Feb 2012 09:20:35 +0000 (10:20 +0100)]
[mf] Improve and simplify Kievan outlines.

Some fixes change outlines to ensure proper overlap handling with FontForge
(this doesn't alter the final shape, however).

One change (in `barline.kievan') slightly changes the shape to avoid gracing
intersections.

12 years ago[mf] Improve comments; fix minor typos; formatting.
Werner Lemberg [Wed, 15 Feb 2012 07:29:49 +0000 (08:29 +0100)]
[mf] Improve comments; fix minor typos; formatting.

12 years agoCorrectly determines if glissandi are cross-staff
Mike Solomon [Wed, 15 Feb 2012 07:12:03 +0000 (08:12 +0100)]
Correctly determines if glissandi are cross-staff

12 years agochanges.itely: Mention event-chord-wrap! and \eventChords.
David Kastrup [Wed, 15 Feb 2012 05:43:18 +0000 (06:43 +0100)]
changes.itely: Mention event-chord-wrap! and \eventChords.

12 years agoarticulate.ly: basic 2.15.28 compatibility by using event-chord-wrap!
David Kastrup [Tue, 14 Feb 2012 21:19:54 +0000 (22:19 +0100)]
articulate.ly: basic 2.15.28 compatibility by using event-chord-wrap!

This should really be done by rewriting the code more thoroughly.

12 years agoCompatibility function event-chord-wrap!, used in \eventChords
David Kastrup [Tue, 14 Feb 2012 20:40:30 +0000 (21:40 +0100)]
Compatibility function event-chord-wrap!, used in \eventChords

12 years agoMostly cosmetic music function changes.
David Kastrup [Tue, 14 Feb 2012 20:36:14 +0000 (21:36 +0100)]
Mostly cosmetic music function changes.

Avoids creating empty elements field in music-map.

12 years agoDocument NoteEvent and EventChord a bit better
David Kastrup [Sun, 12 Feb 2012 17:42:44 +0000 (18:42 +0100)]
Document NoteEvent and EventChord a bit better

12 years agoLet EventChord replay articulations
David Kastrup [Wed, 8 Feb 2012 09:53:38 +0000 (10:53 +0100)]
Let EventChord replay articulations

12 years agoNew functions map-some-music and extract-music.
David Kastrup [Tue, 14 Feb 2012 20:39:04 +0000 (21:39 +0100)]
New functions map-some-music and extract-music.

Implement extract-typed-music and extract-named-music using extract-music.

12 years agoAdd a regtest for breve extent (fix 1814)
Janek Warchoł [Tue, 14 Feb 2012 17:00:22 +0000 (18:00 +0100)]
Add a regtest for breve extent (fix 1814)

Checks if breves (esp. double-lined) don't collide with themselves
and accidentals.

12 years agoBuild: Fix lilypond-book regtests when dblatex is not found.
Julien Rioux [Tue, 14 Feb 2012 14:40:28 +0000 (09:40 -0500)]
Build: Fix lilypond-book regtests when dblatex is not found.

When dblatex is not installed, only the docbook .xml files are
created by a `make doc' but not the .pdf files. We need to filter
those .xml files out of the list of collated files, otherwise
lilypond-book thinks that they are musicxml files and fails to
process them through musicxml2ly.

12 years agoDoc-d: generate corrected png files from svg
Till Paala [Mon, 13 Feb 2012 19:21:27 +0000 (21:21 +0200)]
Doc-d: generate corrected png files from svg

12 years agoIssue 2300: do not tinker with the position of a pitched rest
Benkő Pál [Mon, 13 Feb 2012 17:49:17 +0000 (18:49 +0100)]
Issue 2300: do not tinker with the position of a pitched rest

12 years agoDoc-fr: Undefined reference in fr/notation.
Julien Rioux [Mon, 13 Feb 2012 14:12:01 +0000 (09:12 -0500)]
Doc-fr: Undefined reference in fr/notation.

12 years agoBuild: Generate info and pdf output from -book regtests.
Julien Rioux [Sun, 22 Jan 2012 15:36:31 +0000 (10:36 -0500)]
Build: Generate info and pdf output from -book regtests.

Allow to catch any problems in either toolchains:
lilypond-book -> makeinfo
lilypond-book -> texi2pdf

12 years agoBuild: Run regression tests for lilypond-book (issue 2223).
Julien Rioux [Sun, 22 Jan 2012 00:56:25 +0000 (19:56 -0500)]
Build: Run regression tests for lilypond-book (issue 2223).

Re-enable running the regtests in input/regression/lilypond-book.
Fix various typos, clarify what each input file tests for and
how the output should look, and fix the following problems
in input files in input/regression/lilypond-book:

collated-files.tely:
  Was linking to the input files rather than the output files
  generated by lilypond-book. The input files were thus not
  tested individually as it should but as included files.
  Fixed in the local GNUmakefile by an explicit rule for
  collated-files.list which tracks the output files.

suffix-texi:
  Failed, was not being preprocessed by lilypond-book but simply
  copied to the output folder. Fixed in the local GNUmakefile by
  adding a specific make rule for it.

tex-twocolumn:
  Failed, image had full-page width.
  Fixed in the input file by moving \twocolumn to the preamble.
  Column width detection in the body of the tex document is not
  yet implemented.

texinfo-language-detection:
  Suspicious, had a weird @lydoctitle popping up.
  Fixed in the input file by defining the @lydoctitle macro.

12 years agoIssue 630 et al. Change confusion between property overrides and sets.
David Kastrup [Mon, 6 Feb 2012 18:20:02 +0000 (19:20 +0100)]
Issue 630 et al.  Change confusion between property overrides and sets.

12 years agoFix obvious typo in part combiner in active<?
David Kastrup [Sun, 12 Feb 2012 20:26:48 +0000 (21:26 +0100)]
Fix obvious typo in part combiner in active<?

12 years agohideNotes should also hide rests...
Reinhold Kainhofer [Fri, 6 Jan 2012 00:21:42 +0000 (01:21 +0100)]
hideNotes should also hide rests...

12 years agoDoc-fr: updates to Notation manual
Jean-Charles Malahieude [Sun, 12 Feb 2012 19:41:16 +0000 (20:41 +0100)]
Doc-fr: updates to Notation manual
  fretted strings
  input
  rhythms
  simultaneous
  spacing
  staff

12 years agoWeb-fr: updates community
Jean-Charles Malahieude [Sun, 12 Feb 2012 19:05:13 +0000 (20:05 +0100)]
Web-fr: updates community

12 years agoDoc-fr: updates Learning
Jean-Charles Malahieude [Sun, 12 Feb 2012 19:03:55 +0000 (20:03 +0100)]
Doc-fr: updates Learning
  fundamental

12 years agoRemoves no directory and @var errors in make doc
Phil Holmes [Sun, 12 Feb 2012 17:59:11 +0000 (17:59 +0000)]
Removes no directory and @var errors in make doc

12 years agoCG: explain archive/XYZ git branches.
Graham Percival [Sun, 12 Feb 2012 15:29:45 +0000 (15:29 +0000)]
CG: explain archive/XYZ git branches.

12 years agoCG: add lilypad repository
Graham Percival [Sun, 12 Feb 2012 15:09:41 +0000 (15:09 +0000)]
CG: add lilypad repository

12 years agoCG: announce alternate GUB location
Graham Percival [Sun, 12 Feb 2012 14:24:45 +0000 (14:24 +0000)]
CG: announce alternate GUB location

12 years agoDoc-es: remove inline snippet in translation.
Francisco Vila [Sat, 11 Feb 2012 22:43:45 +0000 (23:43 +0100)]
Doc-es: remove inline snippet in translation.

12 years agoDoc-ja: stops woodwind diagram info appearing...
Yoshiki Sawada [Sun, 12 Feb 2012 01:32:23 +0000 (10:32 +0900)]
Doc-ja: stops woodwind diagram info appearing...

Doc-ja: stops woodwind diagram info appearing on terminal.

12 years ago[PATCH] Doc-fr: remove inline snippet in translation.
Jean-Charles Malahieude [Sun, 12 Feb 2012 09:46:30 +0000 (10:46 +0100)]
[PATCH] Doc-fr: remove inline snippet in translation.

12 years agoStops woodwind diagram info appearing on terminal
Phil Holmes [Mon, 6 Feb 2012 11:53:01 +0000 (11:53 +0000)]
Stops woodwind diagram info appearing on terminal

12 years agochanges.tely fixes and additions
David Kastrup [Fri, 10 Feb 2012 13:41:44 +0000 (14:41 +0100)]
changes.tely fixes and additions

12 years agoDocuments eliminated stencils.
Mike Solomon [Fri, 10 Feb 2012 07:35:08 +0000 (08:35 +0100)]
Documents eliminated stencils.

12 years agoImplements bound-alignment-interfaces for NonMusicalPaperColumn.
Mike Solomon [Fri, 10 Feb 2012 07:30:01 +0000 (08:30 +0100)]
Implements bound-alignment-interfaces for NonMusicalPaperColumn.

This includes all grobs save break-alignable grobs usch as
MetronomeMark and RehearsalMark.

12 years agoMake #{ c' #} and x=c' create a pitch instead of a NoteEvent
David Kastrup [Sun, 5 Feb 2012 21:28:48 +0000 (22:28 +0100)]
Make #{ c' #} and x=c' create a pitch instead of a NoteEvent

Since the specification of a pitch without a duration in those contexts
makes it somewhat uncomfortable to guess the actually used duration, it
is unlikely that much use of a default duration has been made in those
constructs.  In particular #{ c' #} would appear handy.

12 years agoFix tuplet subdivision (issue 2243)
Carl [Wed, 1 Feb 2012 04:56:19 +0000 (21:56 -0700)]
Fix tuplet subdivision (issue 2243)

Have stem-engraver add information about tuplet-start, so that it can be passed
into beaming-pattern.  Then we subdivide only when we're at *both* start of beat
and start of tuplet.