]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/string-tunings-init.ly
Doc: replaced tabs with spaces in /ly/*.ly
[lilypond.git] / ly / string-tunings-init.ly
index 034e9a2061ae84fed2c42f196aef0eda14c582e3..3564df58d6ca17f6fe1628ada61900c2c7308d72 100644 (file)
@@ -89,4 +89,4 @@ defaultStringTunings = #(reverse! defaultStringTunings)
 
 %% convert 5-string banjo tuning to 4-string by removing the 5th string
 four-string-banjo = #(lambda (tuning)
-                        (take tuning 4))
+                         (take tuning 4))