Re: More regular horizontal spacing

2019-10-11 Thread Simon Albrecht
Hi Urs, On 11.10.19 14:34, Urs Liska wrote: I don't really understand why the spacing of the right-hand barline is so different in the three systems, given that the music is basically the same. This looks like a bug, doesn’t it? A MWE would be great to have… Best, Simon __

Re: getting score information

2019-10-11 Thread Timothy Lanfear
On 10/10/2019 09:24, Michael Käppler wrote: For your second question, try this as a starting point: %%% \version "2.19.80" get-layout-header = #(define-scheme-function (score)    (ly:score?)    (let* ((output-defs (ly:score-output-defs score))   

Re: More regular horizontal spacing

2019-10-11 Thread Urs Liska
Hi Alexander, thanks for the suggestions. It didn't help, and I absolutely don't understand what *really* is going on here. However, I (reluctantly) got around with manually moving the barlines with extra-offset - which is sort-of acceptable when done in an include file with the edition-engr

Re: Horizontal spacing bug?

2019-10-11 Thread David Wright
On Fri 04 Oct 2019 at 11:15:09 (+0200), Pierre Perol-Schneider wrote: > Ok, here's a -- simple -- snippet (I should have start with it, sorry): > > %% > \version "2.19.83" > { s1 cis'4 } > { s1 ais4 } > { s1 fis4 } > { s1 ais''4 } > { s1 cis'''4 } > { s1 eis'''4 } > %% > > So it seems that the LP

Re: Why does skip cause extender line to grow?

2019-10-11 Thread David Wright
On Wed 09 Oct 2019 at 09:16:27 (-0500), Patrick Karl wrote: > On 10/8/19 1:58 PM, Kieren MacMillan wrote: > > > I don't understand why the extender includes the d4 in the third measure. > > Because you didn’t tell it to stop extending. ;) > I thought the single "__" initiated an extender that ende

Re: \partial and measure numbers

2019-10-11 Thread Carl Sorensen
On 10/11/19, 6:58 AM, "David Kastrup" wrote: "N. Andrew Walsh" writes: > Hi fff, > > > On Fri, Oct 11, 2019 at 2:25 PM foxfanfare wrote: > >> >> Hi, >> >> The traditional behavior is to not count a partial measure in the total, so >> yes it s

Re: More regular horizontal spacing

2019-10-11 Thread Alexander Kobel
Hi Urs, I tried to reproduce, but couldn't easily. Do you have a MWE? What I tried to test is from http://lilypond.org/doc/v2.19/Documentation/notation/proportional-notation In particular, strict-note-spacing; but I'm not sure what will happen if you try to combine strict-note-spacing = ##t wit

Re: \partial and measure numbers

2019-10-11 Thread David Kastrup
"N. Andrew Walsh" writes: > Hi fff, > > > On Fri, Oct 11, 2019 at 2:25 PM foxfanfare wrote: > >> >> Hi, >> >> The traditional behavior is to not count a partial measure in the total, so >> yes it should be counted as "0". If you want to count it, you should just >> add \set Score.currentBarNumbe

Re: Music function interfere with variable name

2019-10-11 Thread David Kastrup
foxfanfare writes: > In my piano scores, I use a lot a music function which can draw little hook > to indicate the hand separation. We discussed this in this post : > http://lilypond.1069038.n5.nabble.com/Layout-of-a-piano-hand-indicator-tp184061p212748.html > > I currently use the code that Harm

MetronomeMark customization

2019-10-11 Thread foxfanfare
Hi all, I wanted to customize the default appearance of the MetronomeMark. I wrote some little functions to achieve that and I used them a lot in my recent works. But now, I have in mind to prepare a new style sheet for which I would like to avoid as much as possible my customized function, but

More regular horizontal spacing

2019-10-11 Thread Urs Liska
Hi all, the attached is realized with a small line-width and manual breaks. I don't really understand why the spacing of the right-hand barline is so different in the three systems, given that the music is basically the same. Especially given that the music up to that point is more or less ho

Re: \partial and measure numbers

2019-10-11 Thread N. Andrew Walsh
Hi fff, On Fri, Oct 11, 2019 at 2:25 PM foxfanfare wrote: > > Hi, > > The traditional behavior is to not count a partial measure in the total, so > yes it should be counted as "0". If you want to count it, you should just > add \set Score.currentBarNumber = #2 before your first measure. > huh.

Re: \partial and measure numbers

2019-10-11 Thread foxfanfare
N. Andrew Walsh wrote > As I used to understand it, that first bar, with nothing but a rest, would > count as bar 1. But in my score, it's getting counted as "measure 0". Is > that expected behavior? Hi, The traditional behavior is to not count a partial measure in the total, so yes it should be

\partial and measure numbers

2019-10-11 Thread N. Andrew Walsh
Hi List, I haven't used Lily in about a year, and I'm confused about the way it handles the \partial command and measure numbers at the beginning of the score. I have the following: - \version "2.19.47" music = \relative c'' { %1 \partial 8 r8 | %2 r2 bes4 r }

Music function interfere with variable name

2019-10-11 Thread foxfanfare
Hi all, In my piano scores, I use a lot a music function which can draw little hook to indicate the hand separation. We discussed this in this post : http://lilypond.1069038.n5.nabble.com/Layout-of-a-piano-hand-indicator-tp184061p212748.html I currently use the code that Harm wrote last year. The