lilypond-user
[Top][All Lists]
Advanced

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

Re: Hemiola indication


From: Peter Toye
Subject: Re: Hemiola indication
Date: Sun, 20 Oct 2013 19:04:16 +0100

Thanks both. I'd not thought of it as "ancient" notation - its only Purcell! And I use it for Handel as well. "Early", maybe.

It doesn't work too well (as the 2.16 doc says), and there's definitely a problem where there's a 4-beat note (tied over the 3-beat bar) in the relevant voice. Can't work out how to do that one.


Best regards,

Peter
mailto:address@hidden
www.ptoye.com

-------------------------
Sunday, October 20, 2013, 6:42:22 PM, you wrote:


I'm using the same as Mark but with back slash.

c \[ a b e d \]

It's actually a ligature in the docs.
http://www.lilypond.org/doc/v2.17/Documentation/notation/ancient-notation_002d_002dcommon-features#ligatures

also take a look at http://www.lilypond.org/doc/v2.17/Documentation/8e/lily-9b273927.ly

its part of the beem groups at http://www.lilypond.org/doc/v2.17/Documentation/notation/beams.en.html

Hope it helps

Marcos


2013/10/20 Mark Stephen Mrotek <
address@hidden>
Peter,
 
Does this help?
 
\version "2.16.2"
 
 
  global = {
  \key c \major
  \numericTimeSignature
  \time 6/8
}
 
violin = \relative c'' {
  \global
  
  c8 [ c c ] c [ c c ] |
  c [ c ] c [ c ] c [ c ] |
  
}
 
\score {
  \new Staff \violin
  \layout { }
}
 
Mark
 
From: lilypond-user-bounces+carsonmark=
address@hidden [mailto:lilypond-user-bounces+carsonmark=address@hiddenOn Behalf Of Peter Toye
Sent: Sunday, October 20, 2013 10:21 AM
To: 
address@hidden
Subject: Hemiola indication
 
I want to indicate a hemiola - the best method seems to be horizontal brackets indicating each double-length beat.

I can't find anything in the documentation or snippets telling how to do it.

What am I missing please?

 
Regards,

Peter
mailto:address@hidden
www.ptoye.com

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user

reply via email to

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