lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Notes on wrong side of stem in triads


From: Pierre Perol-Schneider
Subject: Re: Notes on wrong side of stem in triads
Date: Tue, 18 Oct 2016 17:12:44 +0200

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 <address@hidden>:
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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

[Prev in Thread] Current Thread [Next in Thread]