On Friday, 5 February 1999, Adrian Mariano writes:
> This doesn't work in 1.1.27. And the proposed syntax is rather
I cannot imagine, these three scores all work for me (pl28):
% first score, proposed by am; second alternative spans one quarter:
\score{
\notes \relative c' \type Voice {
\repeat 2 { \partial 4; c4 | d e f g | }
\alternative { { c d b } { d e f g } }
}
}
% second score, proposed by jcn: second alternative spans three quarters:
\score{
\notes \relative c' \type Voice {
\repeat 2 { \partial 4; c4 | d e f g | }
\alternative { { c d b } { \partial 2.; d e f } } | g
}
}
% third score, second alternative spans four quarters:
\score{
\notes \relative c' \type Voice {
\repeat 2 { \partial 4; c4 | d e f g | }
\alternative { { c d b } { \partial 1; d e f g } }
}
}
Perhaps Lily should issue a '\partial 1;' command implicitely
at the start of all but the first \alternative.
> mystifying. I would expect that I would want
>
> \alternative { { \partial 2.; c d b } { d e f g } }
This doesn't work, because the '\partial' command takes effect
on the previous measure, *extending* it with three quarters.
That's tricky, therefore '\partial' commands are best issued
in the middle of the measure it should take effect on:
\alternative { { c \partial 2; d b } { d e f g } }
this will work too.
> The first alternative is the one that ends in a short measure. The
> second alternative doesn't share with the front, so it will not have
> any short measures.
>
> In any case, neither the obvious thing, nor the weird thing that you
> wrote above, seem to work right.
Hope this clarifies the issue a bit.
> --- lilypond-1.1.27/Documentation/tex/refman.yo Mon Feb 1 12:06:15 199
+ 9
> +++ lilypond-1.1.27.new/Documentation/tex/refman.yo Fri Feb 5 15:05:19 199
Thanks!
> +dit(Chord mode) Chord mode is instroduced by the keyword code(\chords).
> +Very similar to Note mode.
> +COMMENT(I'm not sure how it differs)
Well, Chord mode assumes 'c' to be a chord (<c e g>); Note mode assumes
'c' to be a note. It's only for convenience, that we offer the kludge
of typing '@c@' in note mode, as a sort of shorthand.
Perhaps it's better to drop this feature, and require to type:
x.ly:
\score{
\notes\relative c''{ c d e f \chords{ g } a b c }
}
(hw: * why can't the '{' '}' after '\chords' be omitted?
* why isn't the chord being transposed to its proper relative position?)
> +COMMENT(
> + Two other properties
> + chordInversionPreserve
This has been dropped.
> + and chordNameStyle = Banter
> + exist. What do these do?
Not in use yet, commented out. It should be used to set the naming
style of named Chords. Banter style is the only one in use.
There were suggestions/proposals for other namings...
Jan.
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien/ | http://www.lilypond.org/