]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/deutsch.ly
* scm/framework-gnome.scm (<gnome-outputter>): New class.
[lilypond.git] / ly / deutsch.ly
index d9ab259f5da39e00a643e31823ace4eed4ea8eba..d58a6267b8b9e4ca6b3a565ed6b12f3e67101c6b 100644 (file)
@@ -7,7 +7,7 @@
 %            added asas and marked ases as `unusual'
 
 
-pitchnamesDeutsch =  #`(
+pitchnamesDeutsch = #`(
        (ceses . ,(ly:make-pitch -1 0 DOUBLE-FLAT))
        (ces . ,(ly:make-pitch -1 0 FLAT))
        (c . ,(ly:make-pitch -1 0 NATURAL))
@@ -49,4 +49,6 @@ pitchnamesDeutsch =  #`(
 
 pitchnames = \pitchnamesDeutsch
 
-\version "2.1.22"
+\version "2.2.0"
+
+#(ly:parser-set-note-names parser pitchnames)