Hi,

I made a typo in the lilypond version number in my previous post. In the example it should be

\version "2.19.37"

which is the version I am using. But the question remains.


On Fri, 4 Mar 2016, Martin Tarenskeen wrote:


Hi, guys

the following example:

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

\version "2.16.39"

musicA = \relative {
  \clef "treble"
  \acciaccatura b'16
c4 d e f }

musicB = \relative {
 \clef "bass" c1
}

\score {
  \new PianoStaff <<
    \new Staff { \musicA }
    \new Staff { \musicB }
 > >
 \layout {}
}

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

Gives really ugly result for me.
How can I make the lower staff start with a "bass" clef (Which it should do automatically). Is this a a bug or am I doing something wrong? When I leave away the gracenotes the problem disappears and the lower staff starts with a "bass" clef. (I have tried \grace and \acciaccatura with the same unwanted side-effect)

Another thing that looks suboptimal to my eyes: the acciaccaturaslur in the upper staff collides with the following note.

But it's the lower staff that's really bothering me.

see attachement.

--

MT



_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to