lilypond-auto
[Top][All Lists]
Advanced

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

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


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Re: #4996 Make easyHeads correctly heed the fontSize context property
Date: Sat, 07 Oct 2017 16:08:57 +0000

James does the patches. I do GUB builds.

--
Phil Holmes

----- Original Message -----
From: Malte Meyn
To: [testlilyissues:issues]
Sent: Saturday, October 07, 2017 3:35 PM
Subject: [testlilyissues:issues] Re: #4996 Make easyHeads correctly heed the fontSize context property

Aw shucks. Maybe mark yourself as owner and the issue as "Started"?

Good to know, I’ll do that next time.

So what are we going to do? Want to fix up your version with my regtest
and possibly factor make-fontsize-markup into letter ?

If I understand correctly it’s no problem for Phil (?) to use either of our patches. So I’d suggest to use yours, but maybe use make-fontsize-markup instead of an override.


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

Status: Started
Created: Fri Nov 11, 2016 11:51 PM UTC by Simon Albrecht
Last Updated: Sat Oct 07, 2017 02:30 PM UTC
Owner: David Kastrup
Attachments:

a.. 4996.preview.png (5.6 kB; image/png)

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 you indicated interest in https://sourceforge.net/p/testlilyissues/issues/4996/

To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/


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

Status: Started
Created: Fri Nov 11, 2016 11:51 PM UTC by Simon Albrecht
Last Updated: Sat Oct 07, 2017 03:54 PM UTC
Owner: David Kastrup
Attachments:

Use make-fontsize-markup

http://codereview.appspot.com/330500043

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.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
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]