Thank you, that first thing worked perfectly.

At the moment, I still have the parts in score (to check they're all at
least the same length, which is a feature sadly missing in some of the
manuscripts I'm dealing with). I'm bullying the ligatures into submission
(such as when the second semibreve of a COP needs to be doubled to complete
the perfection) using, e.g., \[ a1 b1*2/1 \] . This appears to work for the
output I need just now, but I haven't yet considered the implications,
should I wish to return to modern notation (at 1:1 note values).
 .

On Sat, May 16, 2015 at 4:42 PM, <k...@aspodata.se> wrote:

> Frauke:
> > I suspect I'm just being a bit thick...typesetting some mensural
> notation,
>
> Nice to meet another person like interested!
>
> > and having an issue with the mensural signs/time sigs. It looks like the
> > definitions of these in terms of modern time signatures are in half
> values;
> > e.g., "Circle" maps on to 3/2, when it should map on to 3/1.
>
> Yes, that is the usual "we want quarter notes" mindset.
> Use something like:
>
>  % for the shown mensuration symbol:
>  \set Staff.timeSignatureFraction = #'(3 . 2)
>
>  % for the actual "bar" length:
>  \time 3/1
>
> > My second issue is that lilypond initially couldn't seem to find any of
> the
> > various mensural clefs that have a number on the end.
> ...
>
> As in mensuration sign + proportion, don't know to handle that.
> Perhaps something like:
>
>  \set Staff.timeSignatureFraction = #'(3 . 2)
>  \time 3/1
>  % some magic things to make two time signs to be shown
>  \once\override Staff.TimeSignature #'style = #'single-digit
>  \time 2/1
>
> 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
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to