]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/modal-transforms.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / modal-transforms.ly
index 907060151073b9e77e147a19b120bfae8350b3ae..cc50074660bcda20cbc19c1fb488dd960c64850b 100644 (file)
@@ -1,7 +1,7 @@
-\version "2.13.51"
+\version "2.14.0"
 \header {
-    texidoc = "\modalTranspose, \retrograde and \modalInversion work
-for an octatonic motif."
+    texidoc = "\modalTranspose, \retrograde, \inversion and
+\modalInversion work for an octatonic motif."
 }
 
 cOctatonicScale = {
@@ -22,12 +22,14 @@ motif = {
         \modalTranspose c' f' \cOctatonicScale \motif
         \retrograde \motif
         \modalInversion aes' b' \cOctatonicScale \motif
+       \inversion aes' b' \motif
       }
       {
         s1-"Octatonic motif" |
         s1-"motif transposed from c to f" |
         s1-"motif in retrograde" |
         s1-"motif inverted around aes to b" |
+       s1-"motif inverted exactly"
       }
     >>
   }