Renaissance 4/2 time signature

2015-12-04 Thread Andrew Bernard
Greetings All,

My first foray into setting a Renaissance keyboard piece into modern notation. 
This is a keyboard piece by Claudio Merulo, published 1592. So it’s not 
mensural notation, but early Renaissance. In my option this piece is in 4/2 and 
I want to set it as such, and I want to retain the cut c time signature used by 
the original printer. That’s not a mensural time signature, so how does one do 
that in lilypond?

Image attached.

Andrew



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Renaissance 4/2 time signature

2015-12-04 Thread Malte Meyn



Am 04.12.2015 um 13:42 schrieb Andrew Bernard:

In my option this piece is in 4/2 and I want to set it as such, and I want to 
retain the cut c time signature used by the original printer.


\version "2.19.30"

\relative {
  \time 2/2
  \set Score.measureLength = #(ly:make-moment 4/2)
  c'2 d e f g f e d c\breve
}

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Renaissance 4/2 time signature

2015-12-04 Thread Andrew Bernard
HI Malte,

Thank you. Works just fine. And bar checks in their proper places also work.

Andrew


On 4/12/2015, 23:58, "Malte Meyn" 
 wrote:


\version "2.19.30"

\relative {
   \time 2/2
   \set Score.measureLength = #(ly:make-moment 4/2)
   c'2 d e f g f e d c\breve
}


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Renaissance 4/2 time signature

2015-12-04 Thread karl
Andrew Bernard:
> My first foray into setting a Renaissance keyboard piece into modern notation.

Ahh, welcome to the wouderful world of early music, and don't
hesitate to ask for more help.

> This is a keyboard piece by Claudio Merulo, published 1592.
> So it’s not mensural notation, but early Renaissance.

> Image attached.

That looks much like white mensural notation with slurs and bars added.
It couldn't be early "renaissance", I guess you ment early barock.

I found your source as:
 Canzoni d'Intavolatura d'Organo, a quattro voci, fatte alla francese, Book 1 
(1592)
 http://imslp.org/images/c/c9/PMLP426936-merulo_canzoni_tablatura_orgao.pdf

> In my option this piece is in 4/2 and I want to set it as such,
> and I want to retain the cut c time signature used by the original
> printer. That’s not a mensural time signature, so how does one do
> that in lilypond?

  \set Staff.timeSignatureFraction = #'(2 . 2)
  \time 4/2

See example in 

 http://turkos.aspodata.se/git/musik/Josquin_des_Prez/per_illud_ave_prolatum/

Doc in:

 
http://www.lilypond.org/doc/v2.18/Documentation/notation/displaying-rhythms#index-timeSignatureFraction

Regards,
/Karl Hammar

---
Aspö Data
Lilla Aspö 148
S-742 94 Östhammar
Sweden
+46 173 140 57



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user