From: Graham Percival Date: Fri, 14 Dec 2007 02:32:35 +0000 (-0800) Subject: LSR: update; mostly just running convert-ly. X-Git-Tag: release/2.11.37-1~41 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=004460e6c7e6f770388b3baac7532102314cd6f8;p=lilypond.git LSR: update; mostly just running convert-ly. --- diff --git a/input/lsr/ancient/AAA-intro.ly b/input/lsr/ancient/AAA-intro.ly index 9a05820556..ccd27af3c5 100644 --- a/input/lsr/ancient/AAA-intro.ly +++ b/input/lsr/ancient/AAA-intro.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.0" +\version "2.11.35" \header{ texidoc = " diff --git a/input/lsr/ancient/adding-a-figured-bass-above-or-below-the-notes.ly b/input/lsr/ancient/adding-a-figured-bass-above-or-below-the-notes.ly index 8da9162ff7..1b2a10e884 100644 --- a/input/lsr/ancient/adding-a-figured-bass-above-or-below-the-notes.ly +++ b/input/lsr/ancient/adding-a-figured-bass-above-or-below-the-notes.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " When writing a figured bass, here's a way to specify if you want your diff --git a/input/lsr/ancient/ancient-fonts.ly b/input/lsr/ancient/ancient-fonts.ly index 5347e731cc..c4d25d92f8 100644 --- a/input/lsr/ancient/ancient-fonts.ly +++ b/input/lsr/ancient/ancient-fonts.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " Here are shown many (all?) of the symbols that are included in @@ -16,8 +16,8 @@ upperStaff = \context GregorianStaff = "upperStaff" << \override Staff.StaffSymbol #'line-count = #4 \transpose c c { - \override Staff.KeySignature #'style = #'vaticana - \override Staff.Accidental #'style = #'vaticana + \override Staff.KeySignature #'glyph-name-alist = #alteration-vaticana-glyph-name-alist + \override Staff.Accidental #'glyph-name-alist = #alteration-vaticana-glyph-name-alist \override NoteHead #'style = #'vaticana.punctum \key es \major \clef "vaticana-fa2" @@ -57,8 +57,8 @@ upperStaff = \context GregorianStaff = "upperStaff" << \override NoteHead #'style = #'vaticana.cephalicus es f - \override Staff.KeySignature #'style = #'medicaea - \override Staff.Accidental #'style = #'medicaea + \override Staff.KeySignature #'glyph-name-alist = #alteration-medicaea-glyph-name-alist + \override Staff.Accidental #'glyph-name-alist = #alteration-medicaea-glyph-name-alist \override Staff.Custos #'style = #'medicaea \override NoteHead #'style = #'medicaea.punctum \clef "medicaea-fa2" @@ -80,8 +80,8 @@ upperStaff = \context GregorianStaff = "upperStaff" << \override NoteHead #'style = #'medicaea.rvirga e! des! ces! - \override Staff.KeySignature #'style = #'hufnagel - \override Staff.Accidental #'style = #'hufnagel + \override Staff.KeySignature #'glyph-name-alist = #alteration-hufnagel-glyph-name-alist + \override Staff.Accidental #'glyph-name-alist = #alteration-hufnagel-glyph-name-alist \override Staff.Custos #'style = #'hufnagel \override NoteHead #'style = #'hufnagel.punctum \clef "hufnagel-fa2" @@ -257,8 +257,8 @@ lowerStaff = \context MensuralStaff = "lowerStaff" << \accepts MensuralVoice \consists Custos_engraver \override TimeSignature #'style = #'mensural - \override KeySignature #'style = #'mensural - \override Accidental #'style = #'mensural + \override KeySignature #'glyph-name-alist = #alteration-mensural-glyph-name-alist + \override Accidental #'glyph-name-alist = #alteration-mensural-glyph-name-alist \override Custos #'style = #'mensural \override Custos #'neutral-position = #3 \override Custos #'neutral-direction = #-1 @@ -275,8 +275,8 @@ lowerStaff = \context MensuralStaff = "lowerStaff" << \remove Time_signature_engraver \override StaffSymbol #'thickness = #2.0 \override StaffSymbol #'line-count = #4 - \override KeySignature #'style = #'vaticana - \override Accidental #'style = #'vaticana + \override KeySignature #'glyph-name-alist = #alteration-vaticana-glyph-name-alist + \override Accidental #'glyph-name-alist = #alteration-vaticana-glyph-name-alist \override Custos #'style = #'vaticana \override Custos #'neutral-position = #4 \override Custos #'neutral-direction = #-1 diff --git a/input/lsr/ancient/ancient-time-signatures.ly b/input/lsr/ancient/ancient-time-signatures.ly index 60ec1da944..0b6aa6e8c4 100644 --- a/input/lsr/ancient/ancient-time-signatures.ly +++ b/input/lsr/ancient/ancient-time-signatures.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " Time signatures may also be engraved in an old style. diff --git a/input/lsr/ancient/chant-or-psalms-notation.ly b/input/lsr/ancient/chant-or-psalms-notation.ly index b5263d1e8c..2e46df65bc 100644 --- a/input/lsr/ancient/chant-or-psalms-notation.ly +++ b/input/lsr/ancient/chant-or-psalms-notation.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " This form of notation is used for the chant of the Psalms, where verses diff --git a/input/lsr/ancient/custodes.ly b/input/lsr/ancient/custodes.ly index 422ad99d90..b4b695e5be 100644 --- a/input/lsr/ancient/custodes.ly +++ b/input/lsr/ancient/custodes.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " Custodes may be engraved in various styles. diff --git a/input/lsr/bagpipes/AAA-intro.ly b/input/lsr/bagpipes/AAA-intro.ly index 9a05820556..ccd27af3c5 100644 --- a/input/lsr/bagpipes/AAA-intro.ly +++ b/input/lsr/bagpipes/AAA-intro.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.0" +\version "2.11.35" \header{ texidoc = " diff --git a/input/lsr/chords/AAA-intro.ly b/input/lsr/chords/AAA-intro.ly index 9a05820556..ccd27af3c5 100644 --- a/input/lsr/chords/AAA-intro.ly +++ b/input/lsr/chords/AAA-intro.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.0" +\version "2.11.35" \header{ texidoc = " diff --git a/input/lsr/chords/adding-a-figured-bass-above-or-below-the-notes.ly b/input/lsr/chords/adding-a-figured-bass-above-or-below-the-notes.ly index 8da9162ff7..1b2a10e884 100644 --- a/input/lsr/chords/adding-a-figured-bass-above-or-below-the-notes.ly +++ b/input/lsr/chords/adding-a-figured-bass-above-or-below-the-notes.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " When writing a figured bass, here's a way to specify if you want your diff --git a/input/lsr/chords/changing-the-chord-names-to-german-or-semi-german-notation.ly b/input/lsr/chords/changing-the-chord-names-to-german-or-semi-german-notation.ly index 637ac6e73e..0e3f15df4a 100644 --- a/input/lsr/chords/changing-the-chord-names-to-german-or-semi-german-notation.ly +++ b/input/lsr/chords/changing-the-chord-names-to-german-or-semi-german-notation.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " The english naming of chords (default) can be changed to german diff --git a/input/lsr/chords/chord-name-exceptions.ly b/input/lsr/chords/chord-name-exceptions.ly index ee969ff492..e3ae4a9c4c 100644 --- a/input/lsr/chords/chord-name-exceptions.ly +++ b/input/lsr/chords/chord-name-exceptions.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " The property @code{chordNameExceptions} can used to store a list of diff --git a/input/lsr/chords/clusters.ly b/input/lsr/chords/clusters.ly index 3b9969c815..a86eca9e3c 100644 --- a/input/lsr/chords/clusters.ly +++ b/input/lsr/chords/clusters.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " Clusters are a device to denote that a complete range of notes is to be diff --git a/input/lsr/editorial/AAA-intro.ly b/input/lsr/editorial/AAA-intro.ly index 9a05820556..ccd27af3c5 100644 --- a/input/lsr/editorial/AAA-intro.ly +++ b/input/lsr/editorial/AAA-intro.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.0" +\version "2.11.35" \header{ texidoc = " diff --git a/input/lsr/editorial/applying-noteheads-styles-depending-on-the-step-of-the-scale.ly b/input/lsr/editorial/applying-noteheads-styles-depending-on-the-step-of-the-scale.ly index 24f8565730..91fa6e39e7 100644 --- a/input/lsr/editorial/applying-noteheads-styles-depending-on-the-step-of-the-scale.ly +++ b/input/lsr/editorial/applying-noteheads-styles-depending-on-the-step-of-the-scale.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " The shapeNoteStyles property gives you the ability to define various diff --git a/input/lsr/editorial/blanking-staff-lines-using-the--whiteout-command.ly b/input/lsr/editorial/blanking-staff-lines-using-the--whiteout-command.ly index 018e1d83d3..ff9215bf64 100644 --- a/input/lsr/editorial/blanking-staff-lines-using-the--whiteout-command.ly +++ b/input/lsr/editorial/blanking-staff-lines-using-the--whiteout-command.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " The \\whiteout command underlays a white box under a markup. Since diff --git a/input/lsr/editorial/changing-an-individual-notes-size-in-a-chord.ly b/input/lsr/editorial/changing-an-individual-notes-size-in-a-chord.ly index 15a7d26ca7..95a924b136 100644 --- a/input/lsr/editorial/changing-an-individual-notes-size-in-a-chord.ly +++ b/input/lsr/editorial/changing-an-individual-notes-size-in-a-chord.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " Individual noteheads in a chord can be modified with the @code{\\tweak} diff --git a/input/lsr/editorial/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly b/input/lsr/editorial/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly index 70f1183674..51f7bc520d 100644 --- a/input/lsr/editorial/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly +++ b/input/lsr/editorial/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " The appearance of slurs may be changed from solid to dotted or dashed. diff --git a/input/lsr/editorial/clefs-commonly-tweaked-properties.ly b/input/lsr/editorial/clefs-commonly-tweaked-properties.ly index 354ff14bdc..b4b9c6c8a7 100644 --- a/input/lsr/editorial/clefs-commonly-tweaked-properties.ly +++ b/input/lsr/editorial/clefs-commonly-tweaked-properties.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " The command @code{\\clef \"treble_8\"} is equivalent to setting diff --git a/input/lsr/editorial/coloring-objects.ly b/input/lsr/editorial/coloring-objects.ly index 5bb8777531..94e3e2f028 100644 --- a/input/lsr/editorial/coloring-objects.ly +++ b/input/lsr/editorial/coloring-objects.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " LilyPond gives you the ability to assign different colors to any grob diff --git a/input/lsr/editorial/creating-blank-staves.ly b/input/lsr/editorial/creating-blank-staves.ly index 00630f8180..df6579acad 100644 --- a/input/lsr/editorial/creating-blank-staves.ly +++ b/input/lsr/editorial/creating-blank-staves.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " To create blank staves, you must generate empty measures, removing also diff --git a/input/lsr/editorial/rhythmic-slashes.ly b/input/lsr/editorial/rhythmic-slashes.ly index e8e98093d0..3383d7e216 100644 --- a/input/lsr/editorial/rhythmic-slashes.ly +++ b/input/lsr/editorial/rhythmic-slashes.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " In \"simple\" lead-sheets, sometimes no actual notes are written, diff --git a/input/lsr/expressive/AAA-intro.ly b/input/lsr/expressive/AAA-intro.ly index 9a05820556..ccd27af3c5 100644 --- a/input/lsr/expressive/AAA-intro.ly +++ b/input/lsr/expressive/AAA-intro.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.0" +\version "2.11.35" \header{ texidoc = " diff --git a/input/lsr/expressive/adding-beams,-slurs,-ties-etc.-when-using-tuplet-and-non-tuplet-rythms..ly b/input/lsr/expressive/adding-beams,-slurs,-ties-etc.-when-using-tuplet-and-non-tuplet-rythms..ly index 5b5cb5bab3..7bd7544869 100644 --- a/input/lsr/expressive/adding-beams,-slurs,-ties-etc.-when-using-tuplet-and-non-tuplet-rythms..ly +++ b/input/lsr/expressive/adding-beams,-slurs,-ties-etc.-when-using-tuplet-and-non-tuplet-rythms..ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " LilyPond syntax can involve many unusual placements for parentheses, diff --git a/input/lsr/expressive/adding-parentheses-around-an-expressive-mark.ly b/input/lsr/expressive/adding-parentheses-around-an-expressive-mark.ly index 1e2d06718a..700416d65d 100644 --- a/input/lsr/expressive/adding-parentheses-around-an-expressive-mark.ly +++ b/input/lsr/expressive/adding-parentheses-around-an-expressive-mark.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " The parenthesize function is a special tweak that encloses objects in diff --git a/input/lsr/expressive/breathing-sign.ly b/input/lsr/expressive/breathing-sign.ly index 6de0a1371e..f2602b560c 100644 --- a/input/lsr/expressive/breathing-sign.ly +++ b/input/lsr/expressive/breathing-sign.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " Breathing signs are available in different tastes: commas (default), @@ -44,7 +44,7 @@ ticks, vees and `railroad tracks' (caesura). %% caesura \override BreathingSign #'text = - #(make-musicglyph-markup "scripts.caesura") + #(make-musicglyph-markup "scripts.caesura.curved") es8[ d] \breathe es[ f g f] | es2 r4 \bar "||" \break } diff --git a/input/lsr/expressive/broken-crescendo-hairpin.ly b/input/lsr/expressive/broken-crescendo-hairpin.ly index 12e3419bc2..2464e39f6b 100644 --- a/input/lsr/expressive/broken-crescendo-hairpin.ly +++ b/input/lsr/expressive/broken-crescendo-hairpin.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " In order to make parts of a crescendo hairpin invisible, the following diff --git a/input/lsr/expressive/caesura-railtracks-with-fermata.ly b/input/lsr/expressive/caesura-railtracks-with-fermata.ly index 1abdc103a0..4f59a536eb 100644 --- a/input/lsr/expressive/caesura-railtracks-with-fermata.ly +++ b/input/lsr/expressive/caesura-railtracks-with-fermata.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " A caesura is sometimes denoted with a double \"railtracks\" breath mark @@ -13,7 +13,7 @@ and a fermata. c''2. % use some scheme code to construct the symbol \override BreathingSign #'text = #(markup #:line - (#:musicglyph "scripts.caesura" + (#:musicglyph "scripts.caesura.curved" #:translate (cons -1.75 1.6) #:musicglyph "scripts.ufermata" )) diff --git a/input/lsr/expressive/center-text-below-hairpin-dynamics.ly b/input/lsr/expressive/center-text-below-hairpin-dynamics.ly index 4db721c4d5..1100ec7660 100644 --- a/input/lsr/expressive/center-text-below-hairpin-dynamics.ly +++ b/input/lsr/expressive/center-text-below-hairpin-dynamics.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " This example provides a function to typeset hairpin (de)crescendo with diff --git a/input/lsr/expressive/changing--flageolet-mark-size.ly b/input/lsr/expressive/changing--flageolet-mark-size.ly index 8184b9640d..0022d32263 100644 --- a/input/lsr/expressive/changing--flageolet-mark-size.ly +++ b/input/lsr/expressive/changing--flageolet-mark-size.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " To make the \\flageolet circle smaller you can use the following scheme diff --git a/input/lsr/expressive/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly b/input/lsr/expressive/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly index 70f1183674..51f7bc520d 100644 --- a/input/lsr/expressive/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly +++ b/input/lsr/expressive/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " The appearance of slurs may be changed from solid to dotted or dashed. diff --git a/input/lsr/expressive/combining-dynamics-with-markup-texts.ly b/input/lsr/expressive/combining-dynamics-with-markup-texts.ly index 69590e2297..c068e95e2d 100644 --- a/input/lsr/expressive/combining-dynamics-with-markup-texts.ly +++ b/input/lsr/expressive/combining-dynamics-with-markup-texts.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " Some dynamics may involve text indications (such as \"più forte\", diff --git a/input/lsr/expressive/creating-text-spanners.ly b/input/lsr/expressive/creating-text-spanners.ly index 25e0d7aa86..e9234128cb 100644 --- a/input/lsr/expressive/creating-text-spanners.ly +++ b/input/lsr/expressive/creating-text-spanners.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " The \\startTextSpan and \\stopTextSpan commands give you the ability to @@ -21,8 +21,9 @@ output. a \stopTextSpan \revert TextSpanner #'style - \override TextSpanner #'style = #'dashed-line - \override TextSpanner #'edge-height = #'(1 . -2) + \override TextSpanner #'style = #'dashed-line \override TextSpanner #'bound-details #'left #'text = \markup { \draw-line #'(0 . 1) } + \override TextSpanner #'bound-details #'right #'text = \markup { \draw-line #'(0 . -2) } + a \startTextSpan b c a \stopTextSpan diff --git a/input/lsr/expressive/line-arrows.ly b/input/lsr/expressive/line-arrows.ly index 94f3ecfff4..aec41cb3bc 100644 --- a/input/lsr/expressive/line-arrows.ly +++ b/input/lsr/expressive/line-arrows.ly @@ -3,7 +3,7 @@ texidoc = "Arrows can be applied to text-spanners and line-spanners (such as the Glissando)" } -\version "2.10.0" +\version "2.11.35" \paper { ragged-right = ##t diff --git a/input/lsr/guitar/AAA-intro.ly b/input/lsr/guitar/AAA-intro.ly index 9a05820556..ccd27af3c5 100644 --- a/input/lsr/guitar/AAA-intro.ly +++ b/input/lsr/guitar/AAA-intro.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.0" +\version "2.11.35" \header{ texidoc = " diff --git a/input/lsr/guitar/adding-fingerings-to-tablatures.ly b/input/lsr/guitar/adding-fingerings-to-tablatures.ly index a89d2a4646..648bf8204e 100644 --- a/input/lsr/guitar/adding-fingerings-to-tablatures.ly +++ b/input/lsr/guitar/adding-fingerings-to-tablatures.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " To add fingerings to tablatures, you can use a combination of diff --git a/input/lsr/percussion/AAA-intro.ly b/input/lsr/percussion/AAA-intro.ly index 9a05820556..ccd27af3c5 100644 --- a/input/lsr/percussion/AAA-intro.ly +++ b/input/lsr/percussion/AAA-intro.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.0" +\version "2.11.35" \header{ texidoc = " diff --git a/input/lsr/percussion/adding-drum-parts.ly b/input/lsr/percussion/adding-drum-parts.ly index e2bc963a38..9c4edf7469 100644 --- a/input/lsr/percussion/adding-drum-parts.ly +++ b/input/lsr/percussion/adding-drum-parts.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " LilyPond makes drums input quite easy, with powerful pre-configured diff --git a/input/lsr/piano/AAA-intro.ly b/input/lsr/piano/AAA-intro.ly index 9a05820556..ccd27af3c5 100644 --- a/input/lsr/piano/AAA-intro.ly +++ b/input/lsr/piano/AAA-intro.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.0" +\version "2.11.35" \header{ texidoc = " diff --git a/input/lsr/pitches/AAA-intro.ly b/input/lsr/pitches/AAA-intro.ly index 9a05820556..ccd27af3c5 100644 --- a/input/lsr/pitches/AAA-intro.ly +++ b/input/lsr/pitches/AAA-intro.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.0" +\version "2.11.35" \header{ texidoc = " diff --git a/input/lsr/pitches/adding-ambiti-per-voice.ly b/input/lsr/pitches/adding-ambiti-per-voice.ly index c313028e4f..55e5167e8d 100644 --- a/input/lsr/pitches/adding-ambiti-per-voice.ly +++ b/input/lsr/pitches/adding-ambiti-per-voice.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " Ambits can be added per voice. In that case, the ambitus must be moved diff --git a/input/lsr/pitches/ambiti-multiple-voices.ly b/input/lsr/pitches/ambiti-multiple-voices.ly index 2af6007a08..5b7984ccba 100644 --- a/input/lsr/pitches/ambiti-multiple-voices.ly +++ b/input/lsr/pitches/ambiti-multiple-voices.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " If you have multiple voices in a single staff and you want a single diff --git a/input/lsr/pitches/applying-noteheads-styles-depending-on-the-step-of-the-scale.ly b/input/lsr/pitches/applying-noteheads-styles-depending-on-the-step-of-the-scale.ly index 24f8565730..91fa6e39e7 100644 --- a/input/lsr/pitches/applying-noteheads-styles-depending-on-the-step-of-the-scale.ly +++ b/input/lsr/pitches/applying-noteheads-styles-depending-on-the-step-of-the-scale.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " The shapeNoteStyles property gives you the ability to define various diff --git a/input/lsr/pitches/clefs-commonly-tweaked-properties.ly b/input/lsr/pitches/clefs-commonly-tweaked-properties.ly index 354ff14bdc..b4b9c6c8a7 100644 --- a/input/lsr/pitches/clefs-commonly-tweaked-properties.ly +++ b/input/lsr/pitches/clefs-commonly-tweaked-properties.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " The command @code{\\clef \"treble_8\"} is equivalent to setting diff --git a/input/lsr/pitches/creating-a-sequence-of-notes-on-various-pitches.ly b/input/lsr/pitches/creating-a-sequence-of-notes-on-various-pitches.ly index 34672dffdd..05df751a33 100644 --- a/input/lsr/pitches/creating-a-sequence-of-notes-on-various-pitches.ly +++ b/input/lsr/pitches/creating-a-sequence-of-notes-on-various-pitches.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " In music that contains many occurrences of the same sequence of notes diff --git a/input/lsr/pitches/creating-music-with-scheme.ly b/input/lsr/pitches/creating-music-with-scheme.ly deleted file mode 100644 index 66e1579cde..0000000000 --- a/input/lsr/pitches/creating-music-with-scheme.ly +++ /dev/null @@ -1,93 +0,0 @@ -%% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" - -\header { texidoc = " -This example shows prelude in C major of WTK1, but coded using Scheme -functions to avoid typing work. -" } - -\version "2.10.0" - -\include "deutsch.ly" -#(define (transform music) - (let* ((es (ly:music-property music 'elements)) - (n (ly:music-property music 'name))) - (if (not (equal? n 'SequentialMusic)) - (ly:warning "transform needs SequentialMusic, got ~a" n) - (begin - (let recurse ((elts es)) - (if (not (equal? elts '())) - (begin - ((trans (ly:music-property (cadr elts) 'elements)) (car -elts)) - (set-cdr! elts (cddr elts)) - (recurse (cdr elts)) - ))))) - music - )) - -#(define ((trans pitches) music) - (let* ((es (ly:music-property music 'elements)) - (e (ly:music-property music 'element)) - (p (ly:music-property music 'pitch))) - - (if (pair? es) - (ly:music-set-property! - music 'elements - (map (trans pitches) es))) - - (if (ly:music? e) - (ly:music-set-property! - music 'element - ((trans pitches) e))) - - (if (ly:pitch? p) - (let* ((o (ly:pitch-octave p)) - (n (ly:pitch-notename p)) - (i (+ (* 7 o) n)) - (pes (ly:music-property (list-ref pitches i) 'elements)) - (pnew (ly:music-property (car pes) 'pitch)) - ) - (ly:music-set-property! music 'pitch pnew) - )) - music)) - - - - - - - -pat = \transpose c c' \repeat unfold 2 { - << { \context Staff = "up" {r8 e16 f g e f g } } - { \context Staff = "down" << - \context Voice = "vup" { \stemUp \tieUp r16 d8.~d4 } - \context Voice = "vdwn" { \stemDown c2 } - >> } - >> -} - -enda = { r8 f,16 a, c f c a, \stemUp c \change Staff = down - a, f, a, f, d, f, d, \change Staff = up \stemNeutral - r8 g16 h d' f' d' h d' h g h d f e\prall d 1^\fermata \bar -"|." -} -endb = {\stemUp \tieUp r16 c,8.~c,4~c,2 r16 h,,8.~h,,4~h,,2 c,1 \bar -"|."} -endc = {\stemDown \tieDown c,,2~c,, c,,~c,, c,,1_\fermata } - -\score { - \transpose c c' \context PianoStaff << - \new Staff = "up" { \clef "G" } - \new Staff = "down" { \clef "F" } - { \applyMusic #transform { - \pat {c e g c' e' } - \pat {c d a d' f' } - } - % Etc, we get the idea now - } - >> -} - - - diff --git a/input/lsr/pitches/dodecaphonic-style-accidentals-for-each-note-including-naturals.ly b/input/lsr/pitches/dodecaphonic-style-accidentals-for-each-note-including-naturals.ly index 5fb5e0e346..80e342eb34 100644 --- a/input/lsr/pitches/dodecaphonic-style-accidentals-for-each-note-including-naturals.ly +++ b/input/lsr/pitches/dodecaphonic-style-accidentals-for-each-note-including-naturals.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " In early XXth century works, starting with Schönberg, Berg and Webern diff --git a/input/lsr/pitches/generating-random-notes.ly b/input/lsr/pitches/generating-random-notes.ly index c565e37118..806a24df64 100644 --- a/input/lsr/pitches/generating-random-notes.ly +++ b/input/lsr/pitches/generating-random-notes.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " This Scheme-based snippet allows you to generate 32 random notes (or as diff --git a/input/lsr/pitches/makam.ly b/input/lsr/pitches/makam.ly index b8945f26c6..a11903fce8 100644 --- a/input/lsr/pitches/makam.ly +++ b/input/lsr/pitches/makam.ly @@ -7,7 +7,7 @@ } -\version "2.11.6" +\version "2.11.35" %{ diff --git a/input/lsr/pitches/non-traditional-key-signatures.ly b/input/lsr/pitches/non-traditional-key-signatures.ly index 5dec129cee..81d3333bc7 100644 --- a/input/lsr/pitches/non-traditional-key-signatures.ly +++ b/input/lsr/pitches/non-traditional-key-signatures.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " The commonly used @code{\\key} command sets the context property diff --git a/input/lsr/pitches/preventing-extra-naturals-from-being-automatically-added.ly b/input/lsr/pitches/preventing-extra-naturals-from-being-automatically-added.ly index cf2a95685b..ffba267f9c 100644 --- a/input/lsr/pitches/preventing-extra-naturals-from-being-automatically-added.ly +++ b/input/lsr/pitches/preventing-extra-naturals-from-being-automatically-added.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " In accordance with standard typesetting rules, a natural sign is diff --git a/input/lsr/pitches/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly b/input/lsr/pitches/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly index 3d28a1530a..863b573d36 100644 --- a/input/lsr/pitches/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly +++ b/input/lsr/pitches/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " When the key signature changes, natural signs are automatically printed diff --git a/input/lsr/pitches/transposing-pitches-with-minimum-accidentals-smart-transpose.ly b/input/lsr/pitches/transposing-pitches-with-minimum-accidentals-smart-transpose.ly index f549a284e5..59272727e9 100644 --- a/input/lsr/pitches/transposing-pitches-with-minimum-accidentals-smart-transpose.ly +++ b/input/lsr/pitches/transposing-pitches-with-minimum-accidentals-smart-transpose.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " There is a way to enforce enharmonic modifications for notes in order diff --git a/input/lsr/repeats/AAA-intro.ly b/input/lsr/repeats/AAA-intro.ly index 9a05820556..ccd27af3c5 100644 --- a/input/lsr/repeats/AAA-intro.ly +++ b/input/lsr/repeats/AAA-intro.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.0" +\version "2.11.35" \header{ texidoc = " diff --git a/input/lsr/rhythms/AAA-intro.ly b/input/lsr/rhythms/AAA-intro.ly index 9ff14a90d7..a252d0994c 100644 --- a/input/lsr/rhythms/AAA-intro.ly +++ b/input/lsr/rhythms/AAA-intro.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.11.23" +\version "2.11.35" \header{ texidoc = " @unnumbered Introduction diff --git a/input/lsr/rhythms/adding-beams,-slurs,-ties-etc.-when-using-tuplet-and-non-tuplet-rythms..ly b/input/lsr/rhythms/adding-beams,-slurs,-ties-etc.-when-using-tuplet-and-non-tuplet-rythms..ly index 5b5cb5bab3..7bd7544869 100644 --- a/input/lsr/rhythms/adding-beams,-slurs,-ties-etc.-when-using-tuplet-and-non-tuplet-rythms..ly +++ b/input/lsr/rhythms/adding-beams,-slurs,-ties-etc.-when-using-tuplet-and-non-tuplet-rythms..ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " LilyPond syntax can involve many unusual placements for parentheses, diff --git a/input/lsr/rhythms/adding-drum-parts.ly b/input/lsr/rhythms/adding-drum-parts.ly index e2bc963a38..9c4edf7469 100644 --- a/input/lsr/rhythms/adding-drum-parts.ly +++ b/input/lsr/rhythms/adding-drum-parts.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " LilyPond makes drums input quite easy, with powerful pre-configured diff --git a/input/lsr/rhythms/altering-the-number-of-stems-in-a-beam.ly b/input/lsr/rhythms/altering-the-number-of-stems-in-a-beam.ly index f50e78a766..d4be7969b1 100644 --- a/input/lsr/rhythms/altering-the-number-of-stems-in-a-beam.ly +++ b/input/lsr/rhythms/altering-the-number-of-stems-in-a-beam.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " You can alter the number of stems in a beam. In this example, two sets diff --git a/input/lsr/rhythms/automatic-beam-subdivisions.ly b/input/lsr/rhythms/automatic-beam-subdivisions.ly index 5a29afc85f..cae8469d14 100644 --- a/input/lsr/rhythms/automatic-beam-subdivisions.ly +++ b/input/lsr/rhythms/automatic-beam-subdivisions.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " Lilypond can subdivide beams automatically. Set the property diff --git a/input/lsr/rhythms/automatic-beams-two-per-two-in-4-4-or-2-2-time-signature.ly b/input/lsr/rhythms/automatic-beams-two-per-two-in-4-4-or-2-2-time-signature.ly index 4833af58b8..874177acc4 100644 --- a/input/lsr/rhythms/automatic-beams-two-per-two-in-4-4-or-2-2-time-signature.ly +++ b/input/lsr/rhythms/automatic-beams-two-per-two-in-4-4-or-2-2-time-signature.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " In time signature 2/2 or 4/4 the beam are @code{         _____         diff --git a/input/lsr/rhythms/beam-across-line-breaks.ly b/input/lsr/rhythms/beam-across-line-breaks.ly index d4113ed506..b6f672c7bc 100644 --- a/input/lsr/rhythms/beam-across-line-breaks.ly +++ b/input/lsr/rhythms/beam-across-line-breaks.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " By default, beams can't be printed across line breaks. Here's a way to diff --git a/input/lsr/rhythms/changing-time-signatures-inside-a-polymetric-section-using--compressmusic.ly b/input/lsr/rhythms/changing-time-signatures-inside-a-polymetric-section-using--compressmusic.ly index f9c3d377bd..b3497969e8 100644 --- a/input/lsr/rhythms/changing-time-signatures-inside-a-polymetric-section-using--compressmusic.ly +++ b/input/lsr/rhythms/changing-time-signatures-inside-a-polymetric-section-using--compressmusic.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " The measureLength variable, together with measurePosition, determines diff --git a/input/lsr/rhythms/chant-or-psalms-notation.ly b/input/lsr/rhythms/chant-or-psalms-notation.ly index b5263d1e8c..2e46df65bc 100644 --- a/input/lsr/rhythms/chant-or-psalms-notation.ly +++ b/input/lsr/rhythms/chant-or-psalms-notation.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " This form of notation is used for the chant of the Psalms, where verses diff --git a/input/lsr/rhythms/compound-time-signatures.ly b/input/lsr/rhythms/compound-time-signatures.ly index 385dbb28a0..58e7ef6f7e 100644 --- a/input/lsr/rhythms/compound-time-signatures.ly +++ b/input/lsr/rhythms/compound-time-signatures.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " Odd 20th century time signatures (such as \"5/8\") can often be played diff --git a/input/lsr/rhythms/conducting-signs,-measure-grouping-signs.ly b/input/lsr/rhythms/conducting-signs,-measure-grouping-signs.ly index c74cc4a60d..658bc82fe4 100644 --- a/input/lsr/rhythms/conducting-signs,-measure-grouping-signs.ly +++ b/input/lsr/rhythms/conducting-signs,-measure-grouping-signs.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " The Scheme function @code{set-time-signature}, in combination with the diff --git a/input/lsr/rhythms/controlling-tuplet-bracket-visibility.ly b/input/lsr/rhythms/controlling-tuplet-bracket-visibility.ly index 080f8f8cd2..48aff64b34 100644 --- a/input/lsr/rhythms/controlling-tuplet-bracket-visibility.ly +++ b/input/lsr/rhythms/controlling-tuplet-bracket-visibility.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " Default behaviour of tuplet-bracket visibility is to print a bracket diff --git a/input/lsr/rhythms/heavily-customized-polymetric-time-signatures.ly b/input/lsr/rhythms/heavily-customized-polymetric-time-signatures.ly index cff9805c63..8f3963d725 100644 --- a/input/lsr/rhythms/heavily-customized-polymetric-time-signatures.ly +++ b/input/lsr/rhythms/heavily-customized-polymetric-time-signatures.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " Though the set-time-signature thing was not the most essential here, it diff --git a/input/lsr/rhythms/rhythmic-slashes.ly b/input/lsr/rhythms/rhythmic-slashes.ly index e8e98093d0..3383d7e216 100644 --- a/input/lsr/rhythms/rhythmic-slashes.ly +++ b/input/lsr/rhythms/rhythmic-slashes.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " In \"simple\" lead-sheets, sometimes no actual notes are written, diff --git a/input/lsr/simultaneous/AAA-intro.ly b/input/lsr/simultaneous/AAA-intro.ly index 9a05820556..ccd27af3c5 100644 --- a/input/lsr/simultaneous/AAA-intro.ly +++ b/input/lsr/simultaneous/AAA-intro.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.0" +\version "2.11.35" \header{ texidoc = " diff --git a/input/lsr/simultaneous/changing-an-individual-notes-size-in-a-chord.ly b/input/lsr/simultaneous/changing-an-individual-notes-size-in-a-chord.ly index 15a7d26ca7..95a924b136 100644 --- a/input/lsr/simultaneous/changing-an-individual-notes-size-in-a-chord.ly +++ b/input/lsr/simultaneous/changing-an-individual-notes-size-in-a-chord.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " Individual noteheads in a chord can be modified with the @code{\\tweak} diff --git a/input/lsr/simultaneous/clusters.ly b/input/lsr/simultaneous/clusters.ly index 3b9969c815..a86eca9e3c 100644 --- a/input/lsr/simultaneous/clusters.ly +++ b/input/lsr/simultaneous/clusters.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " Clusters are a device to denote that a complete range of notes is to be diff --git a/input/lsr/simultaneous/combining-two-parts-on-the-same-staff.ly b/input/lsr/simultaneous/combining-two-parts-on-the-same-staff.ly index c31de07d25..7e059fd634 100644 --- a/input/lsr/simultaneous/combining-two-parts-on-the-same-staff.ly +++ b/input/lsr/simultaneous/combining-two-parts-on-the-same-staff.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " The part combiner tool ( \\partcombine command ) allows you to combine diff --git a/input/lsr/staff/AAA-intro.ly b/input/lsr/staff/AAA-intro.ly index 9a05820556..ccd27af3c5 100644 --- a/input/lsr/staff/AAA-intro.ly +++ b/input/lsr/staff/AAA-intro.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.0" +\version "2.11.35" \header{ texidoc = " diff --git a/input/lsr/staff/adding-ambiti-per-voice.ly b/input/lsr/staff/adding-ambiti-per-voice.ly index c313028e4f..55e5167e8d 100644 --- a/input/lsr/staff/adding-ambiti-per-voice.ly +++ b/input/lsr/staff/adding-ambiti-per-voice.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " Ambits can be added per voice. In that case, the ambitus must be moved diff --git a/input/lsr/staff/adding-an-extra-staff.ly b/input/lsr/staff/adding-an-extra-staff.ly index 38d41f1391..fedfc8947d 100644 --- a/input/lsr/staff/adding-an-extra-staff.ly +++ b/input/lsr/staff/adding-an-extra-staff.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " You can add (possibly temporarily) an extra staff after the beginning diff --git a/input/lsr/staff/adding-and-extra-staff-at-a-line-break.ly b/input/lsr/staff/adding-and-extra-staff-at-a-line-break.ly index 064f92d10b..f46bfe0b90 100644 --- a/input/lsr/staff/adding-and-extra-staff-at-a-line-break.ly +++ b/input/lsr/staff/adding-and-extra-staff-at-a-line-break.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " When adding a new Staff at a line break, LilyPond will unfortunately diff --git a/input/lsr/staff/changing-the-number-of-lines-in-a-staff.ly b/input/lsr/staff/changing-the-number-of-lines-in-a-staff.ly index 416e87d2fc..2da5aa4606 100644 --- a/input/lsr/staff/changing-the-number-of-lines-in-a-staff.ly +++ b/input/lsr/staff/changing-the-number-of-lines-in-a-staff.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " The number of lines in a staff may changed by overriding diff --git a/input/lsr/staff/changing-the-staff-size.ly b/input/lsr/staff/changing-the-staff-size.ly index b1b972ffdb..252ff41d76 100644 --- a/input/lsr/staff/changing-the-staff-size.ly +++ b/input/lsr/staff/changing-the-staff-size.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " In order to change staff sizes, both @code{staff-space} and diff --git a/input/lsr/staff/clefs-commonly-tweaked-properties.ly b/input/lsr/staff/clefs-commonly-tweaked-properties.ly index 354ff14bdc..b4b9c6c8a7 100644 --- a/input/lsr/staff/clefs-commonly-tweaked-properties.ly +++ b/input/lsr/staff/clefs-commonly-tweaked-properties.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " The command @code{\\clef \"treble_8\"} is equivalent to setting diff --git a/input/lsr/staff/creating-blank-staves.ly b/input/lsr/staff/creating-blank-staves.ly index 00630f8180..df6579acad 100644 --- a/input/lsr/staff/creating-blank-staves.ly +++ b/input/lsr/staff/creating-blank-staves.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " To create blank staves, you must generate empty measures, removing also diff --git a/input/lsr/staff/non-traditional-key-signatures.ly b/input/lsr/staff/non-traditional-key-signatures.ly index 5dec129cee..81d3333bc7 100644 --- a/input/lsr/staff/non-traditional-key-signatures.ly +++ b/input/lsr/staff/non-traditional-key-signatures.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " The commonly used @code{\\key} command sets the context property diff --git a/input/lsr/strings/AAA-intro.ly b/input/lsr/strings/AAA-intro.ly index 9a05820556..ccd27af3c5 100644 --- a/input/lsr/strings/AAA-intro.ly +++ b/input/lsr/strings/AAA-intro.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.0" +\version "2.11.35" \header{ texidoc = " diff --git a/input/lsr/strings/demo-midiinstruments.ly b/input/lsr/strings/demo-midiinstruments.ly index 83d9dc0d14..d37c3a3156 100644 --- a/input/lsr/strings/demo-midiinstruments.ly +++ b/input/lsr/strings/demo-midiinstruments.ly @@ -1,12 +1,12 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " Problem: How to know which MidiInstrument would be best for your composition? Solution: A Lilypond demo file. " } -%\version "2.11.31" +%\version "2.11.35" basemelodie = { c'4. \mf g c'16 b' c'' d'' | e'' d'' e'' f'' g''4 g'''4 r | r1 } melodie = { \tempo 4 = 150 \basemelodie } diff --git a/input/lsr/text/AAA-intro.ly b/input/lsr/text/AAA-intro.ly index 9a05820556..ccd27af3c5 100644 --- a/input/lsr/text/AAA-intro.ly +++ b/input/lsr/text/AAA-intro.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.0" +\version "2.11.35" \header{ texidoc = " diff --git a/input/lsr/text/adjusting-lyrics-vertical-spacing.ly b/input/lsr/text/adjusting-lyrics-vertical-spacing.ly index 3387c8bfb5..b4d91102a3 100644 --- a/input/lsr/text/adjusting-lyrics-vertical-spacing.ly +++ b/input/lsr/text/adjusting-lyrics-vertical-spacing.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " This snippets shows you how to bring the lyrics line closer to the diff --git a/input/lsr/text/aligning-and-centering-instrument-names.ly b/input/lsr/text/aligning-and-centering-instrument-names.ly index 09cf34a073..4918f421d8 100644 --- a/input/lsr/text/aligning-and-centering-instrument-names.ly +++ b/input/lsr/text/aligning-and-centering-instrument-names.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " Instrument names are generally printed at the left side of the staves. diff --git a/input/lsr/text/aligning-lyrics.ly b/input/lsr/text/aligning-lyrics.ly index 3776f486a5..26e8cd6149 100644 --- a/input/lsr/text/aligning-lyrics.ly +++ b/input/lsr/text/aligning-lyrics.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " You can specify different horizontal alignment for your lyrics, by diff --git a/input/lsr/text/blanking-staff-lines-using-the--whiteout-command.ly b/input/lsr/text/blanking-staff-lines-using-the--whiteout-command.ly index 018e1d83d3..ff9215bf64 100644 --- a/input/lsr/text/blanking-staff-lines-using-the--whiteout-command.ly +++ b/input/lsr/text/blanking-staff-lines-using-the--whiteout-command.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " The \\whiteout command underlays a white box under a markup. Since diff --git a/input/lsr/text/center-text-below-hairpin-dynamics.ly b/input/lsr/text/center-text-below-hairpin-dynamics.ly index 4db721c4d5..1100ec7660 100644 --- a/input/lsr/text/center-text-below-hairpin-dynamics.ly +++ b/input/lsr/text/center-text-below-hairpin-dynamics.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " This example provides a function to typeset hairpin (de)crescendo with diff --git a/input/lsr/text/combining-dynamics-with-markup-texts.ly b/input/lsr/text/combining-dynamics-with-markup-texts.ly index 69590e2297..c068e95e2d 100644 --- a/input/lsr/text/combining-dynamics-with-markup-texts.ly +++ b/input/lsr/text/combining-dynamics-with-markup-texts.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " Some dynamics may involve text indications (such as \"più forte\", diff --git a/input/lsr/text/combining-two-parts-on-the-same-staff.ly b/input/lsr/text/combining-two-parts-on-the-same-staff.ly index c31de07d25..7e059fd634 100644 --- a/input/lsr/text/combining-two-parts-on-the-same-staff.ly +++ b/input/lsr/text/combining-two-parts-on-the-same-staff.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " The part combiner tool ( \\partcombine command ) allows you to combine diff --git a/input/lsr/text/creating-text-spanners.ly b/input/lsr/text/creating-text-spanners.ly index 25e0d7aa86..e9234128cb 100644 --- a/input/lsr/text/creating-text-spanners.ly +++ b/input/lsr/text/creating-text-spanners.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " The \\startTextSpan and \\stopTextSpan commands give you the ability to @@ -21,8 +21,9 @@ output. a \stopTextSpan \revert TextSpanner #'style - \override TextSpanner #'style = #'dashed-line - \override TextSpanner #'edge-height = #'(1 . -2) + \override TextSpanner #'style = #'dashed-line \override TextSpanner #'bound-details #'left #'text = \markup { \draw-line #'(0 . 1) } + \override TextSpanner #'bound-details #'right #'text = \markup { \draw-line #'(0 . -2) } + a \startTextSpan b c a \stopTextSpan diff --git a/input/lsr/text/demonstrating-all-headers.ly b/input/lsr/text/demonstrating-all-headers.ly index 494a59c4f1..f0c899498b 100644 --- a/input/lsr/text/demonstrating-all-headers.ly +++ b/input/lsr/text/demonstrating-all-headers.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.12" +\version "2.11.35" \header { texidoc = " A demonstration of all headers. diff --git a/input/lsr/text/markup-lines.ly b/input/lsr/text/markup-lines.ly index 695d87dce1..4432ea2d86 100644 --- a/input/lsr/text/markup-lines.ly +++ b/input/lsr/text/markup-lines.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.11.25" +\version "2.11.35" \header { texidoc = "Text that can spread over pages is entered with the diff --git a/input/lsr/text/utf-8.ly b/input/lsr/text/utf-8.ly index d1bc933e78..ac56b70039 100644 --- a/input/lsr/text/utf-8.ly +++ b/input/lsr/text/utf-8.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.0" +\version "2.11.35" %% Edit this file using a Unicode aware editor, such as GVIM, GEDIT, Emacs diff --git a/input/lsr/vocal/AAA-intro.ly b/input/lsr/vocal/AAA-intro.ly index 9a05820556..ccd27af3c5 100644 --- a/input/lsr/vocal/AAA-intro.ly +++ b/input/lsr/vocal/AAA-intro.ly @@ -1,5 +1,5 @@ %% Do not edit this file; it is auto-generated from LSR! -\version "2.10.0" +\version "2.11.35" \header{ texidoc = "