lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 4381 in lilypond: recommend to \include articu


From: lilypond
Subject: Re: [Lilypond-auto] Issue 4381 in lilypond: recommend to \include articulate.ly just before the midi block
Date: Sun, 19 Jul 2015 21:02:03 +0000


Comment #3 on issue 4381 by address@hidden: recommend to \include articulate.ly just before the midi block
https://code.google.com/p/lilypond/issues/detail?id=4381

I forgot to add the \midi block in the example above, but the result is the same.

A better recommendation is using two score blocks, it makes sense including articulate just before the score block used for MIDI:

%%%

theMusic = \relative {
  c''1 \afterGrace d1 { c16^"these should be grace notes" d }
}


\score {
  \new Staff { \theMusic }
  \layout{}
}

\include "articulate.ly"

\score {
  \new Staff { \theMusic }
  \midi{}
}

%%%

This workaround worked in other cases but finding them in the archives is not easy.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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