]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/new/dodecaphonic-style-accidentals-for-each-note-including-naturals.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / Documentation / snippets / new / dodecaphonic-style-accidentals-for-each-note-including-naturals.ly
1 \version "2.14.0"
2
3 \header {
4   lsrtags = "pitches"
5   texidoc = "
6 In early 20th century works, starting with Schoenberg, Berg and Webern
7 (the @qq{Second} Viennese school), every pitch in the twelve-tone scale
8 has to be regarded as equal, without any hierarchy such as the
9 classical (tonal) degrees. Therefore, these composers print one
10 accidental for each note, even at natural pitches, to emphasize their
11 new approach to music theory and language.
12
13 This snippet shows how to achieve such notation rules.
14
15 "
16   doctitle = "Dodecaphonic-style accidentals for each note including naturals"
17 }
18
19 \markup {
20   This snippet is deprecated as of version 2.12 and
21   will be removed from the documentation in 2.14.
22 }
23