lilypond-user archive search

Search String: Display: Description: Sort:

Results:

References: [ slur: 5271 ] [ attachment (Too many documents hit. Ignored) ]

Total 5271 documents matching your query.

381. Re: Modified slur stencil with added markup (score: 177)
Author: HIDDEN
Date: Thu, 8 Nov 2018 16:33:50 +0100
Hi again! Can I propose a small modification in this funcion? annotatedSlur = #(define-music-function (parser location padding text) (number? markup?)    #{      \once \override Slur.after-line-
/archive/html/lilypond-user/2018-11/msg00141.html (9,454 bytes)

382. Trouble with trill spanner avoiding slur (score: 177)
Author: HIDDEN
Date: Tue, 17 Apr 2018 17:05:32 -0700
In this example... %%% Start \version "2.19.81" \language "english" {   \override TrillSpanner.avoid-slur = #'inside   \override TrillSpanner.outside-staff-priority = ##f   c''1( | c''2. \startTri
/archive/html/lilypond-user/2018-04/msg00528.html (4,674 bytes)

383. Re: Better way to get correct slur shapes? (score: 177)
Author: HIDDEN
Date: Sat, 17 Feb 2018 18:43:47 +0100
A little question if you don't mind, what is the override to NoteColumn.ignore-collision for? I took it out of your example and I don't see a difference in the results. Hmmm, that’s just something
/archive/html/lilypond-user/2018-02/msg00496.html (10,153 bytes)

384. Re: Better way to get correct slur shapes? (score: 177)
Author: HIDDEN
Date: Sat, 17 Feb 2018 13:38:08 -0300
Hi Knute, Simon, A little question if you don't mind, what is the override to NoteColumn.ignore-collision for? I took it out of your example and I don't see a difference in the results. 2018-02-16 10
/archive/html/lilypond-user/2018-02/msg00495.html (10,336 bytes)

385. Re: Better way to get correct slur shapes? (score: 177)
Author: HIDDEN
Date: Fri, 16 Feb 2018 05:21:55 -0800
Thanks Simon, that's a great tool. I changed the function just a bit so that the stems of the eighth notes in the lower voices aren't so long: %%%% dummy = #(define-music-function (mus) (ly:music?) Â
/archive/html/lilypond-user/2018-02/msg00466.html (8,902 bytes)

386. Re: Better way to get correct slur shapes? (score: 177)
Author: HIDDEN
Date: Thu, 15 Feb 2018 18:35:21 +0100
Hi Knute, how about this? %%%%%%%%%%%%%%%%%%%% \version "2.19.80" \language "english" dummy =    #{      \hideNotes      \override NoteColumn.ignore-collision = ##t      \voiceTwo   Â
/archive/html/lilypond-user/2018-02/msg00438.html (6,722 bytes)

387. Re: quetion about slur in the "<< .... \\ .....>>" (score: 177)
Author: HIDDEN
Date: Tue, 30 Jan 2018 11:29:12 +0100
On 30 Jan 2018, at 09:49 , mosea chen <address@hidden> wrote: Thank you. Well done. It would take some time to understand the grammer. Hi, It is not all that difficult. The main point is that you hav
/archive/html/lilypond-user/2018-01/msg00622.html (11,533 bytes)

388. Re: Workaround for Issue 5001? (TupletNumber.avoid-slur) (score: 177)
Author: HIDDEN
Date: Sun, 5 Nov 2017 15:44:42 +0100
Hello James, thanks for pointing this out! The mentioned case also occurs in my current score, but most times I deal with a slur over three notes: \version "2.19.49" \relative c'' { \time 4/4 % the d
/archive/html/lilypond-user/2017-11/msg00076.html (6,550 bytes)

389. Articulation and slur (score: 177)
Author: HIDDEN
Date: Mon, 30 Oct 2017 12:36:30 +0100
Hi all, maybe someone can help me: How can i combine an articulation mark like marcato with a slur in a way where the slur is nearby the note head and the marcato is above the slur in this example. C
/archive/html/lilypond-user/2017-10/msg00500.html (4,571 bytes)

390. Re: \mark and slur (score: 177)
Author: HIDDEN
Date: Thu, 14 Sep 2017 12:43:24 +0200
But isn't the start time of this <> the start time of the c4 in the second line, so that <>( c4) is equivalent to c4(); which causes the warnings 'cannot end slur' for ')' and 'unterminated slur' for
/archive/html/lilypond-user/2017-09/msg00219.html (8,288 bytes)

391. Re: \mark and slur (score: 177)
Author: HIDDEN
Date: Thu, 14 Sep 2017 11:43:52 +0200
Incidentally, current master delivers the following verbiage: GNU LilyPond 2.21.0 Processing `sll.ly' Parsing... sll.ly:4:13: warning: Adding <> for attaching loose post-event \mark "X" (c4) c c c In
/archive/html/lilypond-user/2017-09/msg00210.html (7,302 bytes)

392. Accidentals and slur --> warnings (score: 177)
Author: HIDDEN
Date: Tue, 29 Aug 2017 15:28:26 +0200
The appended extract raises the following warnings : Processing `F:/Meine Noten/EigeneNoten/UneParVoix/Martin-Luther-1524-Aus-tiefer-Not.ly' Parsing... Interpreting music...[8][16] F:/Meine Noten/Eig
/archive/html/lilypond-user/2017-08/msg00373.html (8,806 bytes)

393. Re: Slur inside tuplet bracket (score: 177)
Author: HIDDEN
Date: Tue, 25 Apr 2017 23:02:47 +1000
Hi Manuela, That works of course. I think I use \shape and \shapeII more than anyone in existence!  I find these functions necessary and indispensable. But I suppose the difficulty of asking questio
/archive/html/lilypond-user/2017-04/msg00649.html (6,719 bytes)

394. Re: Slur inside tuplet bracket (score: 177)
Author: HIDDEN
Date: Tue, 25 Apr 2017 08:17:14 +0200
Hi Andrew, the code you posted doesn't produce a bracket at all entered to lilybin.com Try this \version "2.19.48" {   \override TupletBracket.avoid-slur = #'outside    \shape #'((0 . 2) (0 . 2) (
/archive/html/lilypond-user/2017-04/msg00629.html (6,468 bytes)

395. Re: How to draw a slur above beamed notes with their stems up. (score: 177)
Author: HIDDEN
Date: Sun, 29 Jan 2017 11:57:58 +0100
Hi David, Ref.: "You have to use \slurUp at the moment a slur is _started_, not when it already had ended." That sounds perfectly logical but when I place \slurUp before the ( or \( I get the error m
/archive/html/lilypond-user/2017-01/msg00598.html (7,699 bytes)

396. Re: Ugly slur with large leap - help? (score: 177)
Author: HIDDEN
Date: Fri, 23 Dec 2016 11:49:20 +0100
It is known that the slur and tie and phrasing slur printing algorithms aren’t very good in difficult situations. We are hoping for somebody to come along and improve them… someone with programmi
/archive/html/lilypond-user/2016-12/msg00652.html (7,078 bytes)

397. Re: Ugly slur with large leap - help? (score: 177)
Author: HIDDEN
Date: Fri, 23 Dec 2016 10:06:13 +0000 (GMT)
How's this? \version "2.18" \language "english" \relative c''' { \grace { f8^( } c,8 b c2.) % added '^' to flip the slur } -- Original Message --
/archive/html/lilypond-user/2016-12/msg00648.html (7,032 bytes)

398. Re: Weird behaviour with TupletNumber.avoid-slur (beam disappears) (score: 177)
Author: HIDDEN
Date: Wed, 16 Nov 2016 09:30:04 +0200
Yes, that's what I thought, until I looked at a partial draft setting I have which looks like the attached. I force the tuplet numbers above the staves because there are lyrics, but I left the slurs
/archive/html/lilypond-user/2016-11/msg00653.html (8,271 bytes)

399. Re: Weird behaviour with TupletNumber.avoid-slur (beam disappears) (score: 177)
Author: HIDDEN
Date: Tue, 15 Nov 2016 17:13:09 -0600
Yes, that's what I thought, until I looked at a partial draft setting I have which looks like the attached. I force the tuplet numbers above the staves because there are lyrics, but I left the slurs
/archive/html/lilypond-user/2016-11/msg00639.html (7,591 bytes)

400. Potential bug: Slur begins or ends with tenuto (score: 177)
Author: HIDDEN
Date: Fri, 11 Nov 2016 22:54:13 +0000
I'm sending this to the user list first because I'm having trouble with the search functionality in the new issue tracker, so I can't tell if this has already been reported: \version "2.19.50" \relat
/archive/html/lilypond-user/2016-11/msg00519.html (4,946 bytes)


This search system is powered by Namazu