lilypond-user
[Top][All Lists]
Advanced

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

Stem between note and rest?


From: Noeck
Subject: Stem between note and rest?
Date: Sun, 9 Sep 2018 19:23:29 +0200

What happens here? What is this stem between the note and the rest?

\new Staff <<
  \relative { \voiceOne c'' d e f }
  \relative { \voiceTwo e' f r2 }
>>

It can be solved by initializing the voices explicitly.

\new Staff <<
  \new Voice \relative { \voiceOne c'' d e f }
  \new Voice \relative { \voiceTwo e' f r2 }
>>

Cheers,
Joram



reply via email to

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