]> 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 de102b0db5b5a83f4ba7f29ce1217e722a222ed9..775ab0c93b99d023f6504c725325a40e45363c75 100644 (file)
@@ -1,24 +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  dots. If @code{harmonicAccidentals} is unset, they also don't get accidentals."
+  Harmonic heads do not get dots. If @code{harmonicAccidentals} is
+  unset, they also don't get accidentals."
+
+  
 }
 
-\version "2.4.0"
-
-\score {
-  {
-    < c'' f''\harmonic >4
-    \stemUp
-    < c'' f''\harmonic >4.
-    < cis'' fis''\harmonic >8
-    \set Staff.harmonicAccidentals = ##f
-    < dis'' gis''\harmonic >8
-  }
-
-  \layout {
-      raggedright = ##t 
-  }
+\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
+}
+
+
+