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 via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #4996 Make easyHeads correctly heed the fontSize context property
Date: Tue, 17 Oct 2017 19:14:12 +0000

Issue 4996/1: Add regtest for scalable easy noteheads
author  David Kastrup <address@hidden> 
    Sat, 7 Oct 2017 13:57:03 +0100 (14:57 +0200)
committer   David Kastrup <address@hidden> 
    Tue, 17 Oct 2017 11:25:44 +0100 (12:25 +0200)
commit  3717a2561ff0d61091f296736ee43395c92e5621
~~

Issue 4996/2: Make easyHeads correctly heed the fontSize context property
author David Kastrup address@hidden
Sat, 7 Oct 2017 13:59:42 +0100 (14:59 +0200)
committer David Kastrup address@hidden
Tue, 17 Oct 2017 11:25:44 +0100 (12:25 +0200)
commit b309ea7a04c3b87a88a56c5b087271c5aa24f6f9
~~~


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

Status: Fixed
Labels: Fixed_2_21_0
Created: Fri Nov 11, 2016 11:51 PM UTC by Simon Albrecht
Last Updated: Tue Oct 17, 2017 09:49 AM 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]