]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
14 years agoDocs: AU 3.4.3: Triple quotes not required on output file release/2.13.3-0
Trevor Daniels [Thu, 2 Jul 2009 06:06:57 +0000 (07:06 +0100)]
Docs: AU 3.4.3: Triple quotes not required on output file

14 years agoAdd guile debugging information
Carl Sorensen [Wed, 1 Jul 2009 14:17:52 +0000 (08:17 -0600)]
Add guile debugging information

14 years agoCG: add stub for linux-on-windows.
Graham Percival [Wed, 1 Jul 2009 07:30:24 +0000 (00:30 -0700)]
CG: add stub for linux-on-windows.

14 years agoDoc: write down the issue tracker labels.
Graham Percival [Wed, 1 Jul 2009 07:05:50 +0000 (00:05 -0700)]
Doc: write down the issue tracker labels.

14 years agodefine-grobs.scm: Alphabetize grob properties.
Mark Polesky [Tue, 30 Jun 2009 18:16:17 +0000 (11:16 -0700)]
define-grobs.scm: Alphabetize grob properties.

- keep BarLine and SpanBar remain slightly unsorted
  to maintain comments regarding grouped properties.
- remove outdated direction/staccato comment in Script.

14 years agodefine-grobs.scm: Alphabetize grob list.
Mark Polesky [Tue, 30 Jun 2009 05:12:17 +0000 (22:12 -0700)]
define-grobs.scm: Alphabetize grob list.

14 years agominimal additions to espanol.ly
Maximiliano [Fri, 26 Jun 2009 12:00:06 +0000 (14:00 +0200)]
minimal additions to espanol.ly

14 years agoAdded minimal additions (for note names in espanol.ly) in NR section 1.1.1
Maximiliano [Sun, 28 Jun 2009 09:14:49 +0000 (11:14 +0200)]
Added minimal additions (for note names in espanol.ly) in NR section 1.1.1

-x (=ss) -cs -cb -tcs and -tcb

14 years agoDocs: NR 1.2.1 Durations: add 128th notes to examples.
Mark Polesky [Sun, 28 Jun 2009 18:00:06 +0000 (11:00 -0700)]
Docs: NR 1.2.1 Durations: add 128th notes to examples.

14 years agoDocs: AU 3.4: Improve convert-ly usage
Trevor Daniels [Mon, 29 Jun 2009 08:20:02 +0000 (09:20 +0100)]
Docs: AU 3.4: Improve convert-ly usage

 - move stuff at 2nd level to new 3rd level "Invoking
   convert-ly" containing just the normally used commmands,
   and extend to show *.ly
 - add windows loop construct
 - rearrange material

14 years agoDocs: (IR) Ensure all properties have type name strings.
Neil Puttock [Sun, 28 Jun 2009 16:37:01 +0000 (17:37 +0100)]
Docs: (IR) Ensure all properties have type name strings.

- add missing (type-predicate . name) pairs to type-p-name-alist
- correct predicate for 'digit-names

14 years agotexi2html: Don't break with the latest texi2html version
Reinhold Kainhofer [Sat, 27 Jun 2009 23:41:17 +0000 (01:41 +0200)]
texi2html: Don't break with the latest texi2html version

Instead of explicitly calling the functions that are set by default (which
breaks if the functions are renamed), store the default function reference
and call that value instead.

14 years agoBump version.
Graham Percival [Sat, 27 Jun 2009 08:50:19 +0000 (01:50 -0700)]
Bump version.

14 years agoDoc: add stub for regtest discussion in CG.
Graham Percival [Fri, 26 Jun 2009 21:37:56 +0000 (14:37 -0700)]
Doc: add stub for regtest discussion in CG.

14 years agoDocs: compile fix.
Neil Puttock [Fri, 26 Jun 2009 17:57:15 +0000 (18:57 +0100)]
Docs: compile fix.

14 years agoDocs: AU 3.4 Clarify action of convert-ly -e
Trevor Daniels [Fri, 26 Jun 2009 10:02:23 +0000 (11:02 +0100)]
Docs: AU 3.4 Clarify action of convert-ly -e

14 years agoDocs: AU 3.4 Clarify Convert-ly
Trevor Daniels [Fri, 26 Jun 2009 08:27:20 +0000 (09:27 +0100)]
Docs: AU 3.4 Clarify Convert-ly

 - show how to make new file
 - say what happens when file is up to date
 - delete reference to myfile.ly.NEW
 - say where to find Windows Command Prompt
 - rearrange options section and clarify
 - say how to deal with Windows filenames containing spaces

14 years agoRemove email address. release/2.13.2-0
Mark Polesky [Thu, 25 Jun 2009 09:47:26 +0000 (02:47 -0700)]
Remove email address.

14 years agoAdd stub for translation status.
Graham Percival [Thu, 25 Jun 2009 03:44:12 +0000 (20:44 -0700)]
Add stub for translation status.

14 years agolily-library.scm: Rewrite split-at-predicate, split-list-by-separator.
Mark Polesky [Tue, 23 Jun 2009 19:23:13 +0000 (12:23 -0700)]
lily-library.scm: Rewrite split-at-predicate, split-list-by-separator.

