Status: Accepted
Owner: ----
Labels: Type-Enhancement
New issue 3031 by [email protected]: 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