bug-lilypond
[Top][All Lists]
Advanced

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

Fingering Spacing Bug


From: David Raleigh Arnold
Subject: Fingering Spacing Bug
Date: Fri, 31 Dec 2004 08:35:56 -0500
User-agent: KMail/1.7.1

I've held off upgrading from 2.2.6 to 2.4.2 because I wanted to finish
a project.

I converted this file from 2.2.6 to 2.4.2 and the bug is still very much
present.  

I know I could adjust one note at a time, but I think it's more practical
to wait until you fix this.  There is also a similar problem with horizontal
spacing, but that can be helped with a tweak.

The spacing of the fingering above the notes looks awful.  It will actually
give you a headache to read too much scale like that.  The height should not
be affected by the presence of a chromatic sign.

Why is it that this bug was around for so long?  Are people reluctant to
report something that doesn't actually stop the program?

The output of the 2.2.6 version of this file is at:

http://www.openguitar.com/files/scales.pdf

page 3 number 3.16.  The 2.4.2 output of the file below
seems to be identical.  daveA

address@hidden:~/data/wb/lily/newscales$ cat bbmnew.ly
%{ bbmin.nly from scales.ly Thu Dec 30 18:47:12 2004 %}

\version "2.4.0"
\include "english.ly"
oe = \markup {"\\textbf{\\textcircled{\\small{1}}}\\dots"} 
ob = \markup {"\\textbf{\\textcircled{\\small{2}}}\\dots"} 
og = \markup {"\\textbf{\\textcircled{\\small{3}}}\\dots"} 
od = \markup {"\\textbf{\\textcircled{\\small{4}}}\\dots"} 
oa = \markup {"\\textbf{\\textcircled{\\small{5}}}\\dots"} 
oee = \markup {"\\textbf{\\textcircled{\\small{6}}}\\dots"} 
ogn = \markup {"\\textbf{\\textcircled{\\small{3}}}"} 
odn = \markup {"\\textbf{\\textcircled{\\small{4}}}"} 
oan = \markup {"\\textbf{\\textcircled{\\small{5}}}"} 
oeen = \markup {"\\textbf{\\textcircled{\\small{6}}}"} 

notesUno =  {
 bf'-3_\ogn 
 c-1_\ob df-2 ef-4 f-3 gf-4 a-3 bf-4 c-1_\oe df-2 ef-4 f-3 gf-4 a-3 bf-4 a-3 
gf-4 f-3 ef-4 df-2 c-1 bf-4_\ob a-3 gf-4 f-3 ef-4 df-2 c-1 
 bf-3_\ogn 
 
 \bar "|." 
 } 
  
\score { 
  \new Staff \with {
    \remove "Time_signature_engraver"
    }{
    \set Staff.minimumVerticalExtent = #'(-0.0 . 0.0)
    \set Staff.verticalExtent = #'(-5.0 . 5.0)
    \clef "treble_8" \time 29/4
      \relative c {
    \context Voice = voiceUno
     #(set-accidental-style 'forget)
    \notesUno 
    }
  } 
} 




reply via email to

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