bug-lilypond
[Top][All Lists]
Advanced

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

I think I found a bug in version 45 of lilypond and tablature


From: Daniel Tonda
Subject: I think I found a bug in version 45 of lilypond and tablature
Date: Fri, 2 May 2008 16:20:47 -0500

Hello:

>From lilypond version 2.11.45 there's a bug/feature concerning beams in
tablature. In version 45 the stems from the beam to the numbers in
tablature, disappear. In version 44 they appear fine, I attach png output
from both versions, and the code.

%%% BEGIN
\version "2.11.40"

NotasA = \relative c {
  \set Staff.midiInstrument = "distorted guitar"
  \tempo 4 = 138
  \time 4/4
  \mark \markup{\small{\italic{Excerpt...}}}
  \repeat unfold 2 {
    \set TabStaff. minimumFret = #7
    \set Staff.midiInstrument = "distorted guitar"
    \set fingeringOrientations = #'(left)
    <d'-1 fis-1>8 <d fis> <d g-2> <d fis-1> <d a'-4> <d a'> <d g-2> <d fis>
|
    <d g> <d g> <d fis> <d g> <d g> <d fis> <d g> <d g> |
  }
  \bar "|."
}

StaffA = \relative c {
  \set Staff.instrumentName = \markup{\rotate #90 {GMel}}
  \clef "G_8"
  \key d \major
  \NotasA
}

TablaturaA = \context TabStaff \relative {
  \NotasA
}


Todo = \context StaffGroup <<
  \new Staff \StaffA
  \new TabStaff \TablaturaA
>>

\score {
  \Todo
}
\paper {
  #(set-paper-size "letter")
}

\header {
  tagline = ""
}
%%% END

-- 
Daniel Tonda C.

Attachment: teachers-pet-v2.11.44.png
Description: PNG image

Attachment: teachers-pet-v2.11.45.png
Description: PNG image


reply via email to

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