]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/chord-names-german.ly
* scripts/convert-ly.py (FatalConversionError.figures_replace):
[lilypond.git] / input / test / chord-names-german.ly
index ec02957f579b763d0d2f6018cb72689e52db7887..6bc5ed623cb40af9797997a367570f6554e4ae3e 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.9.2"
+\version "1.9.4"
 \header  {
     texidoc = "@cindex Chord Names German
 By setting @code{ChordNames.chordRootNamer}, the root
@@ -20,7 +20,7 @@ scm = \chords {
     % beses/beses
 } 
 \score {
-\notes <
+\notes <<
     \context ChordNames { \scm }
     \new ChordNames {
        \property ChordNames.instrument = #"german"
@@ -28,7 +28,7 @@ scm = \chords {
     \new ChordNames {
        \property ChordNames.instrument =#"semi-german"
        \semiGermanChords \scm }
-    \context Voice {  \scm } >
+    \context Voice {  \scm } >>
 \paper {
     raggedright = ##t 
     \translator {\ChordNamesContext \consists Instrument_name_engraver }}