Used procedures from SRFI-1 to streamline these functons.
Thanks to Joe Neeman and Jay Anderson for helping with scheme.

14 years agoRemove deprecated function ly:set-point-and-click.
Neil Puttock [Wed, 24 Jun 2009 22:37:17 +0000 (23:37 +0100)]
Remove deprecated function ly:set-point-and-click.

14 years agoFix #767.
Neil Puttock [Wed, 24 Jun 2009 22:25:48 +0000 (23:25 +0100)]
Fix #767.

- in Rhythmic_head::dot_count () use robust_scm2int to ensure sane
  value is returned even if Dots isn't live.

14 years agoFix LyricText alignment when ignoreMelismata = ##t.
Neil Puttock [Wed, 24 Jun 2009 20:13:16 +0000 (21:13 +0100)]
Fix LyricText alignment when ignoreMelismata = ##t.

- only set 'self-alignment-X from lyricMelismaAlignment if
  ignoreMelismata isn't set.

14 years agoFix regtest broken by autobeaming change.
Neil Puttock [Wed, 24 Jun 2009 15:44:22 +0000 (16:44 +0100)]
Fix regtest broken by autobeaming change.

14 years agoDocs: CG 7.2.4 Add link to Scheme tutorial
Trevor Daniels [Wed, 24 Jun 2009 06:50:50 +0000 (07:50 +0100)]
Docs: CG 7.2.4 Add link to Scheme tutorial

14 years agoDocs: NR 3.3.3 Add indexing
Trevor Daniels [Wed, 24 Jun 2009 06:26:38 +0000 (07:26 +0100)]
Docs: NR 3.3.3 Add indexing

14 years agoMerge branch 'guile'
Trevor Daniels [Tue, 23 Jun 2009 08:19:13 +0000 (09:19 +0100)]
Merge branch 'guile'

14 years agoDocs: LM App B: Add more on using guile
Trevor Daniels [Tue, 23 Jun 2009 08:17:07 +0000 (09:17 +0100)]
Docs: LM App B: Add more on using guile

 - reference correct standard
 - say how to obtain guile sandbox
 - warn about Lily comments
 - mention 'begin'
 - say when multiple #'s are not required
 - (thanks to Mark, Carl, Henning)

14 years agoGenerate RELEASE_FILES in $(outdir). Fixes make dists with --srcdir builds.
Jan Nieuwenhuizen [Tue, 23 Jun 2009 07:38:37 +0000 (09:38 +0200)]
Generate RELEASE_FILES in $(outdir). Fixes make dists with --srcdir builds.

14 years agoDocs: CG 3.3.6 Tidy syntax survey; add @uref
Trevor Daniels [Tue, 23 Jun 2009 07:30:51 +0000 (08:30 +0100)]
Docs: CG 3.3.6 Tidy syntax survey; add @uref

14 years agoFix 782.
Joe Neeman [Mon, 22 Jun 2009 11:21:04 +0000 (14:21 +0300)]
Fix 782.

This was a regression introduced by 0b47e7b3.

14 years agoDocs: NR 3.1.3 Say when whitespace is required
Trevor Daniels [Mon, 22 Jun 2009 09:00:16 +0000 (10:00 +0100)]
Docs: NR 3.1.3 Say when whitespace is required

14 years agoFix #781.
Neil Puttock [Fri, 19 Jun 2009 22:26:29 +0000 (23:26 +0100)]
Fix #781.

- don't dereference non-existent event-cause, which may occur if the
Ambitus_engraver is erroneously added to both the Staff and Voice contexts:
in such a situation, Ambitus_engraver::acknowledge_note_head () will acknowledge
an AmbitusNoteHead, which has no event-cause.

14 years agoFix #778
Patrick McCarty [Tue, 16 Jun 2009 01:35:47 +0000 (18:35 -0700)]
Fix #778

* Do not set 'dot-count in Dots_engraver, since
  Dots already has a callback for this property.

  This also permits user overrides to 'dot-count.

Signed-off-by: Patrick McCarty <pnorcks@gmail.com>
14 years agoDocs: LM 4.3.1 Tweaks: Example of point-stencil
Trevor Daniels [Thu, 18 Jun 2009 09:02:31 +0000 (10:02 +0100)]
Docs: LM 4.3.1 Tweaks: Example of point-stencil

14 years agoDocs: update PO msgids
John Mandereau [Thu, 18 Jun 2009 07:15:14 +0000 (09:15 +0200)]
Docs: update PO msgids

14 years agoGit command call fix (remove dash)
John Mandereau [Thu, 18 Jun 2009 07:13:59 +0000 (09:13 +0200)]
Git command call fix (remove dash)

14 years agoDocs: update translations status
John Mandereau [Thu, 18 Jun 2009 07:05:10 +0000 (09:05 +0200)]
Docs: update translations status

14 years agoMerge branch 'lilypond/translation'
John Mandereau [Thu, 18 Jun 2009 06:57:01 +0000 (08:57 +0200)]
Merge branch 'lilypond/translation'

14 years agoDoc: clarify process of git commits.
Graham Percival [Wed, 17 Jun 2009 19:33:21 +0000 (12:33 -0700)]
Doc: clarify process of git commits.

