Re: Music-function "arguments" - help

2018-12-07 Thread mansouraoun
Just switched to 2.19.82 and it works like a charm. Thanks Mansour -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Music-function "arguments" - help

2018-12-07 Thread mansouraoun
Well I was earlier trying the \etc method only to realise that it wasn't available for 2.18. Yes indeed it is simpler but the function method gives me more control over what I want to achieve, and even if the \etc had worked on 2.18 I would still want to know how to write a correct music function.

Re: Music-function "arguments" - help

2018-12-07 Thread Urs Liska
Am 07.12.18 um 11:07 schrieb Urs Liska: Am 07.12.18 um 10:55 schrieb mansouraoun: i wrote the code in raw and it's somehow not displayed in my message Here it is dynx = #(define-music-function   (parser location X-offset)   (number?)     #{   \once\override DynamicText.X-offset =

Custom AccidentalStyle

2018-12-07 Thread mansouraoun
Hello everyone, I'm trying to have a custom accidental style but I don't know exactly how am i supposed to achieve this. The one I'm looking for is fairly simple, it's between 'dodecaphonic' and 'forget': Knowing that there's no key signature: write all accidentals for all notes, but write

Re: Music-function "arguments" - help

2018-12-07 Thread David Kastrup
Urs Liska writes: > Am 07.12.18 um 10:55 schrieb mansouraoun: >> i wrote the code in raw and it's somehow not displayed in my message >> Here it is >> >> dynx = >> #(define-music-function >> (parser location X-offset) >> (number?) >> #{ >> \once\override

Re: Custom AccidentalStyle

2018-12-07 Thread Phil Holmes
- Original Message - From: "Mansour Aoun" To: Sent: Friday, December 07, 2018 3:36 PM Subject: Re: Custom AccidentalStyle Well not exactly. I'm just realising that what I'm after is a bit weirder then it seems to me. Here are three available styles and each with its respective

Re: Generate staff-less chord and lyrics sheet

2018-12-07 Thread Kieren MacMillan
Hi Carl (et al.), > I really find Kieren's solution to be interesting. I’m glad! Below, I’ve done a little custom-context-building, in the hopes we might crowd-source a real solution to this problem (which crops up on the list fairly often). I’ve added a way (using tags) to break lyrics at

Turkish percussion notation and changing stem direction for always

2018-12-07 Thread Adam Good
Hi Everyone, I'm working on some Turkish usul percussion notation and the standard is, rather oddly, to have the low pitched "dum" sound on the top line and highest pitch "tek" sound on the low. See the snippet below. Problem that I can't solve: stem direction needs to be the reverse of what it

Re: Custom AccidentalStyle

2018-12-07 Thread Phil Holmes
- Original Message - From: "mansouraoun" To: Sent: Friday, December 07, 2018 1:31 PM Subject: Custom AccidentalStyle Hello everyone, I'm trying to have a custom accidental style but I don't know exactly how am i supposed to achieve this. The one I'm looking for is fairly simple,

Line-breaking with non-aligned barlines - again!

2018-12-07 Thread David Sumbler
A few weeks back I wrote asking about a problem with a passage where one instrument is playing at a different speed from the rest, and with barlines that do not align with those in the other instruments. Now I have a similar passage, but it has thrown up another difficulty, which I can't so far

Re: Custom AccidentalStyle

2018-12-07 Thread Mansour Aoun
Well not exactly. I'm just realising that what I'm after is a bit weirder then it seems to me. Here are three available styles and each with its respective problem (in this case): 1- default: problem: the sharps are remembered along

[lyric sheet stylesheet] fixing lyric spacing

2018-12-07 Thread Kieren MacMillan
Hi all, In the snippet below, I’m trying to develop some custom contexts so that people can write out lyrics with chords (but no music). Right now, I’m trying to fix two things: 1. I want to eliminate all LyricHyphens entirely, and present words as complete words (rather than syllables). This

Re: Does LilyPond on MacOS 10.14 (Mojave)?

