bug-lilypond
[Top][All Lists]
Advanced

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

position of bar 2 points


From: Martial
Subject: position of bar 2 points
Date: Tue, 27 Jun 2006 15:57:06 +0200
User-agent: Thunderbird 1.5.0.4 (Windows/20060516)

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


reply via email to

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