bug-lilypond
[Top][All Lists]
Advanced

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

Re: Very long PDFs with 2.19.80, \chord and #ly:one-page-breaking


From: Aaron Hill
Subject: Re: Very long PDFs with 2.19.80, \chord and #ly:one-page-breaking
Date: Thu, 11 Oct 2018 03:00:37 -0700
User-agent: Roundcube Webmail/1.3.6

This appears to be due to an odd interaction between one-page-breaking and the default staff-affinity for ChordNames (which is #DOWN).

Adding this to the \score fixes it:

%%%%
  \layout { \context { \ChordNames
    \override VerticalAxisGroup.staff-affinity = #UP } }
%%%%

-- Aaron Hill



reply via email to

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