Skip to content

Instantly share code, notes, and snippets.

@shoorick
Created March 4, 2013 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shoorick/5083769 to your computer and use it in GitHub Desktop.
Save shoorick/5083769 to your computer and use it in GitHub Desktop.
Sample where new key signs (naturals and sharps/flats) divided by bar: ♮ | ♯
\version "2.14.2"
\relative c' {
\key e \major
\cadenzaOn
e4 gis b a
s
\key a \minor
s256
\cadenzaOff
\bar "|"
% usual measure
\key c \minor
as4 es bes c
\cadenzaOn
bes f' c d
s
\key a \minor
s256
\cadenzaOff
\bar "|"
\key d \minor
d4 f e c
}
@shoorick
Copy link
Author

shoorick commented Mar 4, 2013

Sample of divising key signs by bar: naturals ♮ moved before bar, sharps ♯ and flats ♭ remains after bar.

in Russian:
Пример разделения ключевых знаков альтерации тактовой чертой: бекары ♮ стоя́т слева от черты, диезы ♯ и бемоли ♭ — справа.

Result

See http://shoorick.ru/2013/12/12/break-key-signs/ for simpler method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment