From: Graham Percival <graham@percival-music.ca> Date: Fri, 17 Sep 2010 18:19:43 +0000 (+0100) Subject: LSR: update. X-Git-Tag: release/2.13.34-1~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=702cd4456282be9f638000fe464e99075f1e903a;p=lilypond.git LSR: update. --- diff --git a/Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly b/Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly index 04c1b6f1e9..010d32abcd 100644 --- a/Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly +++ b/Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly @@ -1,6 +1,7 @@ -%% Do not edit this file; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it -%% This file is in the public domain. +% Do not edit this file; it is automatically +% generated from Documentation/snippets/new +% This file is in the public domain. +%% Note: this file works from version 2.13.34 \version "2.13.34" \header { @@ -20,6 +21,7 @@ Many passages can be cued, but they cannot overlap each other in time. doctitle = "Adding orchestral cues to a vocal score" } % begin verbatim + cueWhile = #(define-music-function (parser location instrument name dir music) @@ -34,7 +36,7 @@ cueWhile = #} ) -flute = \relative c'' { +flute = \relative c'' { \transposition c' s4 s4 e g } diff --git a/Documentation/snippets/changing-the-tempo-without-a-metronome-mark.ly b/Documentation/snippets/changing-the-tempo-without-a-metronome-mark.ly index 1ccd122adc..8645cd7710 100644 --- a/Documentation/snippets/changing-the-tempo-without-a-metronome-mark.ly +++ b/Documentation/snippets/changing-the-tempo-without-a-metronome-mark.ly @@ -4,7 +4,7 @@ \version "2.13.31" \header { - lsrtags = "staff-notation, tweaks-and-overrides, midi" + lsrtags = "rhythms, tweaks-and-overrides, midi" %% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b texidoces = " diff --git a/Documentation/snippets/creating-metronome-marks-in-markup-mode.ly b/Documentation/snippets/creating-metronome-marks-in-markup-mode.ly index ee658bdc52..7182670d87 100644 --- a/Documentation/snippets/creating-metronome-marks-in-markup-mode.ly +++ b/Documentation/snippets/creating-metronome-marks-in-markup-mode.ly @@ -4,7 +4,7 @@ \version "2.13.31" \header { - lsrtags = "staff-notation" + lsrtags = "rhythms" %% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b texidoces = " diff --git a/Documentation/snippets/printing-metronome-and-rehearsal-marks-below-the-staff.ly b/Documentation/snippets/printing-metronome-and-rehearsal-marks-below-the-staff.ly index 57d974c520..2239a17966 100644 --- a/Documentation/snippets/printing-metronome-and-rehearsal-marks-below-the-staff.ly +++ b/Documentation/snippets/printing-metronome-and-rehearsal-marks-below-the-staff.ly @@ -4,7 +4,7 @@ \version "2.13.31" \header { - lsrtags = "expressive-marks, staff-notation, tweaks-and-overrides" + lsrtags = "rhythms, expressive-marks, tweaks-and-overrides" %% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b texidoces = " diff --git a/Documentation/snippets/rhythms.snippet-list b/Documentation/snippets/rhythms.snippet-list index 1e235be4c4..810bfc79fa 100644 --- a/Documentation/snippets/rhythms.snippet-list +++ b/Documentation/snippets/rhythms.snippet-list @@ -10,6 +10,7 @@ beams-across-line-breaks.ly changing-beam-knee-gap.ly changing-form-of-multi-measure-rests.ly changing-the-number-of-augmentation-dots-per-note.ly +changing-the-tempo-without-a-metronome-mark.ly changing-the-time-signature-without-affecting-the-beaming.ly changing-the-tuplet-number.ly changing-time-signatures-inside-a-polymetric-section-using--scaledurations.ly @@ -17,6 +18,7 @@ chant-or-psalms-notation.ly compound-time-signatures.ly conducting-signs,-measure-grouping-signs.ly controlling-tuplet-bracket-visibility.ly +creating-metronome-marks-in-markup-mode.ly engraving-ties-manually.ly engraving-tremolos-with-floating-beams.ly entering-several-tuplets-using-only-one--times-command.ly @@ -42,6 +44,7 @@ positioning-multi-measure-rests.ly preventing-final-mark-from-removing-final-tuplet.ly printing-bar-numbers-at-regular-intervals.ly printing-bar-numbers-inside-boxes-or-circles.ly +printing-metronome-and-rehearsal-marks-below-the-staff.ly printing-music-with-different-time-signatures.ly printing-the-bar-number-for-the-first-measure.ly redefining-grace-note-global-defaults.ly diff --git a/Documentation/snippets/staff-notation.snippet-list b/Documentation/snippets/staff-notation.snippet-list index d7c8ab725b..6d256b9d3a 100644 --- a/Documentation/snippets/staff-notation.snippet-list +++ b/Documentation/snippets/staff-notation.snippet-list @@ -2,11 +2,10 @@ adding-ambitus-per-voice.ly adding-an-extra-staff-at-a-line-break.ly adding-an-extra-staff.ly adding-indicators-to-staves-which-get-split-after-a-break.ly +adding-orchestral-cues-to-a-vocal-score.ly changing-the-number-of-lines-in-a-staff.ly changing-the-staff-size.ly -changing-the-tempo-without-a-metronome-mark.ly creating-blank-staves.ly -creating-metronome-marks-in-markup-mode.ly display-bracket-with-only-one-staff-in-a-system.ly forcing-measure-width-to-adapt-to-metronomemarks-width.ly incipit.ly @@ -18,7 +17,6 @@ mensurstriche-layout-bar-lines-between-the-staves.ly modern-tab-text-clef.ly nesting-staves.ly non-traditional-key-signatures.ly -printing-metronome-and-rehearsal-marks-below-the-staff.ly quoting-another-voice-with-transposition.ly quoting-another-voice.ly removing-the-first-empty-line.ly diff --git a/Documentation/snippets/vocal-music.snippet-list b/Documentation/snippets/vocal-music.snippet-list index a8d4c87149..5f5ee829ec 100644 --- a/Documentation/snippets/vocal-music.snippet-list +++ b/Documentation/snippets/vocal-music.snippet-list @@ -1,5 +1,6 @@ adding-ambitus-per-voice.ly adding-indicators-to-staves-which-get-split-after-a-break.ly +adding-orchestral-cues-to-a-vocal-score.ly adjusting-lyrics-vertical-spacing.ly ambitus-with-multiple-voices.ly ambitus.ly