> 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
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
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
% 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
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
}
}
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
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
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