Shevek wrote:
> 
> I have a passage something like the following. I want to get the last
> bowing to display vertically as if it were attached to a note at the same
> staff position. Any ideas?
> 
> \new Staff \relative c''' {
>   a1\downbow  % without this line, an error occurs?
>   <<
>     { a1 }
>     { s2\upbow s2\downbow }
>   >>
> }
> 
if I understand the problem correctly this should to it:

\override Script #'staff-padding = #2.0 

see also Vertically aligned dynamics and textscripts in NR

hth
Eluze

-- 
View this message in context: 
http://old.nabble.com/vertical-spacing-of-scripts-attached-to-spacer-rests-tp33484535p33484915.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


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

Reply via email to