From: Han-Wen Nienhuys Date: Fri, 30 Jul 2004 10:50:02 +0000 (+0000) Subject: (neumeDemoPaper): remove duplication from X-Git-Tag: release/2.3.10~30 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=79b728d4583177252f44644471e40766e6c4b676;p=lilypond.git (neumeDemoPaper): remove duplication from manual. --- diff --git a/ChangeLog b/ChangeLog index e69e029016..b3f5956cd0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-07-30 Han-Wen Nienhuys + * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from + manual. + * Documentation/user/tutorial.itely (Integrating text and music): remove \score and \notes from manual. @@ -33,7 +36,7 @@ * lily/lyric-engraver.cc (try_music): remove superfluous check. * lily/book-paper-def.cc (find_scaled_font): remove default - encoding. This messes up font loading for feta and + encoding, because it messes up font loading for feta and parmesan. Encoding should only be specified for running texts. * lily/modified-font-metric.cc (text_dimension): support coding @@ -62,7 +65,8 @@ 2004-07-27 Heikki Junes * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs. - +m + 2004-07-26 Han-Wen Nienhuys * lily/include/lily-guile.hh (scm_is_int): compat glue. diff --git a/Documentation/topdocs/NEWS.texi b/Documentation/topdocs/NEWS.texi index 8033a8c617..ee8318c2b3 100644 --- a/Documentation/topdocs/NEWS.texi +++ b/Documentation/topdocs/NEWS.texi @@ -138,10 +138,10 @@ This required a small change in the syntax. Mode changing commands, such as @code{\chords} and @code{\figures} now be directly followed by delimeters. The following example demonstrates the new behavior, -@example +@verbatim \figures \context Figures { .. } % wrong \context Figures \figures { .. } % right -@end example +@end verbatim @item Start pitch for @code{relative} music is optional for music lists. diff --git a/Documentation/user/changing-defaults.itely b/Documentation/user/changing-defaults.itely index fac60f1751..b0dafb601d 100644 --- a/Documentation/user/changing-defaults.itely +++ b/Documentation/user/changing-defaults.itely @@ -850,11 +850,13 @@ to indicate improvisation in Jazz pieces, \context { \Staff \accepts "ImproVoice" }} - { \relative c'' { + + +\relative c'' { a4 d8 bes8 \new ImproVoice { c4^"ad lib" c c4 c^"undress" c_"while playing :)" c } a1 - } +} @end lilypond diff --git a/input/test/+.ly b/input/test/+.ly index b7016f37ea..d9881a4ab3 100644 --- a/input/test/+.ly +++ b/input/test/+.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" %% +.ly: Be the first .ly file for lys-to-tely.py. %% Better to make lys-to-tely.py include "introduction.texi" or %% other .texi documents too? diff --git a/input/test/add-staccato.ly b/input/test/add-staccato.ly index aec219f626..6d921afa1d 100644 --- a/input/test/add-staccato.ly +++ b/input/test/add-staccato.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header { diff --git a/input/test/add-text-script.ly b/input/test/add-text-script.ly index 78cabb6d2f..1da2f8a852 100644 --- a/input/test/add-text-script.ly +++ b/input/test/add-text-script.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc= "@cindex make-music Fingering diff --git a/input/test/ambitus-mixed.ly b/input/test/ambitus-mixed.ly index afe076779c..cff5c8e03a 100644 --- a/input/test/ambitus-mixed.ly +++ b/input/test/ambitus-mixed.ly @@ -13,7 +13,7 @@ in the same score (not demonstrated in this file). " } -\version "2.3.4" +\version "2.3.8" #(define (kill-ambitus grob grob-context apply-context) (if (memq 'ambitus-interface (ly:grob-property grob 'interfaces)) diff --git a/input/test/ancient-accidentals.ly b/input/test/ancient-accidentals.ly index 6ab7145024..fbfa62e71a 100644 --- a/input/test/ancient-accidentals.ly +++ b/input/test/ancient-accidentals.ly @@ -6,7 +6,7 @@ are collected here. " } -\version "2.3.4" +\version "2.3.8" \score { \context Voice \relative c { diff --git a/input/test/ancient-font.ly b/input/test/ancient-font.ly index 8ad4cf4ea6..bdbd7d7f12 100644 --- a/input/test/ancient-font.ly +++ b/input/test/ancient-font.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" % TODO: split ancient-font into seperate files; possibly in % different locations. \header { diff --git a/input/test/ancient-time.ly b/input/test/ancient-time.ly index 4548dc0f4f..2bfc95fd3b 100644 --- a/input/test/ancient-time.ly +++ b/input/test/ancient-time.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" % TODO: move stuff from ancient-font into here? See comment % for ancient-font.ly \header { diff --git a/input/test/bagpipe.ly b/input/test/bagpipe.ly index 5361ae41b7..c7b56d9819 100644 --- a/input/test/bagpipe.ly +++ b/input/test/bagpipe.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex Bagpipe Music diff --git a/input/test/bar-always.ly b/input/test/bar-always.ly index 2ae0adb7ec..82f8c67230 100644 --- a/input/test/bar-always.ly +++ b/input/test/bar-always.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex Bars Always diff --git a/input/test/bar-lines-lyric-only.ly b/input/test/bar-lines-lyric-only.ly index 705793bf55..e929beb2ae 100644 --- a/input/test/bar-lines-lyric-only.ly +++ b/input/test/bar-lines-lyric-only.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex Bar line lyric only You can move @code{Bar_engraver} and @code{Span_bar_engraver} to a different engraving context, if you want, for example, bar lines diff --git a/input/test/bar-lines.ly b/input/test/bar-lines.ly index ff13cafa81..473e102313 100644 --- a/input/test/bar-lines.ly +++ b/input/test/bar-lines.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex Bar Lines There a many types of bar lines available. diff --git a/input/test/bar-number-every-five-reset.ly b/input/test/bar-number-every-five-reset.ly index 540c8f3ce4..c20089dba0 100644 --- a/input/test/bar-number-every-five-reset.ly +++ b/input/test/bar-number-every-five-reset.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex Bar Number Every Fifth Reset diff --git a/input/test/bar-number-regular-interval.ly b/input/test/bar-number-regular-interval.ly index e014f432ef..44c6bedf4d 100644 --- a/input/test/bar-number-regular-interval.ly +++ b/input/test/bar-number-regular-interval.ly @@ -5,7 +5,7 @@ Bar numbers can also be printed inside boxes. " } -\version "2.3.4" +\version "2.3.8" \score { \context Staff \transpose c c' { diff --git a/input/test/bar-number-show-all.ly b/input/test/bar-number-show-all.ly index eeef69e44a..2c1757a5d3 100644 --- a/input/test/bar-number-show-all.ly +++ b/input/test/bar-number-show-all.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header{ texidoc="@cindex Bar Number Show All By default, bar numbers are printed only in the first measure. This diff --git a/input/test/beam-alternate.ly b/input/test/beam-alternate.ly index bb06101860..255433d7d2 100644 --- a/input/test/beam-alternate.ly +++ b/input/test/beam-alternate.ly @@ -8,7 +8,7 @@ } -\version "2.3.4" +\version "2.3.8" wipeNote = { \once \override NoteHead #'transparent = ##t diff --git a/input/test/beam-auto-4-8.ly b/input/test/beam-auto-4-8.ly index 276afd786f..c3bd594f4e 100644 --- a/input/test/beam-auto-4-8.ly +++ b/input/test/beam-auto-4-8.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" % keep for now, although merging into beam-auto-override is a possibility. \header { texidoc = "@cindex Auto Beaming 4/8 diff --git a/input/test/beam-auto-override.ly b/input/test/beam-auto-override.ly index b9c674606d..8fddf774ca 100644 --- a/input/test/beam-auto-override.ly +++ b/input/test/beam-auto-override.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex Auto Beaming Override diff --git a/input/test/beam-auto.ly b/input/test/beam-auto.ly index 8723477dda..9818ab6e2f 100644 --- a/input/test/beam-auto.ly +++ b/input/test/beam-auto.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header{ texidoc = "@cindex Beaming Presets There are presets for the @code{auto-beam} engraver in the case of common diff --git a/input/test/beam-control.ly b/input/test/beam-control.ly index 722408ad2c..cd9047c4c4 100644 --- a/input/test/beam-control.ly +++ b/input/test/beam-control.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header{ texidoc="@cindex Beam Position Control diff --git a/input/test/beam-count.ly b/input/test/beam-count.ly index 3ba759919d..18bb60d850 100644 --- a/input/test/beam-count.ly +++ b/input/test/beam-count.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header{ texidoc="@cindex Beam Count diff --git a/input/test/beam-dir-functions.ly b/input/test/beam-dir-functions.ly index 6078eae629..ec33b289ad 100644 --- a/input/test/beam-dir-functions.ly +++ b/input/test/beam-dir-functions.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex Beam Dir Functions diff --git a/input/test/beam-isknee.ly b/input/test/beam-isknee.ly index 6e582b461f..e676b73367 100644 --- a/input/test/beam-isknee.ly +++ b/input/test/beam-isknee.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header{ texidoc="@cindex Beam Isknee diff --git a/input/test/beam-neutral-direction.ly b/input/test/beam-neutral-direction.ly index 5123ffba11..ecdb1c5e76 100644 --- a/input/test/beam-neutral-direction.ly +++ b/input/test/beam-neutral-direction.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header{ texidoc="@cindex Beam Neutral Direction When a beam falls in the middle of the staff, the beams point normally diff --git a/input/test/beam-rest.ly b/input/test/beam-rest.ly index 104d6b3254..dce2aacb9b 100644 --- a/input/test/beam-rest.ly +++ b/input/test/beam-rest.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header{ texidoc="@cindex Beam Over Rests diff --git a/input/test/blank-notes.ly b/input/test/blank-notes.ly index e050241d60..9f4d689c57 100644 --- a/input/test/blank-notes.ly +++ b/input/test/blank-notes.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" % possible rename to invis-notes.ly % check if other documents call this "blank notes", though. I think % invisible notes sounds better, but whatever it is, it should be diff --git a/input/test/blank-paper-tab.ly b/input/test/blank-paper-tab.ly index fc068ba963..c65fd0c309 100644 --- a/input/test/blank-paper-tab.ly +++ b/input/test/blank-paper-tab.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex Blank Paper Tab diff --git a/input/test/blank-paper.ly b/input/test/blank-paper.ly index 2b0a2f63c3..2ca793a97c 100644 --- a/input/test/blank-paper.ly +++ b/input/test/blank-paper.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc="@cindex Blank Paper diff --git a/input/test/boxed-stencil.ly b/input/test/boxed-stencil.ly index a7d254867b..eef4464718 100644 --- a/input/test/boxed-stencil.ly +++ b/input/test/boxed-stencil.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex Boxed Stencil diff --git a/input/test/cadenza-skip.ly b/input/test/cadenza-skip.ly index 256aa9a39d..e6d6ac92ee 100644 --- a/input/test/cadenza-skip.ly +++ b/input/test/cadenza-skip.ly @@ -7,7 +7,7 @@ } -\version "2.3.4" +\version "2.3.8" cadenza = \relative c' { c4 d8 << { e f g } \\ { d4. } >> diff --git a/input/test/caps.ly b/input/test/caps.ly index 014141d34b..ea249cc2e6 100644 --- a/input/test/caps.ly +++ b/input/test/caps.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex Capital Letters The font can be changed to small caps. diff --git a/input/test/cautionaries.ly b/input/test/cautionaries.ly index 545847d0b6..7018440a47 100644 --- a/input/test/cautionaries.ly +++ b/input/test/cautionaries.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header{ texidoc="@cindex Cautionary Accidentals Cautinary accidentals are displayed in slurs by default. They can be diff --git a/input/test/chord-names-german.ly b/input/test/chord-names-german.ly index e05b39904a..6370fee786 100644 --- a/input/test/chord-names-german.ly +++ b/input/test/chord-names-german.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex Chord Names German The english naming of chords (default) can be changed to german diff --git a/input/test/chord-names-jazz.ly b/input/test/chord-names-jazz.ly index 5d282eaa47..9c1c192f7f 100644 --- a/input/test/chord-names-jazz.ly +++ b/input/test/chord-names-jazz.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header { diff --git a/input/test/chord-names-no-inversions.ly b/input/test/chord-names-no-inversions.ly index 66f5cffc74..32eba56cad 100644 --- a/input/test/chord-names-no-inversions.ly +++ b/input/test/chord-names-no-inversions.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc= "@cindex Chord Names No Inversions Since there are several interpretations for recognizing chord names, the lowest note is the bass note of a chord and the inversion diff --git a/input/test/chords-without-melody.ly b/input/test/chords-without-melody.ly index 2013001da3..f80965d020 100644 --- a/input/test/chords-without-melody.ly +++ b/input/test/chords-without-melody.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "Jazz chord names can also be printed without notes." } diff --git a/input/test/clef-8-syntax.ly b/input/test/clef-8-syntax.ly index 2d99edc066..cf1a70a763 100644 --- a/input/test/clef-8-syntax.ly +++ b/input/test/clef-8-syntax.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex Chord Octavation Appending @code{_8} or @code{^8} to a clef name will diff --git a/input/test/clef-end-of-line.ly b/input/test/clef-end-of-line.ly index 28e6e93f29..6056708df1 100644 --- a/input/test/clef-end-of-line.ly +++ b/input/test/clef-end-of-line.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex Clef End of Line diff --git a/input/test/clef-manual-control.ly b/input/test/clef-manual-control.ly index 1f25fd4718..a18dfe1b5d 100644 --- a/input/test/clef-manual-control.ly +++ b/input/test/clef-manual-control.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header{ texidoc = " @cindex Clef Manual Control diff --git a/input/test/coriolan-margin.ly b/input/test/coriolan-margin.ly index 36bc794b56..ae7345f150 100644 --- a/input/test/coriolan-margin.ly +++ b/input/test/coriolan-margin.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" % Ugh, we need to override some LaTeX titling stuff diff --git a/input/test/count-systems.ly b/input/test/count-systems.ly index d109376b04..94e4dc811a 100644 --- a/input/test/count-systems.ly +++ b/input/test/count-systems.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header{ texidoc="@cindex Count Systems diff --git a/input/test/crescendi.ly b/input/test/crescendi.ly index b44b7bf40c..375090bedf 100644 --- a/input/test/crescendi.ly +++ b/input/test/crescendi.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header{ texidoc="@cindex Crescendi Crescendi can be printed in a number of different ways. diff --git a/input/test/cue-notes.ly b/input/test/cue-notes.ly index a2cd412f76..a4d3d3769e 100644 --- a/input/test/cue-notes.ly +++ b/input/test/cue-notes.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" % TODO: check to see if this example can be simplified using \small % or \tiny. \header { texidoc = "@cindex Cue Notes diff --git a/input/test/divisiones.ly b/input/test/divisiones.ly index 2b4f58ba9d..3f328bcb4f 100644 --- a/input/test/divisiones.ly +++ b/input/test/divisiones.ly @@ -7,7 +7,7 @@ Choices are @code{divisioMinima}, @code{divisioMaior}, @code{caesura}. " } -\version "2.3.4" +\version "2.3.8" \include "gregorian-init.ly" diff --git a/input/test/drarn-slurs.ly b/input/test/drarn-slurs.ly index 105b6a7682..0fbd3054b6 100644 --- a/input/test/drarn-slurs.ly +++ b/input/test/drarn-slurs.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" % possible rename to slurs-? % TODO: find out what drarn means, and if there's an overlap with drarn.ly \header{ diff --git a/input/test/drarn.ly b/input/test/drarn.ly index 4435d71319..8c983ee8f5 100644 --- a/input/test/drarn.ly +++ b/input/test/drarn.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header{texidoc="@cindex Drarn You can attach slurs and ties to noteheads. " } diff --git a/input/test/dynamic-absolute-volume.ly b/input/test/dynamic-absolute-volume.ly index b7df4e727b..0e3891720a 100644 --- a/input/test/dynamic-absolute-volume.ly +++ b/input/test/dynamic-absolute-volume.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex Dynamic Absolute Volume Absolute dynamics have an effect on MIDI files. diff --git a/input/test/dynamic-extra.ly b/input/test/dynamic-extra.ly index 82c0eaa268..93c7036f14 100644 --- a/input/test/dynamic-extra.ly +++ b/input/test/dynamic-extra.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" % probably should be merged into refman. \header{ texidoc = "@cindex Dynamic Piu Forte diff --git a/input/test/embedded-postscript.ly b/input/test/embedded-postscript.ly index adb6e4949e..f84c92d6e6 100644 --- a/input/test/embedded-postscript.ly +++ b/input/test/embedded-postscript.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex Embedded Postscript By inserting the @TeX{} command \embeddedps, you can diff --git a/input/test/embedded-scm.ly b/input/test/embedded-scm.ly index 90d95e5d4e..82e938e59e 100644 --- a/input/test/embedded-scm.ly +++ b/input/test/embedded-scm.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex Embedded scm diff --git a/input/test/embedded-tex.ly b/input/test/embedded-tex.ly index b7a291cb53..1ea30a42f1 100644 --- a/input/test/embedded-tex.ly +++ b/input/test/embedded-tex.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header{ texidoc="@cindex Embedded Tex You can embed Tex commands in your score. "} diff --git a/input/test/engraver-contexts.ly b/input/test/engraver-contexts.ly index d404affde9..e09b57501c 100644 --- a/input/test/engraver-contexts.ly +++ b/input/test/engraver-contexts.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc ="In polyphonic notation, many voices can share a staff: In diff --git a/input/test/engraver-one-by-one.ly b/input/test/engraver-one-by-one.ly index 06b506ec04..b6f0331c10 100644 --- a/input/test/engraver-one-by-one.ly +++ b/input/test/engraver-one-by-one.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "The notation problem, creating a certain symbol, @@ -53,7 +53,7 @@ MyStaff =\context { \consists "Instrument_name_engraver" \consists "Grob_pq_engraver" \consists "Forbid_line_break_engraver" - \consistsend "Axis_group_engraver" + \consists "Axis_group_engraver" \consists "Pitch_squash_engraver" minimumVerticalExtent = #'(-6 . 6) diff --git a/input/test/extra-staff.ly b/input/test/extra-staff.ly index e291179076..77a5656bc3 100644 --- a/input/test/extra-staff.ly +++ b/input/test/extra-staff.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" % definitely wil be renamed to something. %{ diff --git a/input/test/feathered-beam.ly b/input/test/feathered-beam.ly index be193d968e..d0bfd39e9a 100644 --- a/input/test/feathered-beam.ly +++ b/input/test/feathered-beam.ly @@ -1,4 +1,4 @@ -\version "2.2.0" \header { +\version "2.3.8" \header { texidoc = "A hack to create feathered beams: manually make two beams overlap. This uses tuplets to @@ -7,7 +7,7 @@ condense the spacing." } \score { - \notes \relative c' { + \relative c' { \context Voice { << { \stemUp \once \override Voice.Beam #'positions = #'(0 . 0.5) \once \override Voice.TupletBracket #'number-visibility = ##f \times 1/2 { c8[ c c c c c c c]} } \\ diff --git a/input/test/figured-bass-alternate.ly b/input/test/figured-bass-alternate.ly index 186b79efb4..712b27905c 100644 --- a/input/test/figured-bass-alternate.ly +++ b/input/test/figured-bass-alternate.ly @@ -3,7 +3,7 @@ texidoc = "An alternate method to make bass figures is to use @code{markup} texts." } -\version "2.3.4" +\version "2.3.8" nat = \markup { \natural } sh = \markup { \smaller \raise #0.6 \sharp } diff --git a/input/test/follow-voice.ly b/input/test/follow-voice.ly index fd3471e85f..f1fc702317 100644 --- a/input/test/follow-voice.ly +++ b/input/test/follow-voice.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" % MERGED: stuff from follow-break.ly to follow-thread.ly % followVoice: connect note heads with line when thread switches staff diff --git a/input/test/force-hshift.ly b/input/test/force-hshift.ly index b1592ab4df..3e3aba399e 100644 --- a/input/test/force-hshift.ly +++ b/input/test/force-hshift.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc="@cindex Force hshift Horizontal shift (@code{hshift}) can be forced in order to avoid collisions. " } diff --git a/input/test/fret-diagram.ly b/input/test/fret-diagram.ly index 19b5d0c081..5b4f8cc729 100644 --- a/input/test/fret-diagram.ly +++ b/input/test/fret-diagram.ly @@ -3,7 +3,7 @@ texidoc = "Frets are supported as markup commands." } -\version "2.3.4" +\version "2.3.8" \score { << diff --git a/input/test/gourlay.ly b/input/test/gourlay.ly index 32ad292e47..db8309b31c 100644 --- a/input/test/gourlay.ly +++ b/input/test/gourlay.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header{ texidoc="@cindex Gourlay diff --git a/input/test/gregorian-scripts.ly b/input/test/gregorian-scripts.ly index a3b3e900b9..8cb300dbbe 100644 --- a/input/test/gregorian-scripts.ly +++ b/input/test/gregorian-scripts.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header { title = "Gregorian Scripts" texidoc = "@cindex Gregorian Scripts diff --git a/input/test/harmonic.ly b/input/test/harmonic.ly index 21a196d352..3c01eff8b3 100644 --- a/input/test/harmonic.ly +++ b/input/test/harmonic.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc ="@cindex Artificial Harmonics diff --git a/input/test/header-ifelse.ly b/input/test/header-ifelse.ly index 2efe3a7302..98b4a9e0e4 100644 --- a/input/test/header-ifelse.ly +++ b/input/test/header-ifelse.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" #(if (not (defined? 'pieceTagLine)) diff --git a/input/test/hshift.ly b/input/test/hshift.ly index b2d1b1df41..797c6c5f69 100644 --- a/input/test/hshift.ly +++ b/input/test/hshift.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex Horizontal Shift Notes may be manually horizontally shifted. " } diff --git a/input/test/hymn.ly b/input/test/hymn.ly index af9c86a926..da2b0a091f 100644 --- a/input/test/hymn.ly +++ b/input/test/hymn.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = " diff --git a/input/test/improv.ly b/input/test/improv.ly index 010d9aa409..689af59a99 100644 --- a/input/test/improv.ly +++ b/input/test/improv.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = diff --git a/input/test/incipit.ly b/input/test/incipit.ly index 8a2fb5df5c..4a6c96bc84 100644 --- a/input/test/incipit.ly +++ b/input/test/incipit.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex Incipit This example shows how to make an ``incipit'' to indicate scordatora tuning of a violin part, by overriding the @code{style} of diff --git a/input/test/instrument-name-grandstaff.ly b/input/test/instrument-name-grandstaff.ly index 230b8bfc32..4a101448a2 100644 --- a/input/test/instrument-name-grandstaff.ly +++ b/input/test/instrument-name-grandstaff.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex Instrument Name Grandstaff You can have a name for the whole @code{GrandStaff} in addition to individual @code{Staff}s. " } diff --git a/input/test/ligature-vaticana.ly b/input/test/ligature-vaticana.ly index 13549ef01c..17f5d1156d 100644 --- a/input/test/ligature-vaticana.ly +++ b/input/test/ligature-vaticana.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex Ancient Vaticana Vaticana ligature uses four staff lines, special clef, an notes diff --git a/input/test/lilypond-testpage.ly b/input/test/lilypond-testpage.ly index b9972af910..974d24e76b 100644 --- a/input/test/lilypond-testpage.ly +++ b/input/test/lilypond-testpage.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" % MERGE with title.ly -gp %{ diff --git a/input/test/lyric-hyphen-retain.ly b/input/test/lyric-hyphen-retain.ly index 960ad8672a..d32ff644ec 100644 --- a/input/test/lyric-hyphen-retain.ly +++ b/input/test/lyric-hyphen-retain.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header { diff --git a/input/test/lyrics-skip-notes.ly b/input/test/lyrics-skip-notes.ly index 8c3607b3d1..27460a6ebf 100644 --- a/input/test/lyrics-skip-notes.ly +++ b/input/test/lyrics-skip-notes.ly @@ -13,7 +13,7 @@ less lyric syllables to a melody. % shorthand for Skip Lyric sl = { \skip 4 } -\version "2.3.4" +\version "2.3.8" \score { << \context Voice = "A" {c4 c c c} diff --git a/input/test/markup-score.ly b/input/test/markup-score.ly index ad0bc4c65e..d2e510b744 100644 --- a/input/test/markup-score.ly +++ b/input/test/markup-score.ly @@ -3,7 +3,7 @@ texidoc = "Use \\score block as markup command." } -\version "2.3.4" +\version "2.3.8" tuning = \markup { \score { diff --git a/input/test/mensural-ligatures.ly b/input/test/mensural-ligatures.ly index b2878f3275..99a2a823bd 100644 --- a/input/test/mensural-ligatures.ly +++ b/input/test/mensural-ligatures.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" % TODO: % check with ancient- stuff. rename, merge, something. -gp diff --git a/input/test/mensural-note-heads.ly b/input/test/mensural-note-heads.ly index 55ebeb4053..cbb808f698 100644 --- a/input/test/mensural-note-heads.ly +++ b/input/test/mensural-note-heads.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc ="@cindex Ancient Mensural Note Heads diff --git a/input/test/midi-scales.ly b/input/test/midi-scales.ly index d1602a20a9..bb732bcdc2 100644 --- a/input/test/midi-scales.ly +++ b/input/test/midi-scales.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" % candidate for regression. -gp \header { texidoc="Converting LilyPond input to MIDI and then again back with diff --git a/input/test/move-accidentals.ly b/input/test/move-accidentals.ly index f5dbbb8c67..75be4ad897 100644 --- a/input/test/move-accidentals.ly +++ b/input/test/move-accidentals.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" % possible rename to scheme- or something like that. -gp \header { texidoc= "@cindex Scheme Manual Accidentals diff --git a/input/test/move-specific-text.ly b/input/test/move-specific-text.ly index 098e78959e..25e983093a 100644 --- a/input/test/move-specific-text.ly +++ b/input/test/move-specific-text.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" % possible rename to scheme- or something like that. -gp \header { texidoc = "@cindex Scheme Move Text Objects, like text, can be moved around by using some Scheme code. diff --git a/input/test/music-box.ly b/input/test/music-box.ly index ac190a0a22..662f357433 100644 --- a/input/test/music-box.ly +++ b/input/test/music-box.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \include "deutsch.ly" % possible rename to scheme- something. -gp % TODO: ask if it needs to have so many empty bars in the middle. -gp @@ -62,7 +62,7 @@ using Scheme functions to avoid typing work. " } -\version "2.3.4" +\version "2.3.8" pat = \transpose c c' \repeat unfold 2 { << { \context Staff=up {r8 e16 f g e f g } } diff --git a/input/test/music-creation.ly b/input/test/music-creation.ly index 093fd052ac..63dea40749 100644 --- a/input/test/music-creation.ly +++ b/input/test/music-creation.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" % possible rename to scheme- something. -gp \header { texidoc = "@cindex Scheme Music Creation diff --git a/input/test/no-bar-lines.ly b/input/test/no-bar-lines.ly index 2a18e7389f..91d7d33303 100644 --- a/input/test/no-bar-lines.ly +++ b/input/test/no-bar-lines.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" % possible rename to bar-lines-foo. -gp \header{ texidoc = "@cindex Bar Lines Remove diff --git a/input/test/no-key-at-end-of-line.ly b/input/test/no-key-at-end-of-line.ly index 8d65b84f84..07edb01ef8 100644 --- a/input/test/no-key-at-end-of-line.ly +++ b/input/test/no-key-at-end-of-line.ly @@ -1,4 +1,4 @@ -\version "2.2.0" +\version "2.3.8" \header { texidoc = "@cindex Key Signature End of Line @@ -9,7 +9,7 @@ new key signature at the beginning of the next line. " } \score { - \notes \relative c' { + \relative c' { \set Staff.explicitKeySignatureVisibility = #end-of-line-invisible c d e f | g a b c | \break \key d \major diff --git a/input/test/no-staff.ly b/input/test/no-staff.ly index cc56cac608..3f1a9e59b0 100644 --- a/input/test/no-staff.ly +++ b/input/test/no-staff.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" % possible rename to staff-something. -gp \header{ texidoc = "@cindex Staff Remove diff --git a/input/test/ossia.ly b/input/test/ossia.ly index aeb1ac3141..c911ec333a 100644 --- a/input/test/ossia.ly +++ b/input/test/ossia.ly @@ -4,7 +4,7 @@ @code{RemoveEmptyStaffContext} take out the unused parts. " } -\version "2.3.4" +\version "2.3.8" \score { \relative c'' diff --git a/input/test/page-breaks.ly b/input/test/page-breaks.ly index af74904525..c6a06c68da 100644 --- a/input/test/page-breaks.ly +++ b/input/test/page-breaks.ly @@ -1,5 +1,5 @@ #(ly:set-point-and-click 'line-column) -\version "2.3.4" +\version "2.3.8" \header { diff --git a/input/test/part-combine.ly b/input/test/part-combine.ly index 6781daa18d..9bdb7f4897 100644 --- a/input/test/part-combine.ly +++ b/input/test/part-combine.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header{ texidoc="@cindex Part Combine In orchestral scores and hymns, voices are traditionally combined into diff --git a/input/test/partial-blank.ly b/input/test/partial-blank.ly index 473775d016..774efde84d 100644 --- a/input/test/partial-blank.ly +++ b/input/test/partial-blank.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" % check with invisible-notes or blank-notes. possible rename. -gp \header{ texidoc = "@cindex Partial Blank When entering partially typeset music (i.e. for students to be diff --git a/input/test/phrasing-slur-height.ly b/input/test/phrasing-slur-height.ly index ffff47138d..2cc3e9e0ad 100644 --- a/input/test/phrasing-slur-height.ly +++ b/input/test/phrasing-slur-height.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header{ texidoc="@cindex Phrasing Slur Height The @code{PhrasingSlur} can be made higher in order to avoid collision with other slurs. " diff --git a/input/test/piano-staff-distance.ly b/input/test/piano-staff-distance.ly index 40b04ed396..79e4a3f75b 100644 --- a/input/test/piano-staff-distance.ly +++ b/input/test/piano-staff-distance.ly @@ -8,7 +8,7 @@ Currently, this is for testing purposes. " } -\version "2.3.4" +\version "2.3.8" #(define ((futz-alignment-callback distance count) grob axis) diff --git a/input/test/polymetric-differing-notes.ly b/input/test/polymetric-differing-notes.ly index 0b8a37986a..3e8a3e8d9c 100644 --- a/input/test/polymetric-differing-notes.ly +++ b/input/test/polymetric-differing-notes.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header{ texidoc=" diff --git a/input/test/polymetric.ly b/input/test/polymetric.ly index 95983062f9..976f2c62ca 100644 --- a/input/test/polymetric.ly +++ b/input/test/polymetric.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header{ texidoc="@cindex Time Signature Multiple diff --git a/input/test/preset-extent.ly b/input/test/preset-extent.ly index fb0caaebd0..4128f86d75 100644 --- a/input/test/preset-extent.ly +++ b/input/test/preset-extent.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = " @cindex Preset Extent diff --git a/input/test/repeat-manual.ly b/input/test/repeat-manual.ly index af7c9278f4..01eb8079a8 100644 --- a/input/test/repeat-manual.ly +++ b/input/test/repeat-manual.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex Repeat Manual By controlling manually the signs and numbers in repeats, an unusual output can be produced. " diff --git a/input/test/repeat-shorter-bracket.ly b/input/test/repeat-shorter-bracket.ly index 1666e8173b..cc34d5021e 100644 --- a/input/test/repeat-shorter-bracket.ly +++ b/input/test/repeat-shorter-bracket.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header{ texidoc=" diff --git a/input/test/repeat.ly b/input/test/repeat.ly index 7d0de5dc5d..af612f5ff4 100644 --- a/input/test/repeat.ly +++ b/input/test/repeat.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" % possible rename to lyric-repeat or repeat-lyric. diff --git a/input/test/rest-dot-positions.ly b/input/test/rest-dot-positions.ly index 534b0c3fad..d6365b4b55 100644 --- a/input/test/rest-dot-positions.ly +++ b/input/test/rest-dot-positions.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" % candidate for regression. -gp \header { texidoc = "@cindex Rest Dot Positions Dots of rests should follow the rest positions. " } diff --git a/input/test/rests.ly b/input/test/rests.ly index 08089ae93b..2be6168479 100644 --- a/input/test/rests.ly +++ b/input/test/rests.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex Rests diff --git a/input/test/reverse-music.ly b/input/test/reverse-music.ly index 1a060da9fe..85ca2b9378 100644 --- a/input/test/reverse-music.ly +++ b/input/test/reverse-music.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" % possible rename to scheme-something. \header { texidoc="@cindex Scheme Reverse Music Symmetric, or palindromical music can be produced, first, by printing diff --git a/input/test/rhythm-excercise.ly b/input/test/rhythm-excercise.ly index 2d979998b9..817c446ef9 100644 --- a/input/test/rhythm-excercise.ly +++ b/input/test/rhythm-excercise.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex Rhythm Exercise Rythmic exercises may be produced by removing the @code{Clef} engraver, putting all notes to the same pitch and using transparent staff lines. diff --git a/input/test/scales-greek.ly b/input/test/scales-greek.ly index da4324394e..2ffa40602c 100644 --- a/input/test/scales-greek.ly +++ b/input/test/scales-greek.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = " diff --git a/input/test/scheme-interactions.ly b/input/test/scheme-interactions.ly index e98e552447..d20567ca31 100644 --- a/input/test/scheme-interactions.ly +++ b/input/test/scheme-interactions.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex Scheme Interactions Using @code{ly:export}, the result of Scheme expressions can be passed as LilyPond input. Within a Scheme expression, you can use, define or diff --git a/input/test/script-abbreviations.ly b/input/test/script-abbreviations.ly index 5fbe5cda2e..23e95a2b54 100644 --- a/input/test/script-abbreviations.ly +++ b/input/test/script-abbreviations.ly @@ -1,7 +1,7 @@ % this chart is used in the manual too. -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex Script Abbreviations Some articulations may be entered using an abbreviation. diff --git a/input/test/script-chart.ly b/input/test/script-chart.ly index 0c4f652036..a73a4496a9 100644 --- a/input/test/script-chart.ly +++ b/input/test/script-chart.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" % this chart is used in the manual too. diff --git a/input/test/script-priority.ly b/input/test/script-priority.ly index 2a3da902a7..9dbe9fa438 100644 --- a/input/test/script-priority.ly +++ b/input/test/script-priority.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex Script Priority Relative placements of different script types can be controlled diff --git a/input/test/script-stack.ly b/input/test/script-stack.ly index 668c0d216c..c3dc4375e9 100644 --- a/input/test/script-stack.ly +++ b/input/test/script-stack.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex Stacked Text Articulation Text and articulations may be stacked on top of each other. " diff --git a/input/test/separate-staccato.ly b/input/test/separate-staccato.ly index 31a4db73d7..d0da7c1120 100644 --- a/input/test/separate-staccato.ly +++ b/input/test/separate-staccato.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" % possible rename. -gp \header { texidoc="@cindex Seperate Staccato diff --git a/input/test/slur-attachment-override.ly b/input/test/slur-attachment-override.ly index eaad3e2d0b..7cea32348f 100644 --- a/input/test/slur-attachment-override.ly +++ b/input/test/slur-attachment-override.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header{ texidoc="@cindex Slur Attachment Override diff --git a/input/test/slur-beautiful.ly b/input/test/slur-beautiful.ly index e3e754c528..1aaf89f3bd 100644 --- a/input/test/slur-beautiful.ly +++ b/input/test/slur-beautiful.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc ="@cindex Slur Beautiful The curvature of a slur is adjusted to stay away from note heads and diff --git a/input/test/slur-dash.ly b/input/test/slur-dash.ly index a686ebff9b..b443d19dd4 100644 --- a/input/test/slur-dash.ly +++ b/input/test/slur-dash.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header {texidoc = "@cindex Slur, dotted The appearance of slurs may be changed from solid to dotted or dashed. " diff --git a/input/test/slur-manual.ly b/input/test/slur-manual.ly index d75187b4aa..edfbb8d1d9 100644 --- a/input/test/slur-manual.ly +++ b/input/test/slur-manual.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header { diff --git a/input/test/slur-minimum-length.ly b/input/test/slur-minimum-length.ly index 3984879a1c..d38bdbedbd 100644 --- a/input/test/slur-minimum-length.ly +++ b/input/test/slur-minimum-length.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex Slur Minimum Length By setting the minimum length of a slur, notes are more separated. " diff --git a/input/test/slur-ugly.ly b/input/test/slur-ugly.ly index e21f729099..c7cc8040e6 100644 --- a/input/test/slur-ugly.ly +++ b/input/test/slur-ugly.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc="@cindex Slur Ugly Strange slurs can be produced by setting properties by hand. " diff --git a/input/test/smart-transpose.ly b/input/test/smart-transpose.ly index d17c67a5db..10dec0a9f6 100644 --- a/input/test/smart-transpose.ly +++ b/input/test/smart-transpose.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc="@cindex Smart Transpose diff --git a/input/test/spacing-2.ly b/input/test/spacing-2.ly index 25a460c57e..fb3805bbdd 100644 --- a/input/test/spacing-2.ly +++ b/input/test/spacing-2.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" % more yummy regression goodness. -gp \header { diff --git a/input/test/spanner-after-break-tweak.ly b/input/test/spanner-after-break-tweak.ly index 5ad1560c57..599101c99a 100644 --- a/input/test/spanner-after-break-tweak.ly +++ b/input/test/spanner-after-break-tweak.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex Spanner after break diff --git a/input/test/staff-bracket.ly b/input/test/staff-bracket.ly index 1399e32c43..ca5d6c2b63 100644 --- a/input/test/staff-bracket.ly +++ b/input/test/staff-bracket.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header{ texidoc="@cindex Nested Staff Groups Staffs can be nested in various combinations. Here, @code{StaffGroup} diff --git a/input/test/staff-container.ly b/input/test/staff-container.ly index 55cce286af..0128bfb1f3 100644 --- a/input/test/staff-container.ly +++ b/input/test/staff-container.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header { @@ -47,7 +47,7 @@ what you would expect.) \consists Clef_engraver \consists Time_signature_engraver \consists Separating_line_group_engraver - \consistsend "Axis_group_engraver" + \consists "Axis_group_engraver" \accepts "Staff" \name StaffContainer diff --git a/input/test/staff-lines.ly b/input/test/staff-lines.ly index 2b15132bb5..30a09af2b8 100644 --- a/input/test/staff-lines.ly +++ b/input/test/staff-lines.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header { diff --git a/input/test/staff-size.ly b/input/test/staff-size.ly index 80dc63ad86..acd4717aa1 100644 --- a/input/test/staff-size.ly +++ b/input/test/staff-size.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex Staff Size diff --git a/input/test/staff-space.ly b/input/test/staff-space.ly index b02523bf0c..74eb2ce32e 100644 --- a/input/test/staff-space.ly +++ b/input/test/staff-space.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header{ texidoc ="@cindex Staff Space By just increasing @code{staff-space} on a staff, you may produce strange diff --git a/input/test/stem-cross-staff.ly b/input/test/stem-cross-staff.ly index 423d93afb3..ae57435c0b 100644 --- a/input/test/stem-cross-staff.ly +++ b/input/test/stem-cross-staff.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex Stem Cross Staff The chords which exceptionally cross staves may be produced by increasing diff --git a/input/test/stem-extend.ly b/input/test/stem-extend.ly index a8a1635154..cdcdf5bb14 100644 --- a/input/test/stem-extend.ly +++ b/input/test/stem-extend.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex Stem Extend Extending stems to the center line may be prevented using @code{no-stem-extend}. diff --git a/input/test/stem-length.ly b/input/test/stem-length.ly index 8858f1faf7..4a39d6c6b2 100644 --- a/input/test/stem-length.ly +++ b/input/test/stem-length.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header{ texidoc = "@cindex Stem Length The length of stems can be altered. " diff --git a/input/test/tablature-hammer.ly b/input/test/tablature-hammer.ly index 7915f9efc7..d9adac6752 100644 --- a/input/test/tablature-hammer.ly +++ b/input/test/tablature-hammer.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header {texidoc = "@cindex Tablature hammer A hammer in tablature can be faked with slurs. " } diff --git a/input/test/tablature.ly b/input/test/tablature.ly index 347359e735..68d24fffa6 100644 --- a/input/test/tablature.ly +++ b/input/test/tablature.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header{ texidoc = "@cindex Tabulature Tablature is internally done by overriding the note-head formatting function diff --git a/input/test/temporary-stave.ly b/input/test/temporary-stave.ly index 9310a53ae9..84c6e9dc5f 100644 --- a/input/test/temporary-stave.ly +++ b/input/test/temporary-stave.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header { diff --git a/input/test/text-rotate.ly b/input/test/text-rotate.ly index a79d711ca0..509c42f3ad 100644 --- a/input/test/text-rotate.ly +++ b/input/test/text-rotate.ly @@ -16,7 +16,7 @@ output for printing of the source of this example (commenting one line). } -\version "2.3.4" +\version "2.3.8" \score { \new Staff \relative c'' { diff --git a/input/test/text-spanner.ly b/input/test/text-spanner.ly index e74a68974e..6fdd54b391 100644 --- a/input/test/text-spanner.ly +++ b/input/test/text-spanner.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex text spanner Text spanners can be used in the similar manner than markings for pedals diff --git a/input/test/textscript.ly b/input/test/textscript.ly index 161b601363..0a3e29f1be 100644 --- a/input/test/textscript.ly +++ b/input/test/textscript.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc = "@cindex Textscript There are different fonts and glyphs to be used with @code{\markup} command. " diff --git a/input/test/tie-cross-voice.ly b/input/test/tie-cross-voice.ly index 3239179877..489d179b9c 100644 --- a/input/test/tie-cross-voice.ly +++ b/input/test/tie-cross-voice.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" diff --git a/input/test/time-signature-double.ly b/input/test/time-signature-double.ly index afd41af1ca..aec8dc521e 100644 --- a/input/test/time-signature-double.ly +++ b/input/test/time-signature-double.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc= " diff --git a/input/test/time.ly b/input/test/time.ly index c4c189f507..0b3e13518a 100644 --- a/input/test/time.ly +++ b/input/test/time.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" % TODO: This file could be old. Ask about it later. -gp \header { texidoc = "@cindex Time diff --git a/input/test/timing.ly b/input/test/timing.ly index c74738a04b..c61cb653c6 100644 --- a/input/test/timing.ly +++ b/input/test/timing.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" % possible rename to bar-something. \header{ texidoc = "@cindex Bar Length diff --git a/input/test/title-markup.ly b/input/test/title-markup.ly index 61498e3ea6..5cca51435d 100644 --- a/input/test/title-markup.ly +++ b/input/test/title-markup.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" %{ Markup titles also available for direct PostScript output: diff --git a/input/test/title.ly b/input/test/title.ly index d74cf074f3..4478db44b1 100644 --- a/input/test/title.ly +++ b/input/test/title.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" % MERGE with lilypond- \header { filename = "title.ly" diff --git a/input/test/to-xml.ly b/input/test/to-xml.ly index 0dbba5cbda..0c6d1b649a 100644 --- a/input/test/to-xml.ly +++ b/input/test/to-xml.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" fooBar = { << c''4 \\ g'4 >> } diff --git a/input/test/transposition.ly b/input/test/transposition.ly index 1262ddfdde..b11b5eb903 100644 --- a/input/test/transposition.ly +++ b/input/test/transposition.ly @@ -1,5 +1,5 @@ -\version "2.3.4" +\version "2.3.8" \header{ texidoc = "@cindex Transposition Transposing has also an effect key signature, if it is given using diff --git a/input/test/trill.ly b/input/test/trill.ly index 0c8fca9ec5..4a1e3be2e5 100644 --- a/input/test/trill.ly +++ b/input/test/trill.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc="@cindex Trill The extended trill may be produced using @code{TextSpanner} with @code{trill} diff --git a/input/test/trills.ly b/input/test/trills.ly index eda80c1a1b..990dff0334 100644 --- a/input/test/trills.ly +++ b/input/test/trills.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header { texidoc="@cindex Trills diff --git a/input/test/unfold-all-repeats.ly b/input/test/unfold-all-repeats.ly index 733bfce6c7..682eaa121e 100644 --- a/input/test/unfold-all-repeats.ly +++ b/input/test/unfold-all-repeats.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" % regression. -gp \header { diff --git a/input/test/version-output.ly b/input/test/version-output.ly index 31c2c50f73..67709c2c03 100644 --- a/input/test/version-output.ly +++ b/input/test/version-output.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" \header { diff --git a/input/test/vertical-extent.ly b/input/test/vertical-extent.ly index 60a88ab1e5..0f782d3f25 100644 --- a/input/test/vertical-extent.ly +++ b/input/test/vertical-extent.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\version "2.3.8" % TODO: huh? what's this file about? -gp \header { texidoc = " diff --git a/input/test/volta-chord-names.ly b/input/test/volta-chord-names.ly index e1aa1108e6..cfc5c8de64 100644 --- a/input/test/volta-chord-names.ly +++ b/input/test/volta-chord-names.ly @@ -6,7 +6,7 @@ requires adding an engraver to @code{ChordNames}, and setting } -\version "2.3.5" +\version "2.3.8" << \new ChordNames \with { voltaOnThisStaff = ##t