Re: Showing fingerings in front of slurs

2024-10-04 Thread Trevor Bača
8 -1-3 ( 16 -2-4 -1-5 -2-4 -3-5 ) } %%% END %%% [image: Fingering-avoid-slur-ignore.png] Trevor. On Thu, May 9, 2024 at 10:25 AM Paul McKay wrote: > Hi > I want to show fingerings in front of slurs in a manner very like that > demonstrated in the "Using the whiteout property&q

Re: Vertical positions of slurs and accents

2024-09-27 Thread Mats Bengtsson
On 2024-09-27 17:14, David Sumbler wrote: Thanks - that's perfect.  The difficulty I had was that I couldn't figure out what class of object an accent is.  I had already tried \override TextScript.avoid-slur =

Re: Vertical positions of slurs and accents

2024-09-27 Thread Werner LEMBERG
> The difficulty I had was that I couldn't figure out what class of > object an accent is. I had already tried > > \override TextScript.avoid-slur = #'inside > > but this of course doesn't work. I couldn't find out from the > documentation how accents etc. are classified, although I expect it

Re: Vertical positions of slurs and accents

2024-09-27 Thread Timothy Lanfear
On 27/09/2024 16:14, David Sumbler wrote: On Fri, 2024-09-27 at 07:54 -0700, Knute Snortum wrote: On Fri, Sep 27, 2024 at 7:42 AM David Sumbler wrote: How do I persuade Lilypond to position all accent marks inside slurs?  At the moment, in a passage containing numerous accents and slurs

Re: Vertical positions of slurs and accents

2024-09-27 Thread Knute Snortum
-- Knute Snortum On Fri, Sep 27, 2024 at 8:14 AM David Sumbler wrote: > > > On Fri, 2024-09-27 at 07:54 -0700, Knute Snortum wrote: > > > On Fri, Sep 27, 2024 at 7:42 AM David Sumbler wrote: > > How do I persuade Lilypond to position all accent marks inside slurs

Re: Vertical positions of slurs and accents

2024-09-27 Thread David Sumbler
On Fri, 2024-09-27 at 07:54 -0700, Knute Snortum wrote: > > On Fri, Sep 27, 2024 at 7:42 AM David Sumbler > wrote: > > How do I persuade Lilypond to position all accent marks inside > > slurs?  At the moment, in a passage containing numerous accents and > > sl

Re: Vertical positions of slurs and accents

2024-09-27 Thread Knute Snortum
On Fri, Sep 27, 2024 at 7:42 AM David Sumbler wrote: > How do I persuade Lilypond to position all accent marks inside slurs? At > the moment, in a passage containing numerous accents and slurs, I am > finding that some accents are outside the slur and some inside, which looks > a m

Vertical positions of slurs and accents

2024-09-27 Thread David Sumbler
How do I persuade Lilypond to position all accent marks inside slurs?  At the moment, in a passage containing numerous accents and slurs, I am finding that some accents are outside the slur and some inside, which looks a mess! David

Re: Slurs across staves, reach both notes

2024-07-12 Thread Valentin Petzel
;a" c''4_( s s s \change Staff = "c" c'') } \new Staff = "b" s1*3 \new Staff = "c" s1*3 >> } %%% Cheers, Valentin Am Freitag, 12. Juli 2024, 03:34:17 MESZ schrieb William Rehwinkel via LilyPond user discussion: > De

Slurs across staves, reach both notes

2024-07-11 Thread William Rehwinkel via LilyPond user discussion
Dear list, In the following example, is there a way to make the slurs reach across all the staves to reach both notes? I'm very sorry, I could have sworn that I could make slurs across staves work correctly in the past, but I must have forgotten. Thanks, -William % -- \ve

Re: Spontini line break slurs

2024-06-16 Thread Paolo Prete
quot;cpts" #'() ^( s) }{ g4 } >> \break g4\jsShape "2" "cpts" #'() ( a b c-) } } % HTH! Paolo On Sun, Jun 16, 2024 at 7:45 PM bobr...@centrum.is wrote: > I think I may have run across a bug/limitation of Spontini. I was > adjusting slurs.

Spontini line break slurs

2024-06-16 Thread bobr...@centrum.is
I think I may have run across a bug/limitation of Spontini. I was adjusting slurs. When I adjusted one that occurred over a line break I got unexpected results. I eventually figured out that only the part before the line break was changing even if I only moved the control points of the slur

Re: RehearsalMarks, slurs and ties overlapping

