lilypond-user
[Top][All Lists]
Advanced

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

Re: 5 quaters per 4/4 measure


From: David Kastrup
Subject: Re: 5 quaters per 4/4 measure
Date: Thu, 16 Feb 2017 17:09:57 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Menu Jacques <address@hidden> writes:

> Hello folks,
>
> The Binchois.xml example by Recordare has 5 quater notes in a 4/4 measure
> (stemless by the way).
>
> Is this a « bug » in this MusicXML file, and if not, is there a way to 
> produce that with
> LP?

It's an intonation.  They are usually done unmetered.  The 4/4 probably
is some default creeping in.

I'd do something like

\new Voice {
  \clef "bass" \key f \major
  \temporary\omit Stem
  \once\omit Staff.TimeSignature
  \cadenzaOn
  c'4 d' c'( f') f'
  \cadenzaOff
  \bar "|"
  \undo\omit Stem
  \time 3/4 r r f
} \addlyrics { Ma -- gni -- fi -- cat A }
> I know I can use a hidden 5/4 time signature while diplaying a 4/4
> one, but that’s not that satisfying…

Just use \cadenza here.  This stuff is unmetered.

-- 
David Kastrup

reply via email to

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