lilypond-user
[Top][All Lists]
Advanced

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

Re: Ambitus - emphasizing pitch


From: Mátyás Seress
Subject: Re: Ambitus - emphasizing pitch
Date: Mon, 10 Mar 2014 17:39:41 +0100

Thank you, it solved the problem!


2014-03-09 22:09 GMT+01:00 Thomas Morley <address@hidden>:
2014-03-09 20:03 GMT+01:00 Mátyás Seress <address@hidden>:
> Hi all,
>
> the following is my question: how can I make it happen, that in the ambitus
> the pitches are emphasized, like when you write "c!" instead of "c". Because
> right now the ambitus engraver supposes that the key is known.


Hi,

try:

\version "2.14.2"

\new Voice
  \with { \consists "Ambitus_engraver" keySignature = #'() }
    \relative c'' {
      \key c \minor
      ees,2 dis'
    }

Please consider upgrade to current stable, i.e. 2.18.0

Cheers,
  Harm


reply via email to

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