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


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to