]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/applying-note-head-styles-depending-on-the-step-of-the-scale.ly
LSR: Update.
[lilypond.git] / input / lsr / applying-note-head-styles-depending-on-the-step-of-the-scale.ly
index 974ac1bd60c090609a56765c997828789bd8e69b..b877d99420bf56bab6869212718b4838a5c82f03 100644 (file)
@@ -61,12 +61,12 @@ fragment = {
   \new Staff {
     \transpose c d 
     \relative c' {
-      \set shapeNoteStyles = ##(do re mi fa #f la ti)
+      \set shapeNoteStyles = #'#(do re mi fa #f la ti)
       \fragment
     }
     
     \relative c' {
-      \set shapeNoteStyles  = ##(cross triangle fa #f mensural xcircle diamond)
+      \set shapeNoteStyles  = #'#(cross triangle fa #f mensural xcircle diamond)
       \fragment
     }
   }