lilypond-devel
[Top][All Lists]
Advanced

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

Re: removing unwanted accidentals


From: Stephen
Subject: Re: removing unwanted accidentals
Date: Thu, 14 Apr 2005 14:31:40 -0500

Given all the options for automatic accidentals: voice, modern, modern-voice, piano, no-reset, forget, and default, one of them must answer every situation if you take the time to learn them. I find it confusing when there are multiple ways to do the same thing. I'd look carefully at the current options before I wrote a new option.

In the example, '\set Score.currentBarNumber = #1' creates the problem. I don't see why the numbering is reset there other than to remove the number from that bar because it collides with the mark "D". There must be another way to suppress the bar number at that bar.

However, I fixed it by setting the accidental style to 'forget'. See? there is already a way to do it.

Stephen

----- Original Message ----- From: "Erik Sandberg" <address@hidden>
To: <address@hidden>
Sent: Monday, April 11, 2005 3:53 PM
Subject: removing unwanted accidentals


Hi,

There seems to be a need for a way to notate that a single note should _not_
have an accidental displayed, something like a 'force-no-accidental'
property.

I think there was a discussion about this over a year ago, without a
conclusion. Now there have been 2 or 3 (implicit) requests for it in a short
time, and IMHO it's a reasonable feature.

Also it looks pretty trivial to implement; may I give it a try?

Erik

On Sunday 10 April 2005 14.32, Karl Hammar wrote:
How do I remove the unwanted explicit flats in the next to last
measure in:

\version "2.4.2"

\relative c'' {
  \override Score.BarNumber  #'break-visibility = #end-of-line-invisible
  \mark #03
  \clef treble
  \key c \minor
  a2 b |
  d1 |
  \mark #04
  \set Score.currentBarNumber = #1
  d2 es8. as,16 bes8 c |
%         ^     ^ unwanted explicit flats here
  d1
}

Regards
/Karl




_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user


_______________________________________________
lilypond-devel mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Attachment: unwanted-page1.png
Description: PNG image

Attachment: unwanted.ly
Description: Text Data


reply via email to

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