bug-lilypond
[Top][All Lists]
Advanced

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

Bug placing rests vertically in parallel music


From: Erich Neuwirth
Subject: Bug placing rests vertically in parallel music
Date: Wed, 16 Sep 2015 10:13:51 +0200

\header{
        title = "Problem with parallele voices"
        subtitle = "Some rests vertically misplaced"
}


%% The rests in the third voice in the middle phrase
%% are placed way too high, close to the triplet beam

lower = \relative c' {
  \clef bass
  \key g \major
  \time 2/4


<< \tuplet 3/2 {b8 d g} \\
  {g, r} >>
  <<    {\tuplet 3/2 {g8 d' g} \tuplet 3/2 {g,8 e' g}} \\
    {g,4~ g4} \\
   {b,8 r8 c r}
  >>

  << \tuplet 3/2 {g'8 c g'} \\
  {e, r} >>

}

\score {
  <<
    \new Staff  {
                \lower }
>>
  \layout {
    \context { \Staff \RemoveEmptyStaves }
  }
}

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail


reply via email to

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