bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1386 in lilypond: Tied harmonics in TabStaff


From: lilypond
Subject: Issue 1386 in lilypond: Tied harmonics in TabStaff
Date: Mon, 08 Nov 2010 10:59:45 +0000

Status: Started
Owner: Carl.D.Sorensen
Labels: Type-Defect Priority-Medium Patch

New issue 1386 by v.villenave: Tied harmonics in TabStaff
http://code.google.com/p/lilypond/issues/detail?id=1386

See http://lists.gnu.org/archive/html/lilypond-user/2010-05/msg00355.html
and http://lists.gnu.org/archive/html/lilypond-devel/2010-11/msg00030.html

By default, a tied harmonic note in TabStaff keeps the angle brackets while the number is correctly removed.

\version "2.13.39"

music =  \relative c' {
  s2.  <d\4\harmonic>4 ~ |
  <d\4\harmonic>1 ~ |  % by default, tied harmonic is parenthesized
  \once \override HarmonicParenthesesItem #'stencil = ##f
  <d\4\harmonic>2  <g\3\harmonic>2 |  % fixed
}

\new StaffGroup <<
  \new Staff  { \clef "G_8" \music }
  \new TabStaff  { \clef "moderntab" \music }


Marc has suggested a patch (see second link above), but this issue is being discussed with Carl.

Attachments:
        harmonic-tie.preview.png  5.3 KB




reply via email to

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