]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/scale-definitions-init.ly
Imported Upstream version 2.19.45
[lilypond.git] / ly / scale-definitions-init.ly
index 127e7e5fb97aa12b8055c2f26ecb8580c0884138..a0e97d230be5bf97c3a0c0e634a3c44fb3bba387 100644 (file)
@@ -30,7 +30,7 @@ ionian = #`(
     (4 . 0)
     (5 . 0)
     (6 . 0)
-  )  
+  )
 
 
 locrian = #`(
@@ -41,7 +41,7 @@ locrian = #`(
     (4 . ,FLAT)
     (5 . ,FLAT)
     (6 . ,FLAT)
-  )  
+  )
 
 
 aeolian = #`(
@@ -63,7 +63,7 @@ mixolydian = #`(
     (4 . 0)
     (5 . 0)
     (6 . ,FLAT)
-  )  
+  )
 
 
 lydian = #`(
@@ -74,7 +74,7 @@ lydian = #`(
     (4 . 0)
     (5 . 0)
     (6 . 0)
-  )  
+  )
 
 
 phrygian = #`(
@@ -85,7 +85,7 @@ phrygian = #`(
     (4 . 0)
     (5 . ,FLAT)
     (6 . ,FLAT)
-)  
+)
 
 
 dorian = #`(
@@ -97,4 +97,3 @@ dorian = #`(
     (5 . 0)
     (6 . ,FLAT)
   )
-