This is weird! For alto clefs, \clef "C^8", the '8' is placed just on
top of the stave, but for bass clefs it's separated for some strange
reason. For octava indications below the clef, the placement is OK for
all the clef symbols. I used \override Score.Clef #'stencil =
#(make-stencil-boxer 0 0 ly:clef::print) to check the bounding box of
the clef symbols, but it seems correct so I have no idea why this happens.
The problem existed already in version 2.10, so it's not related to the
new spacing implementation in 2.12 or 2.13.
Extended test case:
\score {
<<
\override Score.Clef #'stencil = #(make-stencil-boxer 0 0 ly:clef::print)
\new Staff { \clef "G^8" g''1 }
\new Staff { \clef "F^8" c'1 }
\new Staff { \clef "C^8" c''1 }
\new Staff { \clef "G_8" g1 }
\new Staff { \clef "F_8" c,1 }
\new Staff { \clef "C_8" c1 }
>>
\layout{ragged-right = ##t }
}
/Mats
Peter Chubb wrote:
Hi,
The `8' is too far from the F clef with Lilypond 2.12.2 --
from the score, one cannot tell whether it belongs to the bass or
treble staves.
\version "2.12.2"
\score {
<<
\new Staff { g'1 }
\new Staff { \clef "F^8" c'1 }
>>
}
Produces this:
------------------------------------------------------------------------
------------------------------------------------------------------------
Peter C
------------------------------------------------------------------------
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond
--
=============================================
Mats Bengtsson
Signal Processing
School of Electrical Engineering
Royal Institute of Technology (KTH)
SE-100 44 STOCKHOLM
Sweden
Phone: (+46) 8 790 8463
Fax: (+46) 8 790 7260
Email: mats.bengts...@ee.kth.se
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond