]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/chord-names-german.ly
* lily/staff-symbol-referencer.cc (get_position): emergency
[lilypond.git] / input / test / chord-names-german.ly
index 6370fee7864ed17bcda8405db5d78d1140af160c..8647409d3fae56a64a3474ee39437ed574543a88 100644 (file)
@@ -15,18 +15,23 @@ scm = \chords {
     b/b bis/bis bes/bes
     % beses/beses
 } 
-\score {
- <<
-    \context ChordNames { \scm }
+
+
+\paper {
+    raggedright = ##t 
+    \context {\ChordNames \consists Instrument_name_engraver }
+}
+
+<<
+    \new ChordNames {
+       \set instrument = #"default"
+       \scm
+    }
     \new ChordNames {
        \set instrument = #"german"
        \germanChords \scm }
     \new ChordNames {
        \set instrument = #"semi-german"
        \semiGermanChords \scm }
-    \context Voice {  \scm } >>
-\paper {
-    raggedright = ##t 
-    \context {\ChordNames \consists Instrument_name_engraver }}
-
-}
+    \context Voice { \scm }
+>>