]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/nederlands.ly
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / ly / nederlands.ly
index 6ce0358073e7aa4258f4679c452688ff78ea8b38..eed065349fb29f0e5aad684085c916ab78cdab8d 100644 (file)
@@ -1,6 +1,9 @@
-\version "2.1.26"
+\version "2.10.0"
 %{
  common dutch names for notes. es means flat, is means sharp
+
+notenames should only contain letters. No digits or punctuation.
+
 %}
 
 dutchPitchnames = #`(
@@ -82,3 +85,4 @@ dutchPitchnames = #`(
 
 
 pitchnames = \dutchPitchnames 
+#(ly:parser-set-note-names parser pitchnames)