14 years agoDoc: minor improvements to appearance of cheatsheet.
Graham Percival [Wed, 17 Jun 2009 19:17:02 +0000 (12:17 -0700)]
Doc: minor improvements to appearance of cheatsheet.

14 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Wed, 17 Jun 2009 09:23:13 +0000 (11:23 +0200)]
Merge branch 'master' into lilypond/translation

Conflicts:

Documentation/es/user/chords.itely
input/lsr/aligning-and-centering-instrument-names.ly
input/lsr/aligning-marks-with-various-notation-objects.ly
input/lsr/arabic-improvisation.ly
input/lsr/book-parts.ly
input/lsr/broken-crescendo-hairpin.ly
input/lsr/center-text-below-hairpin-dynamics.ly
input/lsr/changing-form-of-multi-measure-rests.ly
input/lsr/changing-properties-for-individual-grobs.ly
input/lsr/changing-text-and-spanner-styles-for-text-dynamics.ly
input/lsr/changing-the-tempo-without-a-metronome-mark.ly
input/lsr/changing-time-signatures-inside-a-polymetric-section-using--scaledurations.ly
input/lsr/chordchanges-for-fretboards.ly
input/lsr/clip-systems.ly
input/lsr/coloring-notes-depending-on-their-pitch.ly
input/lsr/compound-time-signatures.ly
input/lsr/creating-a-delayed-turn.ly
input/lsr/creating-metronome-marks-in-markup-mode.ly
input/lsr/creating-simultaneous-rehearsal-marks.ly
input/lsr/creating-text-spanners.ly
input/lsr/customizing-fretboard-fret-diagrams.ly
input/lsr/customizing-markup-fret-diagrams.ly
input/lsr/defining-predefined-fretboards-for-other-instruments.ly
input/lsr/display-bracket-with-only-one-staff-in-a-system.ly
input/lsr/dodecaphonic-style-accidentals-for-each-note-including-naturals.ly
input/lsr/dotted-harmonics.ly
input/lsr/drawing-boxes-around-grobs.ly
input/lsr/drawing-circles-around-various-objects.ly
input/lsr/fine-tuning-pedal-brackets.ly
input/lsr/flute-slap-notation.ly
input/lsr/fret-diagrams-explained-and-developed.ly
input/lsr/guitar-strum-rhythms.ly
input/lsr/heavily-customized-polymetric-time-signatures.ly
input/lsr/incipit.ly
input/lsr/inserting-a-caesura.ly
input/lsr/letter-tablature-formatting.ly
input/lsr/line-arrows.ly
input/lsr/makam-example.ly
input/lsr/making-an-object-invisible-with-the-transparent-property.ly
input/lsr/making-slurs-with-complex-dash-structure.ly
input/lsr/marking-notes-of-spoken-parts-with-a-cross-on-the-stem.ly
input/lsr/markup-lines.ly
input/lsr/modern-tab-text-clef.ly
input/lsr/multi-measure-rest-markup.ly
input/lsr/non-default-tuplet-numbers.ly
input/lsr/non-traditional-key-signatures.ly
input/lsr/orchestra,-choir-and-piano-template.ly
input/lsr/ottava-text.ly
input/lsr/page-label.ly
input/lsr/percent-repeat-count-visibility.ly
input/lsr/piano-template-with-centered-dynamics.ly
input/lsr/positioning-multi-measure-rests.ly
input/lsr/printing-the-bar-number-for-the-first-measure.ly
input/lsr/quoting-another-voice-with-transposition.ly
input/lsr/quoting-another-voice.ly
input/lsr/setting-hairpin-behavior-at-bar-lines.ly
input/lsr/specifying-context-with-beatgrouping.ly
input/lsr/suppressing-warnings-for-clashing-note-columns.ly
input/lsr/table-of-contents.ly
input/lsr/tick-bar-lines.ly
input/lsr/transposing-pitches-with-minimum-accidentals-smart-transpose.ly
input/lsr/tweaking-grace-layout-within-music.ly
input/lsr/using-beatlength-and-beatgrouping.ly
input/lsr/using-the--tweak-command-to-tweak-individual-grobs.ly
input/lsr/utf-8.ly
input/lsr/volta-below-chords.ly
input/lsr/volta-multi-staff.ly
input/lsr/volta-text-markup-using-repeatcommands.ly
input/texidocs/accordion-discant-symbols.texidoc
input/texidocs/adding-a-figured-bass-above-or-below-the-notes.texidoc
input/texidocs/adding-ambitus-per-voice.texidoc
input/texidocs/adding-an-extra-staff-at-a-line-break.texidoc
input/texidocs/adding-an-extra-staff.texidoc
input/texidocs/adding-bar-lines-to-chordnames-context.texidoc
input/texidocs/adding-beams,-slurs,-ties-etc.-when-using-tuplet-and-non-tuplet-rhythms.texidoc
input/texidocs/adding-drum-parts.texidoc
input/texidocs/adding-parentheses-around-an-expressive-mark-or-chordal-note.texidoc
input/texidocs/adding-the-current-date-to-a-score.texidoc
input/texidocs/adding-volta-brackets-to-additional-staves.texidoc
input/texidocs/additional-voices-to-avoid-collisions.texidoc
input/texidocs/adjusting-lyrics-vertical-spacing.texidoc
input/texidocs/adjusting-the-shape-of-falls-and-doits.texidoc
input/texidocs/aligning-and-centering-instrument-names.texidoc
input/texidocs/aligning-bar-numbers.texidoc
input/texidocs/aligning-lyrics.texidoc
input/texidocs/aligning-marks-with-various-notation-objects.texidoc
input/texidocs/alignment-vertical-spacing.texidoc
input/texidocs/allowing-fingerings-to-be-printed-inside-the-staff.texidoc
input/texidocs/ambitus-with-multiple-voices.texidoc
input/texidocs/analysis-brackets-above-the-staff.texidoc
input/texidocs/ancient-fonts.texidoc
input/texidocs/ancient-notation-template----modern-transcription-of-gregorian-music.texidoc
input/texidocs/ancient-notation-template----modern-transcription-of-mensural-music.texidoc
input/texidocs/ancient-time-signatures.texidoc
input/texidocs/applying-note-head-styles-depending-on-the-step-of-the-scale.texidoc
input/texidocs/arabic-improvisation.texidoc
input/texidocs/automatic-beam-subdivisions.texidoc
input/texidocs/automatic-beams-two-per-two-in-4-4-or-2-2-time-signature.texidoc
input/texidocs/avoiding-collisions-of-chord-fingering-with-beams.texidoc
input/texidocs/beam-endings-in-score-context.texidoc
input/texidocs/beam-grouping-in-7-8-time.texidoc
input/texidocs/beams-across-line-breaks.texidoc
input/texidocs/blanking-staff-lines-using-the--whiteout-command.texidoc
input/texidocs/broken-crescendo-hairpin.texidoc
input/texidocs/caesura-railtracks-with-fermata.texidoc
input/texidocs/center-text-below-hairpin-dynamics.texidoc
input/texidocs/changing--flageolet-mark-size.texidoc
input/texidocs/changing-a-single-notes-size-in-a-chord.texidoc
input/texidocs/changing-beam-knee-gap.texidoc
input/texidocs/changing-chord-separator.texidoc
input/texidocs/changing-form-of-multi-measure-rests.texidoc
input/texidocs/changing-midi-output-to-one-channel-per-voice.texidoc
input/texidocs/changing-partcombine-texts.texidoc
input/texidocs/changing-text-and-spanner-styles-for-text-dynamics.texidoc
input/texidocs/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.texidoc
input/texidocs/changing-the-breath-mark-symbol.texidoc
input/texidocs/changing-the-chord-names-to-german-or-semi-german-notation.texidoc
input/texidocs/changing-the-positions-of-figured-bass-alterations.texidoc
input/texidocs/changing-the-tempo-without-a-metronome-mark.texidoc
input/texidocs/changing-the-time-signature-without-affecting-the-beaming.texidoc
input/texidocs/changing-the-tuplet-number.texidoc
input/texidocs/changing-time-signatures-inside-a-polymetric-section-using--scaledurations.texidoc
input/texidocs/chant-or-psalms-notation.texidoc
input/texidocs/chord-name-exceptions.texidoc
input/texidocs/chordchanges-for-fretboards.texidoc
input/texidocs/clusters.texidoc
input/texidocs/combining-dynamics-with-markup-texts.texidoc
input/texidocs/combining-two-parts-on-the-same-staff.texidoc
input/texidocs/compound-time-signatures.texidoc
input/texidocs/conducting-signs,-measure-grouping-signs.texidoc
input/texidocs/contemporary-glissando.texidoc
input/texidocs/controlling-the-placement-of-chord-fingerings.texidoc
input/texidocs/controlling-the-vertical-ordering-of-scripts.texidoc
input/texidocs/creating-a-delayed-turn.texidoc
input/texidocs/creating-a-sequence-of-notes-on-various-pitches.texidoc
input/texidocs/creating-arpeggios-across-notes-in-different-voices.texidoc
input/texidocs/creating-blank-staves.texidoc
input/texidocs/creating-cross-staff-arpeggios-in-a-piano-staff.texidoc
input/texidocs/creating-cross-staff-arpeggios-in-other-contexts.texidoc
input/texidocs/creating-metronome-marks-in-markup-mode.texidoc
input/texidocs/creating-real-parenthesized-dynamics.texidoc
input/texidocs/creating-simultaneous-rehearsal-marks.texidoc
input/texidocs/creating-slurs-across-voices.texidoc
input/texidocs/creating-text-spanners.texidoc
input/texidocs/custodes.texidoc
input/texidocs/customizing-fretboard-fret-diagrams.texidoc
input/texidocs/customizing-markup-fret-diagrams.texidoc
input/texidocs/default-direction-of-stems-on-the-center-line-of-the-staff.texidoc
input/texidocs/defining-predefined-fretboards-for-other-instruments.texidoc
input/texidocs/display-bracket-with-only-one-staff-in-a-system.texidoc
input/texidocs/dodecaphonic-style-accidentals-for-each-note-including-naturals.texidoc
input/texidocs/embedding-native-postscript-in-a--markup-block.texidoc
input/texidocs/engravers-one-by-one.texidoc
input/texidocs/engraving-ties-manually.texidoc
input/texidocs/entering-several-tuplets-using-only-one--times-command.texidoc
input/texidocs/fingerings,-string-indications,-and-right-hand-fingerings.texidoc
input/texidocs/flat-flags-and-beam-nibs.texidoc
input/texidocs/forcing-horizontal-shift-of-notes.texidoc
input/texidocs/generating-random-notes.texidoc
input/texidocs/grid-lines--changing-their-appearance.texidoc
input/texidocs/grid-lines--emphasizing-rhythms-and-notes-synchronization.texidoc
input/texidocs/grouping-beats.texidoc
input/texidocs/guitar-strum-rhythms.texidoc
input/texidocs/hiding-the-extender-line-for-text-dynamics.texidoc
input/texidocs/incipit.texidoc
input/texidocs/indicating-cross-staff-chords-with-arpeggio-bracket.texidoc
input/texidocs/inserting-a-caesura.texidoc
input/texidocs/isolated-percent-repeats.texidoc
input/texidocs/jazz-combo-template.texidoc
input/texidocs/line-arrows.texidoc
input/texidocs/lyrics-alignment.texidoc
input/texidocs/makam-example.texidoc
input/texidocs/making-slurs-with-complex-dash-structure.texidoc
input/texidocs/making-some-staff-lines-thicker-than-the-others.texidoc
input/texidocs/measure-counter.texidoc
input/texidocs/mensurstriche-layout-bar-lines-between-the-staves.texidoc
input/texidocs/modifying-default-values-for-articulation-shorthand-notation.texidoc
input/texidocs/multi-measure-rest-markup.texidoc
input/texidocs/nesting-staves.texidoc
input/texidocs/non-default-tuplet-numbers.texidoc
input/texidocs/non-traditional-key-signatures.texidoc
input/texidocs/orchestra,-choir-and-piano-template.texidoc
input/texidocs/ottava-text.texidoc
input/texidocs/percent-repeat-count-visibility.texidoc
input/texidocs/percent-repeat-counter.texidoc
input/texidocs/permitting-line-breaks-within-beamed-tuplets.texidoc
input/texidocs/piano-template-simple.texidoc
input/texidocs/piano-template-with-centered-dynamics.texidoc
input/texidocs/piano-template-with-centered-lyrics.texidoc
input/texidocs/piano-template-with-melody-and-lyrics.texidoc
input/texidocs/placement-of-right-hand-fingerings.texidoc
input/texidocs/polyphony-in-tablature.texidoc
input/texidocs/positioning-grace-notes-with-floating-space.texidoc
input/texidocs/positioning-multi-measure-rests.texidoc
input/texidocs/positioning-text-markups-inside-slurs.texidoc
input/texidocs/preventing-extra-naturals-from-being-automatically-added.texidoc
input/texidocs/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.texidoc
input/texidocs/printing-a-repeat-sign-at-the-beginning-of-a-piece.texidoc
input/texidocs/printing-bar-numbers-at-regular-intervals.texidoc
input/texidocs/printing-bar-numbers-inside-boxes-or-circles.texidoc
input/texidocs/printing-hairpins-using-al-niente-notation.texidoc
input/texidocs/printing-marks-at-the-end-of-a-line-or-a-score.texidoc
input/texidocs/printing-marks-on-every-staff.texidoc
input/texidocs/printing-metronome-and-rehearsal-marks-below-the-staff.texidoc
input/texidocs/printing-the-bar-number-for-the-first-measure.texidoc
input/texidocs/quoting-another-voice-with-transposition.texidoc
input/texidocs/quoting-another-voice.texidoc
input/texidocs/redefining-grace-note-global-defaults.texidoc
input/texidocs/removing-bar-numbers-from-a-score.texidoc
input/texidocs/removing-the-first-empty-line.texidoc
input/texidocs/rest-styles.texidoc
input/texidocs/reverting-default-beam-endings.texidoc
input/texidocs/setting-hairpin-behavior-at-bar-lines.texidoc
input/texidocs/setting-the-minimum-length-of-hairpins.texidoc
input/texidocs/shortening-volta-brackets.texidoc
input/texidocs/showing-chords-at-changes.texidoc
input/texidocs/simple-lead-sheet.texidoc
input/texidocs/single-staff-template-with-notes,-lyrics,-and-chords.texidoc
input/texidocs/single-staff-template-with-notes,-lyrics,-chords-and-frets.texidoc
input/texidocs/single-staff-template-with-notes-and-chords.texidoc
input/texidocs/single-staff-template-with-notes-and-lyrics.texidoc
input/texidocs/single-staff-template-with-only-notes.texidoc
input/texidocs/snap-pizzicato-markup-bartok-pizzicato.texidoc
input/texidocs/specifying-context-with-beatgrouping.texidoc
input/texidocs/stand-alone-two-column-markup.texidoc
input/texidocs/stem-and-beam-behavior-in-tablature.texidoc
input/texidocs/string-quartet-template-simple.texidoc
input/texidocs/string-quartet-template-with-separate-parts.texidoc
input/texidocs/sub-dividing-beams.texidoc
input/texidocs/suppressing-compiler-warnings-when-two-glissandos-intersect.texidoc
input/texidocs/transcription-of-ancient-music-with-incipit.texidoc
input/texidocs/transposing-pitches-with-minimum-accidentals-smart-transpose.texidoc
input/texidocs/tweaking-clef-properties.texidoc
input/texidocs/tweaking-grace-layout-within-music.texidoc
input/texidocs/use-square-bracket-at-the-start-of-a-staff-group.texidoc
input/texidocs/using-beatlength-and-beatgrouping.texidoc
input/texidocs/using-double-slurs-for-legato-chords.texidoc
input/texidocs/using-grace-note-slashes-with-normal-heads.texidoc
input/texidocs/using-ties-with-arpeggios.texidoc
input/texidocs/vertically-aligned-dynamics-and-textscripts.texidoc
input/texidocs/vertically-aligning-dynamics-across-multiple-notes.texidoc
input/texidocs/vertically-aligning-ossias-and-lyrics.texidoc
input/texidocs/vocal-ensemble-template-with-automatic-piano-reduction.texidoc
input/texidocs/vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.texidoc
input/texidocs/vocal-ensemble-template.texidoc
input/texidocs/volta-below-chords.texidoc

