]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/dodecaphonic-style-accidentals-for-each-note-including-naturals.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / Documentation / snippets / dodecaphonic-style-accidentals-for-each-note-including-naturals.ly
index 4fdf7cba4b22a01532bfb0125a217ff0e6444fb5..578964aee9d1068b96e6a1bb769f14f955687239 100644 (file)
@@ -1,31 +1,18 @@
-%% Do not edit this file; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
-%% This file is in the public domain.
-\version "2.13.4"
+% 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.14.0"
 
 \header {
-%% Translation of GIT committish: 59968a089729d7400f8ece38d5bc98dbb3656a2b
-  texidocfr = "
-Au début du XXème siècle, Schoenberg, Berg et Webern -- la « Seconde »
-école de Vienne -- imaginèrent de donner une importance comparable aux
-douze notes de la gamme chromatique, et éviter ainsi toute tonalité.
-Pour ce faire, ces compositions font apparaître une altération à chaque
-note, y compris un bécarre, pour mettre en exergue cette nouvelle
-approche de la théorie et du langage musicaux.
-
-Voici comment obtenir une telle notation.
-
-"
-  doctitlefr = "Le dodécaphonisme : toute note est altérée"
-
-
-  lsrtags = "pitches"
-
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
-  doctitlees = "Alteraciones de estilo dodecafónico para todas las notas, incluidas las naturales"
+%% Translation of GIT committish: 59caa3adce63114ca7972d18f95d4aadc528ec3d
+  doctitlees = "Alteraciones de estilo dodecafónico para todas las notas incluidas las naturales"
   texidoces = "
 En las obras de principios del s.XX, empezando por Schoenberg, Berg y
-Webern (la \"Segunda\" escuela de Viena), cada nota de la escala de
+Webern (la @qq{Segunda} escuela de Viena), cada nota de la escala de
 doce tonos se debe tratar con igualdad, sin ninguna jerarquía como los
 grados clásicos tonales.  Por tanto, estos compositores imprimen una
 alteración accidental para cada nota, incluso en las notas naturales,
@@ -36,9 +23,10 @@ notación.
 
 "
 
-%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
+
+%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
   texidocde = "
- In Werken des fürhen 20. Jahrhundert, angefangen mit Schönberg, Berg
+ In Werken des fhen 20. Jahrhundert, angefangen mit Schönberg, Berg
  und Webern (die zweite Wiener Schule), wird jeder Ton der
  Zwölftonleiter als gleichwertig erachtet, ohne hierarchische
  Ordnung.  Deshalb wird in dieser Musik für jede Note ein Versetzungszeichen
@@ -49,6 +37,22 @@ notación.
  "
   doctitlede = "Versetzungszeichen für jede Note im Stil der Zwölftonmusik"
 
+%% Translation of GIT committish: 58a29969da425eaf424946f4119e601545fb7a7e
+  texidocfr = "
+Au début du XXème siècle, Schoenberg, Berg et Webern -- la « Seconde »
+école de Vienne -- imaginèrent de donner une importance comparable aux
+douze notes de la gamme chromatique, et éviter ainsi toute tonalité.
+Pour ce faire, ces compositions font apparaître une altération à chaque
+note, y compris un bécarre, pour mettre en exergue cette nouvelle
+approche de la théorie et du langage musicaux.
+
+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
@@ -63,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.
 }