]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/modal-transforms.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / modal-transforms.ly
index 907060151073b9e77e147a19b120bfae8350b3ae..9ff66c157b4c87944671faab8dba95f1b75a9257 100644 (file)
@@ -1,7 +1,7 @@
-\version "2.13.51"
+\version "2.16.0"
 \header {
-    texidoc = "\modalTranspose, \retrograde and \modalInversion work
-for an octatonic motif."
+    texidoc = "\modalTranspose, \retrograde, \inversion and
+\modalInversion work for an octatonic motif."
 }
 
 cOctatonicScale = {
@@ -9,8 +9,8 @@ cOctatonicScale = {
   ges' aes' a' b'
 }
 motif = {
-  c'8. ees'16 ges'8. a'16
-  b'8. aes'16 f'8. d'16
+  c'8. ees'16( ges'8. a'16
+  b'8.) aes'16 f'8. d'16
 }
 
 \score {
@@ -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"
       }
     >>
   }