Re: Dispositioned notehead in chord when staffsize=14 and clef=bass

2019-03-24 Thread Martin Tarenskeen
On Sun, 24 Mar 2019, Martin Tarenskeen wrote: See attached example "staffsize14.ly" and "staffsize14.pdf" output. Using lilypond 2.19.82 on Linux Fedora. What's happening here? I tried some more staffsizes. I'm seeing dispositioned noteheads when staffsize

Re: Dispositioned notehead in chord when staffsize=14 and clef=bass

2019-03-24 Thread Thomas Morley
Am So., 24. März 2019 um 14:25 Uhr schrieb Martin Tarenskeen : > > > Hi, > > A bumped into a strange bug with a dispositioned notehead. > > See attached example "staffsize14.ly" and "staffsize14.pdf" output. > Using lilypond 2.19.82 on Linux Fedora. > > What's happening here? Looks like #5303 layo

Re: Dispositioned notehead in chord when staffsize=14 and clef=bass

2019-03-24 Thread Phil Holmes
- Original Message - From: "Federico Bruni" To: "Martin Tarenskeen" Cc: "bug-lilypond mailinglist" ; "lilypond-user mailinglist" Sent: Sunday, March 24, 2019 5:14 PM Subject: Re: Dispositioned notehead in chord when staffsize=14 and clef=bas

Re: Dispositioned notehead in chord when staffsize=14 and clef=bass

2019-03-24 Thread Federico Bruni
Il giorno dom 24 mar 2019 alle 14:22, Martin Tarenskeen ha scritto: Hi, A bumped into a strange bug with a dispositioned notehead. See attached example "staffsize14.ly" and "staffsize14.pdf" output. Using lilypond 2.19.82 on Linux Fedora. What's happening here? I confirm it. Same prob

Dispositioned notehead in chord when staffsize=14 and clef=bass

