lilypond-user
[Top][All Lists]
Advanced

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

Re: Preventing a cautionary accidental


From: Aaron Hill
Subject: Re: Preventing a cautionary accidental
Date: Mon, 17 Sep 2018 14:53:13 -0700
User-agent: Roundcube Webmail/1.3.6

On 2018-09-17 2:38 pm, David Sumbler wrote:
%%%%%%%%%%%%%%%%%%
\version "2.19.82"

\language "english"

\score {
  \new Staff \with { \accidentalStyle modern } {
    \relative {
      \time 9/8
      e''8 fs gs a b c d e fs | g8 fs e d c b a g fs |
      } } }
%%%%%%%%%%%%%%%%%%

In the above example, a cautionary natural is given to the penultimate
note.  However, here it is not only unnecessary but is actually a
little confusing.

What is the simplest way of preventing the accidental from being
printed?

You could change the accidental style temporarily:

%%%%
e''8 fs gs a b c d e fs | g8 fs e d c b a \once \accidentalStyle forget g fs
%%%%

-- Aaron Hill



reply via email to

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