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
  <g bes d>8 <g bes d>16 <f a! c> <g bes d>8[
  <\tweak NoteHead.extra-offset #'(1.3 . 0)\tweak NoteHead.rotation #90 a c
e>]
  <g bes d> <\tweak NoteHead.extra-offset #'(1.3 . 0)\tweak
NoteHead.rotation #90 a c e>
}

Cheers,
Pierre

2016-10-18 17:05 GMT+02:00 Davide Liessi <davide.lie...@gmail.com>:

> I reproduced the issue with this:
>
> \version "2.19.47"
> \layout { #(layout-set-staff-size 19) }
> { <c'' e'' g''> }
>
> 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 mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to