lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 2907 in lilypond: Stems in TabStaff are not remove


From: lilypond
Subject: [Lilypond-auto] Issue 2907 in lilypond: Stems in TabStaff are not removed when manual beaming is used
Date: Tue, 16 Oct 2012 19:08:16 +0000

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

New issue 2907 by address@hidden: Stems in TabStaff are not removed when manual beaming is used
http://code.google.com/p/lilypond/issues/detail?id=2907

Reported by Federico Bruni:
http://lists.gnu.org/archive/html/bug-lilypond/2012-10/msg00117.html

As you can see in the attached image, the pull-off sign (slur in TabStaff) is moved up when using manual beaming.

It looks like Stems in default TabStaff are just made transparent when using manual beams. Maybe the stem stencil should be set to false also in this case.

The problem occurs on 2.14.2, 2.16.0 and latest build from git master.

\version "2.17.5"

first =  \relative c' {
  %% Stems in TabStaff are not removed when manual beaming is used
  e8 b g g' fis( e) d b % automatic beaming
  e8[ b g] g'[ fis( e)] d b % manual beaming

  %% behind the scenes...
  \tabFullNotation
  e8 b g g' fis( e) d b % automatic beaming
  e8[ b g] g'[ fis( e)] d b % manual beaming
}

second = \relative c {
  s1
}

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

Attachments:
        bug.preview.png  11.0 KB




reply via email to

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