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:00:53 +1100

Why don't you try something like this:

melody = \relative c'' {
  <<
    {
      \time 4/4
      \grace {c8} c4 d4 f2
      \time 2/4
      \grace {c8} c4 d4
    }
    \\
    {
      a,4 b c2
      a4 b
    }
  >>
}
\score {\melody}



reply via email to

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