Re: MIDI and template for dynamics

2016-05-30 Thread Kaj Persson
Hello Jan-Peter, Sorry, I do not exactly understand the intention of your proposal. I am almost always using two \score sections, one for the midi and one for the layout (pdf). There are many reasons for that, among others "\unfoldRepeats" to take care of repeats. There are also other circums

Re: invisible note for expressive marks

2016-05-30 Thread David Wright
On Sun 29 May 2016 at 11:00:11 (+0200), David Kastrup wrote: > Thomas Morley writes: > > >> \version "2.19.40" > >> { > >> <> \p \< \repeat unfold 3 {c' d' e' f'} <> \! > >> } > >> \addlyrics { \repeat unfold 3 { c d e f } } > >> > >> { > >> s1*0 \p \< \repeat unfold 3 {c'4 d' e' f'} s1*0 \!

Re: slur corehack

2016-05-30 Thread David Wright
My last contribution to this thread. On Thu 26 May 2016 at 18:34:44 (-0700), Flaming Hakama by Elaine wrote: > The main thing that is irritating about this exchange > is that you seem invested in maintaining low-quality documentation. > > What is your motivation for that? > > I'm trying to help

Re: Further scheme help, please

2016-05-30 Thread Andrew Bernard
Hi Simon, It’s just the unquote-splicing operator in lilypondish. https://www.gnu.org/software/guile/docs/docs-1.8/guile-ref/Expression-Syntax.html#index-quasiquote-2199 Andrew On 31 May 2016 at 2:37:33 AM, Simon Albrecht wrote: On 30.05.2016 16:18, David Kastrup wrote: > $@(make-list n #{ \

Re: note names as solmisation printed as markup automagically?

2016-05-30 Thread Karlin High
On 5/30/2016 5:28 PM, ming wrote: > > Can this code be modified for movable do? > > Sounds to me like you're looking at the reason shaped note heads were invented. http://lilypond.org/doc/v2.18/Documentation/notation/note-heads#shape-note-heads Growing up in an Aiken-head tradition, the first ti

Re: note names as solmisation printed as markup automagically?

2016-05-30 Thread ming
Can this code be modified for movable do? Sent from Mail for Windows 10 ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Dynamic Range fluctuation function

2016-05-30 Thread dtsmarin
Hi everyone, I'm trying to create a box that will contain two dynamics and between them a two-way arrow. As you can see in the attached file, the function is faked. Ideally something like this would make sense: c1\dynr #niente #ff (need a function that will translate those 2 values to dynamic

Re: multiple tails

2016-05-30 Thread David Nalesnik
On Mon, May 30, 2016 at 2:20 PM, Michael Edwards wrote: > Thanks for your responses Marc, tisimst, and Urs. > >> Which lilypond version do you use? > 2.18.2-1 > >> BTW, is this just happening when you print it? > Yes, only when printing. The PDF looks fine on-screen. Your problem was probably re

Re: multiple tails

2016-05-30 Thread David Kastrup
Simon Albrecht writes: > Sorry, Michael, but we generally require complete, compilable examples > here. It's more like "you increase your chances for a useful answer a lot if you provide complete, compilable examples since then anybody inclined to help does not run out of steam while trying to r

Re: note names as solmisation printed as markup automagically?

2016-05-30 Thread bart deruyter
Anders, that is really great, copy pasted your code, it worked instantly ! It will be an enormous time saver. A kind of thing to add to the snippet repository :-) grtz, Bart http://www.bartart3d.be/ On Twitter On Identi.ca On

Re: multiple tails

2016-05-30 Thread Simon Albrecht
On 30.05.2016 21:20, Michael Edwards wrote: And (maybe even more important): what code did produce that output? Here's bar 711. Please note that this code is being generated by my algorithmic composition software, slippery chicken, though I'm not sure that makes a difference. r8 < d' fs'\harmon

Re: multiple tails

2016-05-30 Thread Michael Edwards
Thanks for your responses Marc, tisimst, and Urs. > Which lilypond version do you use? 2.18.2-1 > BTW, is this just happening when you print it? Yes, only when printing. The PDF looks fine on-screen. > And (maybe even more important): what code did produce that output? Here's bar 711. Please no

