Keith OHara <k-ohara5...@oco.net> writes:

> Nick Payne <nick.payne <at> internode.on.net> writes:
>
>>  have to fiddle with the value of halign each time to get 
>> the turn centred between the notes. Is there a more automated way of 
>> positioning the turn? 
>
> Parallel music.  Then I can think in terms of the timing of the turn, rather
> than the spacing.  Usually I need a hidden note in the parallel part to put
> the turn at the right height.
>
> \new Voice \relative c'' {
>   << f4. {s4 \once\hideNotes f8\turn\noBeam } >> g16-. a-. 

\once\hideNotes makes me a bit queasy here since it will affect all
notes at the same timestep.  Now in this case, there is no other note at
the same timestep.  If your version is recent enough to support it,
using
\single\hideNotes f8
should be preferable.

\hide f8 is even simpler but would probably just hide the notehead.

-- 
David Kastrup


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to