(2.7.5 release)

The
@lilypond[notime]
option seems to have no effect; it appears that the Score.timing property is no longer. Judging from ly/property-init.ly (cadenza), it appears that
there's a new Timing engraver ?

How would I modify the below example to turn off timing? Simply changing
\Score to \Timing doesn't work.  I can update  script/lilypond-book.py
myself, but I don't understand how Timing works.


\version "2.7.5"
\layout{ \context { \Score
%  \remove "Timing_translator"
   timing = ##f
}}
\relative c' {
  c4 c c c c c c c c
}



_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to