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