Re: problems with smufl fonts on Windows 10

2022-06-23 Thread Dimitris Marinakis
I found the culprit! I had to add the actual Bravura font (not profondo or whatever else openlilylib smufl font) in the Lilypond font directory. I was confused because in another computer I had the exact same setup without having to add Bravura in that directory for some reason. All good. Thanks

Re: problems with smufl fonts on Windows 10

2022-06-23 Thread Jean Abou Samra
Hi Dimitris, Le 23/06/2022 à 13:49, Dimitris Marinakis a écrit : I'm getting some errors with smufl fonts even though I've installed everything properly No UTF-8 characters in any of the paths. Lilypond 2.33.7 warning: no glyph for character U+E4CE in font `C:/WINDOWS/fonts/Deja

problems with smufl fonts on Windows 10

2022-06-23 Thread Dimitris Marinakis
I'm getting some errors with smufl fonts even though I've installed everything properly No UTF-8 characters in any of the paths. Lilypond 2.33.7 warning: no glyph for character U+E4CE in font `C:/WINDOWS/fonts/DejaVuSans.ttf`

Re: SMuFL Adoption

2021-02-12 Thread Jean Abou Samra
Le 12/02/2021 à 18:53, Jean Abou Samra a écrit : Le 12/02/2021 à 16:48, Garap Magu a écrit : Dear LilyPond Users, Hello, I had a question about Lilypond input files. I saw on the Google Summer of Code page that SMuFL adoption was planned. Would this change the syntax of Lilypond input

Re: SMuFL Adoption

2021-02-12 Thread Jean Abou Samra
Le 12/02/2021 à 16:48, Garap Magu a écrit : Dear LilyPond Users, Hello, I had a question about Lilypond input files. I saw on the Google Summer of Code page that SMuFL adoption was planned. Would this change the syntax of Lilypond input files? I’m new to Lilypond and am not familiar with

SMuFL Adoption

2021-02-12 Thread Garap Magu
Dear LilyPond Users, Hello, I had a question about Lilypond input files. I saw on the Google Summer of Code page that SMuFL adoption was planned. Would this change the syntax of Lilypond input files? I’m new to Lilypond and am not familiar with what SMuFL adoption would mean to end users

Re: Using SMuFl accidentals on notes in chords

2020-07-11 Thread Aaron Hill
On 2020-07-11 1:00 am, Andrew Bernard wrote: Possibly answering my own question, this works: < \tweak Accidental.stencil #ly:text-interface::print \tweak Accidental.text \markup { \smuflglyph "accidentalHalfSharpArrowUp" } fis' \tweak Accidental.stencil #ly:text-interface::pr

Re: Using SMuFl accidentals on notes in chords

2020-07-11 Thread Andrew Bernard
Possibly answering my own question, this works: < \tweak Accidental.stencil #ly:text-interface::print \tweak Accidental.text \markup { \smuflglyph "accidentalHalfSharpArrowUp" } fis' \tweak Accidental.stencil #ly:text-interface::print \tweak Accidental.text \markup { \s

Using SMuFl accidentals on notes in chords

2020-07-11 Thread Andrew Bernard
I am able to use various exotic accidentals from SmuFl with my own music functions such as this: accidentalHalfSharpArrowUp = #(define-music-function (note) (ly:music?) #{ \once \override Voice.Accidental.stencil = #ly:text-interface::print \once \override Voice.Accidental.text

Re: Accidentals from SMuFL?

2019-12-19 Thread Freeman Gilmore
u need to be familiar with openlilylib and install it. See > archives for instructions. [I cant assume you know how to use it.] > Then there is a snippet for custom-music-fonts/smufl. > > Here's some functions I have, as an example. > > Andrew > >

Re: Accidentals from SMuFL?

2019-12-19 Thread Freeman Gilmore
`C:/Users/GDC60~1/AppData/Local/Temp/frescobaldi-j6t528_a/tmpznoagsaa/ document.ly' Parsing... C:/Users/GDC60~1/AppData/Local/Temp/frescobaldi-j6t528_a/tmpznoagsaa/document.ly:6:11 <https://mail.google.com/mail/u/0/0>: error: cannot find file: `custom-music-fonts/smufl/definitions.i

