From a8405fd3a46fa9c60d1969f612730cec12c735cb Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 1 Mar 2011 09:06:29 +0000 Subject: [PATCH] snippets: run makelsr.py locally. --- Documentation/snippets/ancient-headword.ly | 8 ----- Documentation/snippets/chords-headword.ly | 8 ----- ...entals-for-each-note-including-naturals.ly | 35 +++++++------------ Documentation/snippets/editorial-headword.ly | 8 ----- .../snippets/engravers-one-by-one.ly | 22 ++++++------ .../snippets/figured-bass-headword.ly | 8 ----- Documentation/snippets/fretted-headword.ly | 2 -- Documentation/snippets/hymn-template.ly | 1 - .../snippets/partcombine-and-autobeamoff.ly | 2 -- Documentation/snippets/pitches-headword.ly | 8 ----- .../snippets/simultaneous-headword.ly | 9 ----- Documentation/snippets/text-headword.ly | 8 ----- 12 files changed, 25 insertions(+), 94 deletions(-) diff --git a/Documentation/snippets/ancient-headword.ly b/Documentation/snippets/ancient-headword.ly index 3b0029dd32..371b90fc4d 100644 --- a/Documentation/snippets/ancient-headword.ly +++ b/Documentation/snippets/ancient-headword.ly @@ -22,14 +22,6 @@ } % begin verbatim -\layout { - \context { - \Score - \override PaperColumn #'keep-inside-line = ##t - \override NonMusicalPaperColumn #'keep-inside-line = ##t - } -} - \include "gregorian.ly" \score { diff --git a/Documentation/snippets/chords-headword.ly b/Documentation/snippets/chords-headword.ly index 2e0572b13a..102d1c529e 100644 --- a/Documentation/snippets/chords-headword.ly +++ b/Documentation/snippets/chords-headword.ly @@ -21,14 +21,6 @@ -\layout { - \context { - \Score - \override PaperColumn #'keep-inside-line = ##t - \override NonMusicalPaperColumn #'keep-inside-line = ##t - } -} - theChords = \chordmode { \time 2/2 f1 | c2 f2 | f1 | c2 f2| %\break diff --git a/Documentation/snippets/dodecaphonic-style-accidentals-for-each-note-including-naturals.ly b/Documentation/snippets/dodecaphonic-style-accidentals-for-each-note-including-naturals.ly index d8b20b2dc8..bcebf46d6d 100644 --- a/Documentation/snippets/dodecaphonic-style-accidentals-for-each-note-including-naturals.ly +++ b/Documentation/snippets/dodecaphonic-style-accidentals-for-each-note-including-naturals.ly @@ -1,14 +1,13 @@ -%% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it -%% Make any changes in LSR itself, or in Documentation/snippets/new/ , -%% and then run scripts/auxiliar/makelsr.py -%% -%% This file is in the public domain. -\version "2.12.2" +% DO NOT EDIT this file manually; it is automatically +% generated from Documentation/snippets/new +% Make any changes in Documentation/snippets/new/ +% and then run scripts/auxiliar/makelsr.py +% +% This file is in the public domain. +%% Note: this file works from version 2.13.36 +\version "2.13.36" \header { - lsrtags = "pitches" - %% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec doctitlees = "Alteraciones de estilo dodecafónico para todas las notas incluidas las naturales" texidoces = " @@ -53,6 +52,7 @@ Voici comment obtenir une telle notation. doctitlefr = "Le dodécaphonisme : toute note est altérée" + lsrtags = "pitches" texidoc = " In early 20th century works, starting with Schoenberg, Berg and Webern (the @qq{Second} Viennese school), every pitch in the twelve-tone scale @@ -67,18 +67,9 @@ This snippet shows how to achieve such notation rules. doctitle = "Dodecaphonic-style accidentals for each note including naturals" } % begin verbatim -\score { - \new Staff { - #(set-accidental-style 'dodecaphonic) - c'4 dis' cis' cis' - c'4 dis' cis' cis' - c'4 c' dis' des' - } - \layout { - \context { - \Staff - \remove "Key_engraver" - } - } + +\markup { + This snippet is deprecated as of version 2.12 and + will be removed from the documentation in 2.14. } diff --git a/Documentation/snippets/editorial-headword.ly b/Documentation/snippets/editorial-headword.ly index 2c0634256a..6ecd7d062d 100644 --- a/Documentation/snippets/editorial-headword.ly +++ b/Documentation/snippets/editorial-headword.ly @@ -22,14 +22,6 @@ } % begin verbatim -\layout { - \context { - \Score - \override PaperColumn #'keep-inside-line = ##t - \override NonMusicalPaperColumn #'keep-inside-line = ##t - } -} - % NR 1.7 Editorial annotations % Beethoven, Op. 31, No. 3 diff --git a/Documentation/snippets/engravers-one-by-one.ly b/Documentation/snippets/engravers-one-by-one.ly index e75021d802..8757f7d8f3 100644 --- a/Documentation/snippets/engravers-one-by-one.ly +++ b/Documentation/snippets/engravers-one-by-one.ly @@ -1,14 +1,13 @@ -%% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it -%% Make any changes in LSR itself, or in Documentation/snippets/new/ , -%% and then run scripts/auxiliar/makelsr.py -%% -%% This file is in the public domain. -\version "2.12.2" +% DO NOT EDIT this file manually; it is automatically +% generated from Documentation/snippets/new +% Make any changes in Documentation/snippets/new/ +% and then run scripts/auxiliar/makelsr.py +% +% This file is in the public domain. +%% Note: this file works from version 2.13.52 +\version "2.13.52" \header { - lsrtags = "contexts-and-engravers" - %% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec texidoces = " Del problema central de la notación, esto es, crear un determinado @@ -38,6 +37,8 @@ alteraciones, líneas de compás, etc. forman un contexto de pentagrama, " doctitlees = "Los grabadores uno por uno" + lsrtags = "contexts-and-engravers" + texidoc = " The notation problem, creating a certain symbol, is handled by plugins. Each plugin is called an Engraver. In this example, engravers are @@ -78,7 +79,8 @@ topVoice = \relative c' { b4 b16[-. b-. b-. cis-.] d4-> -} +} % begin verbatim + botVoice = \relative c' { \key d \major diff --git a/Documentation/snippets/figured-bass-headword.ly b/Documentation/snippets/figured-bass-headword.ly index f580581d62..084ca9ccc2 100644 --- a/Documentation/snippets/figured-bass-headword.ly +++ b/Documentation/snippets/figured-bass-headword.ly @@ -13,14 +13,6 @@ indent = 1.5\cm } -\layout { - \context { - \Score - \override PaperColumn #'keep-inside-line = ##t - \override NonMusicalPaperColumn #'keep-inside-line = ##t - } -} - % NR 2.7.3 Figured bass diff --git a/Documentation/snippets/fretted-headword.ly b/Documentation/snippets/fretted-headword.ly index 1688f9d290..c2312c92f1 100644 --- a/Documentation/snippets/fretted-headword.ly +++ b/Documentation/snippets/fretted-headword.ly @@ -30,8 +30,6 @@ \context { \Score \remove "Bar_number_engraver" - \override PaperColumn #'keep-inside-line = ##t - \override NonMusicalPaperColumn #'keep-inside-line = ##t } } diff --git a/Documentation/snippets/hymn-template.ly b/Documentation/snippets/hymn-template.ly index 5be241fc6b..a8d8c8bc5c 100644 --- a/Documentation/snippets/hymn-template.ly +++ b/Documentation/snippets/hymn-template.ly @@ -18,7 +18,6 @@ añadir los versos como texto independiente debajo de la música. " doctitlees = "Plantilla para himnos" - %% Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506 texidocde = " diff --git a/Documentation/snippets/partcombine-and-autobeamoff.ly b/Documentation/snippets/partcombine-and-autobeamoff.ly index 3589444037..81c5590f70 100644 --- a/Documentation/snippets/partcombine-and-autobeamoff.ly +++ b/Documentation/snippets/partcombine-and-autobeamoff.ly @@ -47,7 +47,6 @@ necesario hacer tres llamadas a @code{\\autoBeamOff}. " doctitlees = "Partcombine y autoBeamOff" - %% Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506 texidocde = " @@ -79,7 +78,6 @@ wenn man es mit @code{\\partcombine} verwendet, muss @code{\\autoBeamOff} " doctitlede = "Partcombine und autoBeamOff" - %% Translation of GIT committish: e1a149d0cc60b02e86209387958f4028567dd366 texidocfr = " Le fonction @code{@bs{}autoBeamOff} dans le cadre d'un diff --git a/Documentation/snippets/pitches-headword.ly b/Documentation/snippets/pitches-headword.ly index 4388c7e5fe..0d6b06fac1 100644 --- a/Documentation/snippets/pitches-headword.ly +++ b/Documentation/snippets/pitches-headword.ly @@ -14,14 +14,6 @@ indent = 0\cm } -\layout { - \context { - \Score - \override PaperColumn #'keep-inside-line = ##t - \override NonMusicalPaperColumn #'keep-inside-line = ##t - } -} - % NR 1.1 Pitches \header { diff --git a/Documentation/snippets/simultaneous-headword.ly b/Documentation/snippets/simultaneous-headword.ly index 137e381851..2e69cb45fa 100644 --- a/Documentation/snippets/simultaneous-headword.ly +++ b/Documentation/snippets/simultaneous-headword.ly @@ -14,15 +14,6 @@ indent = 0\cm } -\layout { - \context { - \Score - \override PaperColumn #'keep-inside-line = ##t - \override NonMusicalPaperColumn #'keep-inside-line = ##t - } -} - - \header { lsrtags = "headwords" texidoc = "" diff --git a/Documentation/snippets/text-headword.ly b/Documentation/snippets/text-headword.ly index 507215dac5..0ea3413cfc 100644 --- a/Documentation/snippets/text-headword.ly +++ b/Documentation/snippets/text-headword.ly @@ -21,14 +21,6 @@ } % begin verbatim -\layout { - \context { - \Score - \override PaperColumn #'keep-inside-line = ##t - \override NonMusicalPaperColumn #'keep-inside-line = ##t - } -} - % NR 1.8 Text % L. v. Beethoven, Op. 110 -- 2.39.5