]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/dodecaphonic-style-accidentals-for-each-note-including-naturals.ly
Doc-es: run makelsr and update Changes, Tweaks, Input, Text, Vocal.
[lilypond.git] / Documentation / snippets / dodecaphonic-style-accidentals-for-each-note-including-naturals.ly
index c05feefe967d14e1802fcecbe1131fbc5e2f50bb..8f4689b6b09358a5b3f1aff2bb5eea10fc6fd752 100644 (file)
@@ -1,16 +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.13.36"
 
 \header {
-  lsrtags = "pitches"
-
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
-  doctitlees = "Alteraciones de estilo dodecafónico para todas las notas, incluidas las naturales"
+%% Translation of GIT committish: d0a39a10d625c28a43acd9641aefeb2c7218ab41
+  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,
@@ -21,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
@@ -33,7 +36,8 @@ notación.
  Dieser Schnipsel zeigt, wie derartige Notationsregeln zu erstellen sind.
  "
   doctitlede = "Versetzungszeichen für jede Note im Stil der Zwölftonmusik"
-%% Translation of GIT committish: 59968a089729d7400f8ece38d5bc98dbb3656a2b
+
+%% 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
@@ -48,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
@@ -62,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.
 }