Re: Accidentals from SMuFL?

2019-12-19 Thread Andrew Bernard
Hi Freeman, Be assured that this can be done. I use the following technique all the time. First you need to be familiar with openlilylib and install it. See archives for instructions. [I cant assume you know how to use it.] Then there is a snippet for custom-music-fonts/smufl. Here's

Accidentals from SMuFL?

2019-12-19 Thread Freeman Gilmore
I want to place the accidental accSagittal7v11CommaUp, xE346 on note c. I do not have a clue.Please explain how? And can this be done global, please explain also? %%% \version "2.18.0" \include "definitions.ily" \smuflOn \relative c'' {a4 b c d} %%% Thank you, ƒg

Re: Using SMuFL accidental glyphs

2019-04-28 Thread Andrew Bernard
On this topic, the original query still stands. Would it be possible to use SMuFL glyphs in the Accidental glyph-name-list? Andrew ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Using SMuFL accidental glyphs

2019-04-28 Thread Andrew Bernard
Answering my own query, this may be useful for others searching the archives in the future. This example uses the openlilylib custom-music-fonts code to load Bravura, and this example shows how a SMuFL glyph can be used as an accidental. Quite handy, even if I do so day myself. [Obviously this

Using SMuFL accidental glyphs

2019-04-28 Thread Andrew Bernard
SMuFL has a large collection of accidental glyphs, some of which I need. The openlilylib custom-music-fonts snippet enables the use of SMuFL fonts and works pretty well for me. But I would like to add a SMuFL accidental to the Accidental.glyph-name-alist, for my locally customised note name set

Re: SMuFL Bravura

2019-04-02 Thread Freeman Gilmore
ns. > > Which I think is true and not. If there is someone willing to spend > efforts adding stuff to Emmentaler that's a great thing and shouldn't be > discouraged because we have even more pressing things to do. > > That sounds reasonable. And maybe I should try to

Re: SMuFL Bravura

2019-04-02 Thread Urs Liska
ant to use the new features introduced in 2.21.0 but not 2.20.0 (there probably will be a lot of those), therefore I’d add changes to master only after the release of 2.21.0 (i. e. 2.21.1 would be the earliest possible release for big SMuFL changes). Ah that's why you asked. No,

Re: SMuFL Bravura

2019-04-02 Thread Malte Meyn
2.21.0 but not 2.20.0 (there probably will be a lot of those), therefore I’d add changes to master only after the release of 2.21.0 (i. e. 2.21.1 would be the earliest possible release for big SMuFL changes). ___ lilypond-user mailing list lilypo

Re: SMuFL Bravura

2019-04-02 Thread Urs Liska
there is someone willing to spend efforts adding stuff to Emmentaler that's a great thing and shouldn't be discouraged because we have even more pressing things to do. That sounds reasonable. And maybe I should try to make some contributions for SMuFL (renaming and rearranging glyphs

Re: SMuFL Bravura

2019-04-02 Thread Malte Meyn
adding stuff to Emmentaler that's a great thing and shouldn't be discouraged because we have even more pressing things to do. That sounds reasonable. And maybe I should try to make some contributions for SMuFL (renaming and rearranging glyphs should be not too hard). But that proba

Re: SMuFL Bravura

2019-04-01 Thread Urs Liska
Am 1. April 2019 20:07:47 MESZ schrieb Malte Meyn : > > >Am 01.04.19 um 12:01 schrieb Johan Vromans: >> On Mon, 1 Apr 2019 09:17:26 +0200, Malte Meyn >wrote: >> >>> SMuFL integration and using Metafont for glyph creation don’t >>> contradict, do

Re: SMuFL Bravura

2019-04-01 Thread Malte Meyn
Am 01.04.19 um 12:01 schrieb Johan Vromans: On Mon, 1 Apr 2019 09:17:26 +0200, Malte Meyn wrote: SMuFL integration and using Metafont for glyph creation don’t contradict, do they? They do, in so far that with limited resources you cannot do both. [sending on-list, sorry Johan for the

Re: SMuFL Bravura

2019-04-01 Thread David Wright
On Mon 01 Apr 2019 at 09:16:24 (+0200), David Kastrup wrote: > David Wright writes: > > On Mon 01 Apr 2019 at 11:37:42 (+1100), Andrew Bernard wrote: > >> Hi Valentin, > >> > >> Thanks so much. Now to learn Metafont then. Shouldn't be too hard - I have > >> been a programmer for more than forty y

Re: SMuFL Bravura

2019-04-01 Thread Johan Vromans
On Mon, 1 Apr 2019 09:17:26 +0200, Malte Meyn wrote: > SMuFL integration and using Metafont for glyph creation don’t > contradict, do they? They do, in so far that with limited resources you cannot do both. ___ lilypond-user mailing list li

Re: SMuFL Bravura

2019-04-01 Thread David Kastrup
David Wright writes: > On Mon 01 Apr 2019 at 11:37:42 (+1100), Andrew Bernard wrote: >> Hi Valentin, >> >> Thanks so much. Now to learn Metafont then. Shouldn't be too hard - I have >> been a programmer for more than forty years. [Despite that, I still cannot >> come to grips with the lilypond s

Re: SMuFL Bravura

2019-04-01 Thread Malte Meyn
epted standards where possible. So I'd rather see decent SMuFL integration than more home grown Emmentaler extensions. SMuFL integration and using Metafont for glyph creation don’t contradict, do they? Of course we should concentrate on glyphs requested by SMuFL instead of “home grown” symbol

Re: SMuFL Bravura

2019-04-01 Thread Urs Liska
o for widely accepted standards where possible. So I'd rather see decent SMuFL integration than more home grown Emmentaler extensions. I wanted to join this discussion although my comments had already become separate from the direction of the discussion, but your comment gives me a good o

Re: SMuFL Bravura

2019-04-01 Thread David Kastrup
Aaron Hill writes: > On 2019-03-31 6:14 pm, edes wrote: >> el 2019-04-01 a las 11:37 Andrew Bernard escribió: >> >>> Thanks so much. Now to learn Metafont then. Shouldn't be too hard >> >> unlike valentin, i admire you already even if you don't succeed. i >> don't >> know what admire the most: th

Re: SMuFL Bravura

2019-04-01 Thread Johan Vromans
er see decent SMuFL integration than more home grown Emmentaler extensions. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: SMuFL Bravura

2019-03-31 Thread Aaron Hill
On 2019-03-31 6:14 pm, edes wrote: el 2019-04-01 a las 11:37 Andrew Bernard escribió: Thanks so much. Now to learn Metafont then. Shouldn't be too hard unlike valentin, i admire you already even if you don't succeed. i don't know what admire the most: the determination of the "now to learn

Re: SMuFL Bravura

2019-03-31 Thread David Wright
On Mon 01 Apr 2019 at 11:37:42 (+1100), Andrew Bernard wrote: > Hi Valentin, > > Thanks so much. Now to learn Metafont then. Shouldn't be too hard - I have > been a programmer for more than forty years. [Despite that, I still cannot > come to grips with the lilypond source, and all my lilypond que

Re: SMuFL Bravura

2019-03-31 Thread edes
el 2019-04-01 a las 11:37 Andrew Bernard escribió: > Thanks so much. Now to learn Metafont then. Shouldn't be too hard unlike valentin, i admire you already even if you don't succeed. i don't know what admire the most: the determination of the "now to learn metafont", or the optimism of the "sho

Re: SMuFL Bravura

2019-03-31 Thread Andrew Bernard
Hi Valentin, Thanks so much. Now to learn Metafont then. Shouldn't be too hard - I have been a programmer for more than forty years. [Despite that, I still cannot come to grips with the lilypond source, and all my lilypond questions all appear to be from a beginner. :-) ] The immediate task is to

Re: SMuFL Bravura

2019-03-31 Thread Valentin Villenave
, however, assuming you can master metafont syntax. Many have given up, but you’ll be regarded as a hero if you do -- well, at least by me :-) Using SMuFL with LilyPond requires but a thin compatibility layer (mainly because of different glyph name mapping); that’s what the OpenLily thingamabob does and

SMuFL Bravura

2019-03-31 Thread Andrew Bernard
What is the current state of the art in using SMuFL fonts with lilypond 2.19.83? The blog posts I read referred to openlilylib modules to enable it, but with many references to issues such as subtle sizing problems etc etc. Is this ready for pro. use yet? Will it ever be, or are the

SMuFL

2018-04-05 Thread Hans Åberg
> On 5 Apr 2018, at 10:58, Malte Meyn wrote: > > I see another option: > 4. Add this ornament to Feta. > > SMuFL is a good argument for that, if we want to support it some day. That would be best, as it is already possible in LilyPo

Re: Fwd: [smufl-discuss] SMuFL development moves to the new W3C Music Notation Community Group

2015-07-29 Thread J Martin Rushton
; > > Thank you for the clarification. I have not experimented with it, > myself, but that was my perception based on the documentation. So, > I assume it has the full app behind it (i.e., to create a score > from any code we throw at it, as long as it can be represented as &g

Re: Fwd: [smufl-discuss] SMuFL development moves to the new W3C Music Notation Community Group

2015-07-29 Thread Steve Lacy
the full app behind it (i.e., to create a score from any code we throw at > it, as long as it can be represented as a single file)? > > -- > View this message in context: Re: Fwd: [smufl-discuss] SMuFL development > moves to the new W3C Music Notation Comm

Re: Fwd: [smufl-discuss] SMuFL development moves to the new W3C Music Notation Community Group

2015-07-29 Thread tisimst
file)? -- View this message in context: http://lilypond.1069038.n5.nabble.com/Fwd-smufl-discuss-SMuFL-development-moves-to-the-new-W3C-Music-Notation-Community-Group-tp179133p179139.html Sent from the User mailing list archive at Nabble.com.___ lil

Re: Fwd: [smufl-discuss] SMuFL development moves to the new W3C Music Notation Community Group

2015-07-29 Thread Steve Lacy
onnected to LilyBin somehow? That way you could upload music from > anywhere! Sounds like a cool service to me. > > - Abraham > > ------ > View this message in context: Re: Fwd: [smufl-discuss] SMuFL development > moves to the new W3C Music Notation Communi

Re: Fwd: [smufl-discuss] SMuFL development moves to the new W3C Music Notation Community Group

2015-07-29 Thread tisimst
message in context: http://lilypond.1069038.n5.nabble.com/Fwd-smufl-discuss-SMuFL-development-moves-to-the-new-W3C-Music-Notation-Community-Group-tp179133p179136.html Sent from the User mailing list archive at Nabble.com.___ lilypond-user mailing list lily

Re: Fwd: [smufl-discuss] SMuFL development moves to the new W3C Music Notation Community Group

2015-07-29 Thread Noeck
Hi, a small side note on this: Of course, the W3C and Wikipedia are much different levels in terms of web standards. But at least there is some type of music representation available for websites which (in my naïve thinking) should not be ignored completely when working on a new standard. https:/

Fwd: [smufl-discuss] SMuFL development moves to the new W3C Music Notation Community Group

2015-07-29 Thread Urs Liska
This has been around on a few channels, but I'd like to forward it to this place too. Development of MusicXML and SMuFL is moved from two commercial companies to a W3C community group. This is definitely a big step and will change a few things. However, I'm not fully convinced it is a

SMuFL deadline - action required

2014-03-15 Thread Urs Liska
Yesterday at the MusicXML community meeting at the Musikmesse in Frankfurt we were informed about the approaching 1.0 release of Steinberg's proposed SMuFL standard (http://smufl.org). Once 1.0 is published there shall be no further changes in the set of covered glyphs, and the pre

Re: SMuFL

2013-08-18 Thread Janek Warchoł
Hi, 2013/8/18 : > > Zitat von Janek Warchoł : >> We don't know if it would be worth it to make LilyPond support SMuFL. >> But i think the question is: what should we do to make it easier to us >> to adopt SMuFL if we decide to to do in the future? >> In othe

Re: SMuFL

2013-08-18 Thread ul
Zitat von Janek Warchoł : Hi folks, 2013/8/9 Urs Liska : Hi all, although I suspect this could once more become a longish and scattered thread, I feel forced to bring it up here. What do you think: would it make sense to open up LilyPond thinking to the idea of SMuFL brought up by

Re: SMuFL

2013-08-17 Thread Janek Warchoł
Hi folks, 2013/8/9 Urs Liska : > Hi all, > > although I suspect this could once more become a longish and scattered > thread, I feel forced to bring it up here. > > What do you think: would it make sense to open up LilyPond thinking to the > idea of SMuFL brought up by

Re: SMuFL

2013-08-17 Thread Janek Warchoł
Hi, a short comment: 2013/8/11 David Kastrup : > Werner LEMBERG writes: > >>> I think "so poorly documented that in practice almost no one can >>> understand how it works" still can't qualify as "in effect >>> proprietary". >> >> It is not *that* badly documented. However, the number of people

Re: SMuFL

2013-08-12 Thread David Rogers
objects > like staves are draws not using glyphs from fonts but more primitive > graphics objects. So I feel one should also change the layout of quite > a few graphical objects when switching fonts. > > I wonder whether one would call that "layout" or "style". > &

Re: SMuFL

2013-08-12 Thread Klaus Föhl
s but more primitive graphics objects. So I feel one should also change the layout of quite a few graphical objects when switching fonts. I wonder whether one would call that "layout" or "style". In the current SMuFL paper (Version 0.4) there are some options: use compl

Re: SMuFL

2013-08-11 Thread David Kastrup
Kieren MacMillan writes: > Hi all, > >> 3) >> It's currently not really an option to tackle such a change from the >> technical POV. >> LilyPond is quite far away from being able to play together with other fonts. > > From my (perhaps naïve) perspective, this seems to be the chicken > whence the

Re: SMuFL

2013-08-11 Thread David Kastrup
since there is more than one issue involved. > 1) > Conceptually it would be acceptable to have LilyPond support SMuFL > compliant fonts. Supporting something is not the question. The question is whether there are efforts needed _specifically_ to support only hypothetical or non-free f

