Re: still cannot install on iMac

2025-05-15 Thread Martin Straeten
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

Re: Where is the new Lilypond release for MacOS with M1 arch?

2024-07-22 Thread Martin Straeten
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

Re: Using old definition of bass figures for 6\\, 7\\, 9\\ ...

2024-03-06 Thread Martin Straeten
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

Using old definition of bass figures for 6\\, 7\\, 9\\ ...

2024-03-04 Thread Martin Straeten
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

Re: Very large score (for benchmarking purposes)

2022-04-29 Thread Martin Straeten
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

Re: Ornamentation in Bach's piece

2021-09-20 Thread Martin Straeten
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 =

strange ragged-bottom system layout behavior with explicit \pageBreak

2017-01-06 Thread Martin Straeten
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

Re: Old Style Numbers in Title

2012-08-12 Thread Martin Straeten
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

Re: A couple house-style adaptment questions

2012-06-19 Thread Martin Straeten
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 >