diff --git a/include/time-signature-ruler.html b/include/time-signature-ruler.html new file mode 100644 index 00000000..b47a0421 --- /dev/null +++ b/include/time-signature-ruler.html @@ -0,0 +1,51 @@ +
+ The Time Signature ruler allows changing the time signature within one + session. In the example below, the session starts with a time signature of + 4/4, then switches to 3/4 at bar 5, then to 6/8 at bar 13. The division of the + ruler and the bars/beats vertical lines on the canvas updates accordingly. +
+ + + ++ Ardour also supports using complex time signatures such as 11/8 or 27/32. +
+ ++ New time signature markers can be created in two ways: +
+ ++ In both cases a new window will open to specify time signature settings: +
+ + + ++ The right-click menu for existing time signature markers provides two options: +
+ ++ The Time, Tempo and Time Signature section + provides more hands-on information on using this ruler in production. +
diff --git a/master-doc.txt b/master-doc.txt index 86c69bbf..82f71d1a 100644 --- a/master-doc.txt +++ b/master-doc.txt @@ -528,12 +528,19 @@ part: subchapter --- --- -title: BBT markers +title: Bars:Beats include: bbt-markers.html link: bbt-markers part: subchapter --- +--- +title: Time Signature +include: time-signature-ruler.html +link: time-signature-ruler +part: subchapter +--- + --- title: Creating Location Markers include: creating-location-markers.html diff --git a/source/images/multiple-time-signatures.png b/source/images/multiple-time-signatures.png new file mode 100644 index 00000000..d18dcbad Binary files /dev/null and b/source/images/multiple-time-signatures.png differ diff --git a/source/images/new-time-signature-marker.png b/source/images/new-time-signature-marker.png new file mode 100644 index 00000000..96d69ecc Binary files /dev/null and b/source/images/new-time-signature-marker.png differ