lilypond-user
[Top][All Lists]
Advanced

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

easyHeadsOn


From: pabuhr
Subject: easyHeadsOn
Date: Mon, 20 Aug 2012 22:09:04 -0700

This is probably a historical issue after reading some older posts, but I can't
directly change the size of the notehead for "easyHeadsOn". I want the note
heads to be BIG so it is easy to read (and pronounce) the note. Below is my
attempt at adjusting the notehead size directly. Changing the value of
font-size makes no difference in the output.

\version "2.15.41"

\relative c' {
  \override Score.NoteHead #'font-size = #-7
  \override Score.NoteHead #'font-size = #7
  \override Score.NoteHead #'color = #red
  \easyHeadsOn
  a4 b c d e f g
}

Yes, it is possible to indirectly change the relative size of the notehead for
easyHeadsOn by increasing the global-staff-size. However, to get the notehead
large enough to read the letters, I had to use a value of 50, which means there
is almost no music on a page.

So go big or go home with easyHeadsOn! ;-)



reply via email to

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