lilypond-user
[Top][All Lists]
Advanced

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

Function or command to omit only certain accidentals of a chord?


From: Stefano Troncaro
Subject: Function or command to omit only certain accidentals of a chord?
Date: Wed, 31 Jan 2018 17:27:51 -0300

Hello again everyone!

Suppose I have the following example:
\version "2.19.80"
\language "english"

command = {
  %What should go here to omit the sharp while keeping the natural?
}

\score {
  \new Staff {
    \new Voice \relative c'' { 
      \key b \minor \accidentalStyle modern
      \partial 4 <as c,> |
      <b b,> \command <a cs,> <g d~> <fs d> 
    }
  }
}
If for whatever reason I wanted to omit the sharp while keeping the natural sign of the <a cs,>, obviously \once \omit Accidental won't work. I'm at a loss as to how to tackle this problem, and looking through the documentation hasn't helped.

Does anyone have an idea?
Stéfano

reply via email to

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