lilypond-user
[Top][All Lists]
Advanced

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

Re: timing false in one staff only?


From: damianlegassick
Subject: Re: timing false in one staff only?
Date: Sat, 26 Mar 2011 17:37:33 +0000 (GMT)

Hi Phil

yes e.g.

\version "2.13.54"

music = \relative {c4 d32 e32 f16 g8}
justNotes = \relative {c8 d e f }

\score {
  <<
    \new Staff {\music}
    \new Staff \with {\remove Timing_translator}{\justNotes}
  >>

}

gives me unevenly spaced notes on the bottom staff, they are still 'in time' with the top staff

Damian

On 26 Mar, 2011,at 05:28 PM, Phil Holmes <address@hidden> wrote:

----- Original Message -----
From: "Damian leGassick" <address@hidden>
To: <address@hidden>
Sent: Saturday, March 26, 2011 4:39 PM
Subject: timing false in one staff only?


> Hi all
>
> I want a staffgroup with:
>
> *top is a reduction of some music
>
> *bottom is a line of notes - like a series
>
> I don't want the bottom staff to synchronize with the top (ie I want the
> notes to be evenly spaced, regardless of what's going on in the top staff)
>
> I can get rid of the time signature, barlines etc no problem - i just
> can't get timing = false in the one staff
>
> any ideas?
>
> tia
>
> Damian

Have you looked at
\remove "Timing_translator"


--
Phil Holmes


reply via email to

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