lilypond-user
[Top][All Lists]
Advanced

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

Re: Making flags a bit thicker? Changing distance between key signature


From: Simon Albrecht
Subject: Re: Making flags a bit thicker? Changing distance between key signature elements?
Date: Mon, 30 May 2016 12:08:27 +0200

On 30.05.2016 11:53, Federico Bruni wrote:
Il giorno lun 30 mag 2016 alle 11:13, Stanislav <address@hidden> ha scritto:
Now I mainly
use Musescore, which is a wonderful piece of software,
but as of yet it cannot change the width of flags
and chance distance between key signature elements.
Can those things be done in Lilypond?

I've looked at:
http://lilypond.org/doc/v2.19/Documentation/internals/flag

and thought that X-extent could have been the right property

Theoretically ‘thickness’ would be the right property, except flags are font glyphs. And unfortunately the *-straight-flag stencil procedures don’t heed any settings for thickness:

%%%%%%%%%%%%%%%
\version "2.18.2" % tested with 2.19.42 as well
\layout {
  \context {
    \Voice
    \override Flag.stencil = #old-straight-flag
    \override Flag.thickness = 5
  }
}

{
  8 16\noBeam 32
}
%%%%%%%%%%%%%%%

Best, Simon



reply via email to

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