2012/9/4 Mats Bengtsson <[email protected]>:
[...]
> A final alternative, if you for example have a whole note and want to align
> the upbow with a note in some other part that comes on the third beat, then
> you could attach it to a spacer note:
> \score{
> <<
> \new Staff \relative c' {
> c1 | << {c^\downbow } {s2 s^\upbow} >> | c
> }
> \new Staff \relative c' {c2 e | g8 a g f e2 | c'1 }
>>>
> }
or:
\version "2.16.0"
\score{
<<
\new Staff \relative c' {
c1 | c1*1/2^\upbow s2^\downbow | c1
}
\new Staff \relative c' {c2 e | g8 a g f e2 | c'1 }
>>
}
-Harm
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user