lilypond-user
[Top][All Lists]
Advanced

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

Re: Aligning c1 |. with R1 |.


From: Pierre Perol-Schneider
Subject: Re: Aligning c1 |. with R1 |.
Date: Fri, 31 May 2013 21:51:55 +0200

2013/5/31 Jean-Charles Malahieude <address@hidden>
Hi all,

When the final bar of a score contains a single note in one staff (or
voice) and the other a full bar rest, is there an easy way to
automatically center them both and obtain something more pleasant than what is produced by default?

Salut Jean-Charles,

try this :

\version "2.17.16"

\score { 
<<
  \new Staff  { 
   \relative c'' {
    c4 c c c 
    R1 
     }
  }
  \new Staff { 
   \relative c'' {
    c1 
    \override Score.NonMusicalPaperColumn #'padding = #5  
    c1 
   } 
  } 
>>
  \layout { }
}

Bonne soirée,
Pierre

reply via email to

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