Hi everyone, first post here. I have been working on developing a personal
style for my sheet music and I have run into a bit of a snag. I am using an
alternative notation font (Arnold from the Music Type Foundry), but I have a
couple of situations where I would like an alternative notehead style.
My god. I swear I had tried that multiple ways including adding the
#(add-music-fonts fonts 'emmentaler "emmentaler" "emmentaler"
feta-design-size-mapping (/ staff-height pt 20))
But for some reason what you typed worked perfectly this time. I have no
idea what I was doing wrong, but you f
Hi all,
I have written a scheme that allows me to change the stencil of a time
signature to allow for fractional meter:
#(define ((fractional-time-signature a b c d) grob)
(grob-interpret-markup grob
(markup #:override '(baseline-skip . .1)
(#:number (#:center-column (
Oh wow. Thank you so much! That seems to work perfectly!
--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html
Is there a way to fill in just the middle part of a half note (or whole note
too) with white? I have tried \whiteout, but that gives me white around the
notehead as well.
Thank you,
Brian
--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html
Interesting. That will most likely work.
Thank you!
Brian
--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html
This is definitely an option as well. Thank you!
--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html
Can anyone point me to a good resource or two for learning scheme? I have
looked through the examples on Lilypond.org and a few on lilypondblog.org,
but I am looking for more in depth examples of things like if statements and
more complex use of variables.
Should I just look up books on Guile?
Thank you to everyone in the thread for sending me down a very informative
rabbit hole. I've spent the last week or so learning, and came up with
version one of what I have been looking to accomplish.
Thank you again. I have never seen such a helpful and informative mailing
list before.
Brian