From: Urs Liska Date: Tue, 25 Mar 2014 10:59:54 +0000 (+0100) Subject: Issue 3890: Add doc for dodecaphonic-first accidental style X-Git-Tag: release/2.19.4-1~14 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b03be2f2cdd9ed43a4bcaa3091965c2f63e7146e;p=lilypond.git Issue 3890: Add doc for dodecaphonic-first accidental style --- diff --git a/Documentation/notation/pitches.itely b/Documentation/notation/pitches.itely index 5d24686420..b5cc66246d 100644 --- a/Documentation/notation/pitches.itely +++ b/Documentation/notation/pitches.itely @@ -2502,6 +2502,66 @@ musicB = { @end lilypond +@item dodecaphonic-first + +@cindex dodecaphonic accidental style +@cindex dodecaphonic style, neo-modern + +@funindex 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. + +@lilypond[quote] +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 + } + >> +} +@end lilypond + + @item teaching @cindex teaching accidental style