Re: Multiple slurs on chord

2016-03-20 Thread David Kastrup
Thomas Morley writes: > Directly on-topic, we have the `doubleSlurs'-context-property, why not > use it here? > This requires some shaping of them, though. > Thus I wrote a first sketch of a `shapeDoubleSlurs'-function, although > I'm not sure, if there isn't one already - at openlilylib? Is thi

Re: Multiple slurs on chord

2016-03-20 Thread Thomas Morley
2016-03-20 18:47 GMT+01:00 Simon Albrecht : > On 20.03.2016 18:31, Phil Holmes wrote: >> >> - Original Message - From: "Alberto Simões" >> >> To: "lilypond" >> Sent: Sunday, March 20, 2016 4:52 PM >> Subject: Multiple slurs on chord >> >> >>> Hi >>> >>> Is it possible to do a multiple slu

Re: Licence LilyPond Logo?

2016-03-20 Thread J Martin Rushton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You might care to have a quick look at https://www.apache.org/foundation/press/kit/#plain-feather-powered-by-ap ache-logo for an idea. Apache are reasonably protective of their logo, but encourage users to 'proudly display “Powered By Apache” assets o

Re: Licence LilyPond Logo?

2016-03-20 Thread Francisco Vila
The original photo of the [single] lilypad is by Krista Scott-Dixon (stumptuous.com). Taken at the Van Dusen Botanical Garden situated in Vancouver, British Columbia, Canada. Somebody made a double lilypad from the photo. Later, saturation and contrast were improved by another person. John Mandere

Re: Licence LilyPond Logo?

2016-03-20 Thread Barrios Blue
It's not my intention to confuse or even offend anyone by using the Logo on my tiny tutorial site. Although I make it pretty clear right at the beginning that it has nothing to do with the offical docs, people may skip this. I probably should go looking for another eye-catcher. cheers Marco _

Re: Multiple slurs on chord

2016-03-20 Thread Klaus Blum
Hi Alberto, I'd try the following: 1.) modify the slur's shape to make it point straight from notehead to notehead 2.) create an additional voice with hidden noteheads to add the "missing" slur % - \version "2.19.25" %% The f

Re: Multiple slurs on chord

2016-03-20 Thread Alberto Simões
On 20/03/16 17:47, Simon Albrecht wrote: { \clef bass \key g \major s2 4 } But I don’t recall how much of that is already possible and how much is merely desired. At any rate I’d consider something like that basically the right way of coding this example. It is a heavy syntax, bu

Re: Multiple slurs on chord

2016-03-20 Thread Simon Albrecht
On 20.03.2016 18:31, Phil Holmes wrote: - Original Message - From: "Alberto Simões" To: "lilypond" Sent: Sunday, March 20, 2016 4:52 PM Subject: Multiple slurs on chord Hi Is it possible to do a multiple slur, one for each note? (see attach) Thanks alberto FWIW, if I were readin

Re: change glissando slope

2016-03-20 Thread Federico Bruni
Il giorno dom 20 mar 2016 alle 17:27, Thomas Morley ha scritto: \override Glissando.extra-dy = #2 will help. Adjust the value to fit your needs. thanks this is mentioned only in the appendix: http://www.lilypond.org/doc/v2.19/Documentation/notation/layout-properties a simple search would hav

Re: Multiple slurs on chord

2016-03-20 Thread Alberto Simões
On 20/03/16 17:31, Phil Holmes wrote: Hi Is it possible to do a multiple slur, one for each note? (see attach) Thanks alberto FWIW, if I were reading that, I'd assume they were ties and not change the upper two notes. At first I though the same. But in fact the first chord is dissonant w

Re: Multiple slurs on chord

2016-03-20 Thread Phil Holmes
- Original Message - From: "Alberto Simões" To: "lilypond" Sent: Sunday, March 20, 2016 4:52 PM Subject: Multiple slurs on chord Hi Is it possible to do a multiple slur, one for each note? (see attach) Thanks alberto FWIW, if I were reading that, I'd assume they were ties and not

Multiple slurs on chord

2016-03-20 Thread Alberto Simões
Hi Is it possible to do a multiple slur, one for each note? (see attach) Thanks alberto ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: change glissando slope

