]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/parse5.ly
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / input / no-notation / parse5.ly
index da016ea1f05668cf44132d1adb4d15ef00f473ff..4b9756ee9f15ead6eddd9115a4b35023bdd177b1 100644 (file)
@@ -1,12 +1,11 @@
+\version "2.10.0"
+%If you specify two different key sigs at one point, a
+%warning is printed.
 
-\score {
-   \context ChordNames \chords {
-        c1 /e  % trivial
-
-       c1 * 1/2   % think
-       c1 * 3 /e  % think
-
-       c1 * 1/3 /e % hard
-       c1/2 % must have parse error here
-   }
+\score { 
+\context Voice <<
+ { \key cis \major cis4 \key bes \major bes4 }
+ { \key cis \major fis4 \key es \major g4 }  
+>>
 }
+