Re: Bow positions (sul pont, sul tasto) with transition arrows

2023-06-20 Thread Nate Whetsell
ositions like sul pont and sul tasto (really their abbreviations >> s.p. and s.t.) above a staff with transition arrows, like in Gould’s Behind >> Bars p. 407. Here are some things I’ve tried: >> >> • Use a TextSpanner >> (https://lilypond.org/doc/Document

Re: Bow positions (sul pont, sul tasto) with transition arrows

2023-06-20 Thread Nate Whetsell
mics } } > On Jun 20, 2023, at 6:49 AM, Mark Knoop wrote: > > Hi Nate, > > At 06:31 on 20 Jun 2023, Nate Whetsell wrote: >> Hi, > >> I’m trying to figure out the “right” (most flexible, best looking) way >> to put bow positions like sul pont and sul tasto

Re: Bow positions (sul pont, sul tasto) with transition arrows

2023-06-20 Thread Kieren MacMillan
Hi Nate, > I’m trying to figure out the “right” (most flexible, best looking) way to put > bow positions like sul pont and sul tasto (really their abbreviations s.p. > and s.t.) above a staff with transition arrows, like in Gould’s Behind Bars > p. 407. Here are some thing

Re: Bow positions (sul pont, sul tasto) with transition arrows

2023-06-20 Thread Mark Knoop
Hi Nate, At 06:31 on 20 Jun 2023, Nate Whetsell wrote: > Hi, > I’m trying to figure out the “right” (most flexible, best looking) way > to put bow positions like sul pont and sul tasto (really their > abbreviations s.p. and s.t.) above a staff with transition arrows, > like in

Bow positions (sul pont, sul tasto) with transition arrows

2023-06-20 Thread Nate Whetsell
Hi, I’m trying to figure out the “right” (most flexible, best looking) way to put bow positions like sul pont and sul tasto (really their abbreviations s.p. and s.t.) above a staff with transition arrows, like in Gould’s Behind Bars p. 407. Here are some things I’ve tried: • Use a TextSpanner

Re: Vertical arrows next to note

2023-02-10 Thread Kenneth Flak
Great, thanks both! Exactly what I need :-) K -- Roosna & Flak - Contemporary Dance & Music Web: roosnaflak.com Code: {github,gitlab}.com/kflak Mastodon: @k...@sonomu.club On 9 Feb 2023 21:12, Valentin Petzel wrote: >Hello Jean, > >One could even get rid of the direction parameter and instead

Re: Vertical arrows next to note

2023-02-09 Thread Valentin Petzel
Hello Jean, One could even get rid of the direction parameter and instead abuse the direction event property: \version "2.24.0" arrow = -\tweak stencil #ly:text-interface::print -\tweak text #(lambda (grob) (let* ((cause (ly:grob-property grob 'cause)) (dir (ly:event-pro

Re: Vertical arrows next to note

