]> git.donarmstrong.com Git - lilypond.git/commitdiff
snippets: run makelsr.py locally.
authorGraham Percival <graham@percival-music.ca>
Tue, 1 Mar 2011 09:06:29 +0000 (09:06 +0000)
committerGraham Percival <graham@percival-music.ca>
Tue, 1 Mar 2011 09:06:29 +0000 (09:06 +0000)
12 files changed:
Documentation/snippets/ancient-headword.ly
Documentation/snippets/chords-headword.ly
Documentation/snippets/dodecaphonic-style-accidentals-for-each-note-including-naturals.ly
Documentation/snippets/editorial-headword.ly
Documentation/snippets/engravers-one-by-one.ly
Documentation/snippets/figured-bass-headword.ly
Documentation/snippets/fretted-headword.ly
Documentation/snippets/hymn-template.ly
Documentation/snippets/partcombine-and-autobeamoff.ly
Documentation/snippets/pitches-headword.ly
Documentation/snippets/simultaneous-headword.ly
Documentation/snippets/text-headword.ly

index 3b0029dd32c927811a81b2c4f8c6aa05d8701dab..371b90fc4d3f38fcfe35575ff3a27e52cfd5621a 100644 (file)
 } % begin verbatim
 
 
-\layout {
-  \context {
-    \Score
-    \override PaperColumn #'keep-inside-line = ##t
-    \override NonMusicalPaperColumn #'keep-inside-line = ##t
-  }
-}
-
 \include "gregorian.ly"
 
 \score {
index 2e0572b13acf906f97ac1ef66c13637300096ea2..102d1c529ec75ca841afd242602187a5512c78ff 100644 (file)
 
 
 
-\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
index d8b20b2dc879270e72a9a2fbd8c64aa7d524f826..bcebf46d6dbd76f58474039c5abcea381b1cda88 100644 (file)
@@ -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.
 }
 
index 2c0634256a30ebb470330c329390b7508cd4d6d7..6ecd7d062d241ac92fbb71d6ff2c5527bda4f650 100644 (file)
 } % 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
index e75021d8020076009786a1a57a5366ca6b9f1e96..8757f7d8f372685ddb39b7ece70d24aed316c29a 100644 (file)
@@ -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
index f580581d624e056dba8859f4f03441be3076f307..084ca9ccc217f9004caa2d22221399e7512cd7c8 100644 (file)
   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
 
 
index 1688f9d2907a15c31f1552029bf9d41b5e16d2ec..c2312c92f12087b5b400d11b778600b17ea6a589 100644 (file)
@@ -30,8 +30,6 @@
   \context {
     \Score
     \remove "Bar_number_engraver"
-    \override PaperColumn #'keep-inside-line = ##t
-    \override NonMusicalPaperColumn #'keep-inside-line = ##t
   }
 }
 
index 5be241fc6b97d1ca2bb9b09219a199aeb181b956..a8d8c8bc5c5cf2fa811e7c13515f76fc23d75125 100644 (file)
@@ -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 = "
index 3589444037e50196dc374ea1b743c0381ae7cb63..81c5590f70c626abd28510e46b456c209fb58924 100644 (file)
@@ -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
index 4388c7e5feccc84b15ccaa1978939dcc55a01815..0d6b06fac1e485173478730787f81685c121d0f4 100644 (file)
   indent = 0\cm
 }
 
-\layout {
-  \context {
-    \Score
-    \override PaperColumn #'keep-inside-line = ##t
-    \override NonMusicalPaperColumn #'keep-inside-line = ##t
-  }
-}
-
 % NR 1.1 Pitches
 
 \header {
index 137e3818517f9441f64c7e9972661218975e73a2..2e69cb45fa2b99c4af2921a7bb0db20b1a41027d 100644 (file)
   indent = 0\cm
 }
 
-\layout {
-  \context {
-    \Score
-    \override PaperColumn #'keep-inside-line = ##t
-    \override NonMusicalPaperColumn #'keep-inside-line = ##t
-  }
-}
-
-
 \header {
   lsrtags = "headwords"
   texidoc = ""
index 507215dac5442f697fc5360b22b2ffecd500561c..0ea3413cfc38b4839d5fde9ce536f08d805f56fe 100644 (file)
 } % 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