Il giorno dom 10 mag 2015 alle 9:26, David Kastrup ha
scritto:
Federico Bruni writes:
Hi Knute
in order to avoid this sort of problems, you should move the include
after the \score block with layout and before the \score with midi.
This tip was recommended on lilypond-user several times
Federico Bruni writes:
> Hi Knute
>
> in order to avoid this sort of problems, you should move the include
> after the \score block with layout and before the \score with midi.
> This tip was recommended on lilypond-user several times but it's not
> present in the documentation:
> http://lilypond
Hi Knute
in order to avoid this sort of problems, you should move the include
after the \score block with layout and before the \score with midi.
This tip was recommended on lilypond-user several times but it's not
present in the documentation:
http://lilypond.org/doc/v2.19/Documentation/notat
If you use an appoggiatura with articulate.ly, even if you have different
score blocks, the appoggiatura is not rendered correctly.
\version "2.19.19"
\language "english"
\include "articulate.ly"
music = \relative c'' { \appoggiatura cs8 d1 }
\score {
\music
\layout {}
}
\score {
\articul