lilypond-user
[Top][All Lists]
Advanced

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

peculiar behaviour with clefs when using acciaccatura on first note in a


From: Maurits Lamers
Subject: peculiar behaviour with clefs when using acciaccatura on first note in a piece.
Date: Tue, 8 Sep 2020 14:22:26 +0200

Hey all,

I noticed some unexpected behavior when using an acciaciatura on the first note 
of a piece:

\version "2.20.0"

\score {
  << 
    \new Staff {
      \clef treble
      \new Voice {
        \acciaccatura { g8 }
        g1}
      
    }
    \new Staff {
      \clef bass
      \new Voice {
       g1}
    }
  >>
}

This will cause the second staff to start with a treble clef and immediately 
after a bass clef.
Is this intended?

cheers

Maurits


reply via email to

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