14 years agoDoc: fix whitespace.
Graham Percival [Thu, 11 Jun 2009 20:45:48 +0000 (13:45 -0700)]
Doc: fix whitespace.

14 years agoDocs: LM 4.3.1: Add warning about setting stencil to #f
Trevor Daniels [Tue, 16 Jun 2009 10:04:55 +0000 (11:04 +0100)]
Docs: LM 4.3.1: Add warning about setting stencil to #f

14 years agoDocs: NR 1.2 Rhythms: Remove warning for kneed beams
Trevor Daniels [Tue, 16 Jun 2009 07:06:43 +0000 (08:06 +0100)]
Docs: NR 1.2 Rhythms: Remove warning for kneed beams

 - Kneed beams and the hara kiri engraver now
   seem to work correctly together

14 years agoDocs: Review of LSR update policies.
Neil Puttock [Mon, 15 Jun 2009 23:22:18 +0000 (00:22 +0100)]
Docs: Review of LSR update policies.

14 years agoNR 6.5.2: Correct and clarify \applyOutput example.
Mark Polesky [Sun, 14 Jun 2009 00:14:24 +0000 (17:14 -0700)]
NR 6.5.2: Correct and clarify \applyOutput example.

14 years agoDocs: LM 2 Tutorial: add more on whitespace
Trevor Daniels [Thu, 11 Jun 2009 08:44:14 +0000 (09:44 +0100)]
Docs: LM 2 Tutorial: add more on whitespace

 - emphasise need for whitespace to separate syntactic
   elements

