there's no dmg for lilyponds recent versions
you need to download the darwin tar.gz package and extract it into an
arbitrary folder
https://gitlab.com/lilypond/lilypond/-/releases/v2.24.4/downloads/lilypond-2.24.4-darwin-x86_64.tar.gz
alternatively when using frescobaldi, then frescobaldi can do th
you can alter macports to use a local portfile for the update
(assuming the build requirements didn't change from 2.24.3 to 2.24.4
first create a local ports directory:
mkdir ~/ports/textproc/
cp -R "$(port dir lilypond)" ~/ports/textproc/
the edit the portfile in ~/ports/textproc/lilypond :
i
Thanks, that works fine
> Please try the attached solution.
>
>
>Werner
> \version "2.24.0"
>
> \paper{
> #(define fonts (set-global-fonts #:music "paganini"))
>
> #(add-text-replacements!
>`(("♭" . ,#{ \markup { \hspace #0.4 \raise #0.4 \smaller \smaller \flat }
> #})
> ; add
The special font figures introduced with 2.24 breaks old typesets using fonts
provided by https://github.com/OpenLilyPondFonts
Is there a way to switch to the old behaviour?
Kind regards, Martin
have a look at https://github.com/nsceaux/nenuvar
if it comes to really large and complex scores
Am Mi., 20. Apr. 2022 um 01:20 Uhr schrieb Jean Abou Samra <
j...@abou-samra.fr>:
> Hi there,
>
> By any chance, would anybody have a very large score to hand (say,
> something taking more than two mi
here my workround for this:
graceSchleifer =
#(define-music-function (parser location note) (ly:music?)
(make-music 'SequentialMusic
'elements (list #{
\once \override Voice.NoteHead #'stencil =
#ly:text-interface::print
\once \override Voice.NoteHead #'X-extent =
When forcing a pagebreak the layout behavior of ragged-bottom changes, see
sample:
%---
\version "2.19"
\paper{
paper-height = 125
ragged-bottom = ##t
annotate-spacing = ##t
}
\repeat unfold 60 \relative { c'4 d4 e4 f4 }
\pageBreak
\repeat unfold 60 \relative {c'4 d4 e4 f4}
%---
The first 6
Have a look at http://www.mrlauer.org/music/
The file http://www.mrlauer.org/static/etc/mrlutil.ly (utf8 section) provides
some commands to use oldstyle numbers and real smallcaps
Am 11.08.2012 um 14:31 schrieb Loïc Chahine :
> Dear all,
> In my scores, I use Adobe Caslon Pro for titles and oth
try new voice instead of new figured bass and put both voices in one staff:
\new Staff
<<
\new Voice { \figuremode { <6> <6> <6 5> <6 4 2> <5 4> <3> } }
\new Voice { \clef bass \relative c {c d e f g g, c2} }
>>
2012/6/18 Rodolfo Zitellini
> On Sun, Jun 17, 2012 at 2:09 PM, David Nalesnik
>