2024-06-15 Thread Federico Sarudiansky
arsalMark.outside-staff-priority = ##f > could perhaps also be an option. > > > 13 juni 2024 kl. 16:49 skrev Federico Sarudiansky : > > > > Hi again, Kieren! > > > > Excellent! However I wonder if there is a more general approach. > Something «allowing» the s

Re: RehearsalMarks, slurs and ties overlapping

2024-06-14 Thread Kieren MacMillan
Hi Leo (and Federico!), > Setting > \override Score.RehearsalMark.outside-staff-priority = ##f > could perhaps also be an option. Oh, yes… much better than my “nuclear” \ignore option! %%% SNIPPET BEGINS \version "2.25.11" \layout { \context { \Score \override RehearsalMark.outside

Re: RehearsalMarks, slurs and ties overlapping

2024-06-14 Thread Leo Correia de Verdier
Setting \override Score.RehearsalMark.outside-staff-priority = ##f could perhaps also be an option. > 13 juni 2024 kl. 16:49 skrev Federico Sarudiansky : > > Hi again, Kieren! > > Excellent! However I wonder if there is a more general approach. Something > «allowing» th

Re: RehearsalMarks, slurs and ties overlapping

2024-06-13 Thread Kieren MacMillan
Hi Federico, > How can I overlap the perfect tie (slur) in A with the mark position in B and > C so to use the .whiteout and .layer properties to put the slur/tie behind > the mark and save some vertical space? Maybe something like this…? %%% SNIPPET BEGINS \version "2.25.11" \relative c'''

Re: RehearsalMarks, slurs and ties overlapping

2024-06-13 Thread Kieren MacMillan
Hi Federico, > However I wonder if there is a more general approach. Something «allowing» > the slurs not taking the rehearsal marks into consideration when defining its > shape parameters. This is fairly “nuclear”, but: %%% SNIPPET BEGINS \version "2.25.11" ignoreV

Re: RehearsalMarks, slurs and ties overlapping

2024-06-13 Thread Federico Sarudiansky
Hi again, Kieren! Excellent! However I wonder if there is a more general approach. Something «allowing» the slurs not taking the rehearsal marks into consideration when defining its shape parameters. All the best! F. El jue, 13 jun 2024 a las 11:28, Kieren MacMillan (<

RehearsalMarks, slurs and ties overlapping

2024-06-13 Thread Federico Sarudiansky
Hi. Please consider the following: \version "2.25.15" \relative c''' { g1~ \mark \default g1 \override Score.RehearsalMark.outside-staff-priority = #1 \override Tie.outside-staff-priority = #2 g1~ \mark \default g1 \override Slur.outside-staff-priority = #2 g1 ( \mark \default e1 )

Re: Showing fingering on top of slurs

2024-05-09 Thread Knute Snortum
On Thu, May 9, 2024 at 7:05 AM Paul McKay wrote: > Hi > I want to show the fingering in front of the slurs. This should keep the > fingerings evenly spaced vertically over the notes. I have tried the > following : > > \version "2.24.0" > \language "english&

Showing fingerings in front of slurs

2024-05-09 Thread Paul McKay
Hi I want to show fingerings in front of slurs in a manner very like that demonstrated in the "Using the whiteout property" snippet This is what I've tried: \version "2.24.0" \language "english" \relative { \override Staff.Fingering.layer = 2

Showing fingering on top of slurs

2024-05-09 Thread Paul McKay
Hi I want to show the fingering in front of the slurs. This should keep the fingerings evenly spaced vertically over the notes. I have tried the following : \version "2.24.0" \language "english" \relative { \override Staff.Fingering.layer = 2 % fingering sh

Re: slurs problem with voices

2024-05-02 Thread Knute Snortum
On Wed, May 1, 2024 at 10:55 PM Robert Garrigos wrote: > Oh this is a bit embarrassing, such a basic error….. sorry, I never > realized that the parenthesis needs to be right after the first note. > Nothing to be embarrassed about. It takes some getting used to. -- Knute Snortum

Re: slurs problem with voices

2024-05-01 Thread Robert Garrigos
anfear > Sent: Wednesday, May 1, 2024 2:15 PM > To: Robert Garrigos ; LilyPond Users > > Subject: Re: slurs problem with voices > > On 01/05/2024 21:57, Robert Garrigos wrote: >> >> Why is not the first example working? I tried with explicit voicing with the >

RE: slurs problem with voices

2024-05-01 Thread Mark Stephen Mrotek
, May 1, 2024 2:15 PM To: Robert Garrigos ; LilyPond Users Subject: Re: slurs problem with voices On 01/05/2024 21:57, Robert Garrigos wrote: Why is not the first example working? I tried with explicit voicing with the same results. Thanks. Robert The slur starts at the d2 so must be

Re: slurs problem with voices

2024-05-01 Thread Knute Snortum
On Wed, May 1, 2024 at 1:59 PM Robert Garrigos wrote: > I have this music to engrave, note the slur: > [...] > Why is not the first example working? I tried with explicit voicing with > the same results. > Slurs in LilyPond are "post events", meaning they always go *aft

Re: slurs problem with voices

2024-05-01 Thread Timothy Lanfear
On 01/05/2024 21:57, Robert Garrigos wrote: Why is not the first example working? I tried with explicit voicing with the same results. Thanks. Robert The slur starts at the d2 so must be placed with that note following the pitch and duration, { d4 d2( | \hideNotes ef8)} -- Timothy Lanfea

Re: slurs problem with voices

2024-05-01 Thread Kieren MacMillan
Hi Robert, > I tried different approaches but cannot get that slur. \version "2.25.14" \language "english" global = { \key ef \minor \time 3/4 } \relative c' { \clef treble \global << { bf'4 cf2 \tweak staff-position #5.1 ~ | 8 8 r8 r8 } \\ { d4 d2( | \hideNotes ef8) }

slurs problem with voices

2024-05-01 Thread Robert Garrigos
I have this music to engrave, note the slur: I tried different approaches but cannot get that slur. This is my code, with two examples: \version "2.25.14" \language "english" global = { \key ef \minor \time 3/4 } first_example = \relative c' { \clef treble \global << {bf'4 \once

Re: Schenkerian slurs and framework

2024-03-07 Thread Kieren MacMillan
Hi Ben, > I read the 2005 article in the Linux journal about making schenkerian graphs, > and I feel like it covered everything except one type of slur. I think I've > heard it called a swan slur before. It's a slur that hooks around a note. In > this picture it's the slur connecting the e flat

Schenkerian slurs and framework

2024-03-04 Thread Ben Bradshaw
Hello, I read the 2005 article in the Linux journal about making schenkerian graphs, and I feel like it covered everything except one type of slur. I think I've heard it called a swan slur before. It's a slur that hooks around a note. In this picture it's the slur connecting the e flat in the bass

Re: Multiple connected slurs

2024-03-04 Thread Gerardo Ballabio
Il giorno dom 3 mar 2024 alle ore 18:36 Jean Brefort ha scritto: > > Try this: > c''1:32( | c1:32 )( | c1:32 )( | c4 ) r4 r2 | > > you only need three slurs not four. Works great, thanks. Il giorno dom 3 mar 2024 alle ore 18:32 David Kastrup ha scritto: >

Re: Multiple connected slurs

2024-03-03 Thread Jean Brefort
Try this: c''1:32( | c1:32 )( | c1:32 )( | c4 ) r4 r2 | you only need three slurs not four. Hope this helps, Jean Brefort (not the Le dimanche 03 mars 2024 à 18:20 +0100, Gerardo Ballabio a écrit : > Hello, > please what is the correct way to draw multiple slurs connected

Re: Multiple connected slurs

2024-03-03 Thread David Kastrup
Gerardo Ballabio writes: > Hello, > please what is the correct way to draw multiple slurs connected to > each other? Look at example below to see what I mean (result > attached). > > The following code does what I want but it gives multiple warnings like these: > >

Multiple connected slurs

2024-03-03 Thread Gerardo Ballabio
Hello, please what is the correct way to draw multiple slurs connected to each other? Look at example below to see what I mean (result attached). The following code does what I want but it gives multiple warnings like these: Parsing... slur.ly:4:3: warning: Unattached SlurEvent Interpreting

Re: Slurs within chords, and dotted notes

2024-01-14 Thread Joel C. Salomon
On 1/7/2024 4:11 PM, Xavier Scheuer wrote: \once \override Dots.avoid-slur = #'ignore (Dots instead of Slur) Thank you!  That’s what I was misunderstanding. —Joel

Re: Slurs within chords, and dotted notes

2024-01-07 Thread Xavier Scheuer
On Sun, 7 Jan 2024 at 21:35, Joel C. Salomon wrote: > > Reposting for clarity as to what I’m asking. > > In the second case below, instead of the slur attaching to the specific note, it moves vertically—I assume, to avoid collision with the duration dot. (Though it’s interesting that a tie does n

Re: Slurs within chords, and dotted notes

2024-01-07 Thread Jakob Pedersen
Hello Joel You can shape the Slur manually, like so: \version "2.25.11" \fixed c' {   % undotted note: slur attaches correctly   2   |   % dotted note: slur is moved vertically   \shape #'((1 . 0.5) (0.5 . 0.3) (0.5 . 0.3) (0 . 0)) Slur %adjusting the numbers control the four control points

Re: Slurs within chords, and dotted notes

2024-01-07 Thread Joel C. Salomon
Reposting for clarity as to what I’m asking. In the second case below, instead of the slur attaching to the specific note, it moves vertically—I assume, to avoid collision with the duration dot.  (Though it’s interesting that a tie does not mind overlapping the dot, as in the fourth case.) I

Re: Slurs within chords, and dotted notes

2024-01-04 Thread Joel C. Salomon
I should have been clearer.  The score I’m trying to emulate has slurs— |4.  | —and it’s the vertical movement of the slurs I’m trying to avoid. The fact that ties will overlap the note dots was a curiosity I found in trying to boil that down to a minimal working example. —Joel On 1/4/2024

RE: Slurs within chords, and dotted notes

2024-01-04 Thread Mark Stephen Mrotek
Joel: Is this better? \fixed c' { 2 | 2. 4 | 2 q | 2. q4 | } Mark From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org On Behalf Of Joel C. Salomon Sent: Thursday, January 4, 2024 6:11 PM To: LilyPond Users Subject: Slurs within chords

Slurs within chords, and dotted notes

2024-01-04 Thread Joel C. Salomon
Somewhat surprising result, tested on 2.24 & 2.25.11: |``` \version "2.24" \fixed c' {   2   |   2.   4 |   2 q |   2. q4 | } ```| In the second instance, the tie attaches to the bottom of the initial chord, presumably to avoid colliding with the dot. (Interestingly, as in examples 3 & 4,

Re: Slurs running into each other

2023-12-17 Thread kieren
Hi Peter, What can I do to avoid the outer slur colliding with the inner slurs? Code the inner slurs as Slurs and the *outer* slur as a PhrasingSlur, rather than the other way around (as you did): f4\p\( aes8( des16. c32) | c8.( bes32 aes) g8\) r8 | As a secondary question, I always

Slurs running into each other

2023-12-17 Thread Peter Mayes
As a beginner at Lilypond, this is the first time I have seen something that looks a little ugly "out of the box" (unless, of course, I am doing something wrong!) What can I do to avoid the outer slur colliding with the inner slurs? As a secondary question, I always find that wh

RE: slurs

2023-09-16 Thread Mark Stephen Mrotek
David, Wow, so simple. Thank you for the remedy. Mark -Original Message- From: David Kastrup Sent: Saturday, September 16, 2023 2:44 PM To: Mark Stephen Mrotek Cc: lilypond-user@gnu.org Subject: Re: slurs "Mark Stephen Mrotek" writes: > Hello All: > > &

Re: slurs

2023-09-16 Thread David Kastrup
"Mark Stephen Mrotek" writes: > Hello All: > > > > \version "2.22.2" > > \relative c'' { > > \slurDown 4 > > (bes16) (a c bes d c ees d) > > } Good example why it is a bad idea to use non-standard input formatting for aesthetic reasons: you lose a proper idea about what you are actually

slurs

2023-09-16 Thread Mark Stephen Mrotek
Hello All: \version "2.22.2" \relative c'' { \slurDown 4 (bes16) (a c bes d c ees d) } Produces this What must be done to produce this? Thank you for your assistance. Mark

Re: s-curve slurs across staves?

2023-08-17 Thread Jean Abou Samra
Le jeudi 17 août 2023 à 12:38 -0400, Jin Choi a écrit : > and also discussion of being able to do it in Frescobaldi under Layout Control > Mode, which appears to have moved to Tools/Viewers/Layout Control Options but > now has no option for displaying control points. The reason it was removed is t

Re: s-curve slurs across staves?

2023-08-17 Thread Jin Choi
It was “Adjusting slurs and ties in LilyPond”, from this group’s archives: https://lists.gnu.org/archive/html/lilypond-user/2019-10/pdfn4OnsjHZAm.pdf Some of the features look very handy to describe control points as polar coordinates, but I don’t want to drop in a whole mass of code just for

Re: s-curve slurs across staves?

2023-08-16 Thread Jean Abou Samra
> Le 16 août 2023 à 18:52, Jin Choi a écrit : > > I came across a PDF describing updates to \shape that let you use head > centered coordinates and polar coordinates that would make this easier. But > my 2.24.0 version of lilypond doesn’t seem to include \shapeII. What is the > status of th

Re: s-curve slurs across staves?

2023-08-16 Thread William Rehwinkel via LilyPond user discussion
the status of that? On Aug 16, 2023, at 5:33 AM, Lukas-Fabian Moser wrote: Hi Jin, Am 16.08.23 um 04:48 schrieb Jin Choi: Is it possible to get this style of s-curve shaped slurs across staves? It's possible, but it's not fun. \version "2.24.0" \new PianoStaff <

Re: s-curve slurs across staves?

2023-08-16 Thread Jin Choi
ser wrote: > > Hi Jin, > > Am 16.08.23 um 04:48 schrieb Jin Choi: >> Is it possible to get this style of s-curve shaped slurs across staves? > > It's possible, but it's not fun. > > \version "2.24.0" > > \new PianoStaff > << >

Re: s-curve slurs across staves?

2023-08-16 Thread Lukas-Fabian Moser
Hi Jin, Am 16.08.23 um 04:48 schrieb Jin Choi: Is it possible to get this style of s-curve shaped slurs across staves? It's possible, but it's not fun. \version "2.24.0" \new PianoStaff <<   \new Staff = upper {     <<   {   r8   \shape #'((

Re: crescendo and decrescendo within slurs

2023-08-13 Thread Knute Snortum
On Sat, Aug 12, 2023 at 11:43 AM Jin Choi wrote: > I see that it’s possible to place textual marks inside of slurs: > https://lilypond.org/doc/v2.25/Documentation/snippets/expressive-marks_003a-positioning-text-markups-inside-slurs > Is it possible to get crescendo and decrescendo mar

Re: crescendo and decrescendo within slurs

2023-08-12 Thread Valentin Petzel
Hi, you could set the outside-staff-priority of the Slur: \version "2.24.1" top = { \change Staff = "upper" \voiceTwo } bottom = { \change Staff = "lower" \voiceOne } upper = \relative c' { \key g \minor \voiceOne d'4.^\markup {\italic "espressivo"}^"a tempo"\p^- c8\tweak outside-staff- pri

crescendo and decrescendo within slurs

2023-08-12 Thread Jin Choi
I see that it’s possible to place textual marks inside of slurs: https://lilypond.org/doc/v2.25/Documentation/snippets/expressive-marks_003a-positioning-text-markups-inside-slurs Is it possible to get crescendo and decrescendo marks within slurs as well? \version "2.24.1" top = { \ch

Re: broken slurs shorter than ties

2023-06-18 Thread Werner LEMBERG
>> Suprisingly, no – at least I couldn't find an entry.  I've now created >> >> https://gitlab.com/lilypond/lilypond/-/issues/6631 > > And there is now https://gitlab.com/lilypond/lilypond/-/merge_requests/2043 > > See, if you report problems, there is a chance they actually get > fixed :-) Wi

Re: broken slurs shorter than ties

2023-06-18 Thread Jean Abou Samra
Le vendredi 16 juin 2023 à 20:21 +, Werner LEMBERG a écrit : > Suprisingly, no – at least I couldn't find an entry.  I've now created > > https://gitlab.com/lilypond/lilypond/-/issues/6631 And there is now https://gitlab.com/lilypond/lilypond/-/merge_requests/2043 See, if you report problem

Re: broken slurs shorter than ties

2023-06-16 Thread Werner LEMBERG
> Cough, cough. I have found this to work: > > ``` > \version "2.25.5" > > #(set-default-paper-size "a6") > > { > d'4 e' g' d' | > d'4 e' g' d'( ~ | > \once \override Staff.KeySignature.break-visibility = #all-invisible > \break > d'4) e' f' d' | > d'4 e' f' d' | > } > ``` Very int

Re: broken slurs shorter than ties

2023-06-16 Thread Jean Abou Samra
Le vendredi 16 juin 2023 à 05:37 +, Werner LEMBERG a écrit : > In my opinion, the worst flaw of LilyPond's otherwise excellent > formatting, a flaw that essentially everyone encounters rather > quickly, is that broken slurs are almost always shorter than broken > ties (it

broken slurs shorter than ties

2023-06-15 Thread Werner LEMBERG
In my opinion, the worst flaw of LilyPond's otherwise excellent formatting, a flaw that essentially everyone encounters rather quickly, is that broken slurs are almost always shorter than broken ties (it should be exactly the opposite), which is butt ugly and sometimes really hampers readab

Re: Slurs inside or outside beamed notes

2023-02-13 Thread GMX
Yes, Gould does say to always place a slur outside a beam. And I’m fine with that being Lilypond’s default behavior. But I’d love the ability to tell Lilypond to place slurs inside of beams (when possible). I do have one hymnal that prints slurs inside beams. I suspect that this choice was

Re: Slurs inside or outside beamed notes

2023-02-13 Thread Brian Barker
At 11:47 13/02/2023 -0800, Aaron Hill wrote: I am quite used to LilyPond's default handling of slurs with them positioned next to the beam, but should I be following the source engraving with the slurs sit inside so they are closer to the note heads? Does Gould offer advice on this? To

Slurs inside or outside beamed notes

2023-02-13 Thread Aaron Hill
Attached is an image showing an excerpt from a reference score as well as output from LilyPond. I am quite used to LilyPond's default handling of slurs with them positioned next to the beam, but should I be following the source engraving with the slurs sit inside so they are closer t

Re: Slurs not being followed in one vocal part

2023-01-22 Thread Lukas-Fabian Moser
Hi Jon, Am 22.01.23 um 03:31 schrieb Jon Arnold: Thanks all! Separating the voices did fix the problem. I used this score a long time ago and then updated the layout, so I feel like an update several years ago must have changed the behavior, which is interesting. Compare: \version "2.24" m

Re: Slurs not being followed in one vocal part

2023-01-21 Thread Jon Arnold
11:59:06 (+1100), Vaughan McAlley wrote: > > On Sun, 22 Jan 2023, 10:32 Jon Arnold, > wrote: > > > > > Hey folks- > > > > > > Can anyone tell me why the slurs are not being followed in the soprano > > > part of the attached file? It first occurs

Re: Slurs not being followed in one vocal part

2023-01-21 Thread David Wright
On Sun 22 Jan 2023 at 11:59:06 (+1100), Vaughan McAlley wrote: > On Sun, 22 Jan 2023, 10:32 Jon Arnold, wrote: > > > Hey folks- > > > > Can anyone tell me why the slurs are not being followed in the soprano > > part of the attached file? It first occurs in the 2n

Re: Slurs not being followed in one vocal part

2023-01-21 Thread Vaughan McAlley
On Sun, 22 Jan 2023, 10:32 Jon Arnold, wrote: > Hey folks- > > Can anyone tell me why the slurs are not being followed in the soprano > part of the attached file? It first occurs in the 2nd half of bar 7, bottom > of page 3. It seems to be related to the barLiner function I have

Re: Slurs not being followed in one vocal part

2023-01-21 Thread William Rehwinkel
s the problem? -Will On 1/21/23 18:31, Jon Arnold wrote: Hey folks- Can anyone tell me why the slurs are not being followed in the soprano part of the attached file? It first occurs in the 2nd half of bar 7, bottom of page 3. It seems to be related to the barLiner function I have (it goes

Re: slurs across voices

2022-07-27 Thread Jim Cline
27; {   \voiceTwo   g8 g') c,,8 c'8)     }   }     >>   }   \layout {     \context {   \Voice   \remove "Slur_engraver"   \remove "Slur_performer"     }     \context {   \Staff   \consists "Slur_engraver"   \consi

Re: slurs across voices

2022-07-27 Thread William Rehwinkel
>>   }   \layout {     \context {   \Voice   \remove "Slur_engraver"   \remove "Slur_performer"     }     \context {   \Staff   \consists "Slur_engraver"   \consists "Slur_performer"     }   } } On 7/27/22 11:28, Jim Cline wrote: I would l

Re: slurs across voices

2022-07-27 Thread Knute Snortum
On Wed, Jul 27, 2022 at 8:29 AM Jim Cline wrote: > > I would like to create slurs between alternating notes across two voices > in this example: > > \version "2.20.0" > lower = >\relative c { > \time 3/4 >\clef bass ><<{\stemUp

slurs across voices

2022-07-27 Thread Jim Cline
I would like to create slurs between alternating notes across two voices in this example: \version "2.20.0" lower = \relative c { \time 3/4 \clef bass <<{\stemUp e''16\rest cis4 bis ais8~ais16}\\{\clef treble\stemDown \slurDown e4 dis cis}>>| }

Re: Three slurs from a single voice to three voices?

2022-06-06 Thread Simon Albrecht
Hi Kevin, On 02/06/2022 22:56, Kevin Cole wrote: The hand-written score I'm looking at shows an F# with three slurs coming off of it going to each of the three notes in the following measure. I tried the following but it only shows one slur. What did I miss? without context it’s hard to

Re: Three slurs from a single voice to three voices?

2022-06-02 Thread Kevin Cole
Thanks for the suggestions. I'm working from a 3-ring binder of songs collected via photocopying and hand-transcription that a group of us used to sing and play from 30 years ago. I have no idea who scrawled this tune in. But, seeing as how most (if not all) of us were amateurs, it is very possibl

Re: Three slurs from a single voice to three voices?

2022-06-02 Thread Paul Hodges
your starting note has these piled up after it like so: fs4~(\( .  But the result is clashing slurs, so you'll need to use the \shape tweak to adjust the position of at least one of them. But to me this seems a very odd way to write this... Paul From: Kevin Cole To: lilypond-user m

Three slurs from a single voice to three voices?

2022-06-02 Thread Kevin Cole
Hi, The hand-written score I'm looking at shows an F# with three slurs coming off of it going to each of the three notes in the following measure. I tried the following but it only shows one slur. What did I miss? \version "2.22.1" \language "english" \

Re: Guitar notation - scheme function for slurs with markup

2022-05-30 Thread Valentin Petzel
Hi Stefan, hi Lukas, I think it might be reasonable to directly annotate the Slurs instead. This allows for nice placement, see the appended example. Cheers, Valentin Am Montag, 30. Mai 2022, 08:17:58 CEST schrieb Stefan E. Mueller: > Hi Lukas, > > yes, that is what I need, I can tak

Re: Guitar notation - scheme function for slurs with markup

2022-05-29 Thread Stefan E. Mueller
Hi Lukas, yes, that is what I need, I can take it from there - many thanks for the quick response and solution, and the explanations! Stefan -- Stefan E. Mueller stefan.e.muel...@gmx.de On Sun, 29 May 2022, Lukas-Fabian Moser wrote: Hi Stefan, Am 29.05.22 um 22:42 schrieb Stefan E.

Re: Guitar notation - scheme function for slurs with markup

2022-05-29 Thread Lukas-Fabian Moser
Hi Stefan, Am 29.05.22 um 22:42 schrieb Stefan E. Mueller: I am not sure yet what the difference between a scheme-function and a music-function is (the second example seems to work whichever definition is chosen). A music function must return music, a scheme function can return more general exp

Re: Guitar notation - scheme function for slurs with markup

2022-05-29 Thread Stefan E. Mueller
he (optional) spacing first: \version "2.22" ho = #(define-music-function    (spacing music)    ((number? -1.5) ly:music?)    #{ <>-^(^\markup {\halign #spacing ho} #music    #}) \new Staff {   e''8 \ho #-2.5 f''8 a'') } \new Staff

Re: Guitar notation - scheme function for slurs with markup

2022-05-29 Thread Lukas-Fabian Moser
ng ho} #music    #}) \new Staff {   e''8 \ho #-2.5 f''8 a'') } \new Staff {   e''8 \ho f''8 a'') } Here, I have used the "empty chord trick": <> is an empty chord that doesn't take up time; any slurs a

Guitar notation - scheme function for slurs with markup

2022-05-29 Thread Stefan E. Mueller
When notating guitar music, I use a slur with a markup to indicate hammer-ons, pull-offs, slides or bendings, like in this example: \new Staff { e''8^(^\markup {\halign #-1.5 ho} f''8) } I'd like to define a scheme function for the slur and markup, such that I can write \new Staff { e''8 \ho f'

Re: Dashed slurs causing score concatenation issues

2022-02-06 Thread Jean Abou Samra
> Le 6 févr. 2022 à 18:39, Trinton a écrit : > > Hi folks, > > Since adding dashed slurs to my score using the \slurDashed command, I've > been unable to concatenate the segments of my score, getting this error: > [48]ERROR: Wrong type (expecting exact integer)

Dashed slurs causing score concatenation issues

2022-02-06 Thread Trinton
Hi folks, Since adding dashed slurs to my score using the \slurDashed command, I've been unable to concatenate the segments of my score, getting this error: [48]ERROR: Wrong type (expecting exact integer): # I've not been able to find any hints about this message in the docs. What&#x

Re: Slurs with "afterGrace"

2022-02-06 Thread Richard Shann
\afterGrace g4(-+ {a16 g16)} } Richard On Sun, 2022-02-06 at 09:13 +, Alasdair McAndrew wrote: > Thank you very much!  (But in Australia, where I am, it is early > evening).   I did try that, but the difficulty is that I already have > a symbol attached to the note (which I should have i

Re: Slurs with "afterGrace"

2022-02-06 Thread Rip _Mus
Sorry for the hour! It's a matter of parenthesis order and spaces: \relative c' { \afterGrace g4-+( { a16 g16) } } This works for me Il dom 6 feb 2022, 10:13 Alasdair McAndrew ha scritto: > Thank you very much! (But in Australia, where I am, it is early > evening). I did try that, but the

Re: Slurs with "afterGrace"

2022-02-06 Thread Richard Shann
On Sun, 2022-02-06 at 10:00 +, Alasdair McAndrew wrote: > Thank you!  I would never have thought of putting the ending slur > inside > the grace note braces - but it works perfectly.  well I got there because it said the error was in column 30, i.e. the closing ) and I suspected that those ar

Re: Slurs with "afterGrace"

2022-02-06 Thread Alasdair McAndrew
Thank you! I would never have thought of putting the ending slur inside the grace note braces - but it works perfectly. Again, thanks. Alasdair On Sunday 06 February 2022 20:53:12 (+11:00), Richard Shann wrote: > > > \afterGrace g4(-+ {a16 g16)} } > > Richard > > On Sun, 2022-02-06 at 09:13

Re: Slurs with "afterGrace"

2022-02-06 Thread Alasdair McAndrew
Thank you very much! (But in Australia, where I am, it is early evening). I did try that, but the difficulty is that I already have a symbol attached to the note (which I should have included in my example): \afterGrace g4-+( {a16 g16} ) I've tried moving the beginning of the slur to direc

Re: Slurs with "afterGrace"

2022-02-06 Thread Rip _Mus
Good morning, try: \afterGrace g4( { a16 g16) } The slur event must be attached directly after the note. Rip_mus Il dom 6 feb 2022, 08:59 Alasdair McAndrew ha scritto: > This works: > g4( \grace {a16 g16}) > > making a slur which includes the grace notes. But in order to get the > right spac

Slurs with "afterGrace"

2022-02-05 Thread Alasdair McAndrew
This works: g4( \grace {a16 g16}) making a slur which includes the grace notes. But in order to get the right spacing and barring (I need grace notes to occur before the bar line, rather than after), I need to use "afterGrace": \afterGrace g4 {a16 g16} However, if I attempt to include a slu

How to place slurs above multiple objects

2021-12-09 Thread Paolo Prete
Hello, Suppose that I have a slur that must be placed ABOVE a note which is part of a a TupletBracket and an OttavaBracket . As the documentation explains, TupletBrackets and OttavaBrackets need to have the outside-staff-priority property set to false in order to be printed inside slurs

Re: Labelled slurs

2021-12-01 Thread Kieren MacMillan
Hi all, On Nov 30, 2021, at 2:54 PM, David Kastrup wrote: > there may be the desire to eventually match labelled > slurs at more than Voice-level while retaining Voice-level slurs > locally. However, I have no idea what kind of form this sort of feature > could take exactly.

Re: Labelled slurs

2021-11-30 Thread David Kastrup
Timothy Lanfear writes: > When slurs overlap, I noticed that I could omit one of the slur > labels. Can I count on this behaviour or did I just get lucky? You can count on it. In a manner of speaking, "unlabelled" is a label of its own. With regard to whether you can count on

Labelled slurs

2021-11-30 Thread Timothy Lanfear
When slurs overlap, I noticed that I could omit one of the slur labels. Can I count on this behaviour or did I just get lucky? Taking the example from the NR 1.3.2: \version "2.22.0" \fixed c' {   2   2 } -- Timothy Lanfear, Bristol, UK.

Re: acciaccatura "slurs" are getting canceled with hide Slur

2021-11-30 Thread Adam Good
Dear Valentin, Most excellent thank you very much for this! Adam On Mon, Nov 29, 2021 at 2:57 PM Valentin Petzel wrote: > Hi Adam, > > hide overrides the specified grobs to be transparent (they will still > affect > spacing!) > One option would be doing something like the appended example, whic

Re: acciaccatura "slurs" are getting canceled with hide Slur

2021-11-29 Thread Valentin Petzel
Hi Adam, hide overrides the specified grobs to be transparent (they will still affect spacing!) One option would be doing something like the appended example, which overrides appoggiatura to tweak the slur to that transparent is #f. A better way would be the use \omit Slur, which sets Slur.sten

acciaccatura "slurs" are getting canceled with hide Slur

2021-11-29 Thread Adam Good
Hi Everyone, Could someone help me please. Using... \hide Slur ...I would like to cancel my slur markings yet retain the small slur in my acciaccatura. On a bit of a deadline and would appreciate any help! Thank you in advance. Adam %%% \relative c' { c8 (d e f) g (a b c) \acciaccatura d8 c

Re: Double slurs and custom part combining

2021-10-27 Thread Karlin High
On Tue, Oct 26, 2021 at 1:52 PM Jefferson Felix wrote: > it's not generating doubleSlurs, but when I remove the pair of numbers > after \partCombine, doubleSlurs works. > > Am I doing something wrong? I also live in a music tradition with joined-notes hymnals. I use \partcombine #'(2 . 9) In you

  1   2   3   4   5   6   7   8   9   10   >