Re: Tie between staves of a PianoStaff

2024-05-09 Thread Werner LEMBERG
> Thanks for your contributions. They inspired me to an easy bypass: > ties may not work between staves, but slurs do, and the difference > is not really conspicuous. [...] By the way, the original problem is an ooold bug: https://gitlab.com/lilypond/lilypond/-/issues/555 Werner

Re: Tie between staves of a PianoStaff

2024-05-09 Thread Knute Snortum
\voiceOne b4) \change Staff = "up" s4 % 2 } Also, just for future reference, if you just have one slur or tie (or other things like fematas) to change up or down, you can use the direction indicators: b2_( % slur down b2^( % slur up -- Knute Snortum

Re: Tie between staves of a PianoStaff

2024-05-09 Thread Kris Van Bruwaene
Van Bruwaene wrote: > Is there a simple solution for putting a tie between staves of a pianostaff? > I need to tie a note of the lower voice on the upper staff to a note of the > upper voice on the lower staff. I found this on StackExchange: > https://music.stackexchange.com/que

Re: Tie between staves of a PianoStaff

2024-05-08 Thread David Wright
On Wed 08 May 2024 at 13:40:23 (+), Kris Van Bruwaene wrote: > Is there a simple solution for putting a tie between staves of a pianostaff? > I need to tie a note of the lower voice on the upper staff to a note of the > upper voice on the lower staff. I found this on StackExchange:

Re: Tie between staves of a PianoStaff

2024-05-08 Thread Knute Snortum
On Wed, May 8, 2024 at 6:41 AM Kris Van Bruwaene wrote: > Is there a simple solution for putting a tie between staves of a > pianostaff? I need to tie a note of the lower voice on the upper staff to a > note of the upper voice on the lower staff. I found this on StackExchange

Tie between staves of a PianoStaff

2024-05-08 Thread Kris Van Bruwaene
Is there a simple solution for putting a tie between staves of a pianostaff? I need to tie a note of the lower voice on the upper staff to a note of the upper voice on the lower staff. I found this on StackExchange: https://music.stackexchange.com/questions/74383/lilypond-ties-across-staves

Re: Tie an afterGrace note produces warning

2024-03-22 Thread Knute Snortum
On Fri, Mar 22, 2024 at 8:38 AM Aaron Hill wrote: > > > \version "2.25.13" > > \relative { >\afterGrace c''4\trill { b16 \set tieWaitForNote = ##t c~ } c4 > } > > Works great! Thanks. -- Knute Snortum

Re: Tie an afterGrace note produces warning

2024-03-22 Thread Aaron Hill
On 2024-03-22 8:24 am, Knute Snortum wrote: Hi all, I am trying to tie an afterGrace note to the next note and I get a warning. This code: \version "2.25.13" \relative { \afterGrace c''4\trill { b16 c~ } c4 } ...produces this warning: /tmp/frescobaldi-ieh3nrny/tmpq4qpjmjp/doc

Tie an afterGrace note produces warning

2024-03-22 Thread Knute Snortum
Hi all, I am trying to tie an afterGrace note to the next note and I get a warning. This code: \version "2.25.13" \relative { \afterGrace c''4\trill { b16 c~ } c4 } ...produces this warning: /tmp/frescobaldi-ieh3nrny/tmpq4qpjmjp/document.ly:4:33 <0>: warning: unterminated

Re: "Squished" tie between 2 notes

2024-02-12 Thread Curt McDowell
I often resolve squished ties like that by flipping the tie; e.g., using *fis^~* to force the tie on top, or *fis_~* to force it to the bottom. (In this case, it looks good on top, but this doesn't help if you really want it on the bottom.) Regards, Curt On 2/11/24 09:30, George wrote: bar 78

Re: "Squished" tie between 2 notes

2024-02-11 Thread Leo Correia de Verdier
Sorry for short answer, I’m on the phone: Try \tweak Tie.minimum-length #10 And then choose an appropriate number. > 11 feb. 2024 kl. 18:31 skrev George : > >  > At the moment I am having an issue with a tie from the alto part where it is > automatically "squished&quo

Re: "Squished" tie between 2 notes

2024-02-11 Thread William Rehwinkel via LilyPond user discussion
have any impact except that it will extend some of these squished ties. Let me know if this works for you. -William On 2/11/24 12:30, George wrote: At the moment I am having an issue with a tie from the alto part where it is automatically "squished" by Lillypond. I didn't find

"Squished" tie between 2 notes

2024-02-11 Thread George
At the moment I am having an issue with a tie from the alto part where it is automatically "squished" by Lillypond. I didn't find an answer anywhere else on how to create some space between or make the tie somewhat noticeable. Also using the command* \shape* on the tie was not the ri

Re: Tie from nowhere

2023-10-30 Thread David Zelinsky
Jean Abou Samra writes: > Check \repeatTie. Thanks Jean, that's it! -David

Re: Tie from nowhere

2023-10-30 Thread Jean Abou Samra
Check \repeatTie.

Tie from nowhere

2023-10-30 Thread David Zelinsky
I'm trying to re-engrave a single line that occurs in the middle of a piece. The idea is to copy the existing engraving exactly, but with some modifications. The line in question starts with a tie from the last note in the line above, like this: How can I achieve this in isolation, without

Re: Formatting for a tie

2023-10-29 Thread Samuel Sloniker
Thank you everyone! I got the slurs formatted correctly. \version "2.22.1" \header { title = "Yo sé a Quién he creído" composer = "James McGranaham" poet = "Daniel W. Whittle, tr. Samuel L. Sloniker" copyright = \markup { \center-column { "Traducción © 2023 Samuel L. Sloniker"

Re: Formatting for a tie

2023-10-29 Thread David Kastrup
Jean Abou Samra writes: > Le samedi 28 octobre 2023 à 21:21 -0400, Samuel Sloniker a écrit : >> How can I format this tie in Lilypond? I'm writing a Lilypond file for an >> existing song; this image is from a scan of a hymnal. > > > If you are having tr

Re: Formatting for a tie

2023-10-29 Thread Jean Abou Samra
Le samedi 28 octobre 2023 à 21:21 -0400, Samuel Sloniker a écrit : > How can I format this tie in Lilypond? I'm writing a Lilypond file for an > existing song; this image is from a scan of a hymnal. If you are having trouble finding the answer to this in the documentation or Web searches

Re: Formatting for a tie

2023-10-28 Thread Werner LEMBERG
> How can I format this tie in Lilypond? I'm writing a Lilypond file > for an existing song; this image is from a scan of a hymnal. ``` { << { a'8[( g']) } \\ { e'4 } >> } ``` Werner

Formatting for a tie

2023-10-28 Thread Samuel Sloniker
Hello, How can I format this tie in Lilypond? I'm writing a Lilypond file for an existing song; this image is from a scan of a hymnal. -Samuel Sloniker

Re: Seeking something that looks like a dotted tie...

2023-05-14 Thread Jean Abou Samra
Le dimanche 14 mai 2023 à 17:24 +0100, Graham King a écrit : > I'm setting a song with multiple verses, one of which starts with a syllable > spanning two notes.  I'd like a dotted tie in the score, but how best to > achieve that? Temporarily unset melismaBusyProperties like: ```

Seeking something that looks like a dotted tie...

2023-05-14 Thread Graham King
I'm setting a song with multiple verses, one of which starts with a syllable spanning two notes. I'd like a dotted tie in the score, but how best to achieve that? \version "2.25.0" notes = \repeat volta 2 { d'2 d'2 e'2. 4 } words = \lyricmode { << { Lo -- rem ip -- sum }

Re: How to tie into a bar with split voices

2023-04-19 Thread David Kastrup
John McWilliam writes: > I’m trying to get a tie to cross the barline into a split voice > measure. I have tried with and without the \voiceOne command but > cannot get this to work. Can any one help me? First let's point out everything you get "cargo-cult" wrong, having

Re: How to tie into a bar with split voices

2023-04-19 Thread Jean Abou Samra
John, Le mercredi 19 avril 2023 à 16:25 +0200, John McWilliam a écrit : > Hi, >     I’m trying to get a tie to cross the barline into a split > voice measure. I have tried with and without the \voiceOne command but cannot > get this to work. Can any

How to tie into a bar with split voices

2023-04-19 Thread John McWilliam
Hi,    I’m trying to get a tie to cross the barline into a split voice measure. I have tried with and without the \voiceOne command but cannot get this to work. Can any one help me? John McWilliam Sent from Mail for Windows  Voice_with_tie.ly Description: Binary data

Re: Unterminated terminated tie

2023-04-18 Thread Mike Dean
It took some digesting, but it behaves as desired: [image: image.png] Thanks! Mike Dean On Mon, Apr 17, 2023 at 11:49 PM Jean Abou Samra wrote: > Le lundi 17 avril 2023 à 16:46 -0700, Mike Dean a écrit : > > I am needing to figure out how to best tie a note... > > \

Re: RE: Unterminated terminated tie

2023-04-18 Thread Mats Bengtsson
es for more explanations.    /Mats *From:*lilypond-user-bounces+carsonmark=ca.rr@gnu.org [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] *On Behalf Of *Mike Dean *Sent:* Monday, April 17, 2023 8:03 PM *To:* Lilypond-User Mailing List *Subject:* Re: Unterminated terminat

RE: Unterminated terminated tie

2023-04-18 Thread Mark Stephen Mrotek
Mike, Try using \stemDown Mark From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Mike Dean Sent: Monday, April 17, 2023 8:03 PM To: Lilypond-User Mailing List Subject: Re: Unterminated terminated tie

Re: Unterminated terminated tie

2023-04-18 Thread Jean Abou Samra
Le lundi 17 avril 2023 à 16:46 -0700, Mike Dean a écrit : > I am needing to figure out how to best tie a note... > > \version "2.24.0" >   \relative c' { >   \key af \major >   \time 2/4 >   \tempo "Not fast" >    ef8 c' ~c16 bf af g f ef8

Re: Unterminated terminated tie

2023-04-17 Thread Mike Dean
gt; *From:* lilypond-user-bounces+carsonmark=ca.rr@gnu.org [mailto: > lilypond-user-bounces+carsonmark=ca.rr@gnu.org] *On Behalf Of *Mike > Dean > *Sent:* Monday, April 17, 2023 4:47 PM > *To:* Lilypond-User Mailing List > *Subject:* Unterminated terminated tie > > > &

Unterminated terminated tie

2023-04-17 Thread Mike Dean
I am needing to figure out how to best tie a note... \version "2.24.0" \relative c' { \key af \major \time 2/4 \tempo "Not fast" ef8 c' ~c16 bf af g f ef8 df16 c8 bf16 af g af bf c df ef f g af8 r r4 \repeat volta 2 { c8 c4 ef8 f16 (ef8) f16 (ef) f16 (ef8)

Re: Vertical position of Tie and Script

2023-03-27 Thread Masaki, Akikazu
Thanks a lot. I didn't know outside-staff-priority is available with Tie. However, a tenuto is distant a bit from a note with this way. (Script position seems to be calculated closer to tie than note.) I think modifying the priority is conceptually more appropriate, but forcing the offset

Re: Vertical position of Tie and Script

2023-03-27 Thread Masaki, Akikazu
Thanks. It's an actual tie, so a slur is not suitable. My example was too simple to represent a real situation, that some objects interrupt a tie. { \override Tie.staff-position = 5 c''1--~ \key des \major \time 12/8 c''1. } Akikazu On 2023/03/26 4:07, Knute Snortum wrote

Re: Vertical position of Tie and Script

2023-03-26 Thread Aaron Hill
On 2023-03-26 4:45 am, Mark Mathias wrote: Perhaps try: \version "2.24.0" { \override Tie.outside-staff-priority = #1375 c''1--~ c'' c''1--~ c'' } % And, of course, add "\once" for a particular instance. When you find you are doing \once \override, you should

Re: Vertical position of Tie and Script

2023-03-26 Thread Mark Mathias
t; In this case, the tenuto should be placed immediately above the note. >> Perhaps overriding Script.extra-offset is one of solutions, but is there >> another property controlling the priority of Tie and Script? >> > > Does it have to be a tie? It looks more like a slur, in whic

Re: Vertical position of Tie and Script

2023-03-25 Thread Knute Snortum
ry is better. > > e.g. > > \version "2.24.0" > { >\override Tie.staff-position = 5 >c''1--~ c'' > } > > > In this case, the tenuto should be placed immediately above the note. > Perhaps overriding Script.extra-offset is one of solutio

Vertical position of Tie and Script

2023-03-25 Thread Masaki, Akikazu
the tenuto should be placed immediately above the note. Perhaps overriding Script.extra-offset is one of solutions, but is there another property controlling the priority of Tie and Script? Akikazu

Re: Tie not working as expected

2023-01-31 Thread Jean Abou Samra
On 31/01/2023 23:06, Steve Carlock wrote: > Jean, > > Thank you for approving my email - I did subscribe using the website and > confirmed the email (and have logged into my account page successfully) prior > to sending my email to the list. Maybe I was impatient and needed to wait a > day for

Re: Tie not working as expected

2023-01-31 Thread Steve Carlock
t; > > What am I doing wrong? > > > > The order of elements for a note is > > > > > In "g~1", you have > > > > Thus the "g~" part is understood as a g note that implicitly > inherits the duration of the previous note, with a tie, and > the "1" part is the duration of a new note, which inherits > the pitch of the previous note. You want "g1~" instead. > > By the way, you can simplify > > 1 > > into > > 1~ > > Jean > >

Re: Tie not working as expected

2023-01-31 Thread Leo Correia de Verdier
The tie ~ and number 1 in measure 3 are in the wrong order, the tie should come after the number. What happens is that Lilypond, when it sees a pitch or duration alone interprets it as a new note, with the missing pitch or duration carried over from the previous note. So g~1 becomes a g

Re: Tie not working as expected

2023-01-31 Thread K. Blum
Hi Steve, welcome to the group! In your third measure, Instead of     g~1 you should write     g1~ Your sequence means the following: - g without a duration uses the last duration specified, i.e. whole note from the measure before. - ~ produces a tie to the following note. - 1 without a pitch

Re: Tie not working as expected

2023-01-31 Thread Jean Abou Samra
; > What am I doing wrong? The order of elements for a note is In "g~1", you have Thus the "g~" part is understood as a g note that implicitly inherits the duration of the previous note, with a tie, and the "1" part is the duration of a new note, which

Tie not working as expected

2023-01-31 Thread Steve Carlock
New Lilypond user here. The following code is not working as I expect: \version "2.24.0" \language "english" \score { << \new Staff { \key d \major \time 4/4 \relative c' { 1 | 1 | g~1 | g2 2 | } } >> \layout { } } I expect to see 4 measures with ties between

Re: Tie in markup (lyrics)

2023-01-18 Thread Fernando Gil
syllables on one note. In lyricmode I'd write the ~, but this > > doesn't work in regular markup. Is there a way to add that kind of text > > syllable tie to markup as well? Or should I simply look for some > > tie-like unicode character? > > > > \version "2.24.0&qu

Re: Tie in markup (lyrics)

2023-01-18 Thread David Kastrup
Stephan Schöll writes: > Hi everybody > > I have stanzas 2..n put as markup below the score. In one stanza there > are two syllables on one note. In lyricmode I'd write the ~, but this > doesn't work in regular markup. Is there a way to add that kind of text > syllable tie

Tie in markup (lyrics)

2023-01-18 Thread Stephan Schöll
Hi everybody I have stanzas 2..n put as markup below the score. In one stanza there are two syllables on one note. In lyricmode I'd write the ~, but this doesn't work in regular markup. Is there a way to add that kind of text syllable tie to markup as well? Or should I simply look for some tie

Re: Tie with slash (caesura) on the curve

2022-11-10 Thread Pierre Perol-Schneider
Hi Jean, Le jeu. 10 nov. 2022 à 11:23, Jean Abou Samra a écrit : ... > This is nice! Just a thought: why use after-line-breaking > here? ... Bad habit? Respond without thinking long enough? Too proud it'd worked? Missing knowledge? All?... Yeah, probably all... > This is the sort of thing

Re: Tie with slash (caesura) on the curve

2022-11-10 Thread Jean Abou Samra
Le 10/11/2022 à 04:31, Pierre Perol-Schneider a écrit : How about: \version "2.22.0" oldTie = \once \override Tie.after-line-breaking =      #(lambda (grob)         (let*          ((stencil (ly:tie::print grob))           (dir (ly:grob-property grob 'direction))           (markup-stencil      

Re: Tie with slash (caesura) on the curve

2022-11-09 Thread Dirck Nagy
Perol-Schneider Sent: Wednesday, November 9, 2022 9:31 PM To: Andrew Bernard Cc: lilypond-user@gnu.org Subject: Re: Tie with slash (caesura) on the curve Hi Andrew, Hi Dirck, Le jeu. 10 nov. 2022 à 02:40, Andrew Bernard mailto:andrew.bern...@mailbox.org>> a écrit : Never say an

Re: Tie with slash (caesura) on the curve

2022-11-09 Thread Pierre Perol-Schneider
Hi Andrew, Hi Dirck, Le jeu. 10 nov. 2022 à 02:40, Andrew Bernard a écrit : > Never say anything is technically unplayable for pianists. Some of the > technical ability of contemporary players leaves me breathless. > ... Actually it's for guitarists ;) On 10/11/2022 12:02 pm, Dirck Nagy wrote:

Re: Tie with slash (caesura) on the curve

2022-11-09 Thread Andrew Bernard
Never say anything is technically unplayable for pianists. Some of the technical ability of contemporary players leaves me breathless. What you are after perhaps is an editorial tie. Dorico has them, with a single bar through the middle. I know its not exactly the same. I'm sure I have come

Re: Tie almost invisible before line break

2022-09-17 Thread Knute Snortum
On Sat, Sep 17, 2022 at 11:30 AM Jean Abou Samra wrote: > > > > Le 17/09/2022 à 20:24, Knute Snortum a écrit : [snip] > > Is this a bug? Is there a better way to deal with it? > > > > -- > > Knute Snortum > > > Yeah, known long-standing issue. > >

Re: Tie almost invisible before line break

2022-09-17 Thread Jean Abou Samra
Le 17/09/2022 à 20:24, Knute Snortum a écrit : I have run into a situation that may be a bug or it may be I'm not doing something correctly. I have a \voiceOne note at a line break where the tie becomes nearly invisible. %%% \version "2.23.12" \paper { ragged-right = ##t

Tie almost invisible before line break

2022-09-17 Thread Knute Snortum
I have run into a situation that may be a bug or it may be I'm not doing something correctly. I have a \voiceOne note at a line break where the tie becomes nearly invisible. %%% \version "2.23.12" \paper { ragged-right = ##t indent = 0 } \relative { \voiceOne d''8( c4 b a e'8

Re: Last note of a first alternative is a tie to the first note in the repeat; how to engrave this?

2022-07-28 Thread Werner LEMBERG
> I guess I was thinking it might be easier/clearer for documentation, > since people wouldn't have to search for "repeat tie" as opposed to > "laissez vibrer" to get the two different versions of what is > ultimately the same thing. The current git version

Re: Last note of a first alternative is a tie to the first note in the repeat; how to engrave this?

2022-07-28 Thread Aaron Hill
On 2022-07-28 6:29 am, David Kastrup wrote: \laissezvibrer might be an alias, though I am not sure whether it would not, in that function, be deserving of some tweaks giving it a longer minimal visual length. Isn't it also conventional to annotate it "l.v."? If we had a more genera

Re: Last note of a first alternative is a tie to the first note in the repeat; how to engrave this?

2022-07-28 Thread Kieren MacMillan
on, since people wouldn't have to search for "repeat tie" as opposed to "laissez vibrer" to get the two different versions of what is ultimately the same thing. Cheers, Kieren.

Re: Last note of a first alternative is a tie to the first note in the repeat; how to engrave this?

2022-07-28 Thread David Kastrup
Kieren MacMillan writes: > Hi all, > >> I don't see why. They are halfties. > > So why not \halftie #LEFT and \halftie #RIGHT? > (i.e., they're both halfties, so just have a direction parameter) There isn't much of an incentive to ever have the halftie direction computed in any manner, so

Re: Last note of a first alternative is a tie to the first note in the repeat; how to engrave this?

2022-07-28 Thread Kieren MacMillan
Hi all, > I don't see why. They are halfties. So why not \halftie #LEFT and \halftie #RIGHT? (i.e., they're both halfties, so just have a direction parameter) Just a thought. Kieren.

Re: Last note of a first alternative is a tie to the first note in the repeat; how to engrave this?

2022-07-28 Thread David Kastrup
; So there is a clear pattern of \startItem and \endItem being opposite > ends of a single thing.  > > > But the same words used a bit differently might work, so that "the > start of a tie" could be called \tieStart and so on (\tieEnd, > \slurStart, \slurEnd). start/end is

Re: Last note of a first alternative is a tie to the first note in the repeat; how to engrave this?

2022-07-28 Thread Paul Hodges
being opposite ends of a single thing.  But the same words used a bit differently might work, so that "the start of a tie" could be called \tieStart and so on (\tieEnd, \slurStart, \slurEnd). Paul

Re: Last note of a first alternative is a tie to the first note in the repeat; how to engrave this?

2022-07-28 Thread David Kastrup
there. > Exactly, I think this would be very misleading. I don't see why. They are halfties. When there is a discontinuity between timeflow and typesetting direction, you have to pick one of them to describe the direction of the tie. As I wrote, left/right don't work well on their own, so I

Re: Last note of a first alternative is a tie to the first note in the repeat; how to engrave this?

2022-07-28 Thread Simon Albrecht
, but then is the tie pointing to the left, or is it supposed to be at the left end of a repeat section? I thought start/stop would be less ambiguous even if somewhat uglier. I find it difficult to come up with something succinct— \halfTieToTheLeft and \halfTieToTheRight would be clear, but way too

Re: Last note of a first alternative is a tie to the first note in the repeat; how to engrave this?

2022-07-28 Thread Jean Abou Samra
tion of terms for >> the two different half ties you need to deal with in the context of >> repeats or other visual non-linearities. > > I completely agree. Since there are other applications for a half tie, the > name shouldn't be \laissezvibrer. >> >> \star

Re: Last note of a first alternative is a tie to the first note in the repeat; how to engrave this?

2022-07-28 Thread David Kastrup
al with in the context of >> repeats or other visual non-linearities. >> > > I completely agree. Since there are other applications for a half tie, the > name shouldn't be \laissezvibrer. > >> >> \startTie and \stopTie would make a lot more sense (even though

Re: Last note of a first alternative is a tie to the first note in the repeat; how to engrave this?

2022-07-28 Thread Carl Sorensen
isual non-linearities. > I completely agree. Since there are other applications for a half tie, the name shouldn't be \laissezvibrer. > > \startTie and \stopTie would make a lot more sense (even though they > don't need to be matched at all). \laissezvibrer might be an alias, > though

Re: Last note of a first alternative is a tie to the first note in the repeat; how to engrave this?

2022-07-28 Thread David Kastrup
Kenneth Wolcott writes: > Hi Hwaen and David; > > Thank you very much for your replies. > > It does solve the problem. > > I saw that command but, for some reason I did not think it applied > to my situation. The current naming is a drag. "\repeatTie" and "\laissezvibrer" are a stupid

Re: Last note of a first alternative is a tie to the first note in the repeat; how to engrave this?

2022-07-27 Thread Kenneth Wolcott
quot; list. Ken On Wed, Jul 27, 2022 at 9:55 PM David Wright wrote: > > On Wed 27 Jul 2022 at 21:27:53 (-0700), Kenneth Wolcott wrote: > > > > I must be missing something obvious here. > > > > The last note of a first alternative is a tie to the first note in th

Re: Last note of a first alternative is a tie to the first note in the repeat; how to engrave this?

2022-07-27 Thread David Wright
On Wed 27 Jul 2022 at 21:27:53 (-0700), Kenneth Wolcott wrote: > > I must be missing something obvious here. > > The last note of a first alternative is a tie to the first note in the > repeat. > > Lilypond 2.22.2 complains: > > La_Bamba.ly:67:40: warning: un

Re: Last note of a first alternative is a tie to the first note in the repeat; how to engrave this?

2022-07-27 Thread Hwaen Ch'uqi
Greetings Ken, I wonder if this isn't a place for \laissezVibrer Hwaen Ch'uqi On 7/28/22, Kenneth Wolcott wrote: > Hi; > > I must be missing something obvious here. > > The last note of a first alternative is a tie to the first note in the > repeat. > > L

Re: Moving a tie in a chord

2022-07-20 Thread Knute Snortum
On Wed, Jul 20, 2022 at 6:06 AM Thomas Morley wrote: > You could do > > \relative a,, { > \clef bass > \time 6/8 > > 4.(~ > > \once \override TieColumn.tie-configuration = #'((-1 . 1)(-10 . -1)) > > q8 ) | > } > > Also, see NR about TieColum

Re: Moving a tie in a chord

2022-07-20 Thread Thomas Morley
Am Mi., 20. Juli 2022 um 02:17 Uhr schrieb Knute Snortum : > > I'm trying to adjust the Y position of a tie in a chord, but I'm > having trouble. What works for a single tie doesn't seem to work for > a chord: > > %%% > \version "2.22.2" > > moveTie = { >

RE: Moving a tie in a chord

2022-07-19 Thread Mark Stephen Mrotek
Of Knute Snortum Sent: Tuesday, July 19, 2022 5:17 PM To: lilypond-user@gnu.org Subject: Moving a tie in a chord I'm trying to adjust the Y position of a tie in a chord, but I'm having trouble. What works for a single tie doesn't seem to work for a chord: %%% \version "2.22.2" mov

Moving a tie in a chord

2022-07-19 Thread Knute Snortum
I'm trying to adjust the Y position of a tie in a chord, but I'm having trouble. What works for a single tie doesn't seem to work for a chord: %%% \version "2.22.2" moveTie = { \once \override Tie.staff-position = -5 \once \override Tie.direction = #DOWN } \relative a,, {

Re: Key and tie questions

2022-06-03 Thread Andrew Musselman
I have gotten to where I can do what I intended to do today and now I may have the patience to read. Thank you for all your help! On Fri, Jun 3, 2022 at 10:25 AM Carl Sorensen wrote: > > > On Fri, Jun 3, 2022 at 11:16 AM Andrew Musselman < > andrew.mussel...@gmail.com> wrote: > >> As for the

Re: Key and tie questions

2022-06-03 Thread Carl Sorensen
On Fri, Jun 3, 2022 at 11:16 AM Andrew Musselman wrote: > As for the key signature, I am still seeing nothing about key in the pdf > when I do this to remove all complexity: > > \version "2.22.2" > \key d \major > { > a > } > put the first brace before \key and it will give you what you want.

Re: Key and tie questions

2022-06-03 Thread Andrew Musselman
> > > > > *From: *lilypond-user gmail@gnu.org> on behalf of Andrew Musselman < > andrew.mussel...@gmail.com> > *Date: *Friday, June 3, 2022 at 1:16 PM > *To: *lilypond-user@gnu.org > *Subject: *Re: Key and tie questions > > As for the key signature, I am

Re: Key and tie questions

2022-06-03 Thread David Santamauro
From: lilypond-user on behalf of Andrew Musselman Date: Friday, June 3, 2022 at 1:16 PM To: lilypond-user@gnu.org Subject: Re: Key and tie questions As for the key signature, I am still seeing nothing about key in the pdf when I do this to remove all complexity: \version "2.22.2"

Re: Key and tie questions

2022-06-03 Thread Andrew Musselman
As for the key signature, I am still seeing nothing about key in the pdf when I do this to remove all complexity: \version "2.22.2" \key d \major { a } Log says: $ lilypond -f pdf the-mountain.ly GNU LilyPond 2.22.2 (running Guile 2.2) Processing `the-mountain.ly' Parsing... Interpreting

Re: Key and tie questions

2022-06-03 Thread Andrew Musselman
Okay subtle but I do see the difference; thank you On Fri, Jun 3, 2022 at 10:07 AM David Kastrup wrote: > Andrew Musselman writes: > > > I got a beam by adding `\(` and `\)` around the b and c, looks good. > > That's not a beam but a phrasing slur, and at that point in the score, a > phrasing

Re: Key and tie questions

2022-06-03 Thread David Kastrup
Andrew Musselman writes: > I got a beam by adding `\(` and `\)` around the b and c, looks good. That's not a beam but a phrasing slur, and at that point in the score, a phrasing slur seems like an odd choice: it usually extends over whole phrases rather than joining two notes. You probably

Re: Key and tie questions

2022-06-03 Thread Paul Hodges
A tie from the b cannot be terminated because there is no following b! If you're trying to tie from the c in the middle of the triplet to the c after it, put the tilde next to it - of course, this will fail by default, but can be enabled to succeed by using: \set tieWaitForNote = ##t Paul

Re: Key and tie questions

2022-06-03 Thread David Kastrup
ppress this, consider adding a spacer rest \relative Now the second score is what follows within braces. > and when I try to put a tie between the triplet and the next note and put a > tilde after the `b` in the triplet I get this error: > > Interpreting music... > the-m

Re: Key and tie questions

2022-06-03 Thread Andrew Musselman
lative > \key d \major > { > << > { > a'8 g'8 \tuplet 3/1 {f' c' b} c'8 c'2 > } > >> > }``` > > and when I try to put a tie between the triplet and the next note and put > a tilde after the `b` in the triplet I get this error: > >

Key and tie questions

2022-06-03 Thread Andrew Musselman
Hi all, I'm not seeing a key signature show up when I do this: ```\version "2.22.2" \relative \key d \major { << { a'8 g'8 \tuplet 3/1 {f' c' b} c'8 c'2 } >> }``` and when I try to put a tie between the triplet and the next note and pu

Re: Tie in alternate

2022-05-19 Thread Kieren MacMillan
Hi Christel, > If you think of a way: I'm definitely interested! I do this kind of thing all the time: just use an arrow markup, disconnect it from the spacing engine (there are a number of ways of doing this), and tack it on to the repeat barline! If you need more than that hint, I can whip

Re: Tie in alternate

2022-05-19 Thread Jean Abou Samra
Le 19/05/2022 à 17:43, Christel le Pair a écrit : Hello David, Thank you for the quick response! I'm working on a tablet, so I'm always on one page. Indeed that would not be possible -> could give an error, like it more often does ;-) If you think of a way: I'm definitely interested! Hi

Re: Tie in alternate

2022-05-19 Thread Christel le Pair
> > \repeat volta 2 { c1 *(* } > > \alternative > > { > > { e1*)* } > > { d1*)* } > > } > > So I want to end the tie in the alternative options, but the 2nd one ends > > with an error. > > Use \repeatTie instead of ) > &g

Re: Tie in alternate

2022-05-19 Thread David Kastrup
{ > { e1*)* } > { d1*)* } > } > So I want to end the tie in the alternative options, but the 2nd one ends > with an error. Use \repeatTie instead of ) > Question 2: > I would like to have an arrow from the end to the beginning of a repeat, > normally when it is some lines

Tie in alternate

2022-05-19 Thread Christel le Pair
Hello Lilypond, I'm so happy with your tool. Just using it for my own use, have all b and # notes in red. But here is my question... or actually I have 2: Question 1: \repeat volta 2 { c1 *(* } \alternative { { e1*)* } { d1*)* } } So I want to end the tie in the alternative

Re: Help me get SCORE's slur/tie shape

2022-05-01 Thread Dimitris Marinakis
are: • maintain as much as possible of the default Lilypond functionality • the flatness/curviness adjustments • the ability to make slurs asymmetric. This important for slurs with an angle pg. 59), • ability to have an incomplete flattened slur/tie for when system/page breaks happen or other rare edge

Re: Moving a tie horizontally

2022-02-10 Thread Viktor Mastoridis
Thank you Aaron for the 'extra-offset' formula. I will use it. Thank you Jean for the \shape - I also tried to use it and failed; with your example, it makes so much more sense and I begin to understand it.

Re: Moving a tie horizontally

2022-02-07 Thread Aaron Hill
On 2022-02-07 3:28 pm, Jean Abou Samra wrote: For now, you have to use the \shape command documented at The shape seems fine, just needs to be offset to optically align with the slashed note heads: music = { \time 3/4 2~4~8~8~2~16~8~16~4.~8 } << \new RhythmicStaff { \music } \new

Re: Moving a tie horizontally

2022-02-07 Thread Jean Abou Samra
Le 07/02/2022 à 23:58, Viktor Mastoridis a écrit : Hello, I am creating chord strumming indications with a tie. I'm using the \improvisationOn handle, and the tie appears a bit too high and to the right. Using  \override Tie.Y-offset  I can move the tie vertically, but \override Tie.X

Moving a tie horizontally

2022-02-07 Thread Viktor Mastoridis
Hello, I am creating chord strumming indications with a tie. I'm using the \improvisationOn handle, and the tie appears a bit too high and to the right. Using \override Tie.Y-offset I can move the tie vertically, but \override Tie.X-offset yields no results. I have searched across forums

Re: Tie between words

2021-12-17 Thread Valentin Petzel
Hello Adrian, as Aaron said there are some arguments to defining functions to give access to the parser and the layout that have been made optional since 2.20. That being said, 2.18.2 is now nearly 8 years old. Unless there is a good reason for the old version consider switching to a recent

Re: Tie between words

2021-12-17 Thread Aaron Hill
On 2021-12-17 12:37 am, Adrian Oehm wrote: I’ve tried the code you supplied, but unfortunately I keep getting the following error: "ly-syntax-constructors.scm:56:23: Wrong number of arguments to #" I get this trying to compile both with the code in my document and also trying to compile yours.

Re: Tie between words

2021-12-17 Thread Adrian Oehm
t;> Can anyone point me in the right direction to solve this: >> >> I have the below, using a lyric tie, >> >> >> but what i really want is what looks like a tie between notes that goes >> fully between the ‘high’ and ‘in’, like I have drawn crudely below >> >> >> >> Thanks >> >> Adrian >

Re: Tie between words

2021-12-16 Thread Valentin Petzel
That line at the bottom came from testing, so it should be ignored. signature.asc Description: This is a digitally signed message part.

  1   2   3   4   5   6   7   8   9   10   >