]> Shamusworld >> Repos - ardour-manual/blob - include/time-signature-ruler.html
Ruler/Markers rewrite, part 3 of N
[ardour-manual] / include / time-signature-ruler.html
1 <p>
2   The Time Signature ruler allows changing the time signature within one
3   session. In the example below, the session starts with a time signature of
4   4/4, then switches to 3/4 at bar 5, then to 6/8 at bar 13. The division of the
5   ruler and the bars/beats vertical lines on the canvas updates accordingly.
6 </p>
7
8 <figure>
9   <img style="width:75%;" width="50%" src="/images/multiple-time-signatures.png"
10   alt="Multiple Time Signatures">
11   <figcaption>Multiple Time Signatures</figcaption>
12 </figure>
13
14 <p>
15   Ardour also supports using complex time signatures such as 11/8 or 27/32.
16 </p>
17
18 <p>
19   New time signature markers can be created in two ways:
20 </p>
21
22 <ul>
23   <li><kbd class="mod1n"></kbd>-clicking on the ruler</li>
24   <li>Right-clicking on the ruler, then selecting the
25         <kbd class="menu">New Time Signature</kbd> menu item</li>
26 </ul>
27
28 <p>
29   In both cases a new window will open to specify time signature settings:
30 </p>
31
32 <figure>
33   <img style="width:50%;" width="50%" src="/images/new-time-signature-marker.png"
34   alt="New Time Signature dialog">
35   <figcaption>New Time Signature dialog</figcaption>
36 </figure>
37
38 <p>
39   The right-click menu for existing time signature markers provides two options:
40 </p>
41
42 <ul>
43   <li><kbd class="menu">Edit…</kbd> to open the
44         <kbd class="menu">Edit Time Signature</kbd> dialog;</li>
45   <li><kbd class="menu">Remove</kbd> to delete the selected time signature marker.</li>
46 </ul>
47
48 <p>
49   The <a href="@@time-tempo-and-meter">Time, Tempo and Time Signature</a> section
50   provides more hands-on information on using this ruler in production.
51 </p>