]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tup.ly
* python/lilylib.py (error_log): use mktemp iso. temp_dir. This
[lilypond.git] / input / regression / tup.ly
1 \version "1.7.18"
2 \header{
3     
4 texidoc="
5 Tuplets are indicated by a bracket with a number.  There should be no
6 bracket if there is a beam exactly  matching  the length of the tuplet.
7 The bracket does not interfere with the stafflines, and the number is
8 centered in the gap in the bracket.
9
10 The bracket stops at the end of the stems, if the stems have the same
11 direction as the
12
13
14 "
15
16 }
17 \paper { raggedright= ##t }
18
19 \score{
20         \notes \context Voice \relative c'' {
21                  \times 2/3 { \times 2/3 { a8 b c}  c }
22                  \times 2/3 { r8  b-[ f] }
23                  \times 2/3 { r8 b r8 }
24                  c4 |
25                  
26                  \times 3/4 { c4 c4 c4 c4 } c4 | 
27                  
28                  \time 6/8
29                  \times 6/9 { c8 c c c c c c c c }
30
31                  }
32 }
33
34
35