summaryrefslogtreecommitdiff
path: root/Documentation/snippets/applying-note-head-styles-depending-on-the-step-of-the-scale.ly
diff options
context:
space:
mode:
authorPhil Holmes <mail@philholmes.net>2013-02-02 15:23:08 +0000
committerPhil Holmes <mail@philholmes.net>2013-02-02 15:24:52 +0000
commit0859431a3b2a6c36b2fee643563c6fd914fe9884 (patch)
treebf6e971e7cdcd1b5d3e06198ee587c6015aabbe3 /Documentation/snippets/applying-note-head-styles-depending-on-the-step-of-the-scale.ly
parente797772ef677c797c169b7096a28f6a5959353ef (diff)
LSR updates
Diffstat (limited to 'Documentation/snippets/applying-note-head-styles-depending-on-the-step-of-the-scale.ly')
-rw-r--r--Documentation/snippets/applying-note-head-styles-depending-on-the-step-of-the-scale.ly4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/snippets/applying-note-head-styles-depending-on-the-step-of-the-scale.ly b/Documentation/snippets/applying-note-head-styles-depending-on-the-step-of-the-scale.ly
index 62dad7ec1c..113ee328b7 100644
--- a/Documentation/snippets/applying-note-head-styles-depending-on-the-step-of-the-scale.ly
+++ b/Documentation/snippets/applying-note-head-styles-depending-on-the-step-of-the-scale.ly
@@ -42,7 +42,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 +50,7 @@ fragment = {
\break
\relative c' {
- \set shapeNoteStyles = ##(cross triangle fa #f
+ \set shapeNoteStyles = #'#(cross triangle fa #f
mensural xcircle diamond)
\fragment
}