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 xhero...@gmail.com On Sun, Jun 17, 2012 at 2:09 PM, David Nalesnik

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 loic.chah...@hotmail.fr: Dear all, In my scores, I use Adobe Caslon

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

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 =

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

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: 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