2018-12-07 Thread Trevor Bača
Hi Gail, I've been running LilyPond 2.19.82 very intensively under Mojave for several weeks; everything works perfectly. Trevor. On Sun, Nov 11, 2018 at 12:26 PM Jean-Julien Fleck < jeanjulien.fl...@gmail.com> wrote: > Hello Gail, > Le dim. 11 nov. 2018 à 18:41, Gail Rein a écrit : > >> I am

Re: Custom AccidentalStyle

2018-12-07 Thread Mansour Aoun
Indeed it is. Thanks! i was disregarding it because of the non-repetition of accidentals for repeated notes since I was looking for an absolute solution where it would repeat the accidental even for repeated notes but for the piece I'm working on, neo-modern will do a good job. Mansour --

Re: Polymeter Question

2018-12-07 Thread Trevor Bača
Hi Zvony, Have you tried ... \layout { \context { \Voice \remove Forbid_line_break_engraver } } ... yet? Removing the Forbid_line_break_engraver allows LilyPond to break a system of music *in the middle of ongoing note's duration* (which have a way of arising anytime the polymetry goes on for

Re: Schenker graph example

2018-12-07 Thread Trevor Bača
Hi Kieren, Wow, what astoundingly professional output; it's a joy to look at and the voice-leading relationships are all *immediately* clear ... the whitespace is, actually, perfect. Thanks so much sending across; bit of a triumph. Trevor. On Mon, Dec 3, 2018 at 11:44 AM Kieren MacMillan <

Re: [lyric sheet stylesheet] fixing lyric spacing

2018-12-07 Thread Kieren MacMillan
Hi Alex, > David's and Mike's "magnetic snapping lyrics"? > https://lists.gnu.org/archive/html/lilypond-user/2014-03/msg00489.html Yes — I have an old copy in my "Workarounds" include folder. But I ran into a lot of problems with it (maybe related to what Urs found?) and so had temporarily

using Lilypond as a graphical drawing app

2018-12-07 Thread Kieren MacMillan
Hello all, As a further example of what Lilypond is capable of, and how I’m pushing it — in this case, for jobs engraving other people’s music and music theory articles — consider the following Riemannian Tonnetz graph [excerpt] I just finished engraving: Intégral32_ProtoHarmony_Ex8c.pdf

Re: using Lilypond as a graphical drawing app

2018-12-07 Thread Henning Hraban Ramm
Am 2018-12-07 um 20:57 schrieb Kieren MacMillan : > As a further example of what Lilypond is capable of, and how I’m pushing it — > in this case, for jobs engraving other people’s music and music theory > articles — consider the following Riemannian Tonnetz graph [excerpt] I just > finished

Re: Custom AccidentalStyle

2018-12-07 Thread Simon Albrecht
In case you should arrive at the point where you really want a custom accidental style: I have done that before and already posted a (brief) explanation and full example file to this list. The search engine in the archive seems to be on strike right now, but you should be able to find it

RE: Line-breaking with non-aligned barlines - again!

2018-12-07 Thread Mark Stephen Mrotek
David, How about marking the part "ad libitum?" Or perhaps making it bar-less as in a cadenza? Mark -Original Message- From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of David Sumbler Sent: Friday, December 07, 2018 9:24 AM To:

Re: Line-breaking with non-aligned barlines - again!

2018-12-07 Thread David Sumbler
-Original Message- From: Mark Stephen Mrotek To: da...@aeolia.co.uk, lilypond-user@gnu.org Subject: RE: Line-breaking with non-aligned barlines - again! Date: Fri, 7 Dec 2018 10:17:43 -0800 David, How about marking the part "ad libitum?" Or perhaps making it bar-less as in a cadenza?

Re: using Lilypond as a graphical drawing app

2018-12-07 Thread Abraham Lee
On Fri, Dec 7, 2018 at 1:24 PM Henning Hraban Ramm wrote: > Am 2018-12-07 um 20:57 schrieb Kieren MacMillan < > kieren_macmil...@sympatico.ca>: > > > As a further example of what Lilypond is capable of, and how I’m pushing > it — in this case, for jobs engraving other people’s music and music

Re: [lyric sheet stylesheet] fixing lyric spacing

