pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/lilypond



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan  5 22:29:48 UTC 2014

Modified Files:
        pkgsrc/print/lilypond: Makefile PLIST distinfo
        pkgsrc/print/lilypond/patches: patch-ab patch-configure
Removed Files:
        pkgsrc/print/lilypond/patches: patch-Documentation_changes.tely
            patch-Documentation_contributor_quick-start.itexi
            patch-Documentation_included_compile.itexi
            patch-Documentation_topdocs_INSTALL.texi
            patch-Documentation_usage_lilypond-book.itely patch-aa patch-ac
            patch-flower_file-name.cc patch-flower_file-path.cc
            patch-flower_interval-set.cc patch-flower_polynomial.cc
            patch-flower_std-string.cc patch-flower_string-convert.cc
            patch-flower_warn.cc patch-lily_GNUmakefile
            patch-lily_accidental.cc patch-lily_align-interface.cc
            patch-lily_all-font-metrics-scheme.cc
            patch-lily_all-font-metrics.cc patch-lily_arpeggio.cc
            patch-lily_audio-element-info.cc patch-lily_audio-staff.cc
            patch-lily_auto-beam-engraver.cc
            patch-lily_axis-group-interface-scheme.cc
            patch-lily_axis-group-interface.cc patch-lily_beam-performer.cc
            patch-lily_bezier-bow.cc patch-lily_bezier.cc
            patch-lily_book-scheme.cc patch-lily_book.cc
            patch-lily_change-iterator.cc patch-lily_chord-tremolo-iterator.cc
            patch-lily_column-x-positions.cc patch-lily_context-def.cc
            patch-lily_context-specced-music-iterator.cc
            patch-lily_drum-note-performer.cc patch-lily_dynamic-engraver.cc
            patch-lily_dynamic-performer.cc patch-lily_event-chord-iterator.cc
            patch-lily_event-iterator.cc patch-lily_flag.cc
            patch-lily_font-select.cc patch-lily_global-ctor.cc
            patch-lily_grace-iterator.cc patch-lily_grob-property.cc
            patch-lily_grob.cc patch-lily_horizontal-bracket.cc
            patch-lily_includable-lexer.cc patch-lily_include_lily-proto.hh
            patch-lily_include_translator-group.hh patch-lily_input.cc
            patch-lily_instrument-name-engraver.cc
            patch-lily_interval-minefield.cc
            patch-lily_key-signature-interface.cc patch-lily_keyword.cc
            patch-lily_least-squares.cc patch-lily_ledger-line-engraver.cc
            patch-lily_lexer.ll patch-lily_lily-lexer-scheme.cc
            patch-lily_lily-lexer.cc patch-lily_lilypond-version.cc
            patch-lily_line-spanner.cc patch-lily_main.cc
            patch-lily_mensural-ligature.cc patch-lily_midi-chunk.cc
            patch-lily_midi-stream.cc patch-lily_midi-walker.cc
            patch-lily_misc.cc patch-lily_music-wrapper-iterator.cc
            patch-lily_note-collision.cc patch-lily_note-head.cc
            patch-lily_note-performer.cc patch-lily_ottava-bracket.cc
            patch-lily_page-breaking-scheme.cc
            patch-lily_page-layout-problem.cc patch-lily_page-spacing-result.cc
            patch-lily_page-turn-page-breaking.cc
            patch-lily_pango-font-scheme.cc patch-lily_pango-select.cc
            patch-lily_paper-book-scheme.cc patch-lily_paper-book.cc
            patch-lily_paper-column-engraver.cc patch-lily_paper-column.cc
            patch-lily_paper-outputter-scheme.cc patch-lily_paper-outputter.cc
            patch-lily_paper-score-scheme.cc patch-lily_paper-score.cc
            patch-lily_parser.yy patch-lily_performance-scheme.cc
            patch-lily_performance.cc patch-lily_performer-group.cc
            patch-lily_piano-pedal-performer.cc
            patch-lily_pointer-group-interface-scheme.cc
            patch-lily_pointer-group-interface.cc
            patch-lily_property-iterator.cc
            patch-lily_pure-from-neighbor-interface.cc
            patch-lily_quote-iterator.cc patch-lily_rest.cc
            patch-lily_rhythmic-music-iterator.cc
            patch-lily_sequential-iterator.cc
            patch-lily_simple-music-iterator.cc patch-lily_simple-spacer.cc
            patch-lily_simultaneous-music-iterator.cc
            patch-lily_slur-configuration.cc patch-lily_slur-performer.cc
            patch-lily_slur.cc patch-lily_source-file.cc patch-lily_sources.cc
            patch-lily_spacing-basic.cc patch-lily_spacing-loose-columns.cc
            patch-lily_spacing-options.cc patch-lily_spacing-spanner.cc
            patch-lily_span-bar-stub-engraver.cc patch-lily_stem.cc
            patch-lily_system-start-delimiter.cc patch-lily_system.cc
            patch-lily_tempo-performer.cc patch-lily_tie-configuration.cc
            patch-lily_tie-performer.cc patch-lily_time-signature.cc
            patch-lily_translator-dispatch-list.cc patch-lily_tuplet-bracket.cc
            patch-lily_tuplet-number.cc patch-lily_volta-repeat-iterator.cc
            patch-scripts_auxiliar_cg-section.sh
            patch-stepmake_stepmake_po-targets.make

