]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/applying-note-head-styles-depending-on-the-step-of-the-scale.ly
Imported Upstream version 2.19.45
[lilypond.git] / Documentation / snippets / applying-note-head-styles-depending-on-the-step-of-the-scale.ly
index 113ee328b7e27a225e0b6e6f1122a642dd030fdd..a340ac00281e876c315f772cd3ae10bc5ce166d6 100644 (file)
@@ -1,10 +1,10 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.unimi.it
 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.18.0"
 
 \header {
   lsrtags = "editorial-annotations, pitches"
@@ -30,7 +30,6 @@ correspondence between harmonic functions and note head styles.
   doctitle = "Applying note head styles depending on the step of the scale"
 } % begin verbatim
 
-
 fragment = {
   \key c \major
   c2 d
@@ -42,7 +41,7 @@ fragment = {
 \new Staff {
   \transpose c d
   \relative c' {
-    \set shapeNoteStyles = #'#(do re mi fa
+    \set shapeNoteStyles = ##(do re mi fa
                                #f la ti)
     \fragment
   }
@@ -50,7 +49,7 @@ fragment = {
   \break
 
   \relative c' {
-    \set shapeNoteStyles = #'#(cross triangle fa #f
+    \set shapeNoteStyles = ##(cross triangle fa #f
                                mensural xcircle diamond)
     \fragment
   }