lilypond-user
[Top][All Lists]
Advanced

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

Misplaced rests


From: Erich Neuwirth
Subject: Misplaced rests
Date: Wed, 16 Sep 2015 11:17:27 +0200

%% The rests in the third voice in the middle phrase    {b,8 r8 c r}
%% are placed way too high, close to the triplet beam
%% Can I correct this?

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


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]