]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-head-solfa.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / note-head-solfa.ly
index a7a78b8eba7a38b8daa05a2b6bf2ca4cd31c741f..b4d24ca852036dd0df8d9975ec63c8307043a5db 100644 (file)
@@ -1,4 +1,3 @@
-
 \header {
 
   texidoc = "With @code{shapeNoteStyles}, the style of the note head
@@ -6,17 +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.12.0"
 
 fragment = {
   \key c \major
-  \set shapeNoteStyles = ##(do re mi fa #f la ti)
-  c d e f g a b c d e f g a b c
+  \set shapeNoteStyles = #'#(do re mi fa #f 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
+  }
 }
-