Creating a sequence of notes on various pitches: Difference between revisions
Import snippet from LSR |
mNo edit summary |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 3: | Line 3: | ||
This example creates the rhythm used throughout ''Mars'', from Gustav Holst's ''The Planets''. | This example creates the rhythm used throughout ''Mars'', from Gustav Holst's ''The Planets''. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
rhythm = | rhythm = | ||
#(define-music-function (p) (ly:pitch?) | #(define-music-function (p) (ly:pitch?) | ||
| Line 17: | Line 17: | ||
</lilypond> | </lilypond> | ||
[[Category:Pitches]] | [[Category:Pitches]] | ||
[[Category:Real music]] | [[Category:Real music]] | ||
[[Category:Really cool]] | [[Category:Really cool]] | ||
[[Category:Scheme]] | |||
[[Category:Included in the official documentation]] | [[Category:Included in the official documentation]] | ||
[[Category:Snippet]] | |||