bug-lilypond
[Top][All Lists]
Advanced

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

Strict-grace-spacing does not work


From: Zoltan Selyem
Subject: Strict-grace-spacing does not work
Date: Wed, 6 Feb 2008 13:14:12 +0100

%%
%% Strict-grace-spacing does not work.
%%
%%
%% The example below is from the manual:
%% http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Grace-notes
%%
%% I didn't use \paper{ ragged-right=##t } because
%% in this way the error is more apparent.
%%

\version "2.11.38"
<<
  \override Score.SpacingSpanner #'strict-grace-spacing = ##t
  \new Staff {
     c'4
     \afterGrace
     c'4
     { c'16[ c'8 c'16] }
     c'4
  }  
  \new Staff {
     c'16[ c'16 c'16 c'16]
     c'16[ c'16 c'16 c'16]
     c'4
  }
>>

Attachment: strict-grace-spacing.png
Description: PNG image


reply via email to

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