14 years agoAdd a regression test for 453.
Joe Neeman [Tue, 9 Jun 2009 18:30:05 +0000 (21:30 +0300)]
Add a regression test for 453.

14 years agoFix 453.
Joe Neeman [Tue, 9 Jun 2009 17:25:10 +0000 (20:25 +0300)]
Fix 453.

Calculate tremolo beaming only from the repeat-count and the duration-log
of the original notes. In particular, don't use any information about
scaled durations when calculating the tremolo beaming.

14 years agoFix whitespace issues.
Graham Percival [Tue, 9 Jun 2009 14:48:56 +0000 (07:48 -0700)]
Fix whitespace issues.

14 years agoDoc: add doc suggestions to CG.
Graham Percival [Tue, 9 Jun 2009 14:47:30 +0000 (07:47 -0700)]
Doc: add doc suggestions to CG.

14 years agoDoc-es: pre-merge update of texidoc committishes.
Francisco Vila [Tue, 9 Jun 2009 09:48:34 +0000 (11:48 +0200)]
Doc-es: pre-merge update of texidoc committishes.

Hopefully this will clarify the hallucinating situation of having
  hundredths of conflicting files in case of merging with the
  master branch.

14 years agolily/paper-column.cc, prevent conflict on further merge
Francisco Vila [Tue, 9 Jun 2009 09:03:26 +0000 (11:03 +0200)]
lily/paper-column.cc, prevent conflict on further merge

