]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/predefined-guitar-fretboards.ly
convert-ly: run on all.
[lilypond.git] / ly / predefined-guitar-fretboards.ly
index c6d30b0dc2e87b058dbd73bbab2c58060dfd48e2..0211ca98a7845583d859debf1080b5d2423930a1 100644 (file)
@@ -15,6 +15,9 @@
 %%%% You should have received a copy of the GNU General Public License
 %%%% along with LilyPond.  If not, see <http://www.gnu.org/licenses/>.
 
+% chord definitions require default pitchnames
+#(define prev-pitchnames pitchnames)
+#(set! pitchnames default-language)
 
 \include "predefined-guitar-ninth-fretboards.ly"
 
                         #guitar-tuning
                         #(offset-fret 1 (chord-shape 'bes:m7 guitar-tuning))
 
+#(set! pitchnames prev-pitchnames)