X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fdodecaphonic-style-accidentals-for-each-note-including-naturals.ly;h=581a0a7eaf7bd350d9cbb6e1b2f92bf413530b50;hb=1423508c355989fa26a8cfe5985b0d6e1ab0a538;hp=d96f29c21d968da6a4997aa5341758906ca8f082;hpb=ae5cf53569c95d0e35e98a7abd292c4f8a82b528;p=lilypond.git diff --git a/input/lsr/dodecaphonic-style-accidentals-for-each-note-including-naturals.ly b/input/lsr/dodecaphonic-style-accidentals-for-each-note-including-naturals.ly index d96f29c21d..581a0a7eaf 100644 --- a/input/lsr/dodecaphonic-style-accidentals-for-each-note-including-naturals.ly +++ b/input/lsr/dodecaphonic-style-accidentals-for-each-note-including-naturals.ly @@ -1,10 +1,11 @@ %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.11.55" +\version "2.13.1" \header { lsrtags = "pitches" +%% Translation of GIT committish: 674a5f874c07063ae56d55be25c55fc3b4bdb7bf 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 @@ -19,6 +20,18 @@ notación. " +%% Translation of GIT committish: e75f1604a1b866c853dee42dbffcb7800c706a5f + texidocde = " + In Werken des fürhen 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 + ausgegeben, auch für unalterierte Tonhöhen, um das neue Verständnis + der Musiktheorie und Musiksprache zu verdeutlichen. + + Dieser Schnipsel zeigt, wie derartige Notationsregeln zu erstellen sind. + " + doctitlede = "Versetzungszeichen für jede Note im Stil der Zwölftonmusik" texidoc = " In early 20th century works, starting with Schoenberg, Berg and Webern @@ -33,25 +46,19 @@ This snippet shows how to achieve such notation rules. " doctitle = "Dodecaphonic-style accidentals for each note including naturals" } % begin verbatim -webernAccidentals = { - % the 5s are just "a value different from any accidental" - \set Staff.keySignature = #'((0 . 5) (1 . 5) (2 . 5) (3 . 5) - (4 . 5) (5 . 5) (6 . 5)) - \set Staff.extraNatural = ##f - #(set-accidental-style 'forget) -} \score { - { - \webernAccidentals + \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" + \Staff + \remove "Key_engraver" } } } +