Re: SMuFL

2013-08-11 Thread Kieren MacMillan
s. ;) Put another way: If we focused on solving #3 — i.e., fixing Lily so that she DOES play easily/well/perfectly with other fonts — wouldn't we be in a far better position to act on #1 and #2, if it was desirable/feasible/acceptable? And said effort, it seems to me, would not be wasted even

Re: SMuFL

2013-08-11 Thread Urs Liska
More than once in this discussion we had comments that seem to indicate that SMuFL is evil because it allows non-free fonts to be used. But if for example someone would (hypothetically) provide a means to use alternative fonts, this contribution wouldn't have to be rejected, right? Otherwi

Re: SMuFL

2013-08-11 Thread David Kastrup
c font. But you can't choose. Your installation supports one or the other. Supporting more than one font layout plays second fiddle to supporting more than one font. Once supporting more than one font is possible, it would likely be feasible to create a _conversion_ from

Re: SMuFL

2013-08-11 Thread Urs Liska
standard lilypond font, attractive though it may be. It would be nice to have a wider choice to offer in the future, and if SMuFL takes off as a standard, there may well be many fonts to choose from. Do you really think that proprietary music system vendors will release their fonts in a usable form

Re: SMuFL

2013-08-11 Thread David Kastrup
ermanic look of the standard lilypond font, attractive though it may >>> be. It would be nice to have a wider choice to offer in the future, >>> and if SMuFL takes off as a standard, there may well be many fonts to >>> choose from. >> Do you really think that proprietary m

