]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/chords-without-melody.ly
* lily/staff-symbol-referencer.cc (get_position): emergency
[lilypond.git] / input / test / chords-without-melody.ly
index f80965d0206423a0993cd96b62961c6cd9f481c0..1c92c7f2e529a344491e230f0c7a09a5472a9845 100644 (file)
@@ -1,29 +1,25 @@
 \version "2.3.8"
 \header {
-texidoc = "Jazz chord names can also be printed without notes."
+    texidoc = "Jazz chord names can also be printed without notes."
 }
+\paper{
+    \context{
+       \ChordNames
 
-\score{
-       \context ChordNames \chords{
+       \override BarLine #'bar-size = #4
 
-               \repeat volta 2 {
-                       f1:maj f:7 bes:7
-                       c:maj  es
-               }
-       }
-       \paper{
-               \context{
-                       \ChordNames
-
-                       \override BarLine #'bar-size = #4
-
-                       
-                       \consists Bar_engraver
-                       \consists "Volta_engraver"
-               }
-       raggedright = ##t
-       }
+       
+       \consists Bar_engraver
+       \consists "Volta_engraver"
+    }
+    raggedright = ##t
 }
 
 
+\context ChordNames \chords {
+    \repeat volta 2 {
+       f1:maj f:7 bes:7
+       c:maj  es
+    }
+}