Discussion:
modern-straight and flat- flags too thick and too spaced apart
edes
2018-08-26 23:08:17 UTC
Permalink
Hello, list.

For some reason, when using modern-straight-flag or flat-flag, flags are
much thicker than normal beams, and the distance is also much bigger.

Straight and flat flags were widely used by modern composers like Pierre
Boulez and Karlheinz Stockhausen, and in all cases flags were treated like
beams, with the same distance and the same width.

Please see the attached examples and images (I'm using 2.12.0 from git).

BTW, the first flag does not align with the end of the stem.

Best,

e.

8< -----------------------------------------------------------

\version "2.21.0"

\layout {
\context {
\Score
\override Flag.stencil = #flat-flag
}
}

\relative c' {
<<
{
r8. d'16 d d d d d r8 r32 d32 d[ d d d] d32 r16. }
\\
{ r8. g,16 g g g g g r8 r32 g32 g[ g g g] g32 r16. }
}

8< -----------------------------------------------------------

\version "2.21.0"

\layout {
\context {
\Score
\override Flag.stencil = #modern-straight-flag
}
}

\relative c' {
<<
{
r8. d'16 d d d d d r8 r32 d32 d[ d d d] d32 r16. }
\\
{ r8. g,16 g g g g g r8 r32 g32 g[ g g g] g32 r16. }
}

8< -----------------------------------------------------------



--
Simon Albrecht
2018-09-05 18:23:48 UTC
Permalink
Thanks, this has been entered as
<https://sourceforge.net/p/testlilyissues/issues/5412/>.

Best, Simon
Post by edes
Hello, list.
For some reason, when using modern-straight-flag or flat-flag, flags are
much thicker than normal beams, and the distance is also much bigger.
Straight and flat flags were widely used by modern composers like Pierre
Boulez and Karlheinz Stockhausen, and in all cases flags were treated like
beams, with the same distance and the same width.
Please see the attached examples and images (I'm using 2.12.0 from git).
BTW, the first flag does not align with the end of the stem.
Best,
e.
8< -----------------------------------------------------------
\version "2.21.0"
\layout {
\context {
\Score
\override Flag.stencil = #flat-flag
}
}
\relative c' {
<<
{
r8. d'16 d d d d d r8 r32 d32 d[ d d d] d32 r16. }
\\
{ r8. g,16 g g g g g r8 r32 g32 g[ g g g] g32 r16. }
}
8< -----------------------------------------------------------
\version "2.21.0"
\layout {
\context {
\Score
\override Flag.stencil = #modern-straight-flag
}
}
\relative c' {
<<
{
r8. d'16 d d d d d r8 r32 d32 d[ d d d] d32 r16. }
\\
{ r8. g,16 g g g g g r8 r32 g32 g[ g g g] g32 r16. }
}
8< -----------------------------------------------------------
--
_______________________________________________
bug-lilypond mailing list
https://lists.gnu.org/mailman/listinfo/bug-lilypond
Loading...