Trouble with notation fonts when resizing

2018-05-11 Thread Brent Annable
Hello everyone, I've been trying out some new notation fonts (gonville and haydn), but am running into problems when resizing the staves. Basically if I use #(set-global-staff-size), the staff size changes but the grobs don't, and if I use #(layout-set-staff-size), everything resizes

Re: variables for numbers

2018-05-11 Thread Flaming Hakama by Elaine
On Thu, May 10, 2018 at 3:01 PM, Thomas Morley wrote: > 2018-05-10 22:51 GMT+02:00 Flaming Hakama by Elaine < > ela...@flaminghakama.com>: > > > > On Tue, May 1, 2018 at 11:03 AM, wrote: > >> > >> Send lilypond-user mailing list

Re: simple scheme function #{ $note #}

2018-05-11 Thread Aaron Hill
On 2018-05-11 14:17, David Kastrup wrote: Aaron Hill writes: The error message reads pretty clearly, though. The result of a music function cannot be a single NOTENAME_PITCH. The result of a music function cannot be a pitch, period. It has to be a music

Re: LilyPond and FontForge

2018-05-11 Thread Werner LEMBERG
> 1) what is the lilypond's pipeline you're refering to? Is this an >easier way than using FontForge? The *.mf files in lilypond/mf are converted to proto Type 1 code using the script `mf2pt1' (which in turn calls METAPOST instead of METAFONT for creating PostScript code). Processing the

concatenating notes with a music expression

2018-05-11 Thread Sirius Barras
I have a sequence of notes and a music expression. How could be done a function concatenating each element of the sequence with the music expression? For instance, if the sequence is {c b a } and the music expression is { f g } I would like to obtain c f g b f g a f g Thanks

Re: LilyPond and FontForge

2018-05-11 Thread foxfanfare
Werner LEMBERG wrote > This is expected. The three tables are specific to lilypond; they are > simple text files put into SFNT tables – if you add or modify fonts > you probably have to update this information also in case you are > directly editing the fonts with FontForge instead of using

Re: Sheet music via the Bash Terminal, Possible?

2018-05-11 Thread David Wright
On Fri 11 May 2018 at 13:08:03 (-0700), Vivyan wrote: > I'm using Raspbian lite which limits me to just the command line. Is it > possible or has anyone exclusively used the Terminal shell to edit and > somehow view sheet music? That sounds like more trouble then it's worth (unless you ssh from

Re: simple scheme function #{ $note #}

2018-05-11 Thread David Kastrup
Aaron Hill writes: > On 2018-05-11 09:34, David Kastrup wrote: >> There is no "incomplete music expression". #{ ... #} is used for >> converting a whole slew of different expression types from LilyPond >> syntax to Scheme: pitches, durations, markups, music, numbers

Re: LilyPond and FontForge

2018-05-11 Thread foxfanfare
foxfanfare wrote > Werner LEMBERG wrote> Hmm, I can't help here.No problem. I'll continue my > investigations!Thx! Finally! I did solve this problem and succeed to make modifications in the fonts. Werner did directed me in the good direction, and it needed the use of TTX.But ...*ouch ... what a

Re: Sheet music via the Bash Terminal, Possible?

2018-05-11 Thread Noeck
Dear Joel, edit yes: you can use vim, emacs, nano, ... to edit lilypond files. convert yes: you can run lilypond on the commandline view hmm: I don't know how this should work. Ascii-art? Best, Joram ___ lilypond-user mailing list

Re: Sheet music via the Bash Terminal, Possible?

2018-05-11 Thread Ben
On 5/11/2018 4:08 PM, Vivyan wrote: I'm using Raspbian lite which limits me to just the command line. Is it possible or has anyone exclusively used the Terminal shell to edit and somehow view sheet music? Many thanks, Joel I thought that mupdf is installed by default but I could be

Re: Sheet music via the Bash Terminal, Possible?

2018-05-11 Thread Ben
On 5/11/2018 4:08 PM, Vivyan wrote: I'm using Raspbian lite which limits me to just the command line. Is it possible or has anyone exclusively used the Terminal shell to edit and somehow view sheet music? Many thanks, Joel Hello Joel, You can certainly edit the sheet music from a

Sheet music via the Bash Terminal, Possible?

2018-05-11 Thread Vivyan
I'm using Raspbian lite which limits me to just the command line. Is it possible or has anyone exclusively used the Terminal shell to edit and somehow view sheet music? Many thanks, Joel -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Re: Center text over measure

2018-05-11 Thread Lukas-Fabian Moser
Well, looking more closely shows me that I'd prefer a solution that doesn't even require a a separate *voice*. The problem is that I'll also have to *export* the stuff in a clean way to MusicXML, and I don't think a hidden additional layer should be the way to go. Ideally I'd have something

Attachment of beam to stems

2018-05-11 Thread Urs Liska
Is there any way - short of drawing my own stencil - to have beams attach not to the very end of stems? Or to extend a stem beyond the beam? See the attached images to see what I need. Any pointers? Thanks Urs ___ lilypond-user mailing list

Re: simple scheme function #{ $note #}

2018-05-11 Thread Aaron Hill
On 2018-05-11 09:34, David Kastrup wrote: There is no "incomplete music expression". #{ ... #} is used for converting a whole slew of different expression types from LilyPond syntax to Scheme: pitches, durations, markups, music, numbers with dimension and other stuff. A pitch is not an

Re: simple scheme function #{ $note #}

2018-05-11 Thread David Kastrup
Aaron Hill writes: > On 2018-05-11 08:46, David Kastrup wrote: >> Aaron Hill writes: >> >>> On 2018-05-11 06:53, Gianmaria Lari wrote: Sorry to bother with a simple question. Why this does not work? \version "2.19.81" pit =

Re: Center text over measure

2018-05-11 Thread Urs Liska
Am 11.05.2018 um 18:04 schrieb Urs Liska: Am 11.05.2018 um 17:45 schrieb Malte Meyn: Am 11.05.2018 um 17:39 schrieb Urs Liska: Hi all, somehow I have the feeling this is a stupid question, but I'm unable to find the solution. Is there a convenient and semantically clean way to center

Re: simple scheme function #{ $note #}

2018-05-11 Thread Gianmaria Lari
On 11 May 2018 at 17:58, Aaron Hill wrote: > On 2018-05-11 08:46, David Kastrup wrote: > >> Aaron Hill writes: >> >> On 2018-05-11 06:53, Gianmaria Lari wrote: >>> Sorry to bother with a simple question. Why this does not work?

Re: Center text over measure

2018-05-11 Thread Urs Liska
Am 11.05.2018 um 17:45 schrieb Malte Meyn: Am 11.05.2018 um 17:39 schrieb Urs Liska: Hi all, somehow I have the feeling this is a stupid question, but I'm unable to find the solution. Is there a convenient and semantically clean way to center a markup above/below a measure? I need a

Re: simple scheme function #{ $note #}

2018-05-11 Thread Aaron Hill
On 2018-05-11 08:46, David Kastrup wrote: Aaron Hill writes: On 2018-05-11 06:53, Gianmaria Lari wrote: Sorry to bother with a simple question. Why this does not work? \version "2.19.81" pit = #(define-music-function (p) (ly:pitch?) #{ $p #}

Re: Center text over measure

2018-05-11 Thread Kieren MacMillan
Hi Urs, > Is there a convenient and semantically clean way to centre a markup > above/below a measure? Have you looked at David N's [rather amazing] text-spanner-inner-text thingee? I would imagine it does exactly what you want. Hope that helps! Kieren. Kieren

Re: simple scheme function #{ $note #}

2018-05-11 Thread David Kastrup
Aaron Hill writes: > On 2018-05-11 06:53, Gianmaria Lari wrote: >> Sorry to bother with a simple question. Why this does not work? >> >> \version "2.19.81" >> pit = #(define-music-function >> (p) (ly:pitch?) >> #{ $p #} >> ) >> { \pit c' } > >

Re: Center text over measure

2018-05-11 Thread Malte Meyn
Am 11.05.2018 um 17:39 schrieb Urs Liska: Hi all, somehow I have the feeling this is a stupid question, but I'm unable to find the solution. Is there a convenient and semantically clean way to center a markup above/below a measure? I need a solution that doesn't rely on separate

Center text over measure

2018-05-11 Thread Urs Liska
Hi all, somehow I have the feeling this is a stupid question, but I'm unable to find the solution. Is there a convenient and semantically clean way to center a markup above/below a measure? I need a solution that doesn't rely on separate contexts (e.g. a Dynamics context above the staff).

Re: simple scheme function #{ $note #}

2018-05-11 Thread Aaron Hill
On 2018-05-11 06:53, Gianmaria Lari wrote: Sorry to bother with a simple question. Why this does not work? \version "2.19.81" pit = #(define-music-function (p) (ly:pitch?) #{ $p #} ) { \pit c' } The result is "error: music function cannot return c'". It appears that

simple scheme function #{ $note #}

2018-05-11 Thread Gianmaria Lari
Sorry to bother with a simple question. Why this does not work? \version "2.19.81" pit = #(define-music-function (p) (ly:pitch?) #{ $p #} ) { \pit c' } Changing the body to #{ $p $p #} or #{ $pit 4 #} or #{ $p a' #} it works g.

Re: Fwd: Compile crashing... help!

2018-05-11 Thread Aaron Hill
On 2018-05-10 03:43, Aaron Hill wrote: On 2018-05-10 01:04, Phil Holmes wrote: Did you consider my suggestion of using a Linux virtual machine? If you are running 64-bit Windows 10, remember that the Windows Subsystem for Linux exists:

Re: Frescobaldi font size preferences

2018-05-11 Thread Ben
On 5/11/2018 4:22 AM, Andrew Bernard wrote: Is there a way to set the font size of the lilypond log window to what one desires? I am unable to find this setting. Apologies for posting here but it would appear that the Google Groups group for Frescobaldi is more or less moribund. Andrew

Re: Need someone testing XML file in Finale and Sibelius (and Dorico)

2018-05-11 Thread Jan-Peter Voigt
Hi Urs, I was just curious what the lilypond-export OLL-module (https://github.com/jpvoigt/lilypond-export/) is doing with this pattern. It seems the final beam closing is not fetched correctly. At least in MuseScore the last note with automatic beams is not beamed. Best Jan-Peter Am

Re: Need someone testing XML file in Finale and Sibelius (and Dorico)

2018-05-11 Thread Patrick Hubers
Dorico imports these as intended Op 5-5-2018 om 08:25 schreef Urs Liska: ... So I'd be happy if people could import the attached .xml file to Finale, Sibelius and (if possible) Dorico, and tell me about the results. Also attached is the reference image of what it should look like. (Note

Re: Frescobaldi font size preferences

2018-05-11 Thread Urs Liska
Am 11.05.2018 um 11:42 schrieb Malte Meyn: Am 11.05.2018 um 11:33 schrieb Malte Meyn: Am 11.05.2018 um 11:29 schrieb Andrew Bernard: HI Malte, Frescobaldi 3.0.0 on Ubuntu 16.04. The font changes, but not the size. [But thanks for the tip - I never found that setting before.] Could

Re: Frescobaldi font size preferences

2018-05-11 Thread Malte Meyn
Am 11.05.2018 um 11:33 schrieb Malte Meyn: Am 11.05.2018 um 11:29 schrieb Andrew Bernard: HI Malte, Frescobaldi 3.0.0 on Ubuntu 16.04. The font changes, but not the size. [But thanks for the tip - I never found that setting before.] Could this be a bug? The font size can be changed in

Re: Frescobaldi font size preferences

2018-05-11 Thread Malte Meyn
Am 11.05.2018 um 11:29 schrieb Andrew Bernard: HI Malte, Frescobaldi 3.0.0 on Ubuntu 16.04. The font changes, but not the size. [But thanks for the tip - I never found that setting before.] Could this be a bug? The font size can be changed in the editor window OK. Can reproduce

Re: lyluatex: inline vertical alignment of

2018-05-11 Thread Urs Liska
Am 11.05.2018 um 11:25 schrieb Malte Meyn: Am 11.05.2018 um 11:16 schrieb Malte Meyn: I found a way to do this for scores but not for toplevel markups. It’s not even a complicated calculation: just let VerticalAxisGroup.after-line-breaking print it’s Y-extent. Oops, forgot about scores

Re: Frescobaldi font size preferences

2018-05-11 Thread Andrew Bernard
HI Malte, Frescobaldi 3.0.0 on Ubuntu 16.04. The font changes, but not the size. [But thanks for the tip - I never found that setting before.] Could this be a bug? The font size can be changed in the editor window OK. Andrew On 11 May 2018 at 18:28, Malte Meyn wrote:

Re: lyluatex: inline vertical alignment of

2018-05-11 Thread Malte Meyn
Am 11.05.2018 um 11:16 schrieb Malte Meyn: I found a way to do this for scores but not for toplevel markups. It’s not even a complicated calculation: just let VerticalAxisGroup.after-line-breaking print it’s Y-extent. Oops, forgot about scores with multiple staves … And I’d thought that

Re: lyluatex: inline vertical alignment of

2018-05-11 Thread Malte Meyn
Am 11.05.2018 um 10:21 schrieb Malte Meyn: Am 10.05.2018 um 15:07 schrieb Urs Liska: Hi Malte, don't know why my previous post got scrambled I don’t know either; my Thunderbird doesn’t show the text in HTML view but in plaintext view it’s fine. The problem is that in a cropped image

Re: LilyPond and FontForge

2018-05-11 Thread foxfanfare
Werner LEMBERG wrote > Hmm, I can't help here. No problem. I'll continue my investigations! Thx! -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Frescobaldi font size preferences

2018-05-11 Thread Malte Meyn
Am 11.05.2018 um 10:22 schrieb Andrew Bernard: Is there a way to set the font size of the lilypond log window to what one desires? I am unable to find this setting. Yes, the settings can be found at Edit→Preferences→Tools. ___ lilypond-user

Frescobaldi font size preferences

2018-05-11 Thread Andrew Bernard
Is there a way to set the font size of the lilypond log window to what one desires? I am unable to find this setting. Apologies for posting here but it would appear that the Google Groups group for Frescobaldi is more or less moribund. Andrew ___

Re: lyluatex: inline vertical alignment of

2018-05-11 Thread Malte Meyn
Am 10.05.2018 um 15:07 schrieb Urs Liska: Hi Malte, don't know why my previous post got scrambled I don’t know either; my Thunderbird doesn’t show the text in HTML view but in plaintext view it’s fine. The problem is that in a cropped image we don't have a clue as to where the staff