bug-lilypond
[Top][All Lists]
Advanced

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

modern-straight and flat- flags too thick and too spaced apart


From: edes
Subject: modern-straight and flat- flags too thick and too spaced apart
Date: Sun, 26 Aug 2018 20:08:17 -0300

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< -----------------------------------------------------------



--

Attachment: flat-flag.ly
Description: Text Data

Attachment: flat-flag.png
Description: PNG image

Attachment: modern-straight-flag.ly
Description: Text Data

Attachment: modern-straight-flag.png
Description: PNG image


reply via email to

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