Re: note names as solmisation printed as markup automagically?

2016-05-30 Thread Anders Eriksson
On 2016-05-30 20:50, bart deruyter wrote: Hi, it would only be for my students. I would alter my guitar course for next year. They are the only target audience actually. And here we only use Fixed do (using si for the B) as far as I know. Here is a quick hack that will do what you want (H

Re: note names as solmisation printed as markup automagically?

2016-05-30 Thread bart deruyter
Hi, it would only be for my students. I would alter my guitar course for next year. They are the only target audience actually. And here we only use Fixed do (using si for the B) as far as I know. I often teach to 55+ aged people who have no theoretical background. Tabulature is a good solution,

Re: note names as solmisation printed as markup automagically?

2016-05-30 Thread J Martin Rushton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bart, If you are wanting to publish your music to a wider audience I would be very careful about the moveable/fixed do issue. Some time ago I was translating an article from Italian (fixed) to English (generally moveable) with confusing consequences.

Re: note names as solmisation printed as markup automagically?

2016-05-30 Thread bart deruyter
Anders, Aargh, I am brainwashed by lilypond. My reflex was thinking about 'relative mode' and 'absolute mode' in lilypond, I had to look it up, never used Movable do :-), so it is Fixed do. grtz, Bart http://www.bartart3d.be/ On Twitter On Identi.ca

Re: Further scheme help, please

