lilypond-user
[Top][All Lists]
Advanced

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

Re: notime


From: Paul Scott
Subject: Re: notime
Date: Sun, 23 Jul 2006 18:31:19 -0700
User-agent: Thunderbird 1.5.0.4 (X11/20060619)

Jon Wild wrote:

Hi all, first day trying to use Lilypond - I'm trying to automatically format the output from a program of mine, and I want to hide time signature and barlines. Could someone tell me what's wrong with the following file:

==============
\paper {
  ragged-right = ##t
  notime = ##t
}

\score {
  {<c' e' g'>1 <d' f' a'>1 <e' g' b'>1}
}
==============

"notime" is not having an effect - I couldn't really find a description of how to use it properly.
What version are you running? "notime" doesn't exist for the \paper block in 2.9.12.
I also tried this override:

\override staff.TimeSignature #'break-visibility = #'(#f #f #f)

but couldn't get that to compile without an error either.

Staff must be capitalized.  Lilypond is case sensitive.

HTH,

Paul Scott





reply via email to

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