Re: have multiple voices under same tuplet bracket

2018-11-18 Thread Ryan Michael
I see, I actually solved that particular problem by hiding the brackets and numbers, and not using a spacing spanner for the bracket i wish to be visible: << \new Voice { \voiceOne \once \override TupletNumber.text = "" \override TupletBracket.bracket-visibility = ##f \tuplet 4/3 { e''2 } }

have multiple voices under same tuplet bracket

2018-11-18 Thread Ryan Michael
hello lilypond community, I am trying to have sustained voices across a 4/3 eighth note tuplet bracket. My desire is to simply have one tuplet bracket which encloses each of the four voices as a single entity. Lilypond seems to discretize / assign tuplet brackets for each voice given the

Re: Getting context-definiton, while being in applyContext

2018-11-18 Thread Thomas Morley
Am So., 18. Nov. 2018 um 22:16 Uhr schrieb David Kastrup : > > Thomas Morley writes: > > > As a side-effect of this thread I learned that doing > > whatever = \context Staff \applyContext #(lambda (ctx) ...) > > will affect Staff _and_ all it's alias. Furthermore it can be put as > > is into

Re: Getting context-definiton, while being in applyContext

2018-11-18 Thread David Kastrup
Thomas Morley writes: > As a side-effect of this thread I learned that doing > whatever = \context Staff \applyContext #(lambda (ctx) ...) > will affect Staff _and_ all it's alias. Furthermore it can be put as > is into \with or \layout or directly into music. All with different effect. In

Re: Getting context-definiton, while being in applyContext

2018-11-18 Thread David Kastrup
Thomas Morley writes: > Am So., 18. Nov. 2018 um 21:15 Uhr schrieb David Kastrup : >> >> Thomas Morley writes: >> >> > Am So., 18. Nov. 2018 um 20:40 Uhr schrieb David Kastrup : >> >> Probably not. I remembered that the function was there. I read the >> doc string and said "huh?". I read the

Re: Getting context-definiton, while being in applyContext

2018-11-18 Thread Thomas Morley
Am So., 18. Nov. 2018 um 21:15 Uhr schrieb David Kastrup : > > Thomas Morley writes: > > > Am So., 18. Nov. 2018 um 20:40 Uhr schrieb David Kastrup : > > > >> Just do > >> > >> (eq? ctx (ly:context-find ctx 'Staff)) > >> > >> -- > >> David Kastrup > > > > I did not even consider to use

Re: Getting context-definiton, while being in applyContext

2018-11-18 Thread Thomas Morley
Am So., 18. Nov. 2018 um 20:40 Uhr schrieb David Kastrup : > Just do > > (eq? ctx (ly:context-find ctx 'Staff)) > > -- > David Kastrup I did not even consider to use ly:context-find. The description says: Find a _parent_ of context that has name or alias name. Return #f if not found. So I

Re: Attaching images to posts

2018-11-18 Thread David Wright
On Sun 18 Nov 2018 at 17:27:23 (+0100), David Kastrup wrote: > > […] Harm, […] wrote: > >> Am So., 18. Nov. 2018 um 08:36 Uhr schrieb Andrew Bernard > >> : > >> > In the past I have just made an attachment to the post, > >> > >> Please continue to do so. > >> Speaking only for myself, frequently

Re: Getting context-definiton, while being in applyContext

2018-11-18 Thread David Kastrup
Thomas Morley writes: > Am So., 18. Nov. 2018 um 20:40 Uhr schrieb David Kastrup : > >> Just do >> >> (eq? ctx (ly:context-find ctx 'Staff)) >> >> -- >> David Kastrup > > I did not even consider to use ly:context-find. The description says: > Find a _parent_ of context that has name or alias

Re: Attaching images to posts

2018-11-18 Thread David Wright
On Sun 18 Nov 2018 at 10:47:55 (+0100), Gianmaria Lari wrote: > On Sun, 18 Nov 2018 at 08:36, Andrew Bernard wrote: > > > What is the approved and recommend way to attach images for small examples > > to posts in this list? > > > > In the past I have just made an attachment to the post, but it

Re: Getting context-definiton, while being in applyContext

2018-11-18 Thread David Kastrup
Thomas Morley writes: > Am So., 18. Nov. 2018 um 19:19 Uhr schrieb David Kastrup : >> >> Thomas Morley writes: >> >> > Hi, >> > >> > consider the code below. I'd like to restrict usage to Staff-like >> > contexts, i.e. Staff, Tab- and DrumStaff, etc would be ok, but >> > container-contexts like

Re: Getting context-definiton, while being in applyContext

2018-11-18 Thread Thomas Morley
Am So., 18. Nov. 2018 um 19:19 Uhr schrieb David Kastrup : > > Thomas Morley writes: > > > Hi, > > > > consider the code below. I'd like to restrict usage to Staff-like > > contexts, i.e. Staff, Tab- and DrumStaff, etc would be ok, but > > container-contexts like StaffGroup, etc should lead to

Re: Getting context-definiton, while being in applyContext

2018-11-18 Thread David Kastrup
Thomas Morley writes: > Hi, > > consider the code below. I'd like to restrict usage to Staff-like > contexts, i.e. Staff, Tab- and DrumStaff, etc would be ok, but > container-contexts like StaffGroup, etc should lead to return '(). > > Pseudo-code: > > \new Staff(Group) > \with { >

Re: Getting context-definiton, while being in applyContext

2018-11-18 Thread Thomas Morley
Am So., 18. Nov. 2018 um 18:23 Uhr schrieb Thomas Morley : > > Hi, > > consider the code below. I'd like to restrict usage to Staff-like > contexts, i.e. Staff, Tab- and DrumStaff, etc would be ok, but > container-contexts like StaffGroup, etc should lead to return '(). > > Pseudo-code: > > \new

Getting context-definiton, while being in applyContext

2018-11-18 Thread Thomas Morley
Hi, consider the code below. I'd like to restrict usage to Staff-like contexts, i.e. Staff, Tab- and DrumStaff, etc would be ok, but container-contexts like StaffGroup, etc should lead to return '(). Pseudo-code: \new Staff(Group) \with { \applyContext #(lambda (context) (if

Re: Attaching images to posts

2018-11-18 Thread David Kastrup
Roland Goretzki writes: > Hello Harm, > > You wrote: >> Am So., 18. Nov. 2018 um 08:36 Uhr schrieb Andrew Bernard >> : >> > In the past I have just made an attachment to the post, >> >> Please continue to do so. >> Speaking only for myself, frequently I don't see inline images here. > > Me to.

Re: Attaching images to posts

2018-11-18 Thread Roland Goretzki
Hello Harm, You wrote: > Am So., 18. Nov. 2018 um 08:36 Uhr schrieb Andrew Bernard > : > > In the past I have just made an attachment to the post, > > Please continue to do so. > Speaking only for myself, frequently I don't see inline images here. Me to. So, YES: Please continue to do so. Best

Re: Attaching images to posts

2018-11-18 Thread Aaron Hill
On 2018-11-18 2:07 am, Thomas Morley wrote: In the past I have just made an attachment to the post, Please continue to do so. Speaking only for myself, frequently I don't see inline images here. Sometimes there is some hint an image could be there, then I have to look into the archives, which

Re: Attaching images to posts

2018-11-18 Thread Thomas Morley
Am So., 18. Nov. 2018 um 08:36 Uhr schrieb Andrew Bernard : > > What is the approved and recommend way to attach images for small examples to > posts in this list? > > In the past I have just made an attachment to the post, Please continue to do so. Speaking only for myself, frequently I don't

Re: Edition Engraver in 2.19

2018-11-18 Thread Jan-Peter Voigt
Hello Carlo, yes it is possible to add fingerings with the EE: \editionMod theTarget 1 2/4 path.to.context.Voice <>-3 So if you enter the fingering with a single editionMod command you just have to add it to an empty chord. To make it convenient you should create a shortcut for the editionMod

Re: Attaching images to posts

2018-11-18 Thread Gianmaria Lari
On Sun, 18 Nov 2018 at 08:36, Andrew Bernard wrote: > What is the approved and recommend way to attach images for small examples > to posts in this list? > > In the past I have just made an attachment to the post, but it occurred to > me that may not be the best thing to do. > > Andrew > There