On 20-Jul 22:52, MarcM wrote:
I found this thread via google and it dates from few years back.
I include the sample at the end of this mail.
You can compare it with the one here:
http://www.lilypond.org/doc/v2.18/Documentation/learning/string-quartet
The documentation shows a sample for stri
karol wrote
> \version "2.19.10"
>
> {
> \set Score.proportionalNotationDuration = #(ly:make-moment 1/32)
> \repeat unfold 32 { f'32 }
> \newSpacingSection
> \unset Score.proportionalNotationDuration
> f'4 f'4 f'4 f'4
> }
>
>
> Look at the huge gap between first two quarter notes. Bug?
\version "2.19.10"
{
\set Score.proportionalNotationDuration = #(ly:make-moment 1/32)
\repeat unfold 32 { f'32 }
\newSpacingSection
\unset Score.proportionalNotationDuration
f'4 f'4 f'4 f'4
}
Look at the huge gap between first two quarter notes. Bug?
--Karol
__
- Original Message -
From: "David Kastrup"
To: "Karol Majewski"
Cc: "lilypond-user"
Sent: Monday, July 21, 2014 8:20 PM
Subject: Re: automaticMelismata
"Karol Majewski" writes:
Hi,
how can I disable automatic melismatas on slurs? I remember that there
was automaticMelismata but