From: Graham Percival Date: Thu, 21 Oct 2010 07:34:01 +0000 (+0100) Subject: Doc: convert-ly on English docs. X-Git-Tag: release/2.13.37-1~48 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=10bd5cc93870ac4b884b8cb938cfc6a19c768097;p=lilypond.git Doc: convert-ly on English docs. I left most of the \RemoveEmptyStaff as it came from convert-ly; some of the grammar is a bit weird, but the basic idea is still there. I excluded Documentation/snippets/new/ changing-the-time-signature-without-affecting-the-beaming.ly because convert-ly wasn't smart enough to update it, and neither am I, since I know nothing about the new beaming code. --- diff --git a/Documentation/essay/engraving.itely b/Documentation/essay/engraving.itely index 7597595233..5650e87c78 100644 --- a/Documentation/essay/engraving.itely +++ b/Documentation/essay/engraving.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.13.4" +@c \version "2.13.36" @node Music engraving @chapter Music engraving diff --git a/Documentation/essay/literature.itely b/Documentation/essay/literature.itely index 79238d0f59..2be07164f4 100644 --- a/Documentation/essay/literature.itely +++ b/Documentation/essay/literature.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @node Literature list @chapter Literature list diff --git a/Documentation/extending/programming-interface.itely b/Documentation/extending/programming-interface.itely index 59364e6ff2..32c33634a1 100644 --- a/Documentation/extending/programming-interface.itely +++ b/Documentation/extending/programming-interface.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @node Interfaces for programmers @chapter Interfaces for programmers diff --git a/Documentation/extending/scheme-tutorial.itely b/Documentation/extending/scheme-tutorial.itely index c9be04076b..58a2042134 100644 --- a/Documentation/extending/scheme-tutorial.itely +++ b/Documentation/extending/scheme-tutorial.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @node Scheme tutorial @chapter Scheme tutorial diff --git a/Documentation/learning/common-notation.itely b/Documentation/learning/common-notation.itely index 6879da7e08..586bd0d40f 100644 --- a/Documentation/learning/common-notation.itely +++ b/Documentation/learning/common-notation.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @ignore Tutorial guidelines: (different from policy.txt!) diff --git a/Documentation/learning/fundamental.itely b/Documentation/learning/fundamental.itely index 46776919af..18868279b9 100644 --- a/Documentation/learning/fundamental.itely +++ b/Documentation/learning/fundamental.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @node Fundamental concepts @chapter Fundamental concepts diff --git a/Documentation/learning/preface.itely b/Documentation/learning/preface.itely index 71aa8b4c3d..e34f717cf2 100644 --- a/Documentation/learning/preface.itely +++ b/Documentation/learning/preface.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @node Preface @unnumbered Preface diff --git a/Documentation/learning/templates.itely b/Documentation/learning/templates.itely index 9529577a37..d704108a49 100644 --- a/Documentation/learning/templates.itely +++ b/Documentation/learning/templates.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @node Templates @appendix Templates @@ -184,7 +184,7 @@ violin concerto as TchaikovskyPI, whereas perhaps you wish to print @ The `line-width' is for \header. @li lypond[quote,verbatim,ragged-right,line-width] -\version "2.12.0" +\version "2.13.36" \header { dedication = "dedication" title = "Title" diff --git a/Documentation/learning/tutorial.itely b/Documentation/learning/tutorial.itely index a1ad8ed195..ed064c6dd0 100644 --- a/Documentation/learning/tutorial.itely +++ b/Documentation/learning/tutorial.itely @@ -10,7 +10,7 @@ @include included/generating-output.itexi -@c \version "2.12.0" +@c \version "2.13.36" @node Tutorial @chapter Tutorial diff --git a/Documentation/learning/tweaks.itely b/Documentation/learning/tweaks.itely index 83602292a0..927330b7f2 100644 --- a/Documentation/learning/tweaks.itely +++ b/Documentation/learning/tweaks.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @node Tweaking output @chapter Tweaking output diff --git a/Documentation/notation/ancient.itely b/Documentation/notation/ancient.itely index 106e68d656..68e923533e 100644 --- a/Documentation/notation/ancient.itely +++ b/Documentation/notation/ancient.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @node Ancient notation diff --git a/Documentation/notation/changing-defaults.itely b/Documentation/notation/changing-defaults.itely index f28b3b2906..d0f11e7c84 100644 --- a/Documentation/notation/changing-defaults.itely +++ b/Documentation/notation/changing-defaults.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @node Changing defaults @chapter Changing defaults @@ -728,15 +728,15 @@ Modifications can be made to the @code{Score} context or all It is not possible to collect context changes in a variable and apply them to a @code{\context} definition by referring to that variable. -The @code{\RemoveEmptyStaffContext} will overwrite your current +The @code{\Staff \RemoveEmptyStaves} will overwrite your current @code{\Staff} settings. If you wish to change the defaults for a -staff which uses @code{\RemoveEmptyStaffContext}, you must do so -after calling @code{\RemoveEmptyStaffContext}, ie +staff which uses @code{\Staff \RemoveEmptyStaves}, you must do so +after calling @code{\Staff \RemoveEmptyStaves}, ie @example \layout @{ \context @{ - \RemoveEmptyStaffContext + \Staff \RemoveEmptyStaves \override Stem #'thickness = #4.0 @} @@ -1212,7 +1212,7 @@ does not amount to much. The initialization file (see (script-priority . 100) (stencil . ,ly:text-interface::print) (direction . ,ly:script-interface::calc-direction) - (font-encoding . fetaNumber) + (font-encoding . fetaText) (font-size . -5) ; don't overlap when next to heads. (meta . ((class . Item) (interfaces . (finger-interface @@ -1419,7 +1419,7 @@ when the object is created. In this example, @lilypond[quote,fragment,verbatim,relative=2] \override Slur #'thickness = #3.0 c8[( c -\override Beam #'thickness = #0.6 +\override Beam #'beam-thickness = #0.6 c8 c]) @end lilypond diff --git a/Documentation/notation/cheatsheet.itely b/Documentation/notation/cheatsheet.itely index 46e71ede16..7b3ef9f24f 100644 --- a/Documentation/notation/cheatsheet.itely +++ b/Documentation/notation/cheatsheet.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @c TODO: add tablature. diff --git a/Documentation/notation/chords.itely b/Documentation/notation/chords.itely index 581067eb86..4ecfdb6404 100644 --- a/Documentation/notation/chords.itely +++ b/Documentation/notation/chords.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @node Chord notation diff --git a/Documentation/notation/contemporary.itely b/Documentation/notation/contemporary.itely index 32434e8e15..c2aed76005 100644 --- a/Documentation/notation/contemporary.itely +++ b/Documentation/notation/contemporary.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.13.4" +@c \version "2.13.36" @node Contemporary music diff --git a/Documentation/notation/editorial.itely b/Documentation/notation/editorial.itely index 0a90f67fa1..c83383359c 100644 --- a/Documentation/notation/editorial.itely +++ b/Documentation/notation/editorial.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @node Editorial annotations @section Editorial annotations diff --git a/Documentation/notation/expressive.itely b/Documentation/notation/expressive.itely index 97c87f6615..7154a26bbc 100644 --- a/Documentation/notation/expressive.itely +++ b/Documentation/notation/expressive.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @node Expressive marks @section Expressive marks diff --git a/Documentation/notation/fretted-strings.itely b/Documentation/notation/fretted-strings.itely index bfd0e30873..d16da0f233 100644 --- a/Documentation/notation/fretted-strings.itely +++ b/Documentation/notation/fretted-strings.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @node Fretted string instruments @section Fretted string instruments diff --git a/Documentation/notation/input.itely b/Documentation/notation/input.itely index c152fab0dd..d8746a651d 100644 --- a/Documentation/notation/input.itely +++ b/Documentation/notation/input.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @node General input and output @chapter General input and output diff --git a/Documentation/notation/keyboards.itely b/Documentation/notation/keyboards.itely index d073804d2b..7735ef89e8 100644 --- a/Documentation/notation/keyboards.itely +++ b/Documentation/notation/keyboards.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @node Keyboard and other multi-staff instruments @section Keyboard and other multi-staff instruments diff --git a/Documentation/notation/notation-appendices.itely b/Documentation/notation/notation-appendices.itely index e803e38f48..cf584b1678 100644 --- a/Documentation/notation/notation-appendices.itely +++ b/Documentation/notation/notation-appendices.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @node Notation manual tables @appendix Notation manual tables diff --git a/Documentation/notation/notation.itely b/Documentation/notation/notation.itely index d2bed37951..328a098922 100644 --- a/Documentation/notation/notation.itely +++ b/Documentation/notation/notation.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @node Musical notation @chapter Musical notation diff --git a/Documentation/notation/percussion.itely b/Documentation/notation/percussion.itely index f61283f10f..4845dad583 100644 --- a/Documentation/notation/percussion.itely +++ b/Documentation/notation/percussion.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @node Percussion @section Percussion diff --git a/Documentation/notation/pitches.itely b/Documentation/notation/pitches.itely index 339d183be5..0451385176 100644 --- a/Documentation/notation/pitches.itely +++ b/Documentation/notation/pitches.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @node Pitches diff --git a/Documentation/notation/repeats.itely b/Documentation/notation/repeats.itely index bd7d909093..efae065ebf 100644 --- a/Documentation/notation/repeats.itely +++ b/Documentation/notation/repeats.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @node Repeats @section Repeats diff --git a/Documentation/notation/rhythms.itely b/Documentation/notation/rhythms.itely index ed8dd90e38..8ec9ef8f9b 100644 --- a/Documentation/notation/rhythms.itely +++ b/Documentation/notation/rhythms.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @node Rhythms @section Rhythms diff --git a/Documentation/notation/simultaneous.itely b/Documentation/notation/simultaneous.itely index 5d654837b6..2e8d7c980a 100644 --- a/Documentation/notation/simultaneous.itely +++ b/Documentation/notation/simultaneous.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @node Simultaneous notes diff --git a/Documentation/notation/specialist.itely b/Documentation/notation/specialist.itely index 5b81cf9af3..dd5fbe2f65 100644 --- a/Documentation/notation/specialist.itely +++ b/Documentation/notation/specialist.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @node Specialist notation @chapter Specialist notation diff --git a/Documentation/notation/staff.itely b/Documentation/notation/staff.itely index 432c6c9985..efb3ff6aad 100644 --- a/Documentation/notation/staff.itely +++ b/Documentation/notation/staff.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @node Staff notation @section Staff notation @@ -638,11 +638,11 @@ example. @end lilypond -Using the @code{\RemoveEmptyStaffContext} command to create ossia +Using the @code{\Staff \RemoveEmptyStaves} command to create ossia staves may be used as an alternative. This method is most convenient when ossia staves occur immediately following a line break. For more information about -@code{\RemoveEmptyStaffContext}, see @ref{Hiding staves}. +@code{\Staff \RemoveEmptyStaves}, see @ref{Hiding staves}. @lilypond[verbatim,quote,ragged-right] << @@ -668,7 +668,7 @@ break. For more information about \layout { \context { - \RemoveEmptyStaffContext + \Staff \RemoveEmptyStaves \override VerticalAxisGroup #'remove-first = ##t } } @@ -712,7 +712,7 @@ Internals Reference: @cindex hiding of staves @cindex empty staves -@funindex \RemoveEmptyStaffContext +@funindex \RemoveEmptyStaves @funindex RemoveEmptyStaffContext @funindex Staff_symbol_engraver @funindex \stopStaff @@ -732,7 +732,7 @@ alternative, @code{\stopStaff} may be used. Empty staves can be hidden by setting the -@code{\RemoveEmptyStaffContext} command in the @code{\layout} +@code{\Staff \RemoveEmptyStaves} command in the @code{\layout} block. In orchestral scores, this style is known as @q{Frenched Score}. By default, this command hides and removes all empty staves in a score except for those in the first system. @@ -744,7 +744,7 @@ elements.} @lilypond[verbatim,quote,ragged-right] \layout { \context { - \RemoveEmptyStaffContext + \Staff \RemoveEmptyStaves } } @@ -765,29 +765,24 @@ elements.} @cindex ossia @noindent -@code{\RemoveEmptyStaffContext} can also be used to create ossia +@code{\Staff \RemoveEmptyStaves} can also be used to create ossia sections for a staff. For details, see @ref{Ossia staves}. @cindex hiding ancient staves @cindex hiding rhythmic staves -@funindex \RemoveEmptyStaffContext -@funindex RemoveEmptyStaffContext -@funindex \AncientRemoveEmptyStaffContext -@funindex AncientRemoveEmptyStaffContext -@funindex \RemoveEmptyRhythmicStaffContext -@funindex RemoveEmptyRhythmicStaffContext +@funindex \RemoveEmptyStaves -The @code{\AncientRemoveEmptyStaffContext} command may be used to +The @code{\VaticanaStaff \RemoveEmptyStaves} command may be used to hide empty staves in ancient music contexts. Similarly, -@code{\RemoveEmptyRhythmicStaffContext} may be used to hide empty +@code{\RhythmicStaff \RemoveEmptyStaves} may be used to hide empty @code{RhythmicStaff} contexts. @predefined -@code{\RemoveEmptyStaffContext}, -@code{\AncientRemoveEmptyStaffContext}, -@code{\RemoveEmptyRhythmicStaffContext}. +@code{\Staff \RemoveEmptyStaves}, +@code{\VaticanaStaff \RemoveEmptyStaves}, +@code{\RhythmicStaff \RemoveEmptyStaves}. @endpredefined @@ -837,7 +832,7 @@ engraver: @end example For the Known issues and warnings associated with -@code{\RemoveEmptyStaffContext} see @ref{Changing context default +@code{\Staff \RemoveEmptyStaves} see @ref{Changing context default settings}. @node Writing parts diff --git a/Documentation/notation/unfretted-strings.itely b/Documentation/notation/unfretted-strings.itely index 0a4ee42442..f3305cd98e 100644 --- a/Documentation/notation/unfretted-strings.itely +++ b/Documentation/notation/unfretted-strings.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @node Unfretted string instruments @section Unfretted string instruments diff --git a/Documentation/notation/vocal.itely b/Documentation/notation/vocal.itely index 390879be4a..e1a617417c 100644 --- a/Documentation/notation/vocal.itely +++ b/Documentation/notation/vocal.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @node Vocal music @section Vocal music diff --git a/Documentation/notation/world.itely b/Documentation/notation/world.itely index c2fe01d4f2..d50839acfa 100644 --- a/Documentation/notation/world.itely +++ b/Documentation/notation/world.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @node World music @section World music diff --git a/Documentation/snippets/new/adding-fingerings-to-tablatures.ly b/Documentation/snippets/new/adding-fingerings-to-tablatures.ly index 36eb023cff..9d3ca7624d 100644 --- a/Documentation/snippets/new/adding-fingerings-to-tablatures.ly +++ b/Documentation/snippets/new/adding-fingerings-to-tablatures.ly @@ -1,4 +1,4 @@ -\version "2.13.17" +\version "2.13.36" \header { lsrtags = "fretted-strings" diff --git a/Documentation/snippets/new/adding-orchestral-cues-to-a-vocal-score.ly b/Documentation/snippets/new/adding-orchestral-cues-to-a-vocal-score.ly index 4465d6ed9d..162a9d4a28 100644 --- a/Documentation/snippets/new/adding-orchestral-cues-to-a-vocal-score.ly +++ b/Documentation/snippets/new/adding-orchestral-cues-to-a-vocal-score.ly @@ -1,4 +1,4 @@ -\version "2.13.34" +\version "2.13.36" \header { lsrtags="vocal-music, staff-notation" diff --git a/Documentation/snippets/new/adjusting-lyrics-vertical-spacing.ly b/Documentation/snippets/new/adjusting-lyrics-vertical-spacing.ly index 1069c3b065..8d64e7d202 100644 --- a/Documentation/snippets/new/adjusting-lyrics-vertical-spacing.ly +++ b/Documentation/snippets/new/adjusting-lyrics-vertical-spacing.ly @@ -1,4 +1,4 @@ -\version "2.13.16" +\version "2.13.36" \header { lsrtags = "text, vocal-music, spacing" diff --git a/Documentation/snippets/new/ancient-headword.ly b/Documentation/snippets/new/ancient-headword.ly index d055bff585..f7568d728b 100644 --- a/Documentation/snippets/new/ancient-headword.ly +++ b/Documentation/snippets/new/ancient-headword.ly @@ -1,4 +1,4 @@ -\version "2.12.0" +\version "2.13.36" #(set-global-staff-size 15) \paper { diff --git a/Documentation/snippets/new/anglican-psalm-template.ly b/Documentation/snippets/new/anglican-psalm-template.ly index 0b06f7fe44..70e615fbb7 100644 --- a/Documentation/snippets/new/anglican-psalm-template.ly +++ b/Documentation/snippets/new/anglican-psalm-template.ly @@ -1,4 +1,4 @@ -\version "2.13.32" +\version "2.13.36" \header { lsrtags = "vocal-music, template" diff --git a/Documentation/snippets/new/automatic-beam-subdivisions.ly b/Documentation/snippets/new/automatic-beam-subdivisions.ly index 59f6888ccb..33a5b9cb47 100644 --- a/Documentation/snippets/new/automatic-beam-subdivisions.ly +++ b/Documentation/snippets/new/automatic-beam-subdivisions.ly @@ -1,4 +1,4 @@ -\version "2.13.29" +\version "2.13.36" \header { lsrtags = "rhythms" diff --git a/Documentation/snippets/new/beam-endings-in-score-context.ly b/Documentation/snippets/new/beam-endings-in-score-context.ly index 890e091ce1..89195ff04d 100644 --- a/Documentation/snippets/new/beam-endings-in-score-context.ly +++ b/Documentation/snippets/new/beam-endings-in-score-context.ly @@ -1,4 +1,4 @@ -\version "2.13.29" +\version "2.13.36" \header { lsrtags = "rhythms" diff --git a/Documentation/snippets/new/beam-grouping-in-7-8-time.ly b/Documentation/snippets/new/beam-grouping-in-7-8-time.ly index f9e6253e26..292fd56217 100644 --- a/Documentation/snippets/new/beam-grouping-in-7-8-time.ly +++ b/Documentation/snippets/new/beam-grouping-in-7-8-time.ly @@ -1,4 +1,4 @@ -\version "2.13.29" +\version "2.13.36" \header { lsrtags = "rhythms" diff --git a/Documentation/snippets/new/centering-markup-on-note-heads-automatically.ly b/Documentation/snippets/new/centering-markup-on-note-heads-automatically.ly index 1a0c928a0c..f765cd3c34 100644 --- a/Documentation/snippets/new/centering-markup-on-note-heads-automatically.ly +++ b/Documentation/snippets/new/centering-markup-on-note-heads-automatically.ly @@ -1,4 +1,4 @@ -\version "2.13.15" +\version "2.13.36" \header { lsrtags = "text, tweaks-and-overrides, contexts-and-engravers" diff --git a/Documentation/snippets/new/changing-the-ambitus-gap.ly b/Documentation/snippets/new/changing-the-ambitus-gap.ly index b923658328..d5f15814aa 100644 --- a/Documentation/snippets/new/changing-the-ambitus-gap.ly +++ b/Documentation/snippets/new/changing-the-ambitus-gap.ly @@ -1,4 +1,4 @@ -\version "2.13.26" +\version "2.13.36" \header { lsrtags = "pitches" texidoc = "It is possible to change the default gap setting for diff --git a/Documentation/snippets/new/changing-the-number-of-augmentation-dots-per-note.ly b/Documentation/snippets/new/changing-the-number-of-augmentation-dots-per-note.ly index 8e183fd986..6ecbd43c8a 100644 --- a/Documentation/snippets/new/changing-the-number-of-augmentation-dots-per-note.ly +++ b/Documentation/snippets/new/changing-the-number-of-augmentation-dots-per-note.ly @@ -1,4 +1,4 @@ -\version "2.13.26" +\version "2.13.36" \header { lsrtags = "rhythms,expressive-marks" texidoc = "This code demonstrates how to change the number of diff --git a/Documentation/snippets/new/changing-the-size-of-woodwind-diagrams.ly b/Documentation/snippets/new/changing-the-size-of-woodwind-diagrams.ly index f70aebc55d..f1e650eddc 100644 --- a/Documentation/snippets/new/changing-the-size-of-woodwind-diagrams.ly +++ b/Documentation/snippets/new/changing-the-size-of-woodwind-diagrams.ly @@ -1,4 +1,4 @@ -\version "2.13.31" +\version "2.13.36" \header { lsrtags="winds" diff --git a/Documentation/snippets/new/chordchanges-for-fretboards.ly b/Documentation/snippets/new/chordchanges-for-fretboards.ly index 062f76cae8..821a04300e 100644 --- a/Documentation/snippets/new/chordchanges-for-fretboards.ly +++ b/Documentation/snippets/new/chordchanges-for-fretboards.ly @@ -1,4 +1,4 @@ -\version "2.13.0" +\version "2.13.36" \header { lsrtags = "fretted-strings" diff --git a/Documentation/snippets/new/chords-headword.ly b/Documentation/snippets/new/chords-headword.ly index f726138f43..5963f0fd88 100644 --- a/Documentation/snippets/new/chords-headword.ly +++ b/Documentation/snippets/new/chords-headword.ly @@ -1,4 +1,4 @@ -\version "2.12.0" +\version "2.13.36" #(set-global-staff-size 15) \paper { ragged-right = ##f diff --git a/Documentation/snippets/new/clip-systems.ly b/Documentation/snippets/new/clip-systems.ly index 064bd69eb7..74a4fb2245 100644 --- a/Documentation/snippets/new/clip-systems.ly +++ b/Documentation/snippets/new/clip-systems.ly @@ -1,4 +1,4 @@ -\version "2.13.4" +\version "2.13.36" \header { lsrtags = "paper-and-layout" diff --git a/Documentation/snippets/new/compound-time-signatures.ly b/Documentation/snippets/new/compound-time-signatures.ly index 3685151a6d..6eabb3b11d 100644 --- a/Documentation/snippets/new/compound-time-signatures.ly +++ b/Documentation/snippets/new/compound-time-signatures.ly @@ -1,4 +1,4 @@ -\version "2.13.29" +\version "2.13.36" \header { lsrtags = "rhythms" diff --git a/Documentation/snippets/new/conducting-signs,-measure-grouping-signs.ly b/Documentation/snippets/new/conducting-signs,-measure-grouping-signs.ly index b9867a7f5e..11d76c7c22 100644 --- a/Documentation/snippets/new/conducting-signs,-measure-grouping-signs.ly +++ b/Documentation/snippets/new/conducting-signs,-measure-grouping-signs.ly @@ -1,4 +1,4 @@ -\version "2.13.29" +\version "2.13.36" \header { lsrtags = "rhythms" diff --git a/Documentation/snippets/new/controlling-spanner-visibility-after-a-line-break.ly b/Documentation/snippets/new/controlling-spanner-visibility-after-a-line-break.ly index 9b04063b37..dbb21563e0 100644 --- a/Documentation/snippets/new/controlling-spanner-visibility-after-a-line-break.ly +++ b/Documentation/snippets/new/controlling-spanner-visibility-after-a-line-break.ly @@ -1,4 +1,4 @@ -\version "2.13.1" +\version "2.13.36" \header { lsrtags = "expressive-marks, tweaks-and-overrides" diff --git a/Documentation/snippets/new/defining-an-engraver-in-scheme-ambitus-engraver.ly b/Documentation/snippets/new/defining-an-engraver-in-scheme-ambitus-engraver.ly index be832c901e..3f204f7fb6 100644 --- a/Documentation/snippets/new/defining-an-engraver-in-scheme-ambitus-engraver.ly +++ b/Documentation/snippets/new/defining-an-engraver-in-scheme-ambitus-engraver.ly @@ -1,4 +1,4 @@ -\version "2.13.15" +\version "2.13.36" \header { diff --git a/Documentation/snippets/new/displaying-complex-chords.ly b/Documentation/snippets/new/displaying-complex-chords.ly index 1a49541bd3..4753a657fa 100644 --- a/Documentation/snippets/new/displaying-complex-chords.ly +++ b/Documentation/snippets/new/displaying-complex-chords.ly @@ -1,4 +1,4 @@ -\version "2.13.1" +\version "2.13.36" \header { lsrtags = "simultaneous-notes, chords" diff --git a/Documentation/snippets/new/displaying-grob-ancestry.ly b/Documentation/snippets/new/displaying-grob-ancestry.ly index 343d5bb2c1..2f5f5d54be 100644 --- a/Documentation/snippets/new/displaying-grob-ancestry.ly +++ b/Documentation/snippets/new/displaying-grob-ancestry.ly @@ -1,4 +1,4 @@ -\version "2.13.10" +\version "2.13.36" \header { lsrtags = "tweaks-and-overrides" diff --git a/Documentation/snippets/new/dodecaphonic-style-accidentals-for-each-note-including-naturals.ly b/Documentation/snippets/new/dodecaphonic-style-accidentals-for-each-note-including-naturals.ly index 8eafa3c16f..fa91614d38 100644 --- a/Documentation/snippets/new/dodecaphonic-style-accidentals-for-each-note-including-naturals.ly +++ b/Documentation/snippets/new/dodecaphonic-style-accidentals-for-each-note-including-naturals.ly @@ -1,4 +1,4 @@ -\version "2.13.4" +\version "2.13.36" \header { lsrtags = "pitches" diff --git a/Documentation/snippets/new/dynamics-custom-text-spanner-postfix.ly b/Documentation/snippets/new/dynamics-custom-text-spanner-postfix.ly index b698c498b3..8d97fa9ff5 100644 --- a/Documentation/snippets/new/dynamics-custom-text-spanner-postfix.ly +++ b/Documentation/snippets/new/dynamics-custom-text-spanner-postfix.ly @@ -1,4 +1,4 @@ -\version "2.13.8" +\version "2.13.36" \header { lsrtags = "expressive-marks, tweaks-and-overrides" diff --git a/Documentation/snippets/new/dynamics-text-spanner-postfix.ly b/Documentation/snippets/new/dynamics-text-spanner-postfix.ly index f41976f499..81d33a7e13 100644 --- a/Documentation/snippets/new/dynamics-text-spanner-postfix.ly +++ b/Documentation/snippets/new/dynamics-text-spanner-postfix.ly @@ -1,4 +1,4 @@ -\version "2.13.20" +\version "2.13.36" \header { lsrtags = "expressive-marks, tweaks-and-overrides" diff --git a/Documentation/snippets/new/editorial-headword.ly b/Documentation/snippets/new/editorial-headword.ly index 011f94badc..626605f7a5 100644 --- a/Documentation/snippets/new/editorial-headword.ly +++ b/Documentation/snippets/new/editorial-headword.ly @@ -1,4 +1,4 @@ -\version "2.12.0" +\version "2.13.36" \include "english.ly" #(set-global-staff-size 15) \paper { diff --git a/Documentation/snippets/new/expressive-headword.ly b/Documentation/snippets/new/expressive-headword.ly index f186e93d0b..81a0aba1f4 100644 --- a/Documentation/snippets/new/expressive-headword.ly +++ b/Documentation/snippets/new/expressive-headword.ly @@ -1,4 +1,4 @@ -\version "2.12.0" +\version "2.13.36" \include "english.ly" #(set-global-staff-size 15) \paper { diff --git a/Documentation/snippets/new/faking-a-hammer-in-tablatures.ly b/Documentation/snippets/new/faking-a-hammer-in-tablatures.ly index 4a3c15e5a2..c428176dda 100644 --- a/Documentation/snippets/new/faking-a-hammer-in-tablatures.ly +++ b/Documentation/snippets/new/faking-a-hammer-in-tablatures.ly @@ -1,4 +1,4 @@ -\version "2.13.4" +\version "2.13.36" \header { lsrtags = "fretted-strings" diff --git a/Documentation/snippets/new/figured-bass-headword.ly b/Documentation/snippets/new/figured-bass-headword.ly index 9bcd3d9da2..ad04108e81 100644 --- a/Documentation/snippets/new/figured-bass-headword.ly +++ b/Documentation/snippets/new/figured-bass-headword.ly @@ -1,4 +1,4 @@ -\version "2.12.0" +\version "2.13.36" #(set-global-staff-size 15) \paper { ragged-right = ##f diff --git a/Documentation/snippets/new/flamenco-notation.ly b/Documentation/snippets/new/flamenco-notation.ly index dc1919ec31..1370bce38b 100644 --- a/Documentation/snippets/new/flamenco-notation.ly +++ b/Documentation/snippets/new/flamenco-notation.ly @@ -1,4 +1,4 @@ -\version "2.13.10" +\version "2.13.36" \header { lsrtags = "fretted-strings" diff --git a/Documentation/snippets/new/fretted-headword.ly b/Documentation/snippets/new/fretted-headword.ly index d88039a5ce..32fafd0700 100644 --- a/Documentation/snippets/new/fretted-headword.ly +++ b/Documentation/snippets/new/fretted-headword.ly @@ -3,7 +3,7 @@ % on melodies from Bellini's "Norma" % %*****************************************************************% -\version "2.13.29" +\version "2.13.36" #(set-global-staff-size 15) \paper { diff --git a/Documentation/snippets/new/graphical-and-text-woodwind-diagrams.ly b/Documentation/snippets/new/graphical-and-text-woodwind-diagrams.ly index 91d1d44984..9ae7ad6183 100644 --- a/Documentation/snippets/new/graphical-and-text-woodwind-diagrams.ly +++ b/Documentation/snippets/new/graphical-and-text-woodwind-diagrams.ly @@ -1,4 +1,4 @@ -\version "2.13.31" +\version "2.13.36" \header { lsrtags="winds" diff --git a/Documentation/snippets/new/grouping-beats.ly b/Documentation/snippets/new/grouping-beats.ly index e67203c95e..6d995ef8e1 100644 --- a/Documentation/snippets/new/grouping-beats.ly +++ b/Documentation/snippets/new/grouping-beats.ly @@ -1,4 +1,4 @@ -\version "2.13.4" +\version "2.13.36" \header { lsrtags = "rhythms" diff --git a/Documentation/snippets/new/guitar-slides.ly b/Documentation/snippets/new/guitar-slides.ly index 3f734781e3..f7c152c72a 100644 --- a/Documentation/snippets/new/guitar-slides.ly +++ b/Documentation/snippets/new/guitar-slides.ly @@ -1,4 +1,4 @@ -\version "2.13.4" +\version "2.13.36" \header { lsrtags = "fretted-strings" diff --git a/Documentation/snippets/new/hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly b/Documentation/snippets/new/hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly index 2d353006ef..a574aa61b9 100644 --- a/Documentation/snippets/new/hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly +++ b/Documentation/snippets/new/hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly @@ -1,4 +1,4 @@ -\version "2.13.26" +\version "2.13.36" \header { lsrtags = "pitches" texidoc = "This shows how to hide accidentals on tied notes at the beginning of a diff --git a/Documentation/snippets/new/incipit.ly b/Documentation/snippets/new/incipit.ly index 24b86e6c6c..6e92390b2a 100644 --- a/Documentation/snippets/new/incipit.ly +++ b/Documentation/snippets/new/incipit.ly @@ -1,4 +1,4 @@ -\version "2.13.4" +\version "2.13.36" \header { lsrtags = "staff-notation, ancient-notation" diff --git a/Documentation/snippets/new/keyboard-headword.ly b/Documentation/snippets/new/keyboard-headword.ly index 3755bf757a..943606fc1f 100644 --- a/Documentation/snippets/new/keyboard-headword.ly +++ b/Documentation/snippets/new/keyboard-headword.ly @@ -1,4 +1,4 @@ -\version "2.12.0" +\version "2.13.36" \include "english.ly" #(set-global-staff-size 15) diff --git a/Documentation/snippets/new/letter-tablature-formatting.ly b/Documentation/snippets/new/letter-tablature-formatting.ly index ca175361eb..daf0c3948a 100644 --- a/Documentation/snippets/new/letter-tablature-formatting.ly +++ b/Documentation/snippets/new/letter-tablature-formatting.ly @@ -1,4 +1,4 @@ -\version "2.13.10" +\version "2.13.36" \header { lsrtags = "staff-notation, fretted-strings" diff --git a/Documentation/snippets/new/makam-example.ly b/Documentation/snippets/new/makam-example.ly index 9390b46fba..b6f3d81907 100644 --- a/Documentation/snippets/new/makam-example.ly +++ b/Documentation/snippets/new/makam-example.ly @@ -1,4 +1,4 @@ -\version "2.13.0" +\version "2.13.36" \header { lsrtags = "pitches, world-music" diff --git a/Documentation/snippets/new/making-slurs-with-complex-dash-structure.ly b/Documentation/snippets/new/making-slurs-with-complex-dash-structure.ly index eb0031c9db..f814e10c62 100644 --- a/Documentation/snippets/new/making-slurs-with-complex-dash-structure.ly +++ b/Documentation/snippets/new/making-slurs-with-complex-dash-structure.ly @@ -1,4 +1,4 @@ -\version "2.13.1" +\version "2.13.36" \header { lsrtags = "rhythms, expressive-marks" diff --git a/Documentation/snippets/new/modern-tab-text-clef.ly b/Documentation/snippets/new/modern-tab-text-clef.ly index cf6af51962..7f2371ec5c 100644 --- a/Documentation/snippets/new/modern-tab-text-clef.ly +++ b/Documentation/snippets/new/modern-tab-text-clef.ly @@ -1,4 +1,4 @@ -\version "2.13.4" +\version "2.13.36" \header { lsrtags = "staff-notation, fretted-strings" diff --git a/Documentation/snippets/new/non-default-tuplet-numbers.ly b/Documentation/snippets/new/non-default-tuplet-numbers.ly index 92fd71b69b..5fc6f3fe85 100644 --- a/Documentation/snippets/new/non-default-tuplet-numbers.ly +++ b/Documentation/snippets/new/non-default-tuplet-numbers.ly @@ -1,4 +1,4 @@ -\version "2.13.1" +\version "2.13.36" \header { lsrtags = "rhythms" diff --git a/Documentation/snippets/new/non-traditional-key-signatures.ly b/Documentation/snippets/new/non-traditional-key-signatures.ly index b0f2a629b3..a7deb6158c 100644 --- a/Documentation/snippets/new/non-traditional-key-signatures.ly +++ b/Documentation/snippets/new/non-traditional-key-signatures.ly @@ -1,4 +1,4 @@ -\version "2.13.0" +\version "2.13.36" \header { lsrtags = "pitches, staff-notation" diff --git a/Documentation/snippets/new/numbers-as-easy-note-heads.ly b/Documentation/snippets/new/numbers-as-easy-note-heads.ly index fc9a73c9c5..92850872e7 100644 --- a/Documentation/snippets/new/numbers-as-easy-note-heads.ly +++ b/Documentation/snippets/new/numbers-as-easy-note-heads.ly @@ -1,4 +1,4 @@ -\version "2.13.11" +\version "2.13.36" \header { lsrtags = "pitches" diff --git a/Documentation/snippets/new/piano-template-with-centered-dynamics.ly b/Documentation/snippets/new/piano-template-with-centered-dynamics.ly index dcfa46dffc..b07593f427 100644 --- a/Documentation/snippets/new/piano-template-with-centered-dynamics.ly +++ b/Documentation/snippets/new/piano-template-with-centered-dynamics.ly @@ -1,4 +1,4 @@ -\version "2.13.4" +\version "2.13.36" \header { lsrtags = "expressive-marks, keyboards, template" diff --git a/Documentation/snippets/new/pitches-headword.ly b/Documentation/snippets/new/pitches-headword.ly index f2d9f0dbdc..8cc3eca895 100644 --- a/Documentation/snippets/new/pitches-headword.ly +++ b/Documentation/snippets/new/pitches-headword.ly @@ -1,4 +1,4 @@ -\version "2.12.0" +\version "2.13.36" \include "english.ly" #(set-global-staff-size 15) \paper { diff --git a/Documentation/snippets/new/repeats-headword.ly b/Documentation/snippets/new/repeats-headword.ly index 75a99b825c..ba6a841ac8 100644 --- a/Documentation/snippets/new/repeats-headword.ly +++ b/Documentation/snippets/new/repeats-headword.ly @@ -1,4 +1,4 @@ -\version "2.12.0" +\version "2.13.36" \include "english.ly" #(set-global-staff-size 15) \paper { diff --git a/Documentation/snippets/new/reverting-default-beam-endings.ly b/Documentation/snippets/new/reverting-default-beam-endings.ly index 0dad36760d..4811a3a26f 100644 --- a/Documentation/snippets/new/reverting-default-beam-endings.ly +++ b/Documentation/snippets/new/reverting-default-beam-endings.ly @@ -1,4 +1,4 @@ -\version "2.13.29" +\version "2.13.36" \header { lsrtags = "rhythms" diff --git a/Documentation/snippets/new/rhythms-headword.ly b/Documentation/snippets/new/rhythms-headword.ly index 9a80e6e687..f1f86c0d0c 100644 --- a/Documentation/snippets/new/rhythms-headword.ly +++ b/Documentation/snippets/new/rhythms-headword.ly @@ -1,4 +1,4 @@ -\version "2.12.0" +\version "2.13.36" \include "english.ly" #(set-global-staff-size 15) \paper { diff --git a/Documentation/snippets/new/screech-boink.ly b/Documentation/snippets/new/screech-boink.ly index 5a24f1ff03..bc43e1a7c3 100644 --- a/Documentation/snippets/new/screech-boink.ly +++ b/Documentation/snippets/new/screech-boink.ly @@ -1,4 +1,4 @@ -\version "2.12.0" +\version "2.13.36" \header { lsrtags = "headwords" texidoc = "Random complex notation" @@ -42,7 +42,7 @@ \key c \minor \set subdivideBeams = ##f \override Stem #'french-beaming = ##t - \override Beam #'thickness = #0.3 + \override Beam #'beam-thickness = #0.3 \override Stem #'thickness = #4.0 g'16[ b16 fis16 g16] << diff --git a/Documentation/snippets/new/setting-the-double-repeat-default-for-volte.ly b/Documentation/snippets/new/setting-the-double-repeat-default-for-volte.ly index 70d10fbb48..d700bd84da 100644 --- a/Documentation/snippets/new/setting-the-double-repeat-default-for-volte.ly +++ b/Documentation/snippets/new/setting-the-double-repeat-default-for-volte.ly @@ -1,4 +1,4 @@ -\version "2.13.26" +\version "2.13.36" \header { lsrtags = "repeats" texidoc = "There are three different styles of double repeats for diff --git a/Documentation/snippets/new/showing-the-same-articulation-above-and-below-a-note-or-chord.ly b/Documentation/snippets/new/showing-the-same-articulation-above-and-below-a-note-or-chord.ly index 6a1a663820..fc135d56bc 100644 --- a/Documentation/snippets/new/showing-the-same-articulation-above-and-below-a-note-or-chord.ly +++ b/Documentation/snippets/new/showing-the-same-articulation-above-and-below-a-note-or-chord.ly @@ -1,4 +1,4 @@ -\version "2.13.27" +\version "2.13.36" \header { lsrtags = "expressive-marks, tweaks-and-overrides" diff --git a/Documentation/snippets/new/simultaneous-headword.ly b/Documentation/snippets/new/simultaneous-headword.ly index 3236f7eeb1..09ffbe04f0 100644 --- a/Documentation/snippets/new/simultaneous-headword.ly +++ b/Documentation/snippets/new/simultaneous-headword.ly @@ -1,4 +1,4 @@ -\version "2.12.0" +\version "2.13.36" \include "english.ly" #(set-global-staff-size 15) \paper { diff --git a/Documentation/snippets/new/snap-pizzicato-bartok-pizzicato.ly b/Documentation/snippets/new/snap-pizzicato-bartok-pizzicato.ly index 731381678a..d3d8936544 100644 --- a/Documentation/snippets/new/snap-pizzicato-bartok-pizzicato.ly +++ b/Documentation/snippets/new/snap-pizzicato-bartok-pizzicato.ly @@ -1,4 +1,4 @@ -\version "2.13.4" +\version "2.13.36" \header { lsrtags = "expressive-marks, unfretted-strings" diff --git a/Documentation/snippets/new/staff-headword.ly b/Documentation/snippets/new/staff-headword.ly index 7eb5514bcc..569e93916c 100644 --- a/Documentation/snippets/new/staff-headword.ly +++ b/Documentation/snippets/new/staff-headword.ly @@ -1,4 +1,4 @@ -\version "2.12.0" +\version "2.13.36" \include "catalan.ly" #(set-global-staff-size 15) \paper{ diff --git a/Documentation/snippets/new/stem-and-beam-behavior-in-tablature.ly b/Documentation/snippets/new/stem-and-beam-behavior-in-tablature.ly index 3b5e41ffac..a6fd48c72a 100644 --- a/Documentation/snippets/new/stem-and-beam-behavior-in-tablature.ly +++ b/Documentation/snippets/new/stem-and-beam-behavior-in-tablature.ly @@ -1,4 +1,4 @@ -\version "2.13.4" +\version "2.13.36" \header { lsrtags = "fretted-strings" diff --git a/Documentation/snippets/new/subdividing-beams.ly b/Documentation/snippets/new/subdividing-beams.ly index 963e44c0e2..c659f3b917 100644 --- a/Documentation/snippets/new/subdividing-beams.ly +++ b/Documentation/snippets/new/subdividing-beams.ly @@ -1,4 +1,4 @@ -\version "2.13.29" +\version "2.13.36" \header { lsrtags = "rhythms" diff --git a/Documentation/snippets/new/text-headword.ly b/Documentation/snippets/new/text-headword.ly index 798cef7c47..58a410f37e 100644 --- a/Documentation/snippets/new/text-headword.ly +++ b/Documentation/snippets/new/text-headword.ly @@ -1,4 +1,4 @@ -\version "2.12.0" +\version "2.13.36" \include "english.ly" #(set-global-staff-size 15) \paper { diff --git a/Documentation/snippets/new/unfretted-headword.ly b/Documentation/snippets/new/unfretted-headword.ly index a01259b23d..19c3d9691f 100644 --- a/Documentation/snippets/new/unfretted-headword.ly +++ b/Documentation/snippets/new/unfretted-headword.ly @@ -28,7 +28,7 @@ } -\version "2.12.0" +\version "2.13.36" #(set-global-staff-size 15) %%% diff --git a/Documentation/snippets/new/using-ly-grob-object-to-access-grobs-with--tweak.ly b/Documentation/snippets/new/using-ly-grob-object-to-access-grobs-with--tweak.ly index 2fcb360272..3187aff756 100644 --- a/Documentation/snippets/new/using-ly-grob-object-to-access-grobs-with--tweak.ly +++ b/Documentation/snippets/new/using-ly-grob-object-to-access-grobs-with--tweak.ly @@ -1,4 +1,4 @@ -\version "2.13.10" +\version "2.13.36" \header { lsrtags = "tweaks-and-overrides" diff --git a/Documentation/snippets/new/using-the-whiteout-property.ly b/Documentation/snippets/new/using-the-whiteout-property.ly index ac9ca3395e..a95b8c0602 100644 --- a/Documentation/snippets/new/using-the-whiteout-property.ly +++ b/Documentation/snippets/new/using-the-whiteout-property.ly @@ -1,4 +1,4 @@ -\version "2.13.10" +\version "2.13.36" \header { lsrtags = "expressive-marks, editorial-annotations" diff --git a/Documentation/snippets/new/vocal-ensemble-template-with-verse-and-refrain.ly b/Documentation/snippets/new/vocal-ensemble-template-with-verse-and-refrain.ly index 2f458f2cfd..a0435c0c07 100644 --- a/Documentation/snippets/new/vocal-ensemble-template-with-verse-and-refrain.ly +++ b/Documentation/snippets/new/vocal-ensemble-template-with-verse-and-refrain.ly @@ -1,4 +1,4 @@ -\version "2.13.21" +\version "2.13.36" \header { lsrtags = "vocal-music, contexts-and-engravers, template" diff --git a/Documentation/snippets/new/wind-headword.ly b/Documentation/snippets/new/wind-headword.ly index d40a9febe3..15904574de 100644 --- a/Documentation/snippets/new/wind-headword.ly +++ b/Documentation/snippets/new/wind-headword.ly @@ -1,4 +1,4 @@ -\version "2.12.0" +\version "2.13.36" #(set-global-staff-size 15) \paper { line-width = 16\cm diff --git a/Documentation/snippets/new/woodwind-diagrams-listing.ly b/Documentation/snippets/new/woodwind-diagrams-listing.ly index 9425e126d5..381523528f 100644 --- a/Documentation/snippets/new/woodwind-diagrams-listing.ly +++ b/Documentation/snippets/new/woodwind-diagrams-listing.ly @@ -1,4 +1,4 @@ -\version "2.13.31" +\version "2.13.36" \header { lsrtags="winds" diff --git a/Documentation/usage/external.itely b/Documentation/usage/external.itely index 082964505c..2b00222b34 100644 --- a/Documentation/usage/external.itely +++ b/Documentation/usage/external.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @node External programs @chapter External programs diff --git a/Documentation/usage/lilypond-book.itely b/Documentation/usage/lilypond-book.itely index 0441827959..51b5013e9d 100644 --- a/Documentation/usage/lilypond-book.itely +++ b/Documentation/usage/lilypond-book.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @c Note: keep this node named so that `info lilypond-book' brings you here. @node lilypond-book diff --git a/Documentation/usage/running.itely b/Documentation/usage/running.itely index 5a542059ea..82772da6d6 100644 --- a/Documentation/usage/running.itely +++ b/Documentation/usage/running.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @node Running lilypond diff --git a/Documentation/usage/suggestions.itely b/Documentation/usage/suggestions.itely index 9abc1712df..7eea36c74d 100644 --- a/Documentation/usage/suggestions.itely +++ b/Documentation/usage/suggestions.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @node Suggestions for writing files @chapter Suggestions for writing files diff --git a/Documentation/usage/updating.itely b/Documentation/usage/updating.itely index 73e042c706..e3104d0d6f 100644 --- a/Documentation/usage/updating.itely +++ b/Documentation/usage/updating.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.13.36" @node Updating files with convert-ly