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
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
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
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
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
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
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
> 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)
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
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
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
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
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?
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
>> 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
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
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
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.
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
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
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
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
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
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
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.
&
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
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
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
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
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
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
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
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
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 = #
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
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
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
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
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 { ↓
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
>
>
> > 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"
<<
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
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
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
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
> 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
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
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
.
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
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
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
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
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
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
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
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
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
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
__
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
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
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
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
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
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
> 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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
>
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
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
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
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
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
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
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
> 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
>
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
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
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
- 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.
>
> :-(
>
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
- 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
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
_
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
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
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
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
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
100 matches
Mail list logo