]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/harmonic.ly
* Documentation/user/lilypond-book.itely
[lilypond.git] / input / test / harmonic.ly
index 42176e6d9df496b7d8ea7b3547f381629f18b5f4..3b24892c5cab06c28dc5abb587c981623fa61b99 100644 (file)
@@ -1,15 +1,17 @@
-\version "1.7.7"
+\version "1.9.8"
 \header {
-    texidoc =" Harmonic notes: a different style on the same stem. "
-}
+    texidoc ="@cindex Artificial Harmonics
+For stringed instruments, artificial harmonics are notated with
+two different notehead styles on the same stem. " }
 \score {
 \notes { c'4
 
-        < c'4 \context Thread = tb {
-            \property Thread.NoteHead \set #'style = #'mensural
-            g''4
-            } >
+        << c'4 \new Thread {
+            \property Thread.NoteHead \set #'style = #'harmonic
+            g'4
+            } >>
             
     }
+       \paper {raggedright=##t}
 }
-%% new-chords-done %%
+