lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5388 Enhancem


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5388 Enhancement request: enable OpenType features globally
Date: Tue, 18 Sep 2018 07:04:59 -0000

Hm … LibreOffice seems to accept values “on”, “off”, and any integer numbers (where 0=off, everything else=on) after the “=”. And “=on” can be omitted but there is no short form for disabling a feature. I would suggest one of the following forms:

#:roman "Vollkorn: noliga & dlig & zero"
#:roman "Vollkorn: !liga & dlig & zero"

Spaces after the : don’t have to be significant, yes. If one has only these short options mentioned above one could even consider to omit the & but then one would need some of the spaces:

#:roman "Vollkorn: noliga dlig zero"
#:roman "Vollkorn: !liga dlig zero"

[issues:#5388] Enhancement request: enable OpenType features globally

Status: New
Created: Wed Jul 18, 2018 12:54 PM UTC by pkx166h
Last Updated: Wed Jul 18, 2018 12:56 PM UTC
Owner: nobody

Currently, it’s only possible to \override the font-features list for every single grob (okay, you can use something like snippet 443 http://lsr.di.unimi.it/LSR/Item?id=443 for automization) and for every single markup. It would be nice if you could set font features when selecting the font in the \paper block:

\paper {
   #(define fonts
     (set-global-fonts
      #:music "cadence"
      #:brace "cadence"
      #:roman "Vollkorn:liga=0&dlig&zero"
      #:factor (/ staff-height pt 20)))
}

This would set Vollkorn as roman font, disable liga (for example ff ligature), and enable dlig (for example st ligature) and slashed zero.

The suggested syntax using : and & is how it’s done in LibreOffice.

Cheers,
Malte


Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.

_______________________________________________
Testlilyissues-auto mailing list
address@hidden
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

reply via email to

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