2016-03-20 Thread Thomas Morley
2016-03-20 17:11 GMT+01:00 Federico Bruni : > Hi all > > I cannot remember how can I adjust the slope of a glissando. [...] Hi Federico, likely \override Glissando.extra-dy = #2 will help. Adjust the value to fit your needs. Cheers, Harm ___ lilypon

Re: Chord Glissando Individual Voice right bound tweaking

2016-03-20 Thread Thomas Morley-2
dtsmarin wrote > The codefile is HUGE and I can't post it due to copyright reasons, so here > is a part of the code. > I want each gliss. line to be parallel with the other ones and after the > break they should continue their normal angle. dtsmarin wrote > Ok I was in a real rush next time I'll

change glissando slope

2016-03-20 Thread Federico Bruni
Hi all I cannot remember how can I adjust the slope of a glissando. This is relevant when the two notes are very close and the glissando line could be "flat" and just over the staff line, as in this example: % \version "2.19.37" myMusic = \relative { f'\glissando fis s1*4 } \score { \

Re: Licence LilyPond Logo?

2016-03-20 Thread David Kastrup
Marco Heins writes: > Hi everybody, > > I'm currently working on a free tutorial about notation typesetting > with LilyPond for classical guitar. I was wondering if it would be > violating the licence if I show the nice LilyPond Logo on top of my > tutorial? I'm not sure about the exact licensin

Re: Chord Glissando Individual Voice right bound tweaking

2016-03-20 Thread dtsmarin
Ok I was in a real rush next time I'll be more brief. -D. -- View this message in context: http://lilypond.1069038.n5.nabble.com/Chord-Glissando-Individual-Voice-right-bound-tweaking-tp188718p188728.html Sent from the User mailing list archive at Nabble.com. _

Re: Licence LilyPond Logo?

2016-03-20 Thread Simon Albrecht
On 20.03.2016 14:51, Marco Heins wrote: Hi everybody, I'm currently working on a free tutorial about notation typesetting with LilyPond for classical guitar. I was wondering if it would be violating the licence if I show the nice LilyPond Logo on top of my tutorial? I don’t know how exactly th

Re: Chord Glissando Individual Voice right bound tweaking

2016-03-20 Thread dtsmarin
The codefile is HUGE and I can't post it due to copyright reasons, so here is a part of the code. I want each gliss. line to be parallel with the other ones and after the break they should continue their normal angle. \version "2.19.38" glissandoSkipOn = { \over

Re: Chord Glissando Individual Voice right bound tweaking

2016-03-20 Thread Simon Albrecht
On 20.03.2016 15:59, dtsmarin wrote: The codefile is HUGE and I can't post it due to copyright reasons, so here is a part of the code. That’s what the explanation on our site is about: that you should create a _tiny_ example which shows the _exact_ problem, omitting all unrelated stuff. The e

Re: Ask about the lyric of Lilypond

2016-03-20 Thread Simon Albrecht
On 20.03.2016 14:21, Han-Wen Nienhuys wrote: you should install the font in such a way that fontconfig can find it, but how that works depends on your platform (windows, osx, linux) and which lilypond version you use. I've added the list which should be able to help you further. Just for the

Re: Ask about the lyric of Lilypond

2016-03-20 Thread Han-Wen Nienhuys
you should install the font in such a way that fontconfig can find it, but how that works depends on your platform (windows, osx, linux) and which lilypond version you use. I've added the list which should be able to help you further. On Fri, Mar 18, 2016 at 5:10 AM 15221328968 <15221328...@163.

Licence LilyPond Logo?

2016-03-20 Thread Marco Heins
Hi everybody, I'm currently working on a free tutorial about notation typesetting with LilyPond for classical guitar. I was wondering if it would be violating the licence if I show the nice LilyPond Logo on top of my tutorial? cheers Marco ___ lilypon

Re: Chord Glissando Individual Voice right bound tweaking

2016-03-20 Thread Thomas Morley-2
please: http://www.lilypond.org/website/tiny-examples.html -Harm -- View this message in context: http://lilypond.1069038.n5.nabble.com/Chord-Glissando-Individual-Voice-right-bound-tweaking-tp188718p188721.html Sent from the User mailing list archive at Nabble.com. ___