Hi Pierre,
The scheme code is no longer needed, you can get the same result with
the attached file using standard syntax. I don't no if this makes the
snippet obsolete. The use of NullVoice is well documented so what
remains is the shifting of the voices and an illustration of
\parcombineApar
Hi,
Using partcombine with a silent second voice (full rests r1 or R1) and
the first voice starts on the last beat. It moves the quarter rest up.
\version "2.18.0"
musicI = { r2 r4 c''| c''1 }
musicII = { r1 | r1 }
\partcombine \musicI \musicII
I posted this on the user list and Karol
> I'm not top posting.
Hi,
This is related to http://code.google.com/p/lilypond/issues/detail?id=1903
The alternative that is suggested in 1903 doesn't work when you use a variable
for the pageBreak.
See also http://lists.gnu.org/archive/html/lilypond-user/2011-09/msg00263.html
mvtI = { c'4 c
Hi,
When I apply an offset to a text mark the alignment changes. The behaviour is
different for marks centered on the clef and marks centered on bar lines but
both are not correct (or not conform the IR). In the example below you should
expect a shift to the right for both marks.
I tested version
> I'm not top posting.
%%% Example about repeat percent
%%% Beat-slash stencil should be used in both examples
\version "2.13.54"
\relative c''{
\time 4/4
\key c \major
% Ok
\repeat percent 4 {c8 c }
% Not Ok
\repeat percent 4 {c8 c16 c}
}
\layout{ ragged-right = #