bug-lilypond
[Top][All Lists]
Advanced

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

beams look ugly when using \autochange


From: Gilberto Agostinho
Subject: beams look ugly when using \autochange
Date: Wed, 6 Nov 2013 11:32:20 -0800 (PST)

When using \autochange, the slope of the beams look ugly against the staff
lines:

\version "2.17.29"

\markup { When using autochange:}
\markup { Not perfectly horizontal beams, conflicting with staff lines}
\new PianoStaff {
  \autochange \relative c' {
    \time 2/4
    gis16 c,,32 e'' f cis, d16
    d'16 c b32 bes d c
    \bar "|."
  }
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\markup { Without autochange:}
\markup { Nice looking beams that fit perfectly with staff lines}
\new PianoStaff << {
    \relative c' {
    \time 2/4
    gis16 c,,32 e'' f cis, d16
    d'16 c b32 bes d c
    \bar "|."
  } 
}
{
  \time 2/4
  s4 s
}
>>

The code above outputs:

<http://lilypond.1069038.n5.nabble.com/file/n153470/beams.png> 

And here is an enlargement of the top staff in image above, where the ugly
"white triangles" created between the beams and the staff line can be more
clearly seen:

<http://lilypond.1069038.n5.nabble.com/file/n153470/beams2.png> 

Best,
Gilberto



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/beams-look-ugly-when-using-autochange-tp153470.html
Sent from the Bugs mailing list archive at Nabble.com.



reply via email to

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