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