Ease merging of master into lilypond/translation, by parts.

14 years agoDocs: CG: Clarify Git under Windows section
Trevor Daniels [Tue, 9 Jun 2009 08:59:11 +0000 (09:59 +0100)]
Docs: CG: Clarify Git under Windows section

 - don't use PortableGit
 - don't need SSH unless you can push
 - must use default setting for line endings

14 years agoDoc-fr: po/fr.po, prevent conflict on further merge
Francisco Vila [Tue, 9 Jun 2009 08:52:45 +0000 (10:52 +0200)]
Doc-fr: po/fr.po, prevent conflict on further merge

Ease merging of master into lilypond/translation, by parts.

14 years agoDoc-es: po/es.po, prevent conflict on further merge
Francisco Vila [Tue, 9 Jun 2009 08:50:20 +0000 (10:50 +0200)]
Doc-es: po/es.po, prevent conflict on further merge

Ease merging of master into lilypond/translation, by parts.

14 years agoDoc-de: po/de.po, prevent conflict on further merge
Francisco Vila [Tue, 9 Jun 2009 08:42:36 +0000 (10:42 +0200)]
Doc-de: po/de.po, prevent conflict on further merge

Ease merging with master, by parts.

14 years agoDoc-fr: rhythms.itely, prevent conflict on further merge
Francisco Vila [Tue, 9 Jun 2009 08:40:33 +0000 (10:40 +0200)]
Doc-fr: rhythms.itely, prevent conflict on further merge