2016-05-30 Thread Simon Albrecht
On 30.05.2016 18:41, David Kastrup wrote: On 30.05.2016 16:18, David Kastrup wrote: $@(make-list n #{ \lyricmode { _ } #}) David, could you give a hint as to what the @ does here, or where it’s documented? Obviously it’s not the use which is documented with Guile 1.8 (

Re: Further scheme help, please

2016-05-30 Thread David Kastrup
Simon Albrecht writes: > On 30.05.2016 17:23, Phil Holmes wrote: >> I obviously need to do more potato peeling. > > Words of wisdom :-) > > > On 30.05.2016 16:18, David Kastrup wrote: >> $@(make-list n #{ \lyricmode { _ } #}) > > David, could you give a hint as to what the @ does here, or where i

Re: Further scheme help, please

2016-05-30 Thread Simon Albrecht
On 30.05.2016 17:23, Phil Holmes wrote: I obviously need to do more potato peeling. Words of wisdom :-) On 30.05.2016 16:18, David Kastrup wrote: $@(make-list n #{ \lyricmode { _ } #}) David, could you give a hint as to what the @ does here, or where it’s documented? Obviously it’s not th

Re: note names as solmisation printed as markup automagically?

2016-05-30 Thread Anders Eriksson
On 2016-05-30 13:45, bart deruyter wrote: So I was wondering, would there be a way to print the names of the notes as markup, in an automated way? I know how to print them with a markup command, but it's a heck of a task to add manually with so much notes :-) . Do you use Fixed do or Mova

Re: Further scheme help, please

2016-05-30 Thread Phil Holmes
- Original Message - From: "David Kastrup" To: "Phil Holmes" Cc: Sent: Monday, May 30, 2016 4:19 PM Subject: Re: Further scheme help, please "Phil Holmes" writes: Thanks David. This is what I have: LyRep = #(define-music-function (n) (number?) #{ \once \override Lyrics.Lyri

Re: Further scheme help, please

2016-05-30 Thread David Kastrup
"Phil Holmes" writes: > Thanks David. This is what I have: > > LyRep = > #(define-music-function (n) (number?) > #{ >\once \override Lyrics.LyricText.Y-extent = #'(-10 . 10) % stops > collisions with stems >\set Lyrics.lyricMelismaAlignment = #CENTER % keeps the symbol centred >\mar

Weblily.net now running Lilypond 2.19.40

2016-05-30 Thread weblily
On Weblily.net you can run Lilypond from within your browser without any local intallation. After quite some time I've found time and energy to give Weblily.net an update. The new features are * Now running Lilypond 2.19.40 I've changed my setup, so that updates to Weblily.net with new

Re: Further scheme help, please

2016-05-30 Thread Phil Holmes
- Original Message - From: "David Kastrup" To: "Phil Holmes" Cc: Sent: Monday, May 30, 2016 3:18 PM Subject: Re: Further scheme help, please Phil Holmes writes: Assuming 2.19.not-too-old: LyRep = #(define-music-function (n) (number?) #{ all of the above up to the underlines

Re: Making flags a bit thicker? Changing distance between key signature elements?

2016-05-30 Thread Stanislav Ossovsky
Thanks David! > On 30 May 2016, at 17:24, Stanislav Ossovsky wrote: > > Works!! > Thank you Andrew! > Thanks everybody! > > >> On 30 May 2016, at 17:21, David Nalesnik wrote: >> >> On Mon, May 30, 2016 at 6:51 AM, Stanislav Ossovsky >> wrote: >>> The code works like charm! >>> Thank you. >

Re: Making flags a bit thicker? Changing distance between key signature elements?

2016-05-30 Thread Stanislav Ossovsky
Works!! Thank you Andrew! Thanks everybody! > On 30 May 2016, at 17:21, David Nalesnik wrote: > > On Mon, May 30, 2016 at 6:51 AM, Stanislav Ossovsky > wrote: >> The code works like charm! >> Thank you. >> So I will try now to prepare the score. Does anybody know how to change the >> distance

Re: invisible note for expressive marks

2016-05-30 Thread Stephen MacNeil
I see Thanks Stephen ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Making flags a bit thicker? Changing distance between key signature elements?

2016-05-30 Thread David Nalesnik
On Mon, May 30, 2016 at 6:51 AM, Stanislav Ossovsky wrote: > The code works like charm! > Thank you. > So I will try now to prepare the score. Does anybody know how to change the > distance between key signature elements? Or it is not yet possible? Pardon > me if this question have already been an

Re: Further scheme help, please

2016-05-30 Thread David Kastrup
Phil Holmes writes: > I have some boiler-plate markup that I use in 16C music to show the lyric > repeat sign they use: a small circle, 2 lines and another circle. This is > what I use, split into separate lines and commented: > > \once \override Lyrics.LyricText.Y-extent = #'(-10 . 10) % stop

Further scheme help, please

2016-05-30 Thread Phil Holmes
I have some boiler-plate markup that I use in 16C music to show the lyric repeat sign they use: a small circle, 2 lines and another circle. This is what I use, split into separate lines and commented: \once \override Lyrics.LyricText.Y-extent = #'(-10 . 10) % stops collisions with stems \set l

Re: invisible note for expressive marks

2016-05-30 Thread David Kastrup
Stephen MacNeil writes: > sorry forgot to sent to list > > > Hi David > > so based on that I would assume > > \addlyrics { \repeat unfold 3 { c4 d e f } } > > > would work? > > > and it does, so It seems that with s1*0 you need c4 added to \addlyrics as > well? Yes. Maybe I should have chosen a

Re: MIDI and template for dynamics

2016-05-30 Thread Jan-Peter Voigt
Hi Kaj, if you use separate templates for pdf and midi, of course you can adjust the template as needed per case. But it seems, you want to create both from one template. If you can use at least two score-statements, you can separate both cases and - for example - use tags to avoid double dyna

Re: Making flags a bit thicker? Changing distance between key signature elements?

2016-05-30 Thread Stanislav Ossovsky
The code works like charm! Thank you. So I will try now to prepare the score. Does anybody know how to change the distance between key signature elements? Or it is not yet possible? Pardon me if this question have already been answered, perhaps I didn’t get it. > On 30 May 2016, at 14:15, And

Re: Making flags a bit thicker? Changing distance between key signature elements?

2016-05-30 Thread Stanislav Ossovsky
Hello Andrew, thank you and everybody very much, I am a super new in Lilypond and don’t know anything yet, so I will learn. Thanks again and I will try the code you sent. Sincerely Stas. > On 30 May 2016, at 14:15, Andrew Bernard wrote: > > Hi Stanislav, > > By now you are probably overwhelme

Re: invisible note for expressive marks

2016-05-30 Thread Stephen MacNeil
sorry forgot to sent to list Hi David so based on that I would assume \addlyrics { \repeat unfold 3 { c4 d e f } } would work? and it does, so It seems that with s1*0 you need c4 added to \addlyrics as well? Stephen ___ lilypond-user mailing lis

note names as solmisation printed as markup automagically?

2016-05-30 Thread bart deruyter
Hi all, I've found a pdf on imslp with music of Sagreras. The names of the notes are printed above the notes that are played. Since I teach guitar to people without prior knowledge of music theory, I often use tabulature. Now I have some people who want to learn how to read notes. Here in Belgium

Re: Making flags a bit thicker? Changing distance between key signature elements?

2016-05-30 Thread Andrew Bernard
Hi Stanislav, By now you are probably overwhelmed with the number of responses to your query. I make extensive use of custom shape flags in my setting of New Complexity School music. Here’s what I do, which is to adjust the flag stencil, the code that draws the flag shape. The exisiting straight-f

Re: Making flags a bit thicker? Changing distance between key signature elements?

2016-05-30 Thread Urs Liska
Am 30.05.2016 um 12:41 schrieb David Kastrup: > Urs Liska writes: > >> Am 30.05.2016 um 11:13 schrieb Stanislav: >>> Hello everybody! >>> I have been developing tactile stave music notation for >>> the visually impaired. I am going to make a score with >>> subsequent milling on a CNC machine.

Re: Making flags a bit thicker? Changing distance between key signature elements?

2016-05-30 Thread David Kastrup
Urs Liska writes: > Am 30.05.2016 um 11:13 schrieb Stanislav: >> Hello everybody! >> I have been developing tactile stave music notation for >> the visually impaired. I am going to make a score with >> subsequent milling on a CNC machine. Now I mainly >> use Musescore, which is a wonderful pie

Re: Making flags a bit thicker? Changing distance between key signature elements?

2016-05-30 Thread Urs Liska
Am 30.05.2016 um 11:13 schrieb Stanislav: > Hello everybody! > I have been developing tactile stave music notation for > the visually impaired. I am going to make a score with > subsequent milling on a CNC machine. Now I mainly > use Musescore, which is a wonderful piece of software, > but as o

Re: Making flags a bit thicker? Changing distance between key signature elements?

2016-05-30 Thread Simon Albrecht
On 30.05.2016 11:53, Federico Bruni wrote: Il giorno lun 30 mag 2016 alle 11:13, Stanislav ha scritto: Now I mainly use Musescore, which is a wonderful piece of software, but as of yet it cannot change the width of flags and chance distance between key signature elements. Can those things be do

Re: Making flags a bit thicker? Changing distance between key signature elements?

2016-05-30 Thread Jacques Menu Muzhic
Thanks Brian! JM > Le 30 mai 2016 à 11:34, Brian Barker a écrit : > > At 11:18 30/05/2016 +0200, Jacques Menu Muzhic wrote: >> Le 30 mai 2016 à 11:13, Stanislav Ossovsky a écrit : >>> I have been developing tactile stave music notation for the visually >>> impaired. I am going to make a score

Re: Making flags a bit thicker? Changing distance between key signature elements?

2016-05-30 Thread Urs Liska
Am 30.05.2016 um 11:53 schrieb Federico Bruni: > Il giorno lun 30 mag 2016 alle 11:13, Stanislav > ha scritto: >> Now I mainly >> use Musescore, which is a wonderful piece of software, >> but as of yet it cannot change the width of flags >> and chance distance between key signature elements. >> Ca

Re: Making flags a bit thicker? Changing distance between key signature elements?

2016-05-30 Thread Simon Albrecht
It’s generally helpful to keep replies on-list. Best, Simon On 30.05.2016 11:29, Stanislav Ossovsky wrote: Yes, exactly! I mean accidentals in a key signature. In terms of import facilities - it is better to fix some things manually then writing the whole piece from the scratch, especially is t

Re: Making flags a bit thicker? Changing distance between key signature elements?

2016-05-30 Thread Federico Bruni
Il giorno lun 30 mag 2016 alle 11:13, Stanislav ha scritto: Now I mainly use Musescore, which is a wonderful piece of software, but as of yet it cannot change the width of flags and chance distance between key signature elements. Can those things be done in Lilypond? I've looked at: http://lil

Re: Making flags a bit thicker? Changing distance between key signature elements?

2016-05-30 Thread Simon Albrecht
On 30.05.2016 11:13, Stanislav wrote: Hello everybody! I have been developing tactile stave music notation for the visually impaired. I am going to make a score with subsequent milling on a CNC machine. Now I mainly use Musescore, which is a wonderful piece of software, but as of yet it cannot ch

Re: Re: MIDI and template for dynamics

2016-05-30 Thread Kaj Persson
Hi Jan-Peter! This, in fact, worked. Now I have to investigate the consequences for my real case, as this is of course a wee more complicated than the simple snippet. it deals with choir music with double voices (soprano and alto etc.) in each staff, and also other things. The question remai

Re: Making flags a bit thicker? Changing distance between keysignature elements?

2016-05-30 Thread Phil Holmes
https://en.wikipedia.org/wiki/Numerical_control -- Phil Holmes - Original Message - From: "Jacques Menu Muzhic" To: "Stanislav" Cc: Sent: Monday, May 30, 2016 10:18 AM Subject: Re: Making flags a bit thicker? Changing distance between keysignature elements? Hello Stanislav, F

Re: Making flags a bit thicker? Changing distance between key signature elements?

2016-05-30 Thread Brian Barker
At 11:18 30/05/2016 +0200, Jacques Menu Muzhic wrote: Le 30 mai 2016 à 11:13, Stanislav Ossovsky a écrit : I have been developing tactile stave music notation for the visually impaired. I am going to make a score with subsequent milling on a CNC machine. [...] FMI : what is a CNC machine? S

Re: Making flags a bit thicker? Changing distance between key signature elements?

2016-05-30 Thread Jacques Menu Muzhic
Hello Stanislav, FMI : what is a CNC machine? Thanks! JM > Le 30 mai 2016 à 11:13, Stanislav a écrit : > > Hello everybody! > I have been developing tactile stave music notation for > the visually impaired. I am going to make a score with > subsequent milling on a CNC machine. Now I mainly

Making flags a bit thicker? Changing distance between key signature elements?

2016-05-30 Thread Stanislav
Hello everybody! I have been developing tactile stave music notation for the visually impaired. I am going to make a score with subsequent milling on a CNC machine. Now I mainly use Musescore, which is a wonderful piece of software, but as of yet it cannot change the width of flags and chance

Re: MIDI and template for dynamics

2016-05-30 Thread Kaj Persson
Hi Phil, Thank you for the hint. No I had not tried \new Dynamics, but now I have. And sorry, that works even worse. Now there is no dynamic difference, even with no name on the \Music voice. It's a pity, because when you put the question I got the feeling that, this of course is the answer, t

Re: MIDI and template for dynamics

2016-05-30 Thread Phil Holmes
Have you tried \new Dynamics { \Dynamics } instead of \new Voice ? -- Phil Holmes - Original Message - From: 70147pers...@telia.com To: Lilypond-User Mailing List Sent: Monday, May 30, 2016 9:28 AM Subject: MIDI and template for dynamics Hi all, Using a template for d

Re: MIDI and template for dynamics

2016-05-30 Thread Jan-Peter Voigt
Hi Kaj, perhaps it doesn't matter that its named, but dynamics are in a separate voice context? You might try instead: \new Voice = "SA" << \Music \Dynamics >> Just a thought ... HTH Jan-Peter Am 30.05.2016 um 10:28 schrieb 70147pers...@telia.com: Hi all, Using a template for dynamics i

MIDI and template for dynamics

2016-05-30 Thread 70147persson
Hi all, Using a template for dynamics is a convenient way of writing, when dealing with voices following the same dynamics pattern. Basically it works very well for producing beautiful scores, and also controlling MIDI. But now I have found something that might be a bug, even if I hope it is