Re: Notes on wrong side of stem in triads

2016-10-23 Thread David Kastrup
Thomas Morley writes: > 2016-10-23 6:01 GMT+02:00 Paul : >> On 10/18/2016 12:23 PM, David Kastrup wrote: >> >>> Mark Knoop writes: At 17:05 on 18 Oct 2016, Davide Liessi wrote: > > I reproduced the issue with this: > > \version "2.19.47" > \layout { #(layout-set-sta

Re: Notes on wrong side of stem in triads

2016-10-23 Thread Thomas Morley
2016-10-23 6:01 GMT+02:00 Paul : > On 10/18/2016 12:23 PM, David Kastrup wrote: > >> Mark Knoop writes: >>> >>> At 17:05 on 18 Oct 2016, Davide Liessi wrote: I reproduced the issue with this: \version "2.19.47" \layout { #(layout-set-staff-size 19) } { } Us

Re: Notes on wrong side of stem in triads

2016-10-22 Thread Paul
On 10/18/2016 12:23 PM, David Kastrup wrote: Mark Knoop writes: At 17:05 on 18 Oct 2016, Davide Liessi wrote: I reproduced the issue with this: \version "2.19.47" \layout { #(layout-set-staff-size 19) } { } Using #(set-global-staff-size 19) instead works as expected. I couldn't find a bug

Re: Notes on wrong side of stem in triads

2016-10-19 Thread Davide Liessi
2016-10-18 22:39 GMT+02:00 Stanton Sanderson : > The following also works: > > \version "2.19.47" > \paper { > #(layout-set-absolute-staff-size (* 19 pt)) > } > { } This also seems to work (although I don't know if it makes sense, I just took set-global-staff-size and removed bits of it):

Re: Notes on wrong side of stem in triads

2016-10-18 Thread Stanton Sanderson
> On Oct 18, 2016, at 10:05 AM, Davide Liessi wrote: > > #(set-global-staff-size 19) The following also works: \version "2.19.47" \paper { #(layout-set-absolute-staff-size (* 19 pt)) } { } ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Notes on wrong side of stem in triads

2016-10-18 Thread Pierre Perol-Schneider
And also: 3.5, 9.5. Pierre 2016-10-18 20:09 GMT+02:00 Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com>: > Hi Paul, > > 2016-10-18 17:55 GMT+02:00 Paul : > >> ... >> >> % this causes notes on wrong side of stem for some triads above >> % only when set to 19, all is fine at 20, 18, 18

Re: Notes on wrong side of stem in triads

2016-10-18 Thread Pierre Perol-Schneider
Hi Paul, 2016-10-18 17:55 GMT+02:00 Paul : > ... > > % this causes notes on wrong side of stem for some triads above > % only when set to 19, all is fine at 20, 18, 18.5, 19.5 > \layout { #(layout-set-staff-size 19) } > } > > > Test w

Re: Notes on wrong side of stem in triads

2016-10-18 Thread David Kastrup
Davide Liessi writes: > I reproduced the issue with this: > > \version "2.19.47" > \layout { #(layout-set-staff-size 19) } > { } > > Using #(set-global-staff-size 19) instead works as expected. > I couldn't find a bug report for this. > Any ideas? I don't think layout-set-staff-size works well.

Re: Notes on wrong side of stem in triads

2016-10-18 Thread Paul
On 10/18/2016 11:20 AM, Mark Knoop wrote: At 17:05 on 18 Oct 2016, Davide Liessi wrote: I reproduced the issue with this: \version "2.19.47" \layout { #(layout-set-staff-size 19) } { } Using #(set-global-staff-size 19) instead works as expected. I couldn't find a bug report for this. Any ide

Re: Notes on wrong side of stem in triads

2016-10-18 Thread David Kastrup
Mark Knoop writes: > At 17:05 on 18 Oct 2016, Davide Liessi wrote: >>I reproduced the issue with this: >> >>\version "2.19.47" >>\layout { #(layout-set-staff-size 19) } >>{ } >> >>Using #(set-global-staff-size 19) instead works as expected. >>I couldn't find a bug report for this. >>Any ideas? >

Re: Notes on wrong side of stem in triads

2016-10-18 Thread Mark Knoop
At 17:05 on 18 Oct 2016, Davide Liessi wrote: >I reproduced the issue with this: > >\version "2.19.47" >\layout { #(layout-set-staff-size 19) } >{ } > >Using #(set-global-staff-size 19) instead works as expected. >I couldn't find a bug report for this. >Any ideas? Very weird, and certainly a bug.

Re: Notes on wrong side of stem in triads

2016-10-18 Thread Pierre Perol-Schneider
Thank you Davide. So the workaround (the bad one): \version "2.19" \layout { #(layout-set-staff-size 19) } \relative c' { \clef F \time 3/4 \key f\major 8 16 8[ <\tweak NoteHead.extra-offset #'(1.3 . 0)\tweak NoteHead.rotation #90 a c e>] <\tweak NoteHead.extra-offset #'(1.3 . 0)\tw

Re: Notes on wrong side of stem in triads

2016-10-18 Thread Davide Liessi
I reproduced the issue with this: \version "2.19.47" \layout { #(layout-set-staff-size 19) } { } Using #(set-global-staff-size 19) instead works as expected. I couldn't find a bug report for this. Any ideas? Best wishes. Davide ___ lilypond-user mail

Re: Notes on wrong side of stem in triads

2016-10-18 Thread Pierre Perol-Schneider
Hum, well there's another possible workaround, a bad one, but works: %% Snipp: \version "2.19" \relative c' { \clef F \time 3/4 \key f\major 8 16 8[ <\tweak NoteHead.extra-offset #'(-1.2 . 0)\tweak NoteHead.rotation #90 a c e>] <\tweak NoteHead.extra-offset #'(-1.2 . 0)\tweak NoteH

Re: Notes on wrong side of stem in triads

2016-10-18 Thread DJF
> 2016-10-17 10:09 GMT+02:00 Pierre Perol-Schneider > mailto:pierre.schneider.pa...@gmail.com>>: > Hi Dan, > At least you'll find a workaround here: > http://lsr.di.unimi.it/LSR/Item?id=861 > > > On Oct 18, 2016, at 3:43 AM, Pierre Perol-Schneider > wro

Re: Notes on wrong side of stem in triads

2016-10-18 Thread Pierre Perol-Schneider
Hi Dan, One silly question: Does that change anything if you don't force the A natural sign; e.g.: 8 16 8[ ] ?? Cheers, Pierre 2016-10-17 10:09 GMT+02:00 Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com>: > Hi Dan, > At least you'll find a workaround here: > http://lsr.di.unimi.it/LS

Re: Notes on wrong side of stem in triads

2016-10-17 Thread Pierre Perol-Schneider
Hi Dan, At least you'll find a workaround here: http://lsr.di.unimi.it/LSR/Item?id=861 HTH. Cheers, Pierre 2016-10-17 9:48 GMT+02:00 Davide Liessi : > 2016-10-17 3:46 GMT+02:00 DJF : > > Unfortunately, I can’t reproduce the enclosed problem in a minimal > example because the same code works fine

Re: Notes on wrong side of stem in triads

2016-10-17 Thread Davide Liessi
2016-10-17 3:46 GMT+02:00 DJF : > Unfortunately, I can’t reproduce the enclosed problem in a minimal example > because the same code works fine in a file by itself. "Minimal example" means that if you remove anything the problem is gone, so if the code works in what you call a minimal example, th

Notes on wrong side of stem in triads

2016-10-16 Thread DJF
I’ve used Lilypond extensively—especially for organ music—and have never seen noteheads in a chord appear on the wrong side of the stem. Unfortunately, I can’t reproduce the enclosed problem in a minimal example because the same code works fine in a file by itself. This is in the left hand of an