]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/arabic-improvisation.ly
Add '-dcrop' option to ps and svg backends
[lilypond.git] / Documentation / snippets / arabic-improvisation.ly
1 %% DO NOT EDIT this file manually; it is automatically
2 %% generated from LSR http://lsr.di.unimi.it
3 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
4 %% and then run scripts/auxiliar/makelsr.py
5 %%
6 %% This file is in the public domain.
7 \version "2.18.0"
8
9 \header {
10   lsrtags = "world-music"
11
12   texidoc = "
13 For improvisations or taqasim which are temporarily free, the time
14 signature can be omitted and @code{\\cadenzaOn} can be used.  Adjusting
15 the accidental style might be required, since the absence of bar lines
16 will cause the accidental to be marked only once.  Here is an example
17 of what could be the start of a hijaz improvisation:
18
19 "
20   doctitle = "Arabic improvisation"
21 } % begin verbatim
22
23 \include "arabic.ly"
24
25 \relative sol' {
26   \key re \kurd
27   \accidentalStyle forget
28   \cadenzaOn
29   sol4 sol sol sol fad mib sol1 fad8 mib re4. r8 mib1 fad sol
30 }