lilypond-user
[Top][All Lists]
Advanced

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

Re: shifted rhythms, barlinecheck and \cadenzaOn


From: Graham Percival
Subject: Re: shifted rhythms, barlinecheck and \cadenzaOn
Date: Tue, 27 May 2003 01:49:46 -0700

On Tue, 27 May 2003 10:28:14 +0200
Atte Andr Jensen <address@hidden> wrote:
> The following .ly obviously breaks. The dotted halfnotes are displayed
> where i want then (on the second 16th note) but barline checking
> scrambles the remaining output. Is there a way to either

I still think you'd be better off using ties, but it's up to you.  :)

> 1) turn off barchecks?

Umm, yes.  Delete the |s in the LH part.  Works like a charm.

> 2) use \cadenzaOn? (I couldn't find much documentation on this)

ly/property-init.ly:
...
cadenzaOn = \property Timing.timing = ##f

That kills all normal barlines, but you can insert them manually
with \bar "|".

> 3) Is there a better way to achieve what I want?

#1.  Don't mess with cadenza, just do this:

> LH = \notes  \relative c \context Voice = LH {
>     r16 c2. 
>     c2.
>     c2.
> }

Cheers,
- Graham




reply via email to

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