Center whole note chords

2014-10-28 Thread Dan Eble
> I'm not top posting % I don't have an engraving reference to consult (yet), but I have a % hymnal here with some measures that look better than Lilypond's % default. I hope the experts will weigh in on whether there is % material here for a ticket or two. % % 1. All voices have a fermata to be s

Re: \compressFullBarRests only works with capital "R"

2014-10-28 Thread Joram
Hi, that’s the expected behaviour. > R1*3 % shows up correctly as 3 compressed rest bars R1*3 means three full bar rests > r1*3 % shows up incorrectly as just one rest bar r1*3 means on normal rest (not full-bar, not centered) with the visible length of a whole note that takes up space

Re: \compressFullBarRests only works with capital "R"

2014-10-28 Thread Federico Bruni
Il giorno mar 28 ott 2014 alle 20:09, David Tresner-Kirsch ha scritto: % Tried in v2.16.0 and v2.18.2, bug exists in both. % \compressFullBarRests produces incorrect output if rests are specified with a lowercase "r" \score { \new Voice { \compressFullBarRests R1*3 % shows up correctly a

\compressFullBarRests only works with capital "R"

2014-10-28 Thread David Tresner-Kirsch
% Tried in v2.16.0 and v2.18.2, bug exists in both. % \compressFullBarRests produces incorrect output if rests are specified with a lowercase "r" \score { \new Voice { \compressFullBarRests R1*3 % shows up correctly as 3 compressed rest bars r1*3 % shows up incorrectly as just one rest

Re: "trying to freeze in time" from unusual time signatures

2014-10-28 Thread James
On 26/10/14 20:25, Dan Eble wrote: % Produces "programming error: trying to freeze in time". % There are also extra bar lines in the output. \version "2.19.0" \new Staff { \relative d' { \time 1/9 d4*4/9 \time 8/1024 d128 \time 10/6 d1*10/6 \time 9/1 d1 } }

Re: Memory leak(?) with large numerator in time signature

2014-10-28 Thread James
On 26/10/14 19:57, David Kastrup wrote: Dan Eble writes: I'm not top posting. \version "2.19.0" << \time 9/1 f'1 Probably an artifact of LilyPond's own "Rational" implementation's limited precision. At some point of time, we should replace it with GUILE rationals. http://c

Re: rename single-digit time signature style

2014-10-28 Thread James
On 27/10/14 02:45, Dan Eble wrote: % The time signature style "single-digit" is poorly named because it % can display multiple digits. "single-number" would be a better % name. \version "2.19.0" \new Staff { \override Staff.TimeSignature.style = #'single-digit \time 10/1 d'1 } Thanks h

Re: \partcombine, trill spanner and acciaccatura

2014-10-28 Thread Urs Liska
Am 28.10.2014 04:33, schrieb Dan Eble: Urs Liska openlilylib.org> writes: Hi all, I'm experiencing an issue with \partcombine. Consider the attached snippet and image. When there is an acciaccatura in one of the voices the trill spanner doesn't stop in the \partcombine-d voice. It doesn't m