lilypond-user
[Top][All Lists]
Advanced

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

Re: time signature and grace note


From: Andrew Bernard
Subject: Re: time signature and grace note
Date: Wed, 25 Nov 2020 19:03:29 +1100

Some would say you would be better writing this:
melody = \relative c'' {

  \new Staff <<
    {
      \voiceOne
      \time 4/4
      \grace {c8} c4 d4 f2
      \time 2/4
      \grace {c8} c4 d4
    }
    \new Voice
    {
      \voiceTwo
      a,4 b c2
      a4 b
    }
  >>
}
\score {\melody}



reply via email to

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