hello

Tested with 2.9.10 and 2.8.5 (win2k)

the points of the \bar":" are not at a good position when used

\new Staff \with { fontSize = #Size \override StaffSymbol #'staff-space = #(magstep Size) }


regards
--
Martial




%bar-2point-place \bar":"
\paper {  line-width = 140\mm indent = 0 }
\header { poet  =  \markup { \tiny "with set-global-staff-size  default 20" } title = \markup { "bad position of \bar ":" " } }

One   = \relative c' { c \bar ".|." d \bar ":" e \bar ":|" f  g \bar ":|:"  a b   c}
Two   = \One
Three = \One  

        \new Staff  { \One }% default size
        
        \new Staff  \with { fontSize = #-5  \override StaffSymbol #'staff-space = #(magstep -5) }
                        { \Two }
      
        
      
        \new Staff \with { fontSize = #5    \override StaffSymbol #'staff-space = #(magstep 5) } 
                        { \Three }
   
        

PNG image

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to