Re: Editorial ties

2017-06-04 Thread Brian Barker
At 17:42 04/06/2017 -0400, Giampaolo Orrigo wrote: I would like to know if someone already found a way to engrave editorial ties, as used in more modern editions of early music, i.e. solid tie with a little vertical line in the middle. Does this help?

Editorial ties

2017-06-04 Thread Giampaolo Orrigo
Hello Lilypond users, I would like to know if someone already found a way to engrave editorial ties, as used in more modern editions of early music, i.e. solid tie with a little vertical line in the middle. Thanks, Geppo ___ lilypond-user mailing list

Re: Alignment problem

2017-06-04 Thread Giampaolo Orrigo
Thanks! That solved the problem perfectly! Geppo On Sun, Jun 4, 2017 at 4:28 PM, Trevor Daniels wrote: > Thanks, it's so much easier to help when we have > an immediately accessible working code to play with. > > For most of this extract only two voices are needed in >

Fw: Alignment problem

2017-06-04 Thread Trevor Daniels
Thanks, it's so much easier to help when we have an immediately accessible working code to play with. For most of this extract only two voices are needed in the treble clef and two in the bass clef, i.e. voices one and two in the treble and also voices one and two in the bass. This is fine

Re: Alignment problem

2017-06-04 Thread Giampaolo Orrigo
Trevor, Thanks for the suggestion. I didn't want to overflow the email with code, but I see your point. Here the compilable example: \version "2.18.2" \language "english" \paper { #(set-paper-size "letter") } global = { \key c \major \time 2/2 } Tiple = \relative c'' { \global %

Re: Alignment problem

2017-06-04 Thread Trevor Daniels
Hi Geppo You'd be more likely to get a reply if you posted an immediately compilable example showing the problem. Trevor - Original Message - From: Giampaolo Orrigo To: lilypond-user@gnu.org Sent: Saturday, June 03, 2017 12:02 AM Subject: Alignment problem Hi, trying

Re: Slur from one voice to another emits warning

2017-06-04 Thread Simon Albrecht
On 04.06.2017 15:50, Knute Snortum wrote: I post to Mutopia so I can't have warnings. Any thoughts? Sometimes one has to accept warnings, so in future situations ly:expect-warning might be your friend (unless it is banned from Mutopia? I’d be surprised). It only needs the beginning of the

Re: Chords in LilyPond

2017-06-04 Thread Simon Albrecht
On 29.05.2017 21:00, Peter Gentry wrote: However this idea would surely fall on stony ground in the context of atonal or twelve note music. Neither of which would ever use chord entry or even chord names. Best, Simon ___ lilypond-user mailing

Re: Slur from one voice to another emits warning

2017-06-04 Thread Kieren MacMillan
Hi Knute, > I am trying to get a slur that goes from one voice to another. You need to acutally *use* [independent] voices: %%% SNIPPET BEGINS \version "2.19.61" \language "english" hideOneNote = { \once \omit Stem \once \omit Flag } \relative { \key ef \major \time 3/4 << {

Slur from one voice to another emits warning

2017-06-04 Thread Knute Snortum
I am trying to get a slur that goes from one voice to another. I've found examples in the docs and the LSR, but I am still getting warnings, even though the output is correct. Here's a smallish example: \version "2.19.61" \language "english" hideOneNote = {