lilypond-user
[Top][All Lists]
Advanced

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

Re: removing sharp sign


From: Eluze
Subject: Re: removing sharp sign
Date: Tue, 01 May 2012 13:03:55 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120327 Thunderbird/11.0.1



Am 01.05.2012 12:29, schrieb Helge Kruse:
Hello,
I am transcribing a score. I want to keep it as similar to the original as possible.

In the following excerpt the C-sharp is continued with a tie on the next line. The measure #3 at the new line starts with C-sharp. When you have the tie from measure #3 to #4 the sharp is omitted. But surprisingly the C-sharp in the appoggiatura has the sharp sign.

1. How can I remove the # inside this grace note?

\version "2.14.2"

violineTwo = \relative c' {
  \repeat unfold 16 c16
  a'8.( b16) b8.\mordent( a32 b) cis8-. cis, cis4~ | % 40
  cis8 b16 a b8-. b-. \appoggiatura{cis16} b8 a  r8 cis~ | % 41
  cis \repeat unfold 14 e16
}

hi

maybe this could help:

\override Accidental #'hide-tied-accidental-after-break = ##t

I'm not sure about the first version this override was introduced, I found it in the v2.15.37 docs!

Eluze



reply via email to

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