From: Han-Wen Nienhuys Date: Thu, 14 Nov 2002 22:17:09 +0000 (+0000) Subject: add version everywhere. X-Git-Tag: release/1.7.8~14 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5727ce708dd70c1448ffeaa86602a775e9231bb2;p=lilypond.git add version everywhere. --- diff --git a/ChangeLog b/ChangeLog index 2f82e8acca..90af76cc3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-11-14 Han-Wen Nienhuys + * input/*.ly: add \version everywhere. + * input/*.ly: update syntax to 1.7 + new-chords. * Documentation/user/*.tely: new chord syntax. diff --git a/input/regression/beam-center-slope.ly b/input/regression/beam-center-slope.ly index 87cd5ef6b4..52540d368c 100644 --- a/input/regression/beam-center-slope.ly +++ b/input/regression/beam-center-slope.ly @@ -1,3 +1,5 @@ + +\version "1.7.7" \header{ texidoc="Simple beams on middle staffline be allowed to be @@ -36,4 +38,4 @@ linewidth = 0.0 } } -%% new-chords-done %% \ No newline at end of file +%% new-chords-done %% diff --git a/input/regression/beam-postfix-notation.ly b/input/regression/beam-postfix-notation.ly index 73395468d5..db83418ad4 100644 --- a/input/regression/beam-postfix-notation.ly +++ b/input/regression/beam-postfix-notation.ly @@ -1,3 +1,4 @@ +\version "1.7.6" \header { texidoc = "Beams and ties may be entered in postfix notation, separating the diff --git a/input/regression/chord-scripts.ly b/input/regression/chord-scripts.ly index ea400c81c0..dee2434e92 100644 --- a/input/regression/chord-scripts.ly +++ b/input/regression/chord-scripts.ly @@ -1,3 +1,4 @@ +\version "1.7.6" \header { texidoc = "Scripts can also be attached to chord elements." diff --git a/input/regression/completion-heads-polyphony.ly b/input/regression/completion-heads-polyphony.ly index 7edbdf7b6f..1f4e2e82a6 100644 --- a/input/regression/completion-heads-polyphony.ly +++ b/input/regression/completion-heads-polyphony.ly @@ -1,3 +1,4 @@ +\version "1.7.6" \header { texidoc = "Completion heads are broken across bar lines. This was diff --git a/input/regression/finger-chords.ly b/input/regression/finger-chords.ly index b0d1526d6a..35857f8e3e 100644 --- a/input/regression/finger-chords.ly +++ b/input/regression/finger-chords.ly @@ -1,3 +1,4 @@ +\version "1.7.6" \header { texidoc = "With the new chord syntax it's possible to associate diff --git a/input/regression/lyric-combine-polyphonic.ly b/input/regression/lyric-combine-polyphonic.ly index 9685c3ebc2..97cf3e962e 100644 --- a/input/regression/lyric-combine-polyphonic.ly +++ b/input/regression/lyric-combine-polyphonic.ly @@ -1,3 +1,4 @@ +\version "1.7.6" \header { texidoc ="polyphonic rhythms and rests don't disturb diff --git a/input/regression/multi-measure-rest-center.ly b/input/regression/multi-measure-rest-center.ly index 45c7247ce2..dfe310a6f4 100644 --- a/input/regression/multi-measure-rest-center.ly +++ b/input/regression/multi-measure-rest-center.ly @@ -1,3 +1,4 @@ +\version "1.7.6" \header { texidoc = "The multimeasure rest is centered exactly between bar lines." diff --git a/input/regression/note-group-bracket.ly b/input/regression/note-group-bracket.ly index 3e504980ae..0cb06ecaf0 100644 --- a/input/regression/note-group-bracket.ly +++ b/input/regression/note-group-bracket.ly @@ -1,3 +1,4 @@ +\version "1.7.6" \header { diff --git a/input/regression/prefatory-empty-spacing.ly b/input/regression/prefatory-empty-spacing.ly index 68dd77abf2..bacb8eace7 100644 --- a/input/regression/prefatory-empty-spacing.ly +++ b/input/regression/prefatory-empty-spacing.ly @@ -1,3 +1,4 @@ +\version "1.7.6" \header { diff --git a/input/regression/property-once.ly b/input/regression/property-once.ly index 8a955f5a19..cda6bdaf46 100644 --- a/input/regression/property-once.ly +++ b/input/regression/property-once.ly @@ -1,3 +1,4 @@ +\version "1.7.6" \header { texidoc = "Once properties take effect during a single time step only." } diff --git a/input/regression/spacing-end-of-line.ly b/input/regression/spacing-end-of-line.ly index 7a1be60072..3f9b689dd0 100644 --- a/input/regression/spacing-end-of-line.ly +++ b/input/regression/spacing-end-of-line.ly @@ -1,3 +1,4 @@ +\version "1.7.6" \header { texidoc ="Broken matter at the end of line does not upset the diff --git a/input/regression/spacing-to-grace.ly b/input/regression/spacing-to-grace.ly index d6ef884ba7..0cba8c8296 100644 --- a/input/regression/spacing-to-grace.ly +++ b/input/regression/spacing-to-grace.ly @@ -1,3 +1,4 @@ +\version "1.7.6" \header { texidoc ="space from a normal note /barline to a grace note is diff --git a/input/test/bar-number-every-fifth.ly b/input/test/bar-number-every-fifth.ly index 5dec98ffc1..ca8a1f11d1 100644 --- a/input/test/bar-number-every-fifth.ly +++ b/input/test/bar-number-every-fifth.ly @@ -1,12 +1,11 @@ - \header { - texidoc = "Bar numbers can also be printed at regular intervals." } +\version "1.7.7" \score { - \context Staff \notes \transpose c'' { + \context Staff \notes \transpose c c' { \property Score.BarNumber \override #'break-visibility = #end-of-line-invisible \property Score.barNumberVisibility = #(every-nth-bar-number-visible 5) \property Score.BarNumber \override #'molecule-callback = diff --git a/input/test/clef-end-of-line.ly b/input/test/clef-end-of-line.ly index 8ec2ada9cf..79c0966245 100644 --- a/input/test/clef-end-of-line.ly +++ b/input/test/clef-end-of-line.ly @@ -1,3 +1,4 @@ +\version "1.7.7" \header { texidoc = "Scales, but with clef and key signature at the end of the line." diff --git a/input/test/count-systems.ly b/input/test/count-systems.ly index 36005ef17e..6e06f9affe 100644 --- a/input/test/count-systems.ly +++ b/input/test/count-systems.ly @@ -8,9 +8,9 @@ } #(define (display-systemno smob) - (let* ((this-system (ly:ly:get-system smob)) - (systems (ly:ly:get-broken-into - (ly:ly:get-original this-system)))) + (let* ((this-system (ly:get-system smob)) + (systems (ly:get-broken-into + (ly:get-original this-system)))) (display smob) (display (list-index systems this-system)) (newline))) @@ -18,9 +18,9 @@ #(define (display-system-count smob) (display (length - (ly:ly:get-broken-into - (ly:ly:get-original - (ly:ly:get-system smob)))))) + (ly:get-broken-into + (ly:get-original + (ly:get-system smob)))))) diff --git a/input/test/dynamic-extra.ly b/input/test/dynamic-extra.ly index 7f5dba01f5..8bc998acb9 100644 --- a/input/test/dynamic-extra.ly +++ b/input/test/dynamic-extra.ly @@ -1,3 +1,4 @@ +\version "1.7.7" \header{ texidoc = "Additional tricks for dynamics. Pi`u forte dynamic script" } @@ -14,4 +15,6 @@ piuf = #'(columns (italic "pi\\`u") " " (dynamic "f")) c2\< \! c2 } - }%% new-chords-done %% + } + +%% new-chords-done %% diff --git a/input/test/empty-staffs.ly b/input/test/empty-staffs.ly index 5a9af360ba..9b922d03db 100644 --- a/input/test/empty-staffs.ly +++ b/input/test/empty-staffs.ly @@ -1,3 +1,4 @@ +\version "1.7.7" \header { texidoc = "Blank music paper, another example: empty staffs and a diff --git a/input/test/harmonic.ly b/input/test/harmonic.ly index 0cca025987..42176e6d9d 100644 --- a/input/test/harmonic.ly +++ b/input/test/harmonic.ly @@ -1,3 +1,4 @@ +\version "1.7.7" \header { texidoc =" Harmonic notes: a different style on the same stem. " } diff --git a/input/test/poly-metric.ly b/input/test/poly-metric.ly index 7127428f10..9cc454de71 100644 --- a/input/test/poly-metric.ly +++ b/input/test/poly-metric.ly @@ -1,3 +1,4 @@ +\version "1.7.7" \header { texidoc = "Polymetric music with aligned note values can be written by moving the timing engraver to staff context." diff --git a/input/test/rest-dot-positions.ly b/input/test/rest-dot-positions.ly index 0fe305e9d6..b3e40db2f2 100644 --- a/input/test/rest-dot-positions.ly +++ b/input/test/rest-dot-positions.ly @@ -1,3 +1,4 @@ +\version "1.7.7" \include "paper16.ly" \paper { } diff --git a/input/test/stem-cross-staff.ly b/input/test/stem-cross-staff.ly index 6ef4882fc4..c8f461775b 100644 --- a/input/test/stem-cross-staff.ly +++ b/input/test/stem-cross-staff.ly @@ -1,3 +1,5 @@ +\version "1.7.7" + \header { texidoc = "Cross staff stems diff --git a/make/lilypond-targets.make b/make/lilypond-targets.make index ea30561d83..a894b28fb0 100644 --- a/make/lilypond-targets.make +++ b/make/lilypond-targets.make @@ -1 +1,6 @@ #empty + + +## TODO: fail dist or web if no \version present. +check-version: + grep -L version $(LY_FILES) diff --git a/make/lilypond-vars.make b/make/lilypond-vars.make index 21e34c32bd..cc4a211516 100644 --- a/make/lilypond-vars.make +++ b/make/lilypond-vars.make @@ -16,8 +16,6 @@ export TEXMF:={$(LILYPONDPREFIX),$(shell kpsexpand \$$TEXMF)} export MFINPUTS:= export TEXINPUTS:= export TFMFONTS:= - - export extra_mem_top=1000000 export extra_mem_bottom=1000000 export pool_size=500000