2019-03-24 Thread Martin Tarenskeen
sic = \relative c{ \clef bass 4| | } \score { \new Staff { \mymusic } \header { piece = "default staffsize" } \layout {} } \score { \new Staff { \mymusic } \header { piece = "staffsize 16" } \layout { #(layout-set-staff-size 16) } } \sco

Re: staffSize music function unreliable at LP v2.19.16

2015-03-04 Thread Simon Albrecht
lso the wrongly flipped f’s such as to suit the surrounding notes. HTH, Simon Am 03.03.2015 um 15:37 schrieb Cynthia Karl: The following snippet: \version "2.19.15" staffSize = #(define-music-function (parser location new-size) (number?) #{ \set fontSize = #new-size \override

Re: staffSize music function unreliable at LP v2.19.16

2015-03-03 Thread Keith OHara
Simon Albrecht mail.de> writes: > > Well, there’s reason enough to redirect this to bug-lilypond, isn’t > it? Thanks for finding the bug, and confirming that it is a bug and not just a misunderstanding, and narrowing down the cause, and posting to bug-lilypond. The relevant code did no

Re: staffSize music function unreliable at LP v2.19.16

2015-03-03 Thread David Nalesnik
On Tue, Mar 3, 2015 at 4:35 PM, Simon Albrecht wrote: > Well, there’s reason enough to redirect this to bug-lilypond, isn’t it? > Somehow, Mozilla Thunderbird messes up the code examples, so I can’t do so > well. Perhaps the OP’s and Harm’s first mails in the thread, respectively, > should suffi

Re: staffSize music function unreliable at LP v2.19.16

2015-03-03 Thread Simon Albrecht
Well, there’s reason enough to redirect this to bug-lilypond, isn’t it? Somehow, Mozilla Thunderbird messes up the code examples, so I can’t do so well. Perhaps the OP’s and Harm’s first mails in the thread, respectively, should suffice for illustration. ~Simon Am 03.03.2015 um 23:01 schrieb

Re: staffSize music function unreliable at LP v2.19.16

2015-03-03 Thread David Nalesnik
On Tue, Mar 3, 2015 at 3:59 PM, David Nalesnik wrote: > > > On Tue, Mar 3, 2015 at 3:44 PM, David Nalesnik > wrote: > >> Harm, >> >> On Tue, Mar 3, 2015 at 3:30 PM, Thomas Morley >> wrote: >>> >>> >>> thanks for testing. So this function may use as a test-case. >>> >>> No idea whats causing thi

Re: staffSize music function unreliable at LP v2.19.16

2015-03-03 Thread David Nalesnik
g output that the default-direction of the downstemmed F and B is 0--CENTER. This means that Stem::calc-direction (in lily/stem.cc) will take the property 'neutral-direction. This property is supposed to specify the direction of a note on the midline--B only in our case. F should have a def

Re: staffSize music function unreliable at LP v2.19.16

2015-03-03 Thread David Nalesnik
Harm, On Tue, Mar 3, 2015 at 3:30 PM, Thomas Morley wrote: > > > thanks for testing. So this function may use as a test-case. > > No idea whats causing this bug, though. And because I'm not able to > reproduce it, I can't help furthermore :( > I don't think I could do anything either. I wouldn'

Re: staffSize music function unreliable at LP v2.19.16

2015-03-03 Thread Thomas Morley
gt;>> 2.18.2 still does it correctly. >>> >>> I will test my linux machine later. >>> >>> I'd say this constitutes a regression? The staffSize function doesn't >>> seem to do anything fancy or unusual. >>> >>> On Tu

Re: staffSize music function unreliable at LP v2.19.16

2015-03-03 Thread SoundsFromSound
Cynthia Karl wrote > The following snippet: > > \version "2.19.15" > > staffSize = #(define-music-function (parser location new-size) (number?) > #{ > \set fontSize = #new-size > \override StaffSymbol #'staff-space = #(magstep new-size) > \override

Re: staffSize music function unreliable at LP v2.19.16

2015-03-03 Thread David Nalesnik
t; >> I'd say this constitutes a regression? The staffSize function doesn't >> seem to do anything fancy or unusual. >> >> On Tue, Mar 3, 2015 at 3:47 PM, Phil Holmes wrote: >> >>> I can confirm the problem on windows. Using a greater range of notes

Re: staffSize music function unreliable at LP v2.19.16

2015-03-03 Thread James Worlton
X (10.9.5) with 2.19.16. >> >> 2.18.2 still does it correctly. >> >> I will test my linux machine later. >> >> I'd say this constitutes a regression? The staffSize function doesn't >> seem to do anything fancy or unusual. >> >> On Tue, Mar 3, 2015

Re: staffSize music function unreliable at LP v2.19.16

2015-03-03 Thread Thomas Morley
2015-03-03 17:34 GMT+01:00 Kevin Barry : > The problem also exists on OSX (10.9.5) with 2.19.16. > > 2.18.2 still does it correctly. > > I will test my linux machine later. > > I'd say this constitutes a regression? The staffSize function doesn't seem > to do any

Re: staffSize music function unreliable at LP v2.19.16

2015-03-03 Thread Kevin Barry
The problem also exists on OSX (10.9.5) with 2.19.16. 2.18.2 still does it correctly. I will test my linux machine later. I'd say this constitutes a regression? The staffSize function doesn't seem to do anything fancy or unusual. On Tue, Mar 3, 2015 at 3:47 PM, Phil Holmes wrote:

Re: staffSize music function unreliable at LP v2.19.16

2015-03-03 Thread Phil Holmes
Subject: Re: staffSize music function unreliable at LP v2.19.16 No problem on my side (see attached). OS : Ubuntu 14.10 Frescobaldi 2.13 LP 2.19.16 Here's a compilable code: \version "2.19.16" staffSize = #(define-music-function (parser location new-size)

Re: staffSize music function unreliable at LP v2.19.16

2015-03-03 Thread Pierre Perol-Schneider
No problem on my side (see attached). OS : Ubuntu 14.10 Frescobaldi 2.13 LP 2.19.16 Here's a compilable code: \version "2.19.16" staffSize = #(define-music-function (parser location new-size) (number?) #{ \set fontS

Re: staffSize music function unreliable at LP v2.19.16

2015-03-03 Thread James Worlton
I should add that the original code was missing a right closing brace after \staffSize #2 to close off the \with block. James Worlton On Tue, Mar 3, 2015 at 9:19 AM, James Worlton wrote: > On Tue, Mar 3, 2015 at 8:37 AM, Cynthia Karl wrote: > >> The following snippet: >> &g

Re: staffSize music function unreliable at LP v2.19.16

2015-03-03 Thread James Worlton
On Tue, Mar 3, 2015 at 8:37 AM, Cynthia Karl wrote: > The following snippet: > > \version "2.19.15" > > staffSize = #(define-music-function (parser location new-size) (number?) > #{ > \set fontSize = #new-size > \override StaffSymbol #'staff-sp

staffSize music function unreliable at LP v2.19.16

2015-03-03 Thread Cynthia Karl
The following snippet: \version "2.19.15" staffSize = #(define-music-function (parser location new-size) (number?) #{ \set fontSize = #new-size \override StaffSymbol #'staff-space = #(magstep new-size) \override StaffSymbol #'thickness = #(magstep new-size) #})

Re: staffsize

2009-02-24 Thread Martin Tarenskeen
linglist :-) > > #(set-global-staff-size 13) > \book{ > % Complete score > ... > } > > #(set-global-staff-size 20) > \book{ > % Part 1 > ... > } > > ... > > > /Mats > > Martin Tarenskeen wrote: >> Now what I want is to have a smaller staffsize

Re: staffsize

2009-02-24 Thread Mats Bengtsson
lete score, and four pdf's for the individual scores - all from one Lilypond run. Now what I want is to have a smaller staffsize for the complete score, and a normal staffsize for the individual parts for printing. I have tried #(set-global-staff-size 13) and this gives me the result

staffsize

2009-02-23 Thread Martin Tarenskeen
tiple edit windows on my computer screen. ) When I print I want a pdf with the complete score, and four pdf's for the individual scores - all from one Lilypond run. Now what I want is to have a smaller staffsize for the complete score, and a normal staffsize for the individual parts for printing

lilybond-book staffsize problem

2008-06-05 Thread Johannes Heinecke
Dear all, I have stumbled over en problem with lilypond-book 2.8.1: Using \begin[staffsize=11,line-width=128\mm]{lilypond} \include "../mySong.ly" \score { \new Staff = devenu << \context Voice = "sopranos" \sopranRefrain \context Lyric

Re: "\set staffSize" like "\set fontSize"?

2004-06-30 Thread Mats Bengtsson
be bigger (staffsize) as the other staff an should have bigger notes (fontsize). as you can see i set the fontsize with "\set fontSize = #+3". But i cannot set the staff-size the same way --> \set staff-size = #+3 please can anybody tell me how to do this? much

"\set staffSize" like "\set fontSize"?

2004-06-16 Thread Felix Hammer
Hello I tried to do following. i have a system with two staffs. It should be a violin-duo. the first staff should be bigger (staffsize) as the other staff an should have bigger notes (fontsize). as you can see i set the fontsize with "\set fontSize = #+3". But i cannot set the staf