lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Webern-style accidentals & transposition


From: Rune Zedeler
Subject: Re: Webern-style accidentals & transposition
Date: Fri, 31 Aug 2007 22:57:38 +0200
User-agent: Thunderbird 1.5.0.12 (X11/20070604)

David F. Place skrev:

1.) accidentals before every note (including naturals)

2.) transposition without creating a key signature

%%% begin %%%

\version "2.10.0"

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)
}

\layout {
  \context { \Staff \remove Key_engraver }
}
\score {
  {
    \webernAccidentals
    c' dis' cis' cis'
    c' dis' cis' cis'
    c' c' dis' des'
  }
}

%%% end %%%

-Rune




reply via email to

[Prev in Thread] Current Thread [Next in Thread]