lilypond-user
[Top][All Lists]
Advanced

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

omit the rest at beginning of staff


From: Jinsong Zhao
Subject: omit the rest at beginning of staff
Date: Fri, 10 Apr 2015 09:18:53 +0800
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

Hi there,

In the following snippet, is it possible not to display the r2? Any hints or suggestions will be really appreciated.

Thank you very much!

Best,
Jinsong


\version "2.19.18"

song = \relative c'' {
  \clef "treble"
  \key c \major
  \time 4/4
  r2 e,4 f \bar "||" \mark \markup { \musicglyph #"scripts.segno" } g2 e' |
}

RH = \relative c'' {
  \clef "treble"
  \key c \major
  \time 4/4
  r2 e,4 f | g2 e'
}

LH = \relative c'' {
  \clef "bass"
  \key c \major
  \time 4/4
  r2 c,,4 d | < c e > g' g, g' |
}

\score {
  <<
    \song
    \new PianoStaff <<
      \new Staff <<
        \RH
      >>
      \new Staff <<
        \LH
      >>
    >>
  >>
}




reply via email to

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