lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 2595 in lilypond: Slurs in polyphony and TabStaff


From: lilypond
Subject: [Lilypond-auto] Issue 2595 in lilypond: Slurs in polyphony and TabStaff problems
Date: Sun, 10 Jun 2012 12:20:07 +0000

Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 2595 by address@hidden: Slurs in polyphony and TabStaff problems
http://code.google.com/p/lilypond/issues/detail?id=2595

Reported by Federico Bruni here:
http://lists.gnu.org/archive/html/bug-lilypond/2012-06/msg00022.html

See that thread for some discussion about the bug report.

At the time of writing this tracker the issue has been opened up to the community to solicit guidance on the correct notation, and the lilypond-user list has been copied in.

http://lists.gnu.org/archive/html/lilypond-user/2012-06/msg00253.html

Text of original post follows:
------------------------------
Another report about slurs and TabStaff.
IIUC, now slurs connect note heads in polyphony (instead of stems).
I _think_ that it's a desired output.

However, it's breaking the TabStaff slurs.
Find attached .png examples (see differences between 2.14.2 and 2.15.40).

here's the minimal example:

\version "2.15.40"

first =  \relative c' {
  b8( c)
}

second = \relative c {
  d8( e)
}

\score {
  \new StaffGroup <<
    \new Staff = "guitar" <<
      \context Voice = "first voice" { \clef "G_8" \voiceOne  \first }
      \context Voice = "second voice" { \clef "G_8" \voiceTwo  \second }
    >>
    \new TabStaff = "tab" <<
\context TabVoice = "tab first voice" { \clef "moderntab" \voiceOne \first } \context TabVoice = "tab second voice" { \clef "moderntab" \voiceTwo \second }
    >>
  >>
}







Attachments:
        tab-slur-bug.2.14.2.png  10.1 KB
        tab-slur-bug.2.15.40.png  9.9 KB




reply via email to

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