]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/string-tunings-init.ly
Issue 4411: Omit unnecessary second argument to ly:make-unpure-pure-container, docume...
[lilypond.git] / ly / string-tunings-init.ly
index b09d8da87186186b9615ee6edb59e1e312dbdece..3564df58d6ca17f6fe1628ada61900c2c7308d72 100644 (file)
@@ -1,6 +1,6 @@
 %%%% This file is part of LilyPond, the GNU music typesetter.
 %%%%
-%%%% Copyright (C) 2010--2014 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))