Log Message:
Update to 2.18.0:

New features in 2.18 since 2.16
*******************************

   * There is now a new context type called `NullVoice' which, while not
     appearing in the printed output, can be used to align lyrics.
     This can be particularly convenient when used in parallel with a
     `\partcombine' construct.

   * Several articulations can be put into a single variable or
     returned from an event function.

   * The baseline of score markups is now taken from the reference
     point (usually the middle of the staff) of the first bottom system
     rather than the top of the bounding rectangle.

   * LilyPond no longer automatically infers a `\defaultchild' context
     in a context definition with `\accepts' clauses.  Any context
     definition without an explicit or inherited `\defaultchild'
     definition counts as a `Bottom' context and will be eligible for
     rhythmic events and overrides without causing the implicit
     creation of other contexts.  Be sure to specify a `\defaultchild'
     for non-`Bottom' contexts when defining them from scratch.

   * There is now extensive support for both discant and bass accordion
     register symbols in the `scm accreg' module.

   * New commands `markLengthOn' and `markLengthOff' control the
     allowance of horizontal space for tempo and rehearsal marks.

   * Rehearsal marks at the beginning of a line are now placed to the
     right of the clef and key signature by default.  As in previous
     versions, the `break-alignable-interface' controls the behavior.

   * Decimal numbers can now be written directly in music, without a
     hash sign.  Together with the previous change in the way object
     properties are specified, the code to change the length of stems
     has changed from this:
     \override Stem #'length = #5.6
     e' f' g' a'
     to this:
     \override Stem.length = 5.6
     e' f' g' a'

     One has to write a digit on both sides of the dot - values like
     `4.' or `-.3' are not allowed.

     Decimal fractions are also not accepted in `\chordmode'.

   * A number of shorthands like `(', `)', `|', `[', `]', `~', `\(',
     `\)' and others can now freely be redefined like normal commands.

   * The articulation shorthand for `\staccatissimo' has been renamed
     from `-|' to `-!'.

   * Tempo change ranges are now written as `\tempo 4 = 60 - 68' rather
     than `\tempo 4 = 60 ~ 68'.

   * Grob `OctavateEight' was renamed to `ClefModifier'.  Related
     context properties were renamed from `xxxOctavationyyy' to
     `xxxTranspositionyyy'.

   * There is a new `\absolute' command explicitly marking music as
     being entered in absolute pitch.  While this has been the default
     previously, an explicit `\absolute' also prevents reinterpretation
     when the passage is placed inside of `\relative'.

   * When `\relative' is used without an explicit reference pitch, the
     reference pitch now is the middle of the first octave, making the
     first entered pitch indistinguishable from absolute pitch.
     Previously, omitting the reference pitch would have lead to a
     default of `c''.  Since that choice was somewhat arbitrary,
     recommended usage was to always specify the reference pitch.

   * A new command `\single' can be used for converting a property
     override into a tweak to be applied on a single music expression.

   * Two ways of letting graphical objects not appear in the output are
     overriding its `transparent' property with `#t' (retaining the
     original spacing) or overriding its `stencil' property with `#f'
     (not using any space at all).  Those two operations now have the
     shorthands `\hide' and `\omit', respectively.

   * A new command `\temporary' can be applied to overrides in order to
     not have them replace previous property settings.  If a `\revert'
     is applied to the same property subsequently, the previous setting
     reappears.

     This is mainly useful for writing music functions that need to
     have some property changed just for the duration of the function.

   * `\tag', `\removeWithTag', and `\keepWithTag' can now accept a list
     of symbols rather than just a single symbol for marking, removing,
     and keeping music with any of multiple tags.  This is particularly
     important for `\keepWithTag' since one cannot achieve the same
     effect by using multiple consecutive `\keepWithTag' commands.

   * The `-d old-relative' option has been removed.  Not actually
     accessible from the command line any more, its remaining use was
     for interpretating `\relative' in LilyPond files converted
     automatically from version 1.8 or older.  It is unclear how much
     of this was actually still operative.

   * The meaning of `instrumentTransposition' has been reversed.  After
     \set instrumentTransposition = #{ b #}
     a written `c'' now sounds like `b'.  Previously, this would have
     been the other way round.  This and the following change should
     make dealing with transposing instruments more straightforward.

   * The music generated by `\set' and `\override' commands is no
     longer affected by `\transpose'.  The main consequence is that
     `\transpose' will transpose audible/concert pitch and printed
     pitch by the same amount even when the transposed music contains
     `\transposition'.  Previously,
     \transpose c' f' \transposition bes'
     was equivalent to `\transposition f''.  Now it stays equivalent to
     `\transposition bes''.

   * When checking for collisions, LilyPond no longer treats objects as
     rectangles.  Instead, the actual shape of objects is approximated
     using an integral-like approach.  This generally results in more
     even and snug positioning of objects and systems.

     Affected objects include `Accidentals', `Beams', `Clefs',
     `Dynamics', `FiguredBass', `Flags', `Glissandos', `Lyrics',
     `MetronomeMarks', `OttavaBrackets', `Pedals', `RehearsalMarks',
     `Rests', `Scripts', `TextScripts', `Ties', `Tuplets' and
     `VoltaBrackets'.

   * Tuplets are now created with the `\tuplet' command, which takes a
     fraction `T/N' to specify that T notes are played in the time
     usually allowed for N. One `\tuplet' command can create several
     tuplet groups if their duration is typed after the fraction.

     The `\times' command with its inverted fraction order `N/T' is
     still available.

   * Introducing two new markup-commands; `\draw-dashed-line' and
     `\draw-dotted-line'.

     The dashed-line extends to the whole length given by DEST, if
     `full-length' is set to `#t' (this is the default) without any
     space at the beginning or end.  `off' will then be altered to fit.
     To insist on the given (or default) values of `on', `off' use
     `\override #'(full-length . #f)'.  Manual settings for `on', `off'
     and `phase' are possible.

     The dotted-line always extends to the whole length given by DEST,
     without any space at the beginning or end.  Manual settings for
     `off' are possible to get larger or smaller space between the dots.
     The given (or default) value of `off' will be altered to fit the
     line-length.

   * Starting with version 2.17.10, error messages or the `textedit'
     URI used for point-and-click functionality specify column numbers
     starting with 1 rather than 0.  The byte offset (also part of
     `textedit' URIs) still starts at 0.

   * The `\clef' command supports optional transposition.

   * The LilyPond syntax of dot-separated words `Voice.Accidental' has
     been made interchangeable with `#'(Voice Accidental)', a Scheme
     list of symbols.

   * Grob and grob property path no longer need to be specified as two
     separate arguments to commands like `\override' and `\revert',
     allowing for the syntax
     \override Voice.TextSpanner.bound-details.left.text = "rit."
     Since complementary music functions like `\overrideProperty'
     cannot support forms with and without separating space at the same
     time, using a single dotted path is now the preferred form.
     Specifying grob path and grob property path separately, currently
     still supported with `\override' and `\revert' for compatibility
     reasons, is deprecated.

   * Due to words now being accepted as symbol function arguments, the
     interfaces of `\accidentalStyle', `\alterBroken', `\footnote' and
     `\tweak' had to be redesigned where optional symbol arguments were
     involved.  Please check the respective music function
     documentation for details.

   * Several commands now accept symbol lists (conveniently entered as
     dot-separated words) for various kinds of arguments.  These
     include `\accidentalStyle', `\alterBroken', `\footnote', `\hide',
     `\omit', `\overrideProperty', `\shape', and `\tweak'.

   * The bar line user interface has changed. Bar glyphs now resemble
     the appearance of the bar line, so a left repeat sign has to be
     coded as `.|:'. The command `\defineBarLine' provides an easy way
     to define additional bar line styles.

   * Accidentals in the key signature may be printed in octaves other
     than their traditional positions, or in multiple octaves.


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 pkgsrc/print/lilypond/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/print/lilypond/PLIST
cvs rdiff -u -r1.21 -r1.22 pkgsrc/print/lilypond/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/print/lilypond/patches/patch-Documentation_changes.tely \
    
pkgsrc/print/lilypond/patches/patch-Documentation_contributor_quick-start.itexi 
\
    pkgsrc/print/lilypond/patches/patch-Documentation_included_compile.itexi \
    pkgsrc/print/lilypond/patches/patch-Documentation_topdocs_INSTALL.texi \
    pkgsrc/print/lilypond/patches/patch-Documentation_usage_lilypond-book.itely 
\
    pkgsrc/print/lilypond/patches/patch-flower_file-name.cc \
    pkgsrc/print/lilypond/patches/patch-flower_file-path.cc \
    pkgsrc/print/lilypond/patches/patch-flower_interval-set.cc \
    pkgsrc/print/lilypond/patches/patch-flower_polynomial.cc \
    pkgsrc/print/lilypond/patches/patch-flower_std-string.cc \
    pkgsrc/print/lilypond/patches/patch-flower_string-convert.cc \
    pkgsrc/print/lilypond/patches/patch-flower_warn.cc \
    pkgsrc/print/lilypond/patches/patch-lily_GNUmakefile \
    pkgsrc/print/lilypond/patches/patch-lily_accidental.cc \
    pkgsrc/print/lilypond/patches/patch-lily_align-interface.cc \
    pkgsrc/print/lilypond/patches/patch-lily_all-font-metrics-scheme.cc \
    pkgsrc/print/lilypond/patches/patch-lily_all-font-metrics.cc \
    pkgsrc/print/lilypond/patches/patch-lily_arpeggio.cc \
    pkgsrc/print/lilypond/patches/patch-lily_audio-element-info.cc \
    pkgsrc/print/lilypond/patches/patch-lily_audio-staff.cc \
    pkgsrc/print/lilypond/patches/patch-lily_auto-beam-engraver.cc \
    pkgsrc/print/lilypond/patches/patch-lily_axis-group-interface-scheme.cc \
    pkgsrc/print/lilypond/patches/patch-lily_axis-group-interface.cc \
    pkgsrc/print/lilypond/patches/patch-lily_beam-performer.cc \
    pkgsrc/print/lilypond/patches/patch-lily_bezier-bow.cc \
    pkgsrc/print/lilypond/patches/patch-lily_bezier.cc \
    pkgsrc/print/lilypond/patches/patch-lily_book-scheme.cc \
    pkgsrc/print/lilypond/patches/patch-lily_book.cc \
    pkgsrc/print/lilypond/patches/patch-lily_change-iterator.cc \
    pkgsrc/print/lilypond/patches/patch-lily_chord-tremolo-iterator.cc \
    pkgsrc/print/lilypond/patches/patch-lily_column-x-positions.cc \
    pkgsrc/print/lilypond/patches/patch-lily_context-def.cc \
    pkgsrc/print/lilypond/patches/patch-lily_context-specced-music-iterator.cc \
    pkgsrc/print/lilypond/patches/patch-lily_drum-note-performer.cc \
    pkgsrc/print/lilypond/patches/patch-lily_dynamic-engraver.cc \
    pkgsrc/print/lilypond/patches/patch-lily_dynamic-performer.cc \
    pkgsrc/print/lilypond/patches/patch-lily_event-chord-iterator.cc \
    pkgsrc/print/lilypond/patches/patch-lily_event-iterator.cc \
    pkgsrc/print/lilypond/patches/patch-lily_flag.cc \
    pkgsrc/print/lilypond/patches/patch-lily_font-select.cc \
    pkgsrc/print/lilypond/patches/patch-lily_global-ctor.cc \
    pkgsrc/print/lilypond/patches/patch-lily_grace-iterator.cc \
    pkgsrc/print/lilypond/patches/patch-lily_grob-property.cc \
    pkgsrc/print/lilypond/patches/patch-lily_grob.cc \
    pkgsrc/print/lilypond/patches/patch-lily_horizontal-bracket.cc \
    pkgsrc/print/lilypond/patches/patch-lily_includable-lexer.cc \
    pkgsrc/print/lilypond/patches/patch-lily_include_lily-proto.hh \
    pkgsrc/print/lilypond/patches/patch-lily_include_translator-group.hh \
    pkgsrc/print/lilypond/patches/patch-lily_input.cc \
    pkgsrc/print/lilypond/patches/patch-lily_instrument-name-engraver.cc \
    pkgsrc/print/lilypond/patches/patch-lily_interval-minefield.cc \
    pkgsrc/print/lilypond/patches/patch-lily_key-signature-interface.cc \
    pkgsrc/print/lilypond/patches/patch-lily_keyword.cc \
    pkgsrc/print/lilypond/patches/patch-lily_least-squares.cc \
    pkgsrc/print/lilypond/patches/patch-lily_ledger-line-engraver.cc \
    pkgsrc/print/lilypond/patches/patch-lily_lexer.ll \
    pkgsrc/print/lilypond/patches/patch-lily_lily-lexer-scheme.cc \
    pkgsrc/print/lilypond/patches/patch-lily_lily-lexer.cc \
    pkgsrc/print/lilypond/patches/patch-lily_lilypond-version.cc \
    pkgsrc/print/lilypond/patches/patch-lily_line-spanner.cc \
    pkgsrc/print/lilypond/patches/patch-lily_main.cc \
    pkgsrc/print/lilypond/patches/patch-lily_mensural-ligature.cc \
    pkgsrc/print/lilypond/patches/patch-lily_midi-chunk.cc \
    pkgsrc/print/lilypond/patches/patch-lily_midi-stream.cc \
    pkgsrc/print/lilypond/patches/patch-lily_midi-walker.cc \
    pkgsrc/print/lilypond/patches/patch-lily_misc.cc \
    pkgsrc/print/lilypond/patches/patch-lily_music-wrapper-iterator.cc \
    pkgsrc/print/lilypond/patches/patch-lily_note-collision.cc \
    pkgsrc/print/lilypond/patches/patch-lily_note-head.cc \
    pkgsrc/print/lilypond/patches/patch-lily_note-performer.cc \
    pkgsrc/print/lilypond/patches/patch-lily_ottava-bracket.cc \
    pkgsrc/print/lilypond/patches/patch-lily_page-breaking-scheme.cc \
    pkgsrc/print/lilypond/patches/patch-lily_page-layout-problem.cc \
    pkgsrc/print/lilypond/patches/patch-lily_page-spacing-result.cc \
    pkgsrc/print/lilypond/patches/patch-lily_page-turn-page-breaking.cc \
    pkgsrc/print/lilypond/patches/patch-lily_pango-font-scheme.cc \
    pkgsrc/print/lilypond/patches/patch-lily_pango-select.cc \
    pkgsrc/print/lilypond/patches/patch-lily_paper-book-scheme.cc \
    pkgsrc/print/lilypond/patches/patch-lily_paper-book.cc \
    pkgsrc/print/lilypond/patches/patch-lily_paper-column-engraver.cc \
    pkgsrc/print/lilypond/patches/patch-lily_paper-column.cc \
    pkgsrc/print/lilypond/patches/patch-lily_paper-outputter-scheme.cc \
    pkgsrc/print/lilypond/patches/patch-lily_paper-outputter.cc \
    pkgsrc/print/lilypond/patches/patch-lily_paper-score-scheme.cc \
    pkgsrc/print/lilypond/patches/patch-lily_paper-score.cc \
    pkgsrc/print/lilypond/patches/patch-lily_parser.yy \
    pkgsrc/print/lilypond/patches/patch-lily_performance-scheme.cc \
    pkgsrc/print/lilypond/patches/patch-lily_performance.cc \
    pkgsrc/print/lilypond/patches/patch-lily_performer-group.cc \
    pkgsrc/print/lilypond/patches/patch-lily_piano-pedal-performer.cc \
    pkgsrc/print/lilypond/patches/patch-lily_pointer-group-interface-scheme.cc \
    pkgsrc/print/lilypond/patches/patch-lily_pointer-group-interface.cc \
    pkgsrc/print/lilypond/patches/patch-lily_property-iterator.cc \
    pkgsrc/print/lilypond/patches/patch-lily_pure-from-neighbor-interface.cc \
    pkgsrc/print/lilypond/patches/patch-lily_quote-iterator.cc \
    pkgsrc/print/lilypond/patches/patch-lily_rest.cc \
    pkgsrc/print/lilypond/patches/patch-lily_rhythmic-music-iterator.cc \
    pkgsrc/print/lilypond/patches/patch-lily_sequential-iterator.cc \
    pkgsrc/print/lilypond/patches/patch-lily_simple-music-iterator.cc \
    pkgsrc/print/lilypond/patches/patch-lily_simple-spacer.cc \
    pkgsrc/print/lilypond/patches/patch-lily_simultaneous-music-iterator.cc \
    pkgsrc/print/lilypond/patches/patch-lily_slur-configuration.cc \
    pkgsrc/print/lilypond/patches/patch-lily_slur-performer.cc \
    pkgsrc/print/lilypond/patches/patch-lily_slur.cc \
    pkgsrc/print/lilypond/patches/patch-lily_source-file.cc \
    pkgsrc/print/lilypond/patches/patch-lily_sources.cc \
    pkgsrc/print/lilypond/patches/patch-lily_spacing-basic.cc \
    pkgsrc/print/lilypond/patches/patch-lily_spacing-loose-columns.cc \
    pkgsrc/print/lilypond/patches/patch-lily_spacing-options.cc \
    pkgsrc/print/lilypond/patches/patch-lily_spacing-spanner.cc \
    pkgsrc/print/lilypond/patches/patch-lily_span-bar-stub-engraver.cc \
    pkgsrc/print/lilypond/patches/patch-lily_stem.cc \
    pkgsrc/print/lilypond/patches/patch-lily_system-start-delimiter.cc \
    pkgsrc/print/lilypond/patches/patch-lily_system.cc \
    pkgsrc/print/lilypond/patches/patch-lily_tempo-performer.cc \
    pkgsrc/print/lilypond/patches/patch-lily_tie-configuration.cc \
    pkgsrc/print/lilypond/patches/patch-lily_tie-performer.cc \
    pkgsrc/print/lilypond/patches/patch-lily_time-signature.cc \
    pkgsrc/print/lilypond/patches/patch-lily_tuplet-bracket.cc \
    pkgsrc/print/lilypond/patches/patch-lily_tuplet-number.cc \
    pkgsrc/print/lilypond/patches/patch-lily_volta-repeat-iterator.cc \
    pkgsrc/print/lilypond/patches/patch-scripts_auxiliar_cg-section.sh \
    pkgsrc/print/lilypond/patches/patch-stepmake_stepmake_po-targets.make
cvs rdiff -u -r1.9 -r0 pkgsrc/print/lilypond/patches/patch-aa
cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/lilypond/patches/patch-ab
cvs rdiff -u -r1.4 -r0 pkgsrc/print/lilypond/patches/patch-ac
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/lilypond/patches/patch-configure
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/print/lilypond/patches/patch-lily_translator-dispatch-list.cc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index