lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 2587 in lilypond: http://lists.gnu.org/archive/htm


From: lilypond
Subject: [Lilypond-auto] Issue 2587 in lilypond: http://lists.gnu.org/archive/html/bug-lilypond/2012-06/msg00019.html
Date: Sun, 03 Jun 2012 23:51:14 +0000

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

New issue 2587 by address@hidden: http://lists.gnu.org/archive/html/bug-lilypond/2012-06/msg00019.html
http://code.google.com/p/lilypond/issues/detail?id=2587

Reported by Frederico Bruni:

http://lists.gnu.org/archive/html/bug-lilypond/2012-06/msg00019.html
http://article.gmane.org/gmane.comp.gnu.lilypond.bugs/35588

Original post follows:
----------------------------
If I change font (any font) in TabStaff, a slur in TabStaff gets ugly (only in 2.15.39 and latest git, not in 2.14.2).
It doesn't occur in any slur, just in some.

Find attached the png previews: the problem is in the last two notes.
Here's the minimal example:

## Snippet

global = {
  \key d \major
  \time 4/4
  \override TabStaff.TabNoteHead #'font-name = #"Nimbus Sans L Bold"
}


first =  \relative c {
  \global
  a8( b c) d~ d a e'( d) |

}


second =  \relative c {
  \global
  d,4 d d d |

}

\score {
\new StaffGroup <<
    \new Staff = "guitar" <<
      \context Voice = "first voice" { \clef "G_8" \voiceOne  \first }
      \context Voice = "second voice" { \clef "G_8" \voiceTwo  \second }
    >>
    \new TabStaff \with { stringTunings = #guitar-open-d-tuning } <<
\context TabVoice = "tab first voice" { \clef "moderntab" \voiceOne \first } \context TabVoice = "tab second voice" { \clef "moderntab" \voiceTwo \second }
    >>
  >>
}
---------------------------------



Attachments:
        bug.ly  994 bytes
        tab-slur-2.14.2.png  14.9 KB




reply via email to

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