]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-head-solfa.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / note-head-solfa.ly
index 4e92c3e10eb61420adf1e79edf94ecff9b391fc9..67fffc13133b48db76d018fc9b759fdfe723aa19 100644 (file)
@@ -1,4 +1,3 @@
-
 \header {
 
   texidoc = "With @code{shapeNoteStyles}, the style of the note head
@@ -6,19 +5,18 @@ is adjusted according to the step of the scale, as measured relative
 to the @code{tonic} property."
 
 }
-\version "2.7.39"
+\version "2.16.0"
 
 fragment = {
   \key c \major
-  \set shapeNoteStyles = ##(do re mi fa #f la ti)
+  \set shapeNoteStyles = #'#(do re mi fa sol la ti)
   c1 d e f g a b c d e f g a b c
   c,,2 d e f g a b c d e f g a b c
   c,,4 d e f g a b c d e f g a b c
 }
 
-
-\transpose c d 
- \relative {
-  \fragment
+\transpose c d {
+  \relative c' {
+    \fragment
+  }
 }
-