lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to make multiple synced lassez-vibres?


From: Caagr98
Subject: Re: How to make multiple synced lassez-vibres?
Date: Tue, 21 Nov 2017 15:05:59 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

This seems to work, thanks!

\version "2.19.80"
{
  \clef F
  \key bes \major
  \time 3/4
  \set tieWaitForNote=##t
  f,8_~[ c_~ g_~ bes_~ es'_~ g'^~]|
  \grace { \once \hideNotes <f, c g bes es' g'>8 } R2.|
}

On 11/21/17 14:54, David Kastrup wrote:
> Caagr98 <address@hidden> writes:
> 
>> Yeah, I realize I can change the length, but they still won't go under
>> each other. Lily instead places them sequentially, which just wastes a
>> lot of space without doing anything good.
>>
>> If there is some way to make ties not require the connected note to be
>> directly after, I think it would be fairly easy to replicate this
>> using some invisible grace notes. Do you know if there is any such
> 
> Look at the tieWaitForNote context property.  It would still be nice not
> to have to use (omitted) notes as anchor but something that has, say, a
> tie-ending interface.  Would likely be easier to get to position nicely.
> 

Attachment: laissez-vibres3.png
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]