2014-12-31 12:00 GMT+01:00 Simon Albrecht :
>
> \noBeam after the third and fourth notes should do what you want.
>
> Ah, yes. And it is documented on the cited page of the manual. I should
have read more carefully.
Adding \noBeam to each individual note might be a bit cumbersome when it
comes to
Hello Helge,
\noBeam after the third and fourth notes should do what you want.
%%
\version "2.18"
\relative c'' {
\time 3/4 \key es \major
\voiceTwo as8\> c f\noBeam
\voiceOne as\noBeam c f\! |
}
%%
HTH, Simon
Am 31.12.2014 10:11, schrieb Helge Kruse:
Sorry, hit the send key too early.
The documentation about beams (
http://lilypond.org/doc/v2.19/Documentation/notation/beams) suggests that
you can enabel and disable automatic beaming in the measure. In the
following example I expected the last three notes to have the stem up like
in a voiceOne
The documentation about beams (
http://lilypond.org/doc/v2.19/Documentation/notation/beams) suggests that
you can enabel and disable automatic beaming in the measure. In the
following example I expected the last three notes to have the stem up like
in a voiceOne context:
___