]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/harmonic.ly
* scripts/convert-ly.py (FatalConversionError.figures_replace):
[lilypond.git] / input / test / harmonic.ly
index 0fd80a36fd3861b36be35d09492c845835fa1c06..b9b93703d6aa045c10db37f2de8e245ad715a38f 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.9.2"
+\version "1.9.4"
 \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 \new Thread {
+        << c'4 \new Thread {
             \property Thread.NoteHead \set #'style = #'harmonic
             g'4
-            } >
+            } >>
             
     }
        \paper {raggedright=##t}