lilypond-user
[Top][All Lists]
Advanced

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

Re: Laisser vibrer over silent bar


From: SoundsFromSound
Subject: Re: Laisser vibrer over silent bar
Date: Tue, 10 Oct 2017 07:44:00 -0700 (MST)

Noeck wrote
> \version "2.19.65"
> 
> {
>   \tempo "Basic idea but not there yet"
>   r2  e''4-.(  gis''-.) ~ \hideNotes gis''
>   \bar "|."
> }
> 
> 
> {
>   \tempo "Wait for the tie and fill with spacers"
>   r2  e''4-.(  gis''-.) ~
>   \set tieWaitForNote = ##t
>   \hideNotes s4 s s gis''4   % put more short spacers, e.g. s16
>   \bar "|."
> }
> 
> 
> {
>   \tempo "Lengthen the tie"
>   r2  e''4-.(  gis''-.)
>   -\tweak #'minimum-length 8 ~   % adjust 8
>   \once \override Score.BarLine.extra-offset = #'(-3 . 0)  % adjust -3
>   \hideNotes gis''
>   \bar "|."
> }
> 
> {
>   \tempo "Give more space to the first bar line"
>   r2  e''4-.(  gis''-.) ~
>   \once \override Score.BarLine.X-extent = #'(0 . 4)  % adjust 4
>   \hideNotes gis''
>   \bar "|."
> }
> 
> document.png (70K)
> <http://lilypond.1069038.n5.nabble.com/attachment/206449/0/document.png>

Wow, these work great - thanks for this! :)



-----
composer | sound designer | asmr artist 
--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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