bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1232 in lilypond: Misplaced tremolo in tablatures


From: lilypond
Subject: Issue 1232 in lilypond: Misplaced tremolo in tablatures
Date: Tue, 24 Aug 2010 03:20:00 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Critical Regression

New issue 1232 by brownian.box: Misplaced tremolo in tablatures
http://code.google.com/p/lilypond/issues/detail?id=1232

Reported by Patrick Schmidt:
http://lists.gnu.org/archive/html/bug-lilypond/2010-08/msg00424.html

%-------------------8<----------------------------
\version "2.13.30"

music = {
  <c e g c' e'>4:16
  \stemUp
  \repeat tremolo 4 c'16
  \repeat tremolo 2 { c16 d }
  \repeat tremolo 4 { <c d>16 }
}

\score {
  <<
    \new Staff {
      \clef "treble_8"
      \music
    }
    \new TabStaff {
      %\tabFullNotation
      \music
    }
  >>
}
%-------------------8<----------------------------

There is some discussion in thread.



Attachments:
        test--2.13.30.png  2.6 KB
        test--2.12.3.png  2.8 KB




reply via email to

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