2018-12-07 Thread Alexander Kobel
Hi Kieren, without even looking at your example, to be honest, but a shot in the dark: Fo you still remember David's and Mike's "magnetic snapping lyrics"? https://lists.gnu.org/archive/html/lilypond-user/2014-03/msg00489.html This snippet eventually went into OpenLilyLib, and was apparently

Re: [lyric sheet stylesheet] fixing lyric spacing

2018-12-07 Thread Carl Sorensen
On 12/7/18, 11:19 AM, "Alexander Kobel" wrote: Hi Kieren, without even looking at your example, to be honest, but a shot in the dark: Fo you still remember David's and Mike's "magnetic snapping lyrics"?

Re: [lyric sheet stylesheet] fixing lyric spacing

2018-12-07 Thread Carl Sorensen
On 12/7/18, 12:10 PM, "Kieren MacMillan" wrote: Hi Carl, > I've just been doing some choral engraving where lyric hyphens are eliminated where there is no space. And I haven't used any special tools. But if you look at "people" (for example), you’ll see there’s a space

Re: Schenker graph example

2018-12-07 Thread Kieren MacMillan
Hi Trevor, > Wow, what astoundingly professional output; it's a joy to look at Thanks! Hopefully the people who are paying me to engrave it feel the same way. =) > the whitespace is, actually, perfect. Aw, shucks… > Thanks so much sending across; bit of a triumph. Thanks for the kind

Re: [lyric sheet stylesheet] fixing lyric spacing

2018-12-07 Thread Kieren MacMillan
Hi Carl, > I've just been doing some choral engraving where lyric hyphens are eliminated > where there is no space. And I haven't used any special tools. But if you look at "people" (for example), you’ll see there’s a space (but no hyphen) there. I’m trying to generate "perfect" words.

Re: Does LilyPond on MacOS 10.14 (Mojave)?

2018-12-07 Thread Gail Rein
Trevor, great to know. Thank YOU! Gail On Dec 7, 2018, at 10:28 AM, Trevor Bača mailto:trevorb...@gmail.com>> wrote: Hi Gail, I've been running LilyPond 2.19.82 very intensively under Mojave for several weeks; everything works perfectly. Trevor. On Sun, Nov 11, 2018 at 12:26 PM Jean-Julien

Re: lilypond.org Productions page

2018-12-07 Thread Partitura Organum
I think we should rather try to do a general collection among users (but this should reach more channels than just this list) to get a number of new entries for the page that makes it a little more impressive. A mention of my website would be nice: http://partitura.org I use Lilypond and

Re: using Lilypond as a graphical drawing app

2018-12-07 Thread Kieren MacMillan
Hey-braham! > I can’t even begin to suppose how you did this. Actually, it was pretty simple: 1. take a couple of lines (some rotated), a couple of circled markups (note names), a couple of triangles, and a couple of arrows; 2. throw them all in a \markup \overlay block with liberal use of

Re: Custom AccidentalStyle

2018-12-07 Thread David Wright
On Fri 07 Dec 2018 at 19:05:32 (+0100), Simon Albrecht wrote: > In case you should arrive at the point where you really want a custom > accidental style: I have done that before and already posted a (brief) > explanation and full example file to this list. The search engine in > the archive seems

Re: Music-function "arguments" - help

2018-12-07 Thread mansouraoun
David exactly. Just the small information of "arguments' names are user-defined", (which might be a self-evidence for people with programming background/experience) would have saved me 3 hours yesterday. But it's fine, the important is that I understand now. Andrew thanks for replying. I ended

Re: Music-function "arguments" - help

2018-12-07 Thread mansouraoun
i wrote the code in raw and it's somehow not displayed in my message Here it is dynx = #(define-music-function (parser location X-offset) (number?) #{ \once\override DynamicText.X-offset = #X-offset #}) Mansour -- Sent from:

Re: Music-function "arguments" - help

2018-12-07 Thread Urs Liska
Am 07.12.18 um 10:55 schrieb mansouraoun: i wrote the code in raw and it's somehow not displayed in my message Here it is dynx = #(define-music-function (parser location X-offset) (number?) #{ \once\override DynamicText.X-offset = #X-offset #}) Mansour As David