>From 0034e6dec57ad71f3e49968c3ae0a5741d56d52a Mon Sep 17 00:00:00 2001 From: Urs Liska Date: Tue, 25 Mar 2014 11:59:54 +0100 Subject: [PATCH 2/2] Issue 3890: Add doc for dodecaphonic-first accidental style --- Documentation/notation/pitches.itely | 60 ++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/Documentation/notation/pitches.itely b/Documentation/notation/pitches.itely index 5d24686..b5cc662 100644 --- a/Documentation/notation/pitches.itely +++ b/Documentation/notation/pitches.itely @@ -2502,6 +2502,66 @@ musicB = { @end lilypond address@hidden dodecaphonic-first + address@hidden dodecaphonic accidental style address@hidden dodecaphonic style, neo-modern + address@hidden dodecaphonic-first + +Similar to the dodecaphonic accidental style @emph{every} pitch +gets an accidental sign, but only the first time it is encountered +in a measure. Accidentals are only remembered for the actual octave +but throughout voices. + address@hidden +musicA = { + << + \relative c' { + cis'8 fis, bes4 8 f bis4 | + cis2. 4 | + } + \\ + \relative c' { + ais'2 cis, | + fis8 b a4 cis2 | + } + >> +} + +musicB = { + \clef bass + \new Voice { + \voiceTwo \relative c' { + 8[ + \change Staff = up + cis' cis + \change Staff = down + ] + \showStaffSwitch + \change Staff = up + dis'4 | + \change Staff = down + 4 gis 2 | + } + } +} + +\new PianoStaff { + << + \context Staff = "up" { + \accidentalStyle dodecaphonic-first + \musicA + } + \context Staff = "down" { + \accidentalStyle dodecaphonic-first + \musicB + } + >> +} address@hidden lilypond + + @item teaching @cindex teaching accidental style -- 1.7.9.5