Re: SMuFL

2013-08-11 Thread Urs Liska
nice to have a wider choice to offer in the future, and if SMuFL takes off as a standard, there may well be many fonts to choose from. Do you really think that proprietary music system vendors will release their fonts in a usable form under free licenses so that people can forego buying their

Re: SMuFL

2013-08-11 Thread Andrew Bernard
On 11/08/13 8:09 PM, David Kastrup wrote: So far, I don't see that SMuFL is more than calling a particular choice a standard. You could equally well say "why isn't Steinberg picking up the Emmentaler standard?". SMuFL is a font layout. Saying "it will be good to st

Re: SMuFL

2013-08-11 Thread David Kastrup
Urs Liska writes: > Johan Vromans schrieb: > >>Carl Peterson writes: >> >>> I think we're getting hung up on the fact that SMuFL is being >>> promulgated by a corporate entity and the only implementation of >>> SMuFL is produced by that corpo

Re: SMuFL

2013-08-11 Thread Urs Liska
Johan Vromans schrieb: >Carl Peterson writes: > >> I think we're getting hung up on the fact that SMuFL is being >promulgated >> by a corporate entity and the only implementation of SMuFL is >produced by >> that corporate entity (and that most of the mus

Re: SMuFL

2013-08-11 Thread Johan Vromans
Carl Peterson writes: > I think we're getting hung up on the fact that SMuFL is being promulgated > by a corporate entity and the only implementation of SMuFL is produced by > that corporate entity (and that most of the musical font work is being done > by other corporate entiti

