lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3031 in lilypond: slur between notes inside chords


From: lilypond
Subject: [Lilypond-auto] Issue 3031 in lilypond: slur between notes inside chords
Date: Sun, 16 Dec 2012 14:19:01 +0000

Status: Accepted
Owner: ----
Labels: Type-Enhancement

New issue 3031 by address@hidden: slur between notes inside chords
http://code.google.com/p/lilypond/issues/detail?id=3031

Federico wrote :

"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

Here [are] 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 }
    >>
  >>
}

Attachments:
        SlurInsideChord.pdf  72.4 KB




reply via email to

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