]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/kortjakje.ly
release: 0.0.25
[lilypond.git] / input / kortjakje.ly
index 9b2054f83db8bce106f70374c779bf44966a74f9..bfcfebaeb004612cbad243c37a67231fbe458c4e 100644 (file)
@@ -52,7 +52,7 @@ bstaf = staff {
        melodic
        music { begeleiding }   % use the declared music
                commands {      % commands with Staff-wide impact.
-                       clef bass       % bass-clef
+                       clef "bass"     % bass-clef
                }
        }
 
@@ -60,7 +60,7 @@ bstaf = staff {
 vstaf = staff {
        melodic
                music { melodie }
-               commands { clef violin }
+               commands { clef "violin" }
                                % default clef is violin clef
        }