Re: SMuFL

2013-08-10 Thread David Kastrup
Werner LEMBERG writes: >> I think "so poorly documented that in practice almost no one can >> understand how it works" still can't qualify as "in effect >> proprietary". > > It is not *that* badly documented. However, the number of people who > understand Metafont are rather small today. git sh

Re: SMuFL

2013-08-10 Thread Werner LEMBERG
> I think "so poorly documented that in practice almost no one can > understand how it works" still can't qualify as "in effect > proprietary". It is not *that* badly documented. However, the number of people who understand Metafont are rather small today. > - Someone who doesn't really want to

Re: SMuFL

2013-08-10 Thread David Rogers
Andrew Bernard writes: > Emmentaler is, in effect, proprietary, although free. I disagree. I think "so poorly documented that in practice almost no one can understand how it works" still can't qualify as "in effect proprietary". It just qualifies as "needing a huge amount of work; work that the

Re: SMuFL

2013-08-10 Thread David Kastrup
Evan Driscoll writes: > As a fairly outside observer who is only an occasional user of Lilypond > > On 08/09/2013 11:43 PM, Carl Peterson wrote: >> The concern I have on SMuFL is that it is an as-of-yet immature standard >> without broad support outside of Steinberg. ..

Re: Re: SMuFL

2013-08-10 Thread Evan Driscoll
As a fairly outside observer who is only an occasional user of Lilypond On 08/09/2013 11:43 PM, Carl Peterson wrote: > The concern I have on SMuFL is that it is an as-of-yet immature standard > without broad support outside of Steinberg. ... Will it be a futile > effort because

