[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: consecutive downbow-upbow articulations
From: |
Thomas Morley |
Subject: |
Re: consecutive downbow-upbow articulations |
Date: |
Tue, 4 Sep 2012 20:58:11 +0200 |
2012/9/4 Mats Bengtsson <address@hidden>:
[...]
> 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