]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-head-harmonic.ly
Update .ly files.
[lilypond.git] / input / regression / note-head-harmonic.ly
index 9b6fd12fb210dbbc9b9a30243bfae5f9a2698e67..775ab0c93b99d023f6504c725325a40e45363c75 100644 (file)
@@ -1,23 +1,29 @@
 \header
 {
-    texidoc = "  The handling of stems for harmonic notes must be
-   completely identical to normal note heads."
+  texidoc = "  The handling of stems for harmonic notes must be
+   completely identical to normal note heads.
+
+  Harmonic heads do not get dots. If @code{harmonicAccidentals} is
+  unset, they also don't get accidentals."
+
+  
 }
 
-\version "2.1.9"
-
-\score {
-  \context Voice \notes {
-    << { c''4 }
-       \new Thread {
-          \property Thread.NoteHead \set #'style = #'harmonic
-          f''4
-       }
-   >>
-  }
-
-  \paper {
-    linewidth = 50.0\mm
-    indent = 0.0\mm
-  }
+\layout {
+  ragged-right = ##t 
+}
+
+\version "2.12.0"
+
+
+{
+  < c'' f''\harmonic >4
+  \stemUp
+  < c'' f''\harmonic >4.
+  < cis'' fis''\harmonic >8
+  \set Staff.harmonicAccidentals = ##f
+  < dis'' gis''\harmonic >8
 }
+
+
+