lilypond-user
[Top][All Lists]
Advanced

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

Re: Forced double accidental


From: Noeck
Subject: Re: Forced double accidental
Date: Fri, 14 Dec 2012 00:43:21 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0

Am 13.12.2012 09:16, schrieb Arle Lommel:
> Here is the snippet in question with the note where I need the
> cancellation natural plus the sharp bolded:
> 
>     \stemUp dis32[ disis32 eis32 fis32] fisis32[ gis32 gisis32 ais32]
>     e'!32[ *dis#32* cis32 ais32] [fisis32 dis32 cis32 ais32]
> 
A few remarks to your notes:
 - The last [ should probably be opened after the fisis32.
 - The 32 is necessary only once
 - The marked dis actually is in the same octave as the disis.
 - You are right, the extra natural is shown by default (same octave).

I think what you want is extraNatural = ##t as shown here. I moved the
first disis to check if it is shown even in a different octave.

\version "2.16.0"
{
  #(set-accidental-style 'modern)  % accidentals in different octaves
  \set Staff.extraNatural = ##t    % extra natural (which is not modern)
  \stemUp
  dis32[ disis' eis fis] fisis[ gis gisis ais]
  e'![ dis cis ais] fisis[ dis cis ais]
}

I do not know how to make the sharp bold (I would consider that to be a
bit exaggerated, though).

Cheers,
Joram



reply via email to

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