File Metadata
File Metadata
- Mime Type
- image/png
- Attributes
- Image
- Storage Engine
- blob
- Storage Format
- Raw Data
- Storage Handle
- 5356251
- Default Alt Text
- St. Paul's Suite 2 Ostinato.png (223×872 px, 47 KB)
Event Timeline
Comment Actions
This is the first instance of the main ostinato (also the name of the movement) of the 2nd mvt of Gustav Holst's St. Paul's Suite.
See also:
Comment Actions
\version "2.18.2"
\new Staff {
\time 3/4
|
a''2^"arco"(
c''4)
|
g''2(
c''4)
|
f''4(
a'4
b'4)
|
c''4(
g''4
c'''8[
b''8])
|
a''2(
c''4)
|
g''2(
c''4)
|
f''4(
a'4
b'4)
|
c''2
r4
}Comment Actions
"arco" is not a tempo indicator. If you want to include it, use "Presto". After the first note, add ^"arco". It will add the text.
a''2^"arco"(