Ease merging with master, by parts.

14 years agoDoc: Add info about making releases.
Graham Percival [Mon, 8 Jun 2009 15:56:16 +0000 (08:56 -0700)]
Doc: Add info about making releases.

14 years agoToplevel dist: regenerate and include ChangeLog, RELEASE-COMMIT.
Jan Nieuwenhuizen [Mon, 8 Jun 2009 14:58:58 +0000 (16:58 +0200)]
Toplevel dist: regenerate and include ChangeLog, RELEASE-COMMIT.

Fixes unstampedness of tarballs, which can make things especially
hairy for packagers/distributors when eg lilypond-2.12.2 is happens
to be released from MASTER instead of stable/2.12.

14 years agoAdd build-dep install commands.
Jan Nieuwenhuizen [Mon, 8 Jun 2009 12:02:53 +0000 (14:02 +0200)]
Add build-dep install commands.

14 years agoLily-conformity nitpick: use char const instead of const char.
Jan Nieuwenhuizen [Mon, 8 Jun 2009 08:31:35 +0000 (10:31 +0200)]
Lily-conformity nitpick: use char const instead of const char.

14 years agoRemove text files from makefile, I'm an idiot.
Graham Percival [Sun, 7 Jun 2009 23:17:18 +0000 (16:17 -0700)]
Remove text files from makefile, I'm an idiot.

14 years agoDoc-es: NR 4.4.3 (ex.1) \override -> \overrideProperty
Mark Polesky [Sun, 7 Jun 2009 18:16:10 +0000 (11:16 -0700)]
Doc-es: NR 4.4.3 (ex.1) \override -> \overrideProperty

14 years agoDoc-de: NR 4.4.3 (ex.1) \override -> \overrideProperty
Mark Polesky [Sun, 7 Jun 2009 18:11:38 +0000 (11:11 -0700)]
Doc-de: NR 4.4.3 (ex.1) \override -> \overrideProperty

14 years agoNR 4.4.3 (ex.1) \override -> \overrideProperty
Mark Polesky [Sun, 7 Jun 2009 18:07:20 +0000 (11:07 -0700)]
NR 4.4.3 (ex.1) \override -> \overrideProperty

14 years agoDoc: remove unneeded path setup in updating-lsr script.
Graham Percival [Sun, 7 Jun 2009 18:53:19 +0000 (11:53 -0700)]
Doc: remove unneeded path setup in updating-lsr script.

14 years agoDoc: Remove unneeded doc files (merged with CG).
Graham Percival [Sun, 7 Jun 2009 18:49:59 +0000 (11:49 -0700)]
Doc: Remove unneeded doc files (merged with CG).

14 years agoTypos.
Neil Puttock [Sun, 7 Jun 2009 18:16:40 +0000 (19:16 +0100)]
Typos.

14 years agoList choices in break-align-symbols docstring.
Mark Polesky [Thu, 28 May 2009 05:44:41 +0000 (22:44 -0700)]
List choices in break-align-symbols docstring.

14 years agoFix crash when output-preview-framework is missing
Patrick McCarty [Thu, 28 May 2009 00:40:20 +0000 (17:40 -0700)]
Fix crash when output-preview-framework is missing

* If -dpreview is used when output-preview-framework
  does not exist for the given backend, LilyPond crashes.

  This patch implements checks for both output-framework
  and output-preview-framework, and issues warnings if
  they do not exist.

Signed-off-by: Patrick McCarty <pnorcks@gmail.com>
14 years agoRemove unused folder input/new/revised/.
Neil Puttock [Sun, 7 Jun 2009 16:51:49 +0000 (17:51 +0100)]
Remove unused folder input/new/revised/.

14 years agoDoc: Fix HTML output
Reinhold Kainhofer [Sun, 7 Jun 2009 14:48:50 +0000 (16:48 +0200)]
Doc: Fix HTML output

Add an empty line in the appendix to start a new paragraph before the
Lilypond grammar. Otherwise the closing </p> will be put after the
<pre>...</pre>, which would mean to nested block-level commands and is
invalid HTML.

14 years agotexi2html: Use only one <pre class="example"> for @example -> valid HTML now
Reinhold Kainhofer [Sun, 7 Jun 2009 12:40:31 +0000 (14:40 +0200)]
texi2html: Use only one <pre class="example"> for @example -> valid HTML now

The @example environment should not create
   <pre class="example"><pre class="example">...</pre></pre>
which is invalid HTML, but rather only one <pre> tag. texi2html creates
the correct pre tag automatically from the env name, so remove it from
the settings.
Also adjust the css to get the correct margins/padding like before.

