lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #4996 Make eas


From: Auto mailings of changes to Lily Issues
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #4996 Make easyHeads correctly heed the fontSize context property
Date: Sat, 12 Nov 2016 10:47:12 +0000

More precisely, the note-head for easyHeads is constructed with note-head::brew-ez-stencil from scm/output-lib.scm. The used markup-commands are ensuring the final circle fits exactly between staff-lines by looking at staff-space (and line-thickness). So any size of the font will take no effect on the note-head-circle, unless staff-space changes.

In other words, the current coding disregards font changes by purpose.

So I'd say a design-decision is needed.

Obviously Simon votes for making it more flexible.
Others?


[issues:#4996] Make easyHeads correctly heed the fontSize context property

Status: Accepted
Created: Fri Nov 11, 2016 11:51 PM UTC by Simon Albrecht
Last Updated: Sat Nov 12, 2016 10:16 AM UTC
Owner: nobody
Attachments:

Unlike normal note heads, the note heads used after easyHeadsOn don’t correctly heed the fontSize context property, as altered by \huge and similar. The size of the letters in the note heads is changed indeed, but not the note heads themselves.

\version "2.19.49"
mus = {
  c' d' e' f'
  \easyHeadsOn
  c' d' e' f'
  \easyHeadsOff
  c' d' e' f'
}
<<
  \new Staff { \huge \mus }
  \new Staff { \teeny \mus }
>>

Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.

------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Testlilyissues-auto mailing list
address@hidden
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

reply via email to

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