lilypond-user
[Top][All Lists]
Advanced

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

strict-note-spacing BUG in v.2.9.14 ?


From: V!ictor address@hidden
Subject: strict-note-spacing BUG in v.2.9.14 ?
Date: Wed, 16 Aug 2006 16:39:10 -0400
User-agent: Mutt/1.5.11

hi all,

I've been using Lilypond's proportional notation since the beginning and never 
had problems until I downloaded v.2.9.14 (windows XP). Now, Lilypond crashes 
almost always immediately after saying "Calculating line breaks..." in the 
compilation process. 
The simple snippet below crashes. 

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.9.14"
#(set-default-paper-size "letter" 'landscape)
\layout{
        %indent =#0
        %ragged-last = ##t
        \context {\Score
                % proportional notation ------------------
                proportionalNotationDuration = #(ly:make-moment 1 16)
                \override SpacingSpanner #'strict-note-spacing = ##t
                \override SpacingSpanner #'uniform-stretching = ##t

        }

}


\score{
        {       c4 c c c c c c4 }                                               
                                                               }

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

If I comment out the line:
\override SpacingSpanner #'strict-note-spacing = ##t

then it runs ok. (but then i don't have strict-note-spacing!). So I think 
there's definitely something wrong here.


Hope someone can figure out what's wrong. 

V!ictor Adan
-- 






reply via email to

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