lilypond-user
[Top][All Lists]
Advanced

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

Re: Ambitus - emphasizing pitch


From: Thomas Morley
Subject: Re: Ambitus - emphasizing pitch
Date: Sun, 9 Mar 2014 22:09:51 +0100

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]