Re: SMuFL

2013-08-10 Thread Urs Liska
eel about it. Having the option to use any font, including commercial ones, was one of the things that finally made me switch to LaTeX. If OpnOffice forced me to use free fonts exclusively I probably wouldn't use it. >I think we're getting hung up on the fact that SMuFL is bein

Re: SMuFL

2013-08-10 Thread Carl Peterson
o use proprietary fonts intentional or incidental is likely one of those dreaded semantic distinctions). I think we're getting hung up on the fact that SMuFL is being promulgated by a corporate entity and the only implementation of SMuFL is produced by that corporate entity (and that most of the

Re: SMuFL

2013-08-10 Thread David Kastrup
Andrew Bernard writes: > On 10/08/13 7:10 PM, David Kastrup wrote: > >> Of course, people are free to do whatever they want with their own time >> and efforts. But if you do it out of a feeling of contributing to >> LilyPond, it may be worth looking quite closer before investing a lot of >> effo

Re: SMuFL

2013-08-10 Thread Urs Liska
page or on the referenced "texlive contribution" page you'll find more details. HTH Urs >> >> Although I personally would like to have the option to use >proprietary >> fonts with LilyPond. >Not proprietary, but S

Re: SMuFL

2013-08-10 Thread Andrew Bernard
e not standardized. At any rate, it's not much of a priority for a free software project to make it easier to use proprietary software. I was not clear. What I meant was, if SMuFL does become an accepted standard, then fonts could be standardised, and then we could use them if lilypond adopted SMuFL.

Re: SMuFL

2013-08-10 Thread David Kastrup
Andrew Bernard writes: > Interesting valid points David. > > But I was thinking that it although lilypond is open source, why can't > I purchase _commercial_ music fonts to use with it, just as one does > for print typesetting? Because they are not standardized. At any rate, it's not much of a

Re: SMuFL

2013-08-10 Thread Andrew Bernard
ConTeXT program. But the free TeX distros won't for example packages that are "macros supporting non-free fonts". Can you explain that more? Although I personally would like to have the option to use proprietary fonts with LilyPond. Not proprietary, but SMuFL fonts, commer

Re: SMuFL

