2012/2/25 Helge Kruse <[email protected]>: > that looks great. I can control the exact position of the beam.
But default beam slopes are still getting confused by staff changes . See examples. The upper beam slope is the reverse of what one expects, when compared to the lower one. -- Francisco Vila. Badajoz (Spain) www.paconet.org , www.csmbadajoz.com
<<attachment: beamsolpe-changestaff-Schumann.png>>
<<attachment: beamslope-changestaff-paderewsky.png>>
\version "2.15.25"
% Schumann, Op.4, I, 11 last measures
rone = \relative c' {
\time 3/4
r4
\voiceOne
\change Staff = "LH"
<a e>8
\change Staff = "RH"
<a b> <c a> <d a>
}
lone = \relative c {
\voiceTwo
r4 <c c,>8 <d d,> <e e,> <f f,>
}
\new PianoStaff <<
\new Staff = "RH" { \rone }
\new Staff = "LH" { \clef bass \lone }
>>
% Minueto de I. Paderewski
% Menuet à l' Antique
% From Humoresques de Concert Op.14.
% G. Schirmer, 1899
\version "2.15.25"
superior = \relative f {
\time 3/4
R2.
\voiceOne
\change Staff = "LH"
r16 g,[ b d g b d
\change Staff = "RH"
g b d g b]
}
inferior = \relative f {
\clef bass
R2.
\voiceTwo
g,,16[ b d g b d g b
\change Staff = "RH"
d g b d]
}
\score {
\new PianoStaff
<<
\new Staff = "RH" { \superior }
\new Staff = "LH" { \inferior }
>>
}
%{
convert-ly (GNU LilyPond) 2.15.31 convert-ly: Procesando «»...
Aplicando la conversión: 2.15.25
%}
_______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
