]> git.donarmstrong.com Git - lilypond.git/blob - input/new/arabic-improvisation.ly
Merge master into nested-bookparts
[lilypond.git] / input / new / arabic-improvisation.ly
1 \version "2.11.61"
2
3 \header {
4   lsrtags = "world-music"
5   texidoc = "For improvisations or @emph{taqasim} which are
6 temporarily free, the time signature can be omitted and
7 @code{\cadenzaOn} can be used.  Adjusting the accidental style
8 might be required, since the absence of bar lines will cause the
9 accidental to be marked only once.  Here is an example of what
10 could be the start of a @emph{hijaz} improvisation:"
11 doctitle = "Arabic improvisation"
12 }
13
14 \include "arabic.ly"
15
16 \relative sol' {
17   \key re \kurd
18   #(set-accidental-style 'forget)
19   \cadenzaOn
20   sol4 sol sol sol fad mib sol1 fad8 mib re4. r8 mib1 fad sol
21 }