]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/string-tunings-init.ly
Merge branch 'master' into translation
[lilypond.git] / ly / string-tunings-init.ly
index c951bec00f0b5ec08f10cb42d637a4a8a3a8a741..3564df58d6ca17f6fe1628ada61900c2c7308d72 100644 (file)
@@ -1,6 +1,6 @@
 %%%% This file is part of LilyPond, the GNU music typesetter.
 %%%%
-%%%% Copyright (C) 2010--2012 Carl D. Sorensen <c_sorensen@byu.edu>
+%%%% Copyright (C) 2010--2015 Carl D. Sorensen <c_sorensen@byu.edu>
 %%%%
 %%%% LilyPond is free software: you can redistribute it and/or modify
 %%%% it under the terms of the GNU General Public License as published by
@@ -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))