Now, the lilypond-big-file has only 3 HTML errors left instead of ~300.

14 years agoUse HTML tags, not XHTML tags like <br/> (HTML validator complains!!!)
Reinhold Kainhofer [Sun, 7 Jun 2009 11:47:54 +0000 (13:47 +0200)]
Use HTML tags, not XHTML tags like <br/> (HTML validator complains!!!)

14 years agoMore missing (or incorrect) full stops.
Werner Lemberg [Sun, 7 Jun 2009 05:04:42 +0000 (07:04 +0200)]
More missing (or incorrect) full stops.

14 years ago@code{\addInstrumentDefinition} -> @code{\\addInstrumentDefinition}
Mark Polesky [Sat, 6 Jun 2009 23:33:49 +0000 (16:33 -0700)]
@code{\addInstrumentDefinition} -> @code{\\addInstrumentDefinition}

14 years agoUpdate version.
Graham Percival [Sat, 6 Jun 2009 20:55:45 +0000 (13:55 -0700)]
Update version.

14 years agoFix build.
Graham Percival [Sat, 6 Jun 2009 20:48:51 +0000 (13:48 -0700)]
Fix build.

14 years agoCG: add script for testing LSR snippets
Jonathan Kulp [Sat, 6 Jun 2009 19:49:24 +0000 (14:49 -0500)]
CG: add script for testing LSR snippets

14 years agoDoc-fr : update po-file
Jean-Charles Malahieude [Sat, 6 Jun 2009 12:39:36 +0000 (14:39 +0200)]
Doc-fr : update po-file

14 years agoUpdate pull command.
Graham Percival [Sat, 6 Jun 2009 11:48:49 +0000 (04:48 -0700)]
Update pull command.

14 years agoAdd missing full stops.
Werner Lemberg [Sat, 6 Jun 2009 09:15:15 +0000 (11:15 +0200)]
Add missing full stops.

14 years agoMake tied accidentals after line breaks configurable.
Joe Neeman [Sun, 31 May 2009 02:14:42 +0000 (19:14 -0700)]
Make tied accidentals after line breaks configurable.

14 years agoFix 541.
Joe Neeman [Tue, 2 Jun 2009 11:07:12 +0000 (14:07 +0300)]
Fix 541.

The x_offset and y_offset fields in PangoGlyphGeometry should not
be included in the advance. That is, they only affect the position
of their glyph.

14 years agoFix memory leak of an Output_def.
Joe Neeman [Wed, 3 Jun 2009 04:37:24 +0000 (07:37 +0300)]
Fix memory leak of an Output_def.

14 years agoFix 739.
Joe Neeman [Sat, 30 May 2009 01:35:28 +0000 (18:35 -0700)]
Fix 739.

Ensure that bends always go left-to-right.

14 years agoFix 759.
Joe Neeman [Fri, 29 May 2009 23:58:29 +0000 (16:58 -0700)]
Fix 759.

Only include live staves in refpoint-staff-extent.

14 years agoDoc: policies + procedure of updating LSR version.
Graham Percival [Thu, 4 Jun 2009 10:51:32 +0000 (03:51 -0700)]
Doc: policies + procedure of updating LSR version.

14 years agoFix compile for GCC 4.4
Patrick McCarty [Thu, 28 May 2009 07:50:29 +0000 (00:50 -0700)]
Fix compile for GCC 4.4

Signed-off-by: Patrick McCarty <pnorcks@gmail.com>
14 years agoRestore texidocs for renamed snippet.
Neil Puttock [Wed, 3 Jun 2009 22:24:44 +0000 (23:24 +0100)]
Restore texidocs for renamed snippet.

14 years agoLSR: Update.
Neil Puttock [Wed, 3 Jun 2009 21:49:45 +0000 (22:49 +0100)]
LSR: Update.

14 years agoRemove snippets moved to LSR.
Neil Puttock [Wed, 3 Jun 2009 21:42:02 +0000 (22:42 +0100)]
Remove snippets moved to LSR.

14 years agoDocs: compile fix.
Neil Puttock [Wed, 3 Jun 2009 21:39:12 +0000 (22:39 +0100)]
Docs: compile fix.

14 years agoDoc: move menu into chapter.
Graham Percival [Wed, 3 Jun 2009 16:49:21 +0000 (09:49 -0700)]
Doc: move menu into chapter.

14 years agoDOCS: additions to LM and CG
Jonathan Kulp [Wed, 3 Jun 2009 13:34:52 +0000 (08:34 -0500)]
DOCS: additions to LM and CG

14 years agoLSR: Update.
Neil Puttock [Thu, 28 May 2009 19:10:33 +0000 (20:10 +0100)]
LSR: Update.

14 years agoRemove undefined 'break-align-symbols values.
Mark Polesky [Thu, 28 May 2009 01:52:45 +0000 (18:52 -0700)]
Remove undefined 'break-align-symbols values.

14 years agoDOCS: add index items for displayMusic function
Jonathan Kulp [Wed, 27 May 2009 17:44:36 +0000 (12:44 -0500)]
DOCS: add index items for displayMusic function