]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-head-harmonic.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / note-head-harmonic.ly
index ac1988c4d41f7ed8370fe3b2a3fd1c807a60339e..dcf30bd7a1706ea50980dd60d80f5288f48761f2 100644 (file)
@@ -1,22 +1,29 @@
 \header
 {
-    texidoc = "  The handling of stems for harmonic notes must be
+  texidoc = "  The handling of stems for harmonic notes must be
    completely identical to normal note heads.
 
-  Harmonic heads do not get accidentals or dots."
+  Harmonic heads do not get dots. If @code{harmonicAccidentals} is
+  unset, they also don't get accidentals."
+
+  
+}
+
+\layout {
+  ragged-right = ##t 
 }
 
-\version "2.1.28"
+\version "2.16.0"
 
-\score {
- \notes {
-    < c'' f''\harmonic >4
-    \stemUp
-    < c'' f''\harmonic >4.
-    < cis'' fis''\harmonic >8
-  }
 
-  \paper {
-      raggedright = ##t 
-  }
+{
+  < c'' f''\harmonic >4
+  \stemUp
+  < c'' f''\harmonic >4.
+  < cis'' fis''\harmonic >8
+  \set Staff.harmonicAccidentals = ##f
+  < dis'' gis''\harmonic >8
 }
+
+
+