lilypond-user
[Top][All Lists]
Advanced

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

Re: parts without time (and bars and key)


From: Wilbert Berendsen
Subject: Re: parts without time (and bars and key)
Date: Thu, 4 Feb 2010 11:52:30 +0100
User-agent: KMail/1.12.4 (Linux/2.6.31-17-generic; KDE/4.3.5; i686; ; )

Op woensdag 03 februari 2010 schreef Werner:

> I want to write without time, with no bars and - with no key-signature (or
> C-major), but the behavior should be: every accidental holds only for one
>  note, so naturals aren't necessary (can be forced like always with ! or ?)
>  but for repeated fis e.g. it is printed always a sharp.

these are actually three separate things:

remove (default) time signature:

use something like \override Staff.TimeSignature #'stencil = ##f
at the start of your music

use no bar lines: e.g. \cadenzaOn

all accidentals:
use a key signature of \key c \major and #(set-accidental-style 'forget)

best regards,
Wilbert Berendsen

-- 
Frescobaldi, LilyPond editor for KDE: http://www.frescobaldi.org/
Nederlands LilyPond forum: http://www.lilypondforum.nl/




reply via email to

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