bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: slur between notes inside chords


From: Federico Bruni
Subject: Re: slur between notes inside chords
Date: Sun, 16 Dec 2012 12:23:29 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.10) Gecko/20121028 Icedove/10.0.10

Il 08/12/2012 19:44, Ralph Palmer ha scritto:
On Sat, Dec 8, 2012 at 5:14 AM, Federico Bruni <address@hidden
<mailto:address@hidden>> wrote:

    Shouldn't the slur go from the note inside of the chord which it
    actually starts on to the note which it
    actually ends on?

    This question was asked in this thread:
    http://lists.gnu.org/archive/__html/lilypond-user/2011-06/__msg00394.html
    <http://lists.gnu.org/archive/html/lilypond-user/2011-06/msg00394.html>

    I wonder if there's any progress on it or some open issue that I may
    have missed.

    Currently, we can change the slur direction if possible or, most of
    times, create the slur manually with control points, which is ok but
    it may break if the horizontal space is stretched.

    Can you open a feature request for this?

    Thanks
    --
    Federico


Greetings, Federico -

I'm willing to open a feature request, but it would be helpful if you
could : 1) give us a graphic example; and 2) perhaps distill what you
want from the thread you mentioned (unless your question at the top of
your text was precisely what you want for the feature request).

Ralph


Dear Bug Squad,

sorry, I completely forgot this request of mine.

Actually, I can achieve what I want with some overrides (no control points needed), see examples below. What I'm looking for is the possibility of putting start and end slurs inside notes in a chord, like we can do when using ties. That was the proposal from Janek in the link I've posted in my first email:

"I think the optimal solution here would be to extend slur syntax so
that slurs could be defined inside chords (like ties):
<c' ~ g' ( e''> <c' a') d''>"

http://lists.gnu.org/archive/html/lilypond-user/2011-06/msg00401.html


I wonder if an issue in the tracker has ever been added.
Can you point me to it, if it exists? I would star it so I can be notified in case someone starts working on it. Or create it if it doesn't, so it's more likely that you won't receive this kind of request again in the future.

Here the examples:


\version "2.17.9"

music =  \relative c' {
  % Example 1: only TabStaff is wrong and can be corrected with an override
  %\once \override TabVoice.Slur.direction = #DOWN
  <g\4 b\2>\4\glissando ( gis\4)

% Example 2: Staff and TabStaff are both wrong, but can be corrected with an override
  %\once \override Slur.direction = #UP
  g\4\glissando ( <gis\4 e,>)
}

\score {
  \new StaffGroup <<
    \new Staff <<
      \context Voice { \clef "G_8" \music }
    >>
    \new TabStaff  <<
      \context TabVoice { \clef "moderntab" \music }
    >>
  >>
}


Many thanks
--
Federico



reply via email to

[Prev in Thread] Current Thread [Next in Thread]