lilypond-user
[Top][All Lists]
Advanced

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

Atonic Key


From: Mehmet Okonsat
Subject: Atonic Key
Date: Wed, 28 Sep 2005 22:40:05 +0300

I'm sorry I do not remember the author of the function Atonic Key..
It works very well but it generates warnings as:
-------------------
warning: accidental `5' not found
-------------------
for example in the following test:
-------------------
\version "2.7.10"
atonicKey = { \set Staff.keySignature = #'((4 . 5)
                              (5 . 5)
                              (6 . 5)
                              (0 . 5)
                              (1 . 5)
                              (2 . 5)
                              (3 . 5))

\set Score.extraNatural = ##f }

\score { 
    \new Staff \with { \remove "Time_signature_engraver" }
        \relative c'' {
        \atonicKey
        \set Score.defaultBarType = ":" 
        d c b a 
        \set Score.measureLength = #(ly:make-moment 6 4)
        a b c d c b 
        \set Score.measureLength = #(ly:make-moment 2 4)
        a a b c 
        \set Score.measureLength = #(ly:make-moment 8 4)
        d c b a a b c d 
        \set Score.measureLength = #(ly:make-moment 1 4)
        a 
        \set Score.measureLength = #(ly:make-moment 4 4)
        b c d c 
        b a a b 
        c d c b 
        a a b8 a  b c 
        d c b a a4 b 
        c c2 b4 
        a2 a 
        b a 
        b a 
        b c 
        d c 
        b a4 a }
}
  \layout {  }
----------------------------
May it will be safer to get it with no warnings?
Thanks again


  

-- 
Best regards,
 Mehmet                          mailto:address@hidden






reply via email to

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