bug-lilypond
[Top][All Lists]
Advanced

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

ugly slur in TabStaff if font is changed


From: Federico Bruni
Subject: ugly slur in TabStaff if font is changed
Date: Sun, 03 Jun 2012 13:03:12 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.4) Gecko/20120510 Icedove/10.0.4

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 }
    >>
  >>
}

Attachment: tab-slur-2.14.2.png
Description: PNG image

Attachment: tab-slur-2.15.40.png
Description: PNG image


reply via email to

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