lilypond-user
[Top][All Lists]
Advanced

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

Re: How to fix bad overlap between normalsize and smaller note sharp, f


From: Ben
Subject: Re: How to fix bad overlap between normalsize and smaller note sharp, flat, natural?
Date: Sat, 21 Oct 2017 15:48:22 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

On 10/21/2017 1:11 PM, Pieter Terpstra wrote:
Dear lilypond users,
How would you recommend to fix this?

Most kindly,

   Peter

Have an example here:
\version "2.18.2"

\relative c'' {
\key gis \minor
\time 2/4
<<  { 
   % Voice "1"
   \teeny
   g16 ais b cis d e fis gis | eis, fis gis a eis!4
   } \\ {
  % Voice "2" 
  g4 d' | eis,4 eis!
   } >> 
}
   


Hello,

Which accidentals did you want to show, the larger one?
You could just do a few overrides I think, like this:
(see attached)

Is this what you meant?


\version "2.18.2"

\relative c'' {
\key gis \minor
\time 2/4
<<  {
   % Voice "1"
   \teeny
   \once \override Accidental #'stencil = ##f
   g16 ais b
   cis \once \override Accidental #'stencil = ##f
   d e fis gis
   \once \override Accidental #'stencil = ##f
   | eis, fis gis a \once \override Accidental #'stencil = ##f
   eis!4
   } \\ {
  % Voice "2"
  g4 d' | eis,4 eis!
   } >>
}
  

Attachment: accid.png
Description: PNG image


reply via email to

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