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

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to