2023-02-09 Thread Jean Abou Samra
> Hello, > > It should be possible to use an Argpeggio with a custom stencil using > elements of arpeggioArrowDown and arpeggioBracket without protrusion. > This is beyond my current capabilities unfortunately. Something like this? ``` \version "2.24.0" arrow = #(define-event-function (dir)

Re: Vertical arrows next to note

2023-02-09 Thread Xavier Scheuer
On Thu, 9 Feb 2023 at 11:35, Kenneth Flak wrote: > > > Hi Andrew, > > I was looking into the snippets, but the only ready-mades I could find are arrowheads inside a markup block and horizontal arrows as textspanners. > Any search for vertical arrows comes up short (at least for

Re: Vertical arrows next to note

2023-02-09 Thread Kenneth Flak
Hi Andrew, I was looking into the snippets, but the only ready-mades I could find are arrowheads inside a markup block and horizontal arrows as textspanners. Any search for vertical arrows comes up short (at least for me...) -- Roosna & Flak - Contemporary Dance & Music Web: roosna

Re: Vertical arrows next to note

2023-02-09 Thread Andrew Bernard
There's lot of code for many types of arrows on LSR. Take a look. No need to reinvent that wheel. Andrew On 9/02/2023 9:21 pm, Kenneth Flak wrote: Hi list, Before I dig myself too deep into a rabbit hole, I am sure that this is possible with much less fuss: How to draw vertical a

Vertical arrows next to note

2023-02-09 Thread Kenneth Flak
Hi list, Before I dig myself too deep into a rabbit hole, I am sure that this is possible with much less fuss: How to draw vertical arrows pointing up or down next to a note? Attaching a screenshot of what I would like to accomplish. Best, Kenneth -- Roosna & Flak - Contemporary Dance &am

Insert brackets, lines and arrows between chord names

2022-12-25 Thread Javi
nsert brackets, arrows or lines between chords names in order to express the direction and function of every chord as it is usually done in jazz harmony. Is there any way of doing this?

Re: ending a staff with "split arrows"

2019-09-15 Thread Kieren MacMillan
Hi Michael, > You are aware of this thread from April 2019?! > https://lists.gnu.org/archive/html/lilypond-user/2019-04/msg00079.html I vaguely remember it going past, but I was so busy that month I didn’t really look closely. Thanks for reminding me! > Aaron Hill backed then solved this issue

Re: ending a staff with "split arrows"

2019-09-15 Thread Michael Gerdau
>> Not nice but works: > > Yeah, I thought of that… =) > > Really hoping to avoid it, if I can, since it would require a manual tweak for every possible combination of key signature, time signature, bar line, etc. > It sure seems like there should be a way to “just tack it on to the end of the staf

Re: ending a staff with "split arrows"

2019-09-14 Thread Kieren MacMillan
Hi Pierre, > Not nice but works: Yeah, I thought of that… =) Really hoping to avoid it, if I can, since it would require a manual tweak for every possible combination of key signature, time signature, bar line, etc. It sure seems like there should be a way to “just tack it on to the end of the

Re: ending a staff with "split arrows"

2019-09-14 Thread Pierre Perol-Schneider
Not nice but works: %%% SNIPPET BEGINS \version "2.19.83" \include "arrows.ily" #(define-markup-command (arrow-at-angle layout props angle-deg) (number?) (let* ((PI-OVER-180 (/ (atan 1 1) 34)) (degrees->radians (lambda (degrees) (* degrees PI-OVER-180))) (angle-rad (degree

ending a staff with "split arrows"

2019-09-14 Thread Kieren MacMillan
Hi all, In the following snippet, I’ve built my preferred markup to indicate that a shared choral staff (e.g., sopranos & altos) splits across the system break into two independent staves (e.g., a soprano staff and an alto staff). As you can see, it fails when there are extra prefatory items.

Re: Arrows indicating split/combined voices (aka snippet #650) overlapping TimSignature changes

2019-04-26 Thread Michael Gerdau
Hi Aaron, > - Things like \splitStaffBarLine and \convDownStaffBarLine were changed > to music functions that accept a grob name as an argument. That means > it becomes \splitStaff BarLine or \convDownStaff TimeSignature. Note > the space! just wanted to add that your aforementioned change q

Re: Arrows indicating split/combined voices (aka snippet #650) overlapping TimSignature changes

2019-04-09 Thread Michael Gerdau
are other TimeSignatures w/o arrows in akkolades above and/or below on the same page. But that's certainly a minor point. What I'd like to try is having the arrow start at the end of the lines in the TimeSignature case but I have not been able to find out, where I would have to add th

Re: Arrows indicating split/combined voices (aka snippet #650) overlapping TimSignature changes

2019-04-03 Thread Aaron Hill
On 2019-04-03 1:01 am, Michael Gerdau wrote: in the Snippet Repository there is under number 650 (http://lsr.di.unimi.it/LSR/Snippet?id=650) a rather neat snippet showing splitting and converging arrows for voices. However with increasing frequency I'm encountering timesignature changes

Arrows indicating split/combined voices (aka snippet #650) overlapping TimSignature changes

2019-04-03 Thread Michael Gerdau
Hi List, in the Snippet Repository there is under number 650 (http://lsr.di.unimi.it/LSR/Snippet?id=650) a rather neat snippet showing splitting and converging arrows for voices. However with increasing frequency I'm encountering timesignature changes where these splits occur. In those

Re: Hide staff with Arrows Possible without other program?

2019-03-03 Thread Mark Knoop
At 17:18 on 03 Mar 2019, Reggie wrote: > Mark Knoop-4 wrote >> You can do this with a simple TextSpanner: >> >> \version "2.19.82" >> >> onStaffExtender = { >> \override TextSpanner.style = #'line >> \override TextSpanner.thickness = #6 >> \override TextSpanner.to-barline = ##t >> \override

Re: Hide staff with Arrows Possible without other program?

2019-03-03 Thread Reggie
Mark Knoop-4 wrote > You can do this with a simple TextSpanner: > > \version "2.19.82" > > onStaffExtender = { > \override TextSpanner.style = #'line > \override TextSpanner.thickness = #6 > \override TextSpanner.to-barline = ##t > \override TextSpanner.outside-staff-priority = ##f > \o

Re: Hide staff with Arrows Possible without other program?

2019-03-03 Thread Mark Knoop
needs. Is it possible? > > I would like to have a simple arrow go across the page or pages in > place of staff then the staff would appear later as normal as found in > many contemporary scores. Do I need to leave blank space and go add > arrows in image software after LilyPond I hope not. &

Hide staff with Arrows Possible without other program?

2019-03-03 Thread Reggie
across the page or pages in place of staff then the staff would appear later as normal as found in many contemporary scores. Do I need to leave blank space and go add arrows in image software after LilyPond I hope not. Thank you for helping me with my question. I have a photo to show my help. The

Re: my barline "split arrows" function needs improvement

2017-06-03 Thread Andrew Bernard
Hi Kieran, I think you need an event function, not a tweak, split-arrows = #(define-event-function () () #{ -\splitStaffBarLineMarkup #} ) I have not figured out how to incorporate \break in that. Others will know! Andrew

Re: my barline "split arrows" function needs improvement

2017-06-03 Thread Kieren MacMillan
Hi again, D'oh again… My "fix" appears to work as a global override, but not as a one-off tweak (see attached modified snippet). I played around with \stopStaff & \startStaff, but couldn't find the magic incantation. Help re-requested. =) Thanks, Kieren. %%% SNIPPET BEGINS \version "2.19.6

Re: my barline "split arrows" function needs improvement

2017-06-03 Thread Kieren MacMillan
Hi all, D'oh… > I tried attaching the arrows to the StaffSymbol — that seems the most elegant > solution — but my attempt didn't work. User error. Works great. Sorry for the noise. Thanks, Kieren. Kieren MacMillan, composer ‣ website: www.kier

my barline "split arrows" function needs improvement

2017-06-03 Thread Kieren MacMillan
Hello all, In the snippet included below, I show how I use angled arrows to indicate a staff will split into multiple staves after the system break. (Note: It doesn't actually happen here, since I wanted my WE to be reasonably M!) The problem is, the function attaches the arrows to the ca

Re: Up and down arrows

2017-05-04 Thread Thomas Morley
rUp g\arrUp d\arrDown b'\arrUp g\arrUp | > } > > > \score { > \new StaffGroup << >\new Staff << > \context Voice { \clef "G_8" \music } >>> >\new TabStaff << > \context TabVoice { \clef "moderntab" \m

Re: Up and down arrows

2017-05-03 Thread Federico Bruni
ve, bowing marks are used to indicate the *strumming* directions. For flat/plectrum *picking* I've often seen arrows just like in snippet #879 in the LSR. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Up and down arrows

2017-05-02 Thread David Wright
4 other things too. > > > > > Sorry, I had a poor Internet connection.. > Here's the snippet: > http://lsr.di.unimi.it/LSR/Item?id=879 Thanks for that. I can now see why searching on lilypond lsr arrows over notes didn't hit this item. Looking at the snippit with i

Re: Up and down arrows

2017-05-02 Thread Federico Bruni
TabStaff << \context TabVoice { \clef "moderntab" \music } >> >> \layout { \context { \Score % vertically align the arrows and add padding from staff \override TextScript.padding = #3 } \context { \Staff \override StringNumber.stencil = #

Re: Up and down arrows

2017-05-02 Thread Federico Bruni
SR/Item?id=879 Il 29 aprile 2017 04:57:09 CEST, Paul Napolitano ha scritto: >Is there a way to put up and down arrows above the staff to indicate >the down and up beats? Cheers, David. ___ lilypond-user mailing list lilypond-us

Re: Up and down arrows

2017-05-01 Thread David Wright
28, 2017 at 11:09 PM, David Wright > wrote: > > > On Fri 28 Apr 2017 at 21:57:09 (-0500), Paul Napolitano wrote: > > > Is there a way to put up and down arrows above the staff to indicate the > > down and up beats? > > > > c'4 ^\markup { ↓ } f'4 ^\marku

Re: Up and down arrows

2017-05-01 Thread Paul Napolitano
500), Paul Napolitano wrote: > > Is there a way to put up and down arrows above the staff to indicate the > down and up beats? > > c'4 ^\markup { ↓ } f'4 ^\markup { ↑ } > > Cheers, > David. > ___ lilypond-user

Re: Up and down arrows

2017-05-01 Thread Pierre Perol-Schneider
Paul Napolitano : > Thank you, David! > > > On Apr 28, 2017, at 11:09 PM, David Wright > wrote: > > > > On Fri 28 Apr 2017 at 21:57:09 (-0500), Paul Napolitano wrote: > >> Is there a way to put up and down arrows above the staff to indicate > the down and up be

Re: Up and down arrows

2017-04-30 Thread Paul Napolitano
Thank you, David! > On Apr 28, 2017, at 11:09 PM, David Wright wrote: > > On Fri 28 Apr 2017 at 21:57:09 (-0500), Paul Napolitano wrote: >> Is there a way to put up and down arrows above the staff to indicate the >> down and up beats? > > c'4 ^\markup { ↓

Re: Up and down arrows

2017-04-29 Thread David Wright
On Sat 29 Apr 2017 at 07:12:07 (+0200), Federico Bruni wrote: > There's an example in the LSR. Yes…and 1054 other things too. > Il 29 aprile 2017 04:57:09 CEST, Paul Napolitano > ha scritto: > >Is there a way to put up and down arrows above the staff to indicate >

Re: Up and down arrows

2017-04-29 Thread Lukas-Fabian Moser
> > > Is there a way to put up and down arrows above the staff to indicate the > down and up beats? > > c'4 ^\markup { ↓ } f'4 ^\markup { ↑ } > An if they should be put in one nicely justified line, one could use lyrics: \version "2.19.44" <<

Re: Up and down arrows

2017-04-28 Thread Federico Bruni
There's an example in the LSR. Il 29 aprile 2017 04:57:09 CEST, Paul Napolitano ha scritto: >Is there a way to put up and down arrows above the staff to indicate >the down and up beats? > >Thanks, >Paul >___ >lilypond-user m

Re: Up and down arrows

2017-04-28 Thread David Wright
On Fri 28 Apr 2017 at 21:57:09 (-0500), Paul Napolitano wrote: > Is there a way to put up and down arrows above the staff to indicate the down > and up beats? c'4 ^\markup { ↓ } f'4 ^\markup { ↑ } Cheers, David. ___ lilypond-u

Up and down arrows

2017-04-28 Thread Paul Napolitano
Is there a way to put up and down arrows above the staff to indicate the down and up beats? Thanks, Paul ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Microtonal notation - arrows up and down

2016-01-18 Thread Graham Breed
uot;accidentals.mirroredflat.flat")) ) (I tried to update all the software in Ubuntu, but I am already the newest version) Kind regards, Luca Subject: RE: Microtonal notation - arrows up and down To: lilypond-user@gnu.org From: gbr...@gmail.com Date: Tue, 12 Jan 2016 20:01:53 + D

RE: Microtonal notation - arrows up and down

2016-01-13 Thread Luca Danieli
> Subject: RE: Microtonal notation - arrows up and down > To: lilypond-user@gnu.org > From: gbr...@gmail.com > Date: Tue, 12 Jan 2016 20:01:53 + > > > Date: Mon, 11 Jan 2016 19:39:06 +0100 > > From: Luca Danieli > > > It works perfectly! I understa

RE: Microtonal notation - arrows up and down

2016-01-12 Thread Graham Breed
Date: Mon, 11 Jan 2016 19:39:06 +0100 From: Luca Danieli It works perfectly! I understand that I need to rename ALL pitches, otherwise the building fails.The only problem now is that I have lost the default microtonal symbols. So for example, how do I re-write the default symbol ceh (to have

RE: Microtonal notation - arrows up and down

2016-01-11 Thread Luca Danieli
mple it is: (ceh . ,(ly:make-pitch -1 0 (/ FLAT 2))), but this doesn't show any accidental. (I can't find information on internet) Kind regards,Luca > Subject: RE: Microtonal notation - arrows up and down > To: lilypond-user@gnu.org > From: gbr...@gmail.com > Date: Sat, 9 Jan

RE: Microtonal notation - arrows up and down

2016-01-09 Thread Graham Breed
. I would like to use arrows to indicate tone-colour and standard notation to indicate quarter-tones. You choose some new names for the arrowed pitches, and add them to the list, along with the original quartertones. Something like arrowedPitchNames = #`( (ceses . ,(ly:make-pitch -1 0

RE: Microtonal notation - arrows up and down

2016-01-09 Thread Luca Danieli
Thank you Graham. Yes, it works perfectly. But I am only able to replace for example the standard symbol for fih (quarter-tone) with an arrow-up symbol. I was wondering if it was possible to use both symbols instead of replacing one type with the other. I would like to use arrows to indicate

Re: Microtonal notation - arrows up and down

2016-01-09 Thread Graham Breed
Date: Fri, 8 Jan 2016 18:35:49 +0100 From: Luca Danieli I don't understand very much what is written within the page you sent me. But from the "quick start" I have understood the basic and was able to implement this code: http://lsr.di.unimi.it/LSR/Snippet?id=786 It works. Unfortunately I can

Re: Microtonal notation - arrows up and down

2016-01-08 Thread Hans Åberg
is way one can, by using Graham’s regular.ly, for example have single and double up/down arrows in E53. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Microtonal notation - arrows up and down

2016-01-08 Thread Hans Åberg
is way one can, by using Graham’s regular.ly, for example have single and double up/down arrows in E53. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

RE: Microtonal notation - arrows up and down

2016-01-08 Thread Luca Danieli
But really I don't understand where to look about to learn how to create new accidentals (instead of just replacing existing ones). Luca > Subject: Re: Microtonal notation - arrows up and down > To: lilypond-user@gnu.org > From: gbr...@gmail.com > Date: Wed, 9 Dec 2015 21:18:16 +0

Re: Microtonal notation - arrows up and down

2015-12-09 Thread Graham Breed
Date: Wed, 9 Dec 2015 01:05:11 +0100 From: Luca Danieli Hello everybody, I found out very few about arrows down and up for microtonal notation.Neither a quick research on the mailing-list has shown many results. I found the best example of it in the following page but I hoped to find some

Microtonal notation - arrows up and down

2015-12-08 Thread Luca Danieli
Hello everybody, I found out very few about arrows down and up for microtonal notation.Neither a quick research on the mailing-list has shown many results. I found the best example of it in the following page but I hoped to find some more information on how to set up arrows down and up. http

Re: Postsctipt arrows

2015-03-13 Thread Urs Liska
Am 14. März 2015 07:15:47 MEZ, schrieb Andrew Bernard : >David, > >Thanks so much for your postscript solution. It’s exactly what I want. >Very, very much appreciated. I feel liberated, since I know postscript >well, I can do almost anything now. > >is it worth creating a snippet for LSR on this

Re: Postsctipt arrows

2015-03-13 Thread Andrew Bernard
David, Thanks so much for your postscript solution. It’s exactly what I want. Very, very much appreciated. I feel liberated, since I know postscript well, I can do almost anything now. is it worth creating a snippet for LSR on this topic? Andrew __

Re: Postsctipt arrows

2015-03-13 Thread David Nalesnik
On Fri, Mar 13, 2015 at 9:43 PM, David Nalesnik wrote: > >> > Spoke too soon: > > \version "2.19.16" > > arrowdef = "/arrowdict 14 dict def arrowdict begin > /mtrx matrix def end > /arrow > { arrowdict begin > /headlength exch def /halfheadthickness exch 2 div def /halfthickness exch > 2 div def

Re: Postsctipt arrows

2015-03-13 Thread David Nalesnik
On Fri, Mar 13, 2015 at 9:27 PM, David Nalesnik wrote: > > > On Fri, Mar 13, 2015 at 9:24 PM, David Nalesnik > wrote: > >> >> >> On Fri, Mar 13, 2015 at 8:31 PM, Andrew Bernard > > wrote: >> >>> Why do I get the feeling nobody is going to answer this? In all >>> seriousness, I don’t know enough

Re: Postsctipt arrows

2015-03-13 Thread David Nalesnik
On Fri, Mar 13, 2015 at 8:31 PM, Andrew Bernard wrote: > Why do I get the feeling nobody is going to answer this? In all > seriousness, I don’t know enough about lilypond to know if this is even > possible or not, which is a dark state of ignorance. If the Scheme gods > could let me know if I am

Re: Postsctipt arrows

2015-03-13 Thread David Nalesnik
On Fri, Mar 13, 2015 at 9:24 PM, David Nalesnik wrote: > > > On Fri, Mar 13, 2015 at 8:31 PM, Andrew Bernard > wrote: > >> Why do I get the feeling nobody is going to answer this? In all >> seriousness, I don’t know enough about lilypond to know if this is even >> possible or not, which is a dar

Re: Postsctipt arrows

2015-03-13 Thread Andrew Bernard
want to make many different types of arrows using PostScript. The following function from the Adobe Blue Book works very nicely for what I need. It’s quite general. The question is, how do I incorporate something of this level of complexity this into a form where it can be invoked with

Postsctipt arrows

2015-03-12 Thread Andrew Bernard
Greetings list, I want to make many different types of arrows using PostScript. The following function from the Adobe Blue Book works very nicely for what I need. It’s quite general. The question is, how do I incorporate something of this level of complexity this into a form where it can be

Re: Arrows

2015-01-26 Thread Pierre Perol-Schneider
> Hi all, > > I'd just like to know if there is any command to create curved lines with > arrows. > The best solution would be to add arrows to \bendAfter, but I cannot find > how to do it. > > Luca > > ___ > lily

Arrows

2015-01-26 Thread Luca Danieli
Hi all, I'd just like to know if there is any command to create curved lines with arrows.The best solution would be to add arrows to \bendAfter, but I cannot find how to do it. Luca ___ lilypond-user mailing

Re: Colored arrows (alternative method)

2014-12-08 Thread Ben Big Noise
unction (parser location color) (color?) #{ % Cross-staff arrows are made using the VoiceFollower: \once \override VoiceFollower.layer = #-5 % To have the arrow behind the staff, choose a value below 0 for the layer.

Colored arrows (alternative method)

2014-12-06 Thread Big Noise
Hi everyone, in this thread I'll continue a "side product" from another thread: http://lilypond.1069038.n5.nabble.com/scheme-problem-colored-background-layers-tc169023.html The idea was to create colored arrows that automatically adapt to layout changes. Thanks to Urs and Malte

Re: Tikz(or any) integration or drawing curved arrows

2012-11-19 Thread Francisco Vila
2012/11/20 Stretto : > Respectfully, you don't seem to be reading my posts. I said lilypond could > export the coordinates in my 2nd post, the one you responded to. What you > fail to realize is that the whole point is for lilypond to be the one to > deal with the coordinates. Regardless of how you

Re: Tikz(or any) integration or drawing curved arrows

2012-11-19 Thread Stretto
A.StaffA.Bar34.Beat2.Note2) which would, generally, only require changing the Bar number for major inserts(still not the best way). Using inline markup fixes that problem completely(but, then, of course, clutters up the ly code with tikz markup). -- View this message in context: http://lil

Re: Tikz(or any) integration or drawing curved arrows

2012-11-17 Thread Francisco Vila
2012/11/17 Stretto : > Basically exactly what I said... I never said tikz couldn't use absolute > coordinates but it would not be fun to try and use to overlay graphics on a > lilypond score. There would be a lot of trial and error, and given the > compilations times are not instant this would take

Re: Tikz(or any) integration or drawing curved arrows

2012-11-17 Thread Stretto
o get right... and then any change to the score would generally void the results and require starting over. -- View this message in context: http://lilypond.1069038.n5.nabble.com/Tikz-or-any-integration-or-drawing-curved-arrows-tp136419p136482.html Sent from the User mailing list archive at Nabbl

Re: Tikz(or any) integration or drawing curved arrows

2012-11-17 Thread Francisco Vila
2012/11/16 Stretto : > The real issue, is, figuring out how to let the user interact with the > coordinates of the notation elements in tikz. The whole point of all this is > to get away from having to use absolute coordinates. There is nothing wrong in TikZ using absolute coordinates if you don't

Re: Tikz(or any) integration or drawing curved arrows

2012-11-16 Thread Stretto
these tikz commands are strung together, put in a tikzpicture, passed to latex, which should generate an appropriate overlay image. -- View this message in context: http://lilypond.1069038.n5.nabble.com/Tikz-or-any-integration-or-drawing-curved-arrows-tp136419p136444.html Sent from the User m

Re: Tikz(or any) integration or drawing curved arrows

2012-11-16 Thread Marc Hohl
Am 16.11.2012 12:33, schrieb Urs Liska: Am 16.11.2012 11:28, schrieb Francisco Vila: 2012/11/16 Francisco Vila : 2012/11/16 Stretto : I would like to draw some curved arrows between notes, sort of like slurs that have arrow tips at the end. It would be even better if I could actually

Re: Tikz(or any) integration or drawing curved arrows

2012-11-16 Thread Urs Liska
Am 16.11.2012 11:28, schrieb Francisco Vila: 2012/11/16 Francisco Vila : 2012/11/16 Stretto : I would like to draw some curved arrows between notes, sort of like slurs that have arrow tips at the end. It would be even better if I could actually integrate tikz code and each musical element be

Re: Tikz(or any) integration or drawing curved arrows

2012-11-16 Thread Francisco Vila
2012/11/16 Francisco Vila : > 2012/11/16 Stretto : >> I would like to draw some curved arrows between notes, sort of like slurs >> that have arrow tips at the end. It would be even better if I could actually >> integrate tikz code and each musical element be treated as a

Re: Tikz(or any) integration or drawing curved arrows

2012-11-16 Thread Francisco Vila
2012/11/16 Stretto : > I would like to draw some curved arrows between notes, sort of like slurs > that have arrow tips at the end. It would be even better if I could actually > integrate tikz code and each musical element be treated as a node... this > way I could leverage the powe

Tikz(or any) integration or drawing curved arrows

2012-11-15 Thread Stretto
I would like to draw some curved arrows between notes, sort of like slurs that have arrow tips at the end. It would be even better if I could actually integrate tikz code and each musical element be treated as a node... this way I could leverage the power of tikz to draw non-musical symbols and

Re: arrows

2012-10-15 Thread Nick Payne
ne > absolutely invaluable tool for explicating music is the drawing of all > kinds of arrows. In general I have managed so far using glissandi with > arrowheads, which is fine in many instances, since most arrows begin > at a note, but the need to be attached to a following note makes >

arrows

2012-10-15 Thread Kevin Patrick Barry
kinds of arrows. In general I have managed so far using glissandi with arrowheads, which is fine in many instances, since most arrows begin at a note, but the need to be attached to a following note makes manipulating where the arrow goes rather difficult. For example, if I need an arrow to point

Re: change the size of the arpeggio arrows

2012-04-03 Thread Janek Warchoł
On Tue, Apr 3, 2012 at 12:24 AM, Paolo Prete wrote: > Hello, > > how can I change the size of the arpeggio (up and down) arrows? > The default size is really small I think it may be impossible (i.e. if you increase it's font-size, the size of the arpeggio zigzag will also i

change the size of the arpeggio arrows

2012-04-03 Thread Paolo Prete
Hello, how can I change the size of the arpeggio (up and down) arrows? The default size is really small thanks! Paolo ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Arpeggios with arrows across voices

2011-02-02 Thread Nick Payne
In the section of the NR dealing with arpeggios, there is nothing under known issues and warnings regarding arpeggioArrowUp and arpeggioArrowDown not working to get arrowed arpeggios across voices. The arpeggio doesn't get an arrow unless it is explicitly overridden in the Staff context, as can

Re:Quarter-tone notation with arrows

2009-04-07 Thread Stefan Thomas
Dear community, concerning the notation of microtonal accicentals, in my opinion the solution of Hans Zender is quite good. He suggests to write changes of intonation with (-) (+) (on 12th of a tone higher or lower), (--) (++), and so on. This can be done easily in Lilypond and is quite understanda

Re: Quarter-tone notation with arrows

2009-04-07 Thread Joseph Wakeling
Joseph Wakeling wrote: > I've attached the .ly files for people's amusement. I don't know if > it's even _possible_ to make them work, but the errors seem to crop up > when the transposition would normally transform a natural into a flat or > sharp (or vice versa). Whoops, I attached the wrong fi

Re: Quarter-tone notation with arrows

2009-04-07 Thread Joseph Wakeling
Kees van den Doel wrote: > I agree it makes total sense to have an "accidental_level2" which make > additional microtonal > alterations to the 12 "diatonic pitches and their equally tempered > "accidental_level1" alterations (b and #)", > but there is only one level of accidental in Lilypond, a

Re: Quarter-tone notation with arrows

2009-04-06 Thread Kees van den Doel
> Kees van den Doel wrote: > > Unfortunately Western notation doesn't work like that. > Accidentals (microtonal or not) operate on the 7 > > diatonic pitches, not on 12 semitones. I think you think the > "arrow" somehow alters > > already altered notes (like Bb), but the alteration operates >

Re: Quarter-tone notation with arrows

2009-04-06 Thread Joseph Wakeling
I was also thinking somewhat of Ben Johnston's notation for just intonation, where each successive addition to the accidentals (up/down arrows, 13 or upside-down 13, + or -) represents a successive refinement of the pitch. This second case might well be best dealt with via 'tweaks&#

Re: Quarter-tone notation with arrows

2009-04-06 Thread Joseph Wakeling
Kees van den Doel wrote: > Unfortunately Western notation doesn't work like that. Accidentals > (microtonal or not) operate on the 7 > diatonic pitches, not on 12 semitones. I think you think the "arrow" somehow > alters > already altered notes (like Bb), but the alteration operates on the diaton

Re: Quarter-tone notation with arrows

2009-04-05 Thread Graham Breed
Joseph Wakeling wrote: Another reason could be that if your quarter-tones are _approximate_ rather than precise, it can be helpful to know which of the 12 standard notes you are bending. If there's some intuitive reason for choosing different logical equivalents, perhaps that should be reflec

Re: Quarter-tone notation with arrows

2009-04-05 Thread Kees van den Doel
- Original Message - From: Joseph Wakeling Date: Sunday, April 5, 2009 2:41 pm Subject: Re: Quarter-tone notation with arrows To: Kees van den Doel Cc: lilypond-user@gnu.org > Kees van den Doel wrote: > > A given alteration results in one specific glyph. > > :-( >

Re: Quarter-tone notation with arrows

2009-04-05 Thread Joseph Wakeling
Kees van den Doel wrote: > A given alteration results in one specific glyph. :-( > Of course a -1/4 flat can be presented by numerous glyphs, > anything you like, really, but you'll have to decide which one is the default > and if you want another symbol > at some point in the score (I can't ima

Re: Quarter-tone notation with arrows

2009-04-05 Thread Kees van den Doel
- Original Message - From: Joseph Wakeling Date: Sunday, April 5, 2009 5:21 am Subject: Quarter-tone notation with arrows To: lilypond-user@gnu.org > Hello all, > > One of the delights to see in the News for 2.12 was the new > material on > quarter-tone and other micr

Re: Quarter-tone notation with arrows

2009-04-05 Thread Hans Aberg
On 5 Apr 2009, at 14:20, Joseph Wakeling wrote: One of the delights to see in the News for 2.12 was the new material on quarter-tone and other microtonal notation. However, I have one problem... Perhaps Graham Breed can help - I cc him. Hans _

Quarter-tone notation with arrows

2009-04-05 Thread Joseph Wakeling
Hello all, One of the delights to see in the News for 2.12 was the new material on quarter-tone and other microtonal notation. However, I have one problem... The standard Lilypond quarter-tone notation uses pitches -is and -es (sharp and flat), -ih and -eh (quarter-tone sharp and flat) and -isih

Re: Arrows in markup text

2007-01-08 Thread Mats Bengtsson
Frédéric Chiasson wrote: Hi, Using : LilyPond 2.11.9 on Mac OS X.4.8 I would like to put a markup text as : (left arrow) (quarter note) = (dotted quarter note) (right arrow), for making Carter-like "rythmic modulations". I don't know how to put arrows. Putting the arrow fr

Arrows in markup text

2007-01-07 Thread Frédéric Chiasson
Hi, Using : LilyPond 2.11.9 on Mac OS X.4.8 I would like to put a markup text as : (left arrow) (quarter note) = (dotted quarter note) (right arrow), for making Carter-like "rythmic modulations". I don't know how to put arrows. Putting the arrow from the Mac text character set

Re: lines, with or without arrows anywhere

2005-09-14 Thread Mats Bengtsson
raws lines, possibly combined with a setting of the padding or extra-offset property. /Mats Mehmet Okonsar wrote: What could be the easiest way to draw lines, with or without arrows anywhere on the page.. Best Regards, Mehmet Okonsar, pianist-composer www.o

lines, with or without arrows anywhere

2005-09-13 Thread Mehmet Okonsar
What could be the easiest way to draw lines, with or without arrows anywhere on the page.. Best Regards, Mehmet Okonsar, pianist-composer www.okonsar.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo

  1   2   >