2013-08-10 Thread Urs Liska
reference font implementation for SMuFL. Andrew On 10/08/13 6:30 PM, David Kastrup wrote: Do you really think that proprietary music system vendors will release their fonts in a usable form under free licenses so that people can forego buying their software and use LilyPond instead? Of course th

Re: SMuFL

2013-08-10 Thread Andrew Bernard
licensing restrictions that prevent lilypond components such as fonts being utilised by commercial software (I don't know)? And I think you can download Steinberg Bravura font presently for free, although I understand this is principally as a reference font implementation for SMuFL. Andrew O

Re: SMuFL

2013-08-10 Thread David Kastrup
to offer in the future, > and if SMuFL takes off as a standard, there may well be many fonts to > choose from. Do you really think that proprietary music system vendors will release their fonts in a usable form under free licenses so that people can forego buying their software and use LilyPo

Re: SMuFL

2013-08-10 Thread Andrew Bernard
Thanks Werner for pointing this out. It would help if I read the SMuFL standard before commenting. :-) So I think my previous comments are invalid. Now that I have read the standard v 0.6, I see that it works hand in hand with Unicode, and is not in opposition to, or outside of Unicode. Given

Re: SMuFL

2013-08-09 Thread Werner LEMBERG
>> Unicode is a *character* standard, mainly to *exchange* >> information. It is *not* related to glyphs, or to fonts. The >> SMuFL team correctly maps the glyphs to the Private Area of >> Unicode, and they don't suggest the inclusion of any of those >>

Re: SMuFL

2013-08-09 Thread Carl Peterson
On Sat, Aug 10, 2013 at 12:21 AM, Werner LEMBERG wrote: > > > The SMuFL standard is just a specification cooked up by Steinberg > > for the new program. It's been possible for them to consider this > > since they are architecting the program from scratch. But it

Re: SMuFL

2013-08-09 Thread Werner LEMBERG
> The SMuFL standard is just a specification cooked up by Steinberg > for the new program. It's been possible for them to consider this > since they are architecting the program from scratch. But it's a > step away and outside of the hugely important work the Unicode

Re: SMuFL

2013-08-09 Thread Andrew Bernard
Greetings List, There's an old IT joke that the beauty of having standards is that there are so many to choose from! I agree with Shane. The SMuFL standard is just a specification cooked up by Steinberg for the new program. It's been possible for them to consider this sinc

Re: SMuFL

2013-08-09 Thread Shane Brandes
SMuFL has nothing much to do with preserving the Unicode standard. If you can get the Unicode consortium to participate in outlining SMuFL stuffs in its standard than it would be good, but an abstracted standard used by one or two applications is a bad idea especially for one text based like ours

Re: SMuFL

2013-08-09 Thread Urs Liska
nicode numbers I think that would be very simple, just a matter of remapping them in a suitable application. If LilyPond really accesses the glyphs by their names this wouldn't even imply any internal changes. But then, if we intended to allow LilyPond to use other SM

Re: SMuFL

2013-08-09 Thread Carl Peterson
mapping them in a > suitable application. >If LilyPond really accesses the glyphs by their names this wouldn't > even imply any internal changes. > But then, if we intended to allow LilyPond to use other SMuFL-compliant fonts, there *would* be internal changes, as we would have to have

Re: SMuFL

2013-08-09 Thread Urs Liska
of SMuFL brought up by Steinberg and Daniel Spreadbury? http://www.smufl.org <http://www.smufl.org/> Of course currently it's only their new Bravura font that complies to that proposed standard. But I can imagine there will be more 'participators' in mid-term future. M

Re: SMuFL

2013-08-09 Thread Jan-Peter Voigt
Am 09.08.2013 14:39, schrieb Urs Liska: Hi all, although I suspect this could once more become a longish and scattered thread, I feel forced to bring it up here. :) What do you think: would it make sense to open up LilyPond thinking to the idea of SMuFL brought up by Steinberg and Daniel

SMuFL

2013-08-09 Thread Urs Liska
Hi all, although I suspect this could once more become a longish and scattered thread, I feel forced to bring it up here. What do you think: would it make sense to open up LilyPond thinking to the idea of SMuFL brought up by Steinberg and Daniel Spreadbury? http://www.smufl.org <h