Re: Changing font-name in \easyHeadsOn renders strange stem positions (and initiates warnings)

2023-08-14 Thread Viktor Mastoridis
> > Try > > \version "2.24.1" > > \new Staff { > \relative c { > \easyHeadsOn > \override NoteHead.font-name = "Ubuntu" > \override NoteHead.stem-attachment = > #(lambda (grob) > (if (eqv? UP (l

Re: Changing font-name in \easyHeadsOn renders strange stem positions (and initiates warnings)

2023-08-14 Thread Jean Abou Samra
uot;Dephunked BRK" > > I also get this warning: none of note heads `noteheads.s' or `noteheads.d' > found Try \version "2.24.1" \new Staff { \relative c { \easyHeadsOn \override NoteHead.font-name = "Ubuntu" \override NoteHead.s

Changing font-name in \easyHeadsOn renders strange stem positions (and initiates warnings)

2023-08-14 Thread Viktor Mastoridis
. \version "2.24.0" \new Staff { \relative c { \easyHeadsOn \override NoteHead.font-name = "Ubuntu" %\override NoteHead.stem-attachment = #'(1.05 . 0) c'8 d e g a b c d } } --- Viktor Mastoridis

Re: easyHeadsOn with numbers or solfege coded in <<{...}\\{..}>> construct

2014-05-05 Thread MING TSANG
Hi, pierre: On Monday, April 28, 2014 4:01:09 AM, Pierre Perol-Schneider wrote: 2014-04-28 4:32 GMT+02:00 MING TSANG : Hi, Pierre: Hi Emmanuel,   I remove the \EzNum from Female staff; I am expecting to see normal staff display, but it give me the easyNoteheadsOn .  I want female Staff disp

Re: easyHeadsOn with numbers or solfege coded in <<{...}\\{..}>> construct

2014-05-05 Thread MING TSANG
Hi, pierre: On Monday, April 28, 2014 4:01:09 AM, Pierre Perol-Schneider wrote: 2014-04-28 4:32 GMT+02:00 MING TSANG : Hi, Pierre: Hi Emmanuel,   I remove the \EzNum from Female staff; I am expecting to see normal staff display, but it give me the easyNoteheadsOn .  I want female Staff disp

Re: easyHeadsOn with numbers or solfege coded in <<{...}\\{..}>> construct

2014-04-30 Thread MING TSANG
Pierre: << On Wednesday, April 30, 2014 3:59:03 AM, Pierre Perol-Schneider wrote: 2014-04-30 0:34 GMT+02:00 MING TSANG : Hi,Pierre: Hi Emmanuel,   1. How can I Just increase the size of numbers inside the easyNoteheadsOn option? Right now the numbers is too small. A larger number inside the

Re: easyHeadsOn with numbers or solfege coded in <<{...}\\{..}>> construct

2014-04-30 Thread Pierre Perol-Schneider
2014-04-30 0:34 GMT+02:00 MING TSANG : > Hi,Pierre: > Hi Emmanuel, > 1. How can I Just increase the size of numbers inside the > easyNoteheadsOn option? Right now the numbers is too small. A larger number > inside the notehead will provide better sight reading. > Ez_noteheads-engraver is ma

Re: easyHeadsOn with numbers or solfege coded in <<{...}\\{..}>> construct

2014-04-29 Thread MING TSANG
ame tonic-pitch)) (delta (- 7 tonic-name)) (solfege-base lst) (solfege (take (drop solfege-base delta) 7)) (note-names (apply vector solfege))) ; (display solfege)(newline) (ly:grob-set-pro

Re: easyHeadsOn with numbers or solfege coded in <<{...}\\{..}>> construct

2014-04-28 Thread MING TSANG
Hi, Pierre: <<< On Monday, April 28, 2014 10:40:40 AM, Pierre Perol-Schneider wrote: 2014-04-28 14:08 GMT+02:00 MING TSANG :   I applied your change to my full score and I notice that the staff size for female-staff & male-staff are the same.  I am expecting the male-staff size is larger for

Re: easyHeadsOn with numbers or solfege coded in <<{...}\\{..}>> construct

2014-04-28 Thread Pierre Perol-Schneider
olfege))) ; (display solfege)(newline) (ly:grob-set-property! grob 'note-names note-names % set male staff elements sizes : mySize = #1.4 EzON = { \easyHeadsOn \override Staff.StaffSymbol.staff-space = \mySize \override Staff.Cl

Re: easyHeadsOn with numbers or solfege coded in <<{...}\\{..}>> construct

2014-04-28 Thread Pierre Perol-Schneider
(solfege-base lst) (solfege (take (drop solfege-base delta) 7)) (note-names (apply vector solfege))) ; (display solfege)(newline) (ly:grob-set-property! grob 'note-names note-names EzON = { \easyHeadsOn \

Re: easyHeadsOn with numbers or solfege coded in <<{...}\\{..}>> construct

2014-04-27 Thread MING TSANG
engraver)) (tonic-pitch (ly:context-property context 'tonic)) (tonic-name (ly:pitch-notename tonic-pitch)) (delta (- 7 tonic-name)) (solfege-base lst) (solfege (take (drop solfege-base delta) 7)) (note-n

Re: easyHeadsOn with numbers or solfege coded in <<{...}\\{..}>> construct

2014-04-27 Thread MING TSANG
Pierre, Thank you. You save my day. Emmanuel, Ming. On Sunday, April 27, 2014 6:37:18 PM, Pierre Perol-Schneider wrote: 2014-04-28 0:07 GMT+02:00 MING TSANG :   I try to code the following two lines for male staff >    instrumentName = \markup \center-column { "T." "B." } >    shortInstrumentN

Re: easyHeadsOn with numbers or solfege coded in <<{...}\\{..}>> construct

2014-04-27 Thread Pierre Perol-Schneider
(solfege (take (drop solfege-base delta) 7)) (note-names (apply vector solfege))) ; (display solfege)(newline) (ly:grob-set-property! grob 'note-names note-names EzON = { \easyHeadsOn \override StaffSymbol.st

Re: easyHeadsOn with numbers or solfege coded in <<{...}\\{..}>> construct

2014-04-27 Thread MING TSANG
(tonic-pitch (ly:context-property context 'tonic)) (tonic-name (ly:pitch-notename tonic-pitch)) (delta (- 7 tonic-name)) (solfege-base lst) (solfege (take (drop solfege-base delta) 7)) (no

Re: easyHeadsOn with numbers or solfege coded in <<{...}\\{..}>> construct

2014-04-27 Thread MING TSANG
Pierre, Thank you. It works. Emmanuel, Ming On Sunday, April 27, 2014 2:41:06 PM, Pierre Perol-Schneider wrote: 2014-04-27 20:06 GMT+02:00 MING TSANG : Hi, lilyponders: Hi Emmanuel,   Refer to the example (attached .ly file and png): >1. Bar 1, 5-6 female staff, not all notes are displayed

Re: easyHeadsOn with numbers or solfege coded in <<{...}\\{..}>> construct

2014-04-27 Thread Pierre Perol-Schneider
e lst) (solfege (take (drop solfege-base delta) 7)) (note-names (apply vector solfege))) ; (display solfege)(newline) (ly:grob-set-property! grob 'note-names note-names EzON = { \easyHeadsOn \override StaffSymbol.staff-sp

easyHeadsOn with numbers or solfege coded in <<{...}\\{..}>> construct

2014-04-27 Thread MING TSANG
)) (tonic-pitch (ly:context-property context 'tonic)) (tonic-name (ly:pitch-notename tonic-pitch)) (delta (- 7 tonic-name)) (solfege-base lst) (solfege (take (drop solfege-base delta) 7)) (note-names

EasyHeadsOn

2012-09-25 Thread pabuhr
I want large note names with EasyHeadsOn for teaching. I did the following hacks: 1. commented out the explicit setting of "NoteHead #'font-size" in EasyHeadsOn so I could increase the font size. 2. changed the constant dividend in Brew-ez-stencil: (radius (/ (+ s

Re: easyHeadsOn

2012-08-21 Thread eluze
pabuhr wrote > > > > 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 > ther

easyHeadsOn

